html {height: 100%; background-color:#faf8e0;}

body{
margin-left: 0px;
margin-right: 0px;
/*ab hier unnötig*/
margin-top:0px;
margin-bottom:0px;
/* eventuell noch zusätzlich*/
text-align:center;
/* background-color:#faf8e0; */
}




/* CSS-Ext */
mainBlock{
	width:993px;
	background-color:#FFFFFF;
}
#mainheaderBlock{
	clear:both;
}
#headerBlock{
	/*width:1003px;*/
	/*height:111px;*/
	clear:both;
	background-color:#FFFFFF;
	
}




#greenText {
font-family:Arial;
font-size:12px;
font-weight:bold;
color:#008836;
text-decoration:none;
}

.greenText {
font-family:Arial;
font-size:12px;
font-weight:bold;
color:#008836;
text-decoration:none;
}


/* always visible */
#outer .holder {padding:1em; border:0px solid #ddd; margin:0 5px 5px 0;}
#outer .holder p {padding:5px 0 0 0; margin:0;}
#outer .holder p.bold {font-weight:bold;}
#outer .holder h2 {margin:0; padding:0;}

/* unclicked style div.more */
#outer div.more i {float:left; cursor:pointer; font-style:normal; font-weight:bold; padding-top:5px;width:300px;height:26px;font-size:12px;color:#0d0d0d;float:left;background-image:url('TopicBG.gif'); background-repeat:repeat-x}
#outer div.more i.hide {display:none;}
#outer div.more p {display:none;}


/* clicked style div.click */
#outer div.click i.show {display:none;}
#outer div.click i.hide {display:block;}
#outer div.click p {display:block;}


/* added on Feb 8,2007 left position for first level navs */
#First{
margin-left:-12px;
display:table-cell;
}
#Second{
padding-left:;

}
#Third{
padding-left:190px;
display:table-cell;
}
#Fourth{
padding-left:290px;
display:table-cell;
}
#Fifth{
padding-left:510px;
display:table-cell;
}
#Sixth{
padding-left:510px;
display:table-cell;
}
