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:122px;
display:table-cell;
}
#Third{
padding-left:295px;
display:table-cell;
}
#Fourth{
padding-left:273px;
display:table-cell;
}
#Fifth{
padding-left:510px;
display:table-cell;
}
#Sixth{
padding-left:510px;
display:table-cell;
}

h1
{
    background-image: url(../en/templates_and_more/images/hp_head_circle.gif);
    background-repeat: no-repeat;
	background-position:right;
    -x-background-x-position: 339px;
    -x-background-y-position: 6px;
    padding-bottom: 4px;
	margin-bottom: 4px;
	padding-top: 8px;
    padding-right-value: 30px;
    padding-right-ltr-source: physical;
    padding-right-rtl-source: physical;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: rgb(0, 0, 0);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 234, 0);
    text-align:left;
}