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

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

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

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

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

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

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

/* Box für iframe */		
#box1 		{
 	height:				400px;
	width:				960px;
 	text-align: 			center;
 	clear: 				none;
	display:			block;
}

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

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

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

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

/* 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:				#FFFFFF;
	font-size:			14px;
	font-weight:			bold;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	background-color:		#606060;
	text-align:			center;
}

h2			{
	color:				#FFFFFF;
	font-size:			14px;
	font-weight:			bold;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	background-color:		#606060;
	text-align:			center;
}

h3			{
	color:				#FFFFFF;
	font-size:			14px;
	font-weight:			bold;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	background-color:		#606060;
	text-align:			center;
}

h4			{
	color:				#FFFFFF;
	font-size:			14px;
	font-weight:			bold;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	background-color:		#606060;
	text-align:			center;
}

h5			{
	color:				#FFFFFF;
	font-size:			14px;
	font-weight:			bold;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	background-color:		#606060;
	text-align:			center;
}

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