/*defaults*/
body 	{background:#FFFBEA repeat-x 0 0;  margin:0px 0; padding:0; 
font-family:"Arial", verdana, arial, "Times New Roman", serif; font-size:90%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#F68826; text-decoration:none; }
a:hover	{color:#F68826; text-decoration:underline;}


/*structural elements*/
#container	{margin:0px auto; padding: 0px 0px 0px 0px; text-align:center; width:750px; height:100%; background:#FFF1C4;}
#holder		{width:100%; padding:10px 20px 5px 20px; background:#FFF1C4; text-align:left; }
#logo		{background: #FFF1C4 no-repeat 180px 0; border-bottom:1px solid #DADADA; padding:5px 30px 20px 0px; }
#navigation	{background:#FFF1C4  no-repeat 0px; padding:20px 0; color: #036703;}
#header		{background:#FFF1C4 url('../css/Lau_Logo_web_FFF1C4_74x15.jpg') no-repeat 0px; border:5px solid #58440B; padding:0px; height:150px; }
#content	{float:left; width:520px; padding:20px 10px 0 0; line-height:160%; }
#news		{float:right; width:200px; padding:40px 0; line-height:140%; text-align:justify; }
.newsItem	{padding:20px 20px 5px 20px; background:#FFF1C4; border:1px solid #58440B; font-size:90%; margin-bottom:20px; }
#footer		{background:#FFF1C4 url('../css/Lau_grosseWelle.jpg') no-repeat 0px; clear:both; 
width:775px; font-size:70%;  padding:75px 0 75px 0px; margin-left:15px; text-align:left;}
#copyright	{float:right; }


/*headings*/
.newsItem h1	{color:#58440B; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; color: #58440B; }
#logo h1		{font-weight:normal; font-size:170%; margin:0; padding:0; color:#036703; }
/*#header h1      {font-weight:normal; font-size:170%; margin:0; padding:0px 0px 0px 5px; color:#58440B; margin-top:30px; }


/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#58440B; padding:0 20px 0 0; font-weight:bold; text-decoration:none; }
#navigation a:hover	{color:#F68826; }

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#58440B; font-weight:bold; padding:0 5px 0 0; text-decoration:none; }
#footer a:hover	{color:#F68826; text-decoration:underline; }


.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
* html .clearfix {height:1%; }
.clearfix {display:block; }
