html, body {
	margin:0px; 
	padding:0px; 
	background-color: #223C75;}
	
.head {
	display:block; 
	height:102px; 
	background-image: url(../bilder/header/back_header.gif);
	background-repeat: repeat-x;}
	
/* This bit does all the work */
#container {
	position:relative; 
	display:block; 
	background:white;
	background-image: url(../bilder/container/back_container.gif);
	background-repeat: repeat-y;
	overflow:visible;}
	
* html #container {display:inline-block;}
	
#left {
	float:left; 
	position:relative;
	width:560px; 
	padding: 0;
	display:inline;}

#left h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #223C75;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 10px;
	}
#left h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	color: #666666;
	font-weight: bold;
	}

#left h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	}

#left a:link, #left a:active, #left a:visited  {
	font-family:Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	}
#left a:hover  {
	font-family:Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #223C75;
	font-weight: bold;
	text-decoration: underline;
	}

#left p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 10px;
	margin-right: 10px;
	}

* html #left {width:560px;}

#right {
	width: 200px;
	float:left; 
	position:relative; 
	display:inline;}
#right h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding:0;
}

#right a:link, #right a:active, #right a:visited  {
	font-family:Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #666666;
	padding:0;
	font-weight: bold;
	text-decoration: none;
}
#right a:hover  {
	font-family:Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #223C75;
	padding:0;
	font-weight: bold;
}

#navigation {
	width: 560px;
	height: 102px;
	background-color: #DBE9EA;
}

#headcollage {
	background-image: url(../bilder/header/back_collage.jpg);
	width: 100%;
	height: 157px;
}
#headtitle {
	background-image: url(../bilder/header/back_headtitle.gif);
	width: 100%;
	height: 40px;
}
#headtitleimg {
	width: 560px;
	height: 40px;
	float: left;
}
#headcountry {
	background-image: url(../bilder/header/back_country.gif);
	width: 200px;
	height: 40px;
}
#headoben {
	position: absolute;
	left: 0;
	top: 66px;
	float: left;
	width: 560px;
	height: 35px;
	z-index: 999;
}
#headlogo {
	position: absolute;
	width: 200px;
	height: 102px;
	top: 0px;
	left: 560px;
	background-image: url(../bilder/logo.gif);
}
.clear {clear:both;height:1px;overflow:hidden;}

/* Footer Zeuchs */
.footer {
	display:block;
	height: 157px;
	background-image: url(../bilder/footer/back_footer.gif);
	background-repeat: repeat-x;
}
.footer a:link, .footer a:active, .footer a:visited {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.footer a:hover {
	color: #FFA500;
}
.frmlong {
	width: 210px;
	height: 16px;
	background-image: url(../bilder/sonstiges/frmtxt_back.gif);
	border: 0;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 11px;

}
.frm40px {
	width: 40px;
	height: 16px;
	background-image: url(../bilder/sonstiges/frmtxt_back.gif);
	border: 0;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 11px;
}
.frmlongbox {
	width: 210px;
	height: 120px;
	background-color: #FCEAD6;
	border: 0;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 11px;
	overflow: auto;

}
.orangetitel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #FF4500;
	margin-right: 5px;
	padding-right: 5px;
}
.frmlabel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF4500;
}
.frmlabel2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
}

