body{
	background: #E0E0E0;
	margin: 0;
	padding: 0;
	/*font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif;*/
	font-family: Geneva, Verdana,Arial, sans-serif;
	font-size: 11px;
	color: #022F51;
	height: 100%;
}

html {
	height: 100%;
}

#box1 { 
	width: 100%;
 	background: #e0e0e0;
 	height: 63px;
}

      
#box2 {
	border-top: 1px solid #183951;  
	background: #124F7D;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 23px;
}  

#box3 {
	clear: both;
	width: 90%;
	background: white;
}

#subnav {
	background: #BFCCDC url(images/subnav_back.gif) no-repeat right;
	width: 85%;
	height: 21px;
	text-align: right;
	line-height: 200%;
	padding-right: 30px;
	font-size: 9px;
	color: #022F51;
  }

#contentbox {
	width: 90%;
	background: white url(images/leftnav_back.gif) repeat-y;
	min-height: 100%;
	/* float:left; */
}  

#leftcol {
	float:left;
	width: 220px;
	background: #BFCCDC;
}

#leftcontent {
	padding: 5px;
	}

#content2 {
	/*margin: 0 25px 0 230px;*/
	float: left;
	width: 65%;
	padding: 10px;
	line-height: 150%;
	font-size: 13px;
	}

#content2 .extend {
	width: 100%;
}

 .ecke {
	position:absolute;
	left: 90%;
	top: 87px;
	width: 22px;
	z-index: 0;
	} 
	
#clear {
	clear:both;
	}
	
.clear {
	clear:both;	
	height:0;
	font-size:0;
	line-height:0;
}

#content-left {
		    width: 49%;
		    float: left;
}

#content-right {
			float: right;
			width: 49%;
}

    
    