@charset "iso-8859-1";
/* CSS Document */

/* Hintergund und Eigenschaften Hauptseite */
body	 	{
	text-align: 			center;
	margin: 			auto;
 	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	background: 			#525252;
	text-align: 			center;
	color: 				#F2C3AE;
	font-size:			12px;
}
			
/* Linkfarbe unbesucht */		
a:link 		{
	color:				#C23717;
	text-decoration: 		none;
}   

/* Linkfarbe besucht */			 
a:visited 	{
	color:				#C23717;
	text-decoration: 		none;
} 

/* Linkfarbe Überfahren */			
a:hover 	{
	color:				#98583C;
	text-decoration: 		none;
}

/* Linkfarbe aktiv */			
a:active 	{
	color:				#C23717;
	text-decoration: 		none;
}		

/* Header Image als div */		
#header		{
	width:			980px;
	height:			150px;
	text-align:		center;
	background-position:	center;
}

/* Container als Abgrenzung vom Inhalt */
#container	{
	width:				980px;
	height:				auto;
	background-color: 		#FFFFFF;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#525252;
	text-align: 			center;
}

/* Box für iframe */		
#box1 		{
 	height:				644px;
	width:				960px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#C23717;
	font-weight:			bold;
 	text-align: 			center;
 	clear: 				none;
	margin-top:			10px;
	display:			block;
}

/* Box unter iframe - in html VOR iframe einbinden */
#box2 		{
	height:				220px;
	width:				960px;
	margin-top:			694px;
	text-align:			inherit;
	position:			absolute;
	display:			block;
}

/* Box Nummer 2 unter iframe - in html VOR iframe einbinden */			
#box3		{
	height:				150px;
	width:				960px;
	float:				inherit;
	margin-top:			914px;
	position:			absolute;
	display:			block;
}

/* Box nach iframe auch NACH iframe einbinden */
#box4		{
	height:				374px;
	width:				960px;
	float:				inherit;
	margin-top:			420px;
	display:			block;
}

/* Navi von links nach rechts */
#box4 navi	{
	width:				960px;
	height:				20px;
}

#box5 {
	width:				960px;
	height:				auto;
	font-size:			9px;
	text-align:			center;
	margin-top:			50px;
	border-top:			1px solid #000000;
	}

/* Extra Abtrennung für iframe */	
#main 	{
 margin: 0;
 height: auto;
 width: 960px;
 text-align: center;
 float: none;
} 

/* Footer */		
#box4 footer		{
	width:				960px;
	height:				auto;
	clear:				both;
	margin-top:			auto;
	background-color:		#000000;
	position:			absolute;
	float:				none;
	clear:				none;
	margin-bottom:			20px;
}

/* Footer Text */
#box4 footer span	{
	text-align:			center;
	font-size:			10px;
	display:			block;
}

h1			{
	color:				#C23717;
	font-size:			12px;
	font-weight:			bold;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	text-align:			center;
	background-color:		#FFDB99;
	border:				1px solid #C23717;
}
h2			{
	color:				#C23717;
	font-size:			12px;
	font-weight:			bold;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	text-align:			center;
	background-color:		#FFDB99;
	border:				1px solid #C23717;
}
h3			{
	color:				#C23717;
	font-size:			12px;
	font-weight:			bold;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	text-align:			center;
	background-color:		#FFDB99;
	border:				1px solid #C23717;
}

.breaker {
height: 5px;
clear:both;
overflow:hidden;
font-size:1px;
}
