* { margin:0; padding: 0 }
option { padding-left: 0.4em }
* html body * { overflow:visible }
* html iframe, * html frame { overflow:auto }
* html frameset { overflow:hidden }
html * { font-size: 100.01% }
html { height: 100% }


body	{
   min-height: 101%;
   color: #464646;
   background: #fff;
   text-align: left;	
	margin: 20px 10px 20px 10px;
	background-color: #E0E0E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;	
}	
#gesamt {
	margin: 0px auto;
	min-width: 770px;
  	max-width: 100em; 
	border: solid 4px #ffffff;
	background-color: #ffffff;
}
#header{
	height: 163px;
	width: 100%;
	background: url(../bilder/header-rechts.jpg) no-repeat right top;
	border-bottom: 4px solid #ffffff;
}
#header span{
	height: 163px;
	background: url(../bilder/header-rechts.jpg) no-repeat right top;
	padding-left: 225px;
	float: right;	
}
#suchfeld{
	float: left;
	width: 148px;
	height: 23px;
	background-color: #CDCDCD;
	border-bottom: 4px solid #ffffff;
	padding-left: 2px;
	padding-top: 2px;
}
.searchForm{
	width: 90px;
}
#navigationspfad{
	height: 22px;
	background-color: #ffffff;
	width: auto;
	padding-left: 5px;
	margin-left: 150px;
	padding-top: 3px;
	border-bottom: 4px solid #ffffff;		
}
#navigation{
	float: left;
	background-color: #F3F3F3;
	width: 150px;
	height: 400px;
}
#content{
	background-color: #ffffff;
	width: auto;
        border-left: 150px solid #F2F2F2;
	padding-left: 50px;
	padding-right: 30px;
	padding-bottom: 15px;
	font-size: 113%;
	line-height: 17px;
}
#content:after { content:"clear"; clear:left; display:block; height:0; overflow:hidden; visibility:hidden; }
h1{
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 15px;
}
#sprachauswahl {
	float: right;
	padding: 1px 15px 0 0;
}
.headerlinks{
	float: left;
}
.bildlinks{
	float: left;
	padding-right: 20px;
        padding-bottom: 20px;
}
.bildrechts{
	float: right;
	padding-left: 20px;
        padding-bottom: 20px;
}