/*grundlegend*/

.container {
	width:800px;
	margin:0 auto;
}	

body {
	background-color: #f7c437;
}	

.hauptmenue a, hauptmenue a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.hauptmenue a:hover {
	color: #f7c437;
}

.inhalt a, .inhalt a:visited , .impressum a {
	text-decoration: none;
	color: #56088F;
}

.titel a {
	color: #fefefe;
	text-decoration: none;
}	

.inhalt a:hover {
	color: #fefefe;
}

img {
	border: none;
	border-width:0px; 
	border-color:#000000;
	}
	
.inhalt_rechts img {
	border: none;
	border-width:2px; 
	border-color:#000000;
	}
	
.subheadline {
	font-size: 12pt;
	color: #FEFEFE;
	}
	
.sub2 {
	color: #fefefe;
	font-weight:bold;
}

/*button*/
.button {
	position:absolute;
	margin:220px 0 0 30px;
	width:200px;
	z-index:1;
}

.button img {
	margin:0 0 10px 0;
}

/*komplette Seite*/
.seite {
	position: absolute;
	background-color: #ffffff;	
	color: #FFFFFF;
	width: 700px;
	/*height: 625px;*/
	height: 585px;
	top: 25px;
	font-size: 10pt;
	font-family: Century Gothic, bold;
	color: #FFFFFF;
}




.titel {
	position: absolute;
	/*background-color: #f7c437;*/
	width: 400px;
	height: 40px;
	top: 20Px;
	left: 22px;
	font-size: 30pt;
	color: #f7c437;
}

/*bannerbild*/
.banner {
/*	position: absolute;  */
	background-color: #f7c437; 
	background-image:url(bilder/Background.png); 
	width: 800px;
	height: 600px;
	top: 0px;
	left: 0px;
} 


/*Hauptmenü*/
.hauptmenue {
	position: absolute;
	/*background-color: #546837;*/ 
	width: 680px;
	height: 20px;
	top: 150px;
	left: 150px;
	padding-left: 25px;
	text-align: left;
	font-size: 10pt;
	padding-right: 10px;
}


/*Inhalt gesamt*/
.inhalt {
	position: absolute;
/*	background-color: #365090;*/
	background-image:url(bilder/inhalt_back.png);
	width: 650px;
	height: 417px;
	top: 155px;
	left: 150px;

}

/*Inhalt links*/
.inhalt_links {
	position: absolute;
	height: 395px;
	top: 10px;
	left: 60px;
	overflow:auto;
	padding: 10px;
	padding-top: 15px;
	padding-right: 100 ;
	

}

/*Inhalt rechts*/
.inhalt_rechts {
	position: absolute;
	height: 395px;
	top: 10px;
	left: 300px;
	overflow:auto;
	padding: 10px;
	padding-top: 15px;
}


/*Inhalt komplett*/
.inhalt_komplett {
	position: absolute;
	height: 395px;
	top: 10px;
	left: 120px;
	overflow:auto;
	padding: 10px;
	padding-top: 15px;
}

.impressum {
	position: absolute;
	top: 580px;
	left: 120px;
	padding-right: 10px;
	text-align: left;
}
.flag {
	position: absolute;
	top: 580px;
	left: 740px;
	padding-right: 0px;
	text-align: right;
}
.flag2 {
	position: absolute;
	top: 580px;
	left: 770px;
	padding-right: 0px;
	text-align: right;
}
