@charset "utf-8";
/* CSS Document */

/* Hintergund und Eigenschaften Hauptseite */
body	 	{
	text-align: 			center;
	margin: 				auto;
 	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	background: 			#d56784;
	text-align: 			center;
	color: 					#000000;
	font-size:				12px;
			}
			
/* Linkfarbe unbesucht */		
a:link 		{
	color:					 #666666;
	text-decoration: 		none;
			}   
			
			
/* Linkfarbe besucht */			 
a:visited 	{
	color: #666666;
	text-decoration: 		none;
			} 
			
			
/* Linkfarbe überfahren */			
a:hover 	{
	color:					#ffffff;
	text-decoration: 		none;
			}
			
			
/* Linkfarbe aktiv */			
a:active 	{
	color:					#000000;
	text-decoration: 		none;
			}		
			

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


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


/* Box für iframe */		
#box1 		{
 	height:					965px;
	width:					960px;
 	text-align:				justify;
 	clear: 					none;
	margin-top:				10px;
	display:				block;
			}


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

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


/* Box nach iframe auch NACH iframe einbinden */
#box4		{
	height:					auto;
	width:					960px;
 	text-align:				justify;
	margin-top:				380px;
	display:				block;
			}
			
			
/* Navi von links nach rechts */
#box4 navi	{
	width:					960px;
	height:					20px;
	text-align:				center;
			}


/* 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:		#f9b2c4;
	position:				absolute;
	float:					none;
	clear:					none;
	margin-bottom:			20px;
			}


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

					}
				

h1			{
	color:					#F2C3AE;
	font-size:				14px;
	font-weight:			bold;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	background-color:		#d56784;
	text-align:				center;
			}
			
			
.breaker {
height: 5px;
clear:both;
overflow:hidden;
font-size:1px;
}


