body  {
	font: 13px Arial, sans-serif;
	line-height:18px;
	background: #006637;
	background-image:url(../images/bg_pattern.gif);
	background-repeat:repeat;
	background-position:center;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;	
}

p{
	margin: 0px 0px 18px 0px;	
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#FFF;	
}

#center { 
	position: relative; 
	width: 972px;  
	margin: 0 auto; 
	text-align: left; 
	padding-top:32px;
}

#mainbox { 
	position: relative;
	text-align: left; 
	padding:32px 32px 0px 30px;
	background-color:#FFF;
}

#sprachwahl{
	z-index:2;
	position:absolute;
	right:32px;
	top:57px;
	height:26px;
}

#navibox{
	position: relative;
	width:225px;
	height:575px;
	float:left;
}

#contentboxYellow, #contentboxBlue, #contentboxGreen, #contentboxGrey{
	position: relative;
	width:683px;
	float:right;
	background: #debe3e;
	height:575px;
	color:#000;
}
#contentboxBlue{
	background: #94bcde;
}
#contentboxBlueHeight{
	position: relative;
	width:683px;
	float:right;
	background: #94bcde;
	color:#000;
}
#contentboxGrey{
	background: #dededd;
}

#contentboxGreen {
	background: #006939;
	color:#FFF;
}

#contentboxYellow a, #contentboxGrey a{
	color: #000;
}
#contentboxBlue a{
	color: #000;
}
#contentboxGreen a{
	color: #FFF;
}
#contentboxGreen a:hover{
	color: #000;
}
#contentboxYellow a:hover, #contentboxBlue a:hover{
	color: #000;
}
#contentboxBlue a:hover, #contentboxBlueHeight a:hover, #contentboxGrey a:hover, #contentboxYellow a:hover{
	color: #006637;
}

#content, #contentHome{
	padding: 32px 32px 32px 37px;
}

#contentHome p, #contentHome a{
	color: #debe3e;
}
#contentHome a:hover{
	color: #FFF;
}
.standardGross{
	font-weight:bold;
	font-size:22px;
	line-height:36px;
	margin-bottom:36px;
}

.clear{ 
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
	margin:0px;
	padding:0px;
}

#navibox a{
	display:block;
}	
.right{
	float:right;
	width:325px;
}
.left{
	float:left;
	width:280px;
}

#adressButton{
	position:absolute;
	top:440px;
	left:670px;
	z-index:100;
}
.red{
	color:#fa060d;	
}
a:focus { outline: none; }

