@charset "utf-8";
/* CSS Document */

html, body{					background-color:#000;
							margin:0px;
							font-family:Verdana, Arial, Helvetica, sans-serif;
							font-size:12px;
							font-weight:normal;
							height:100%;
							width:100%;
							padding:0px;}
							
/*Hauptrahmen------------------------------------------------------------------------------------------------*/
.mainbox{					position:absolute;
							background-color:#000;
							visibility:visible;/*Normaleinstellung d.h. Platz wird reserviert und angezeigt*/
							width:942px;
							margin-left:-471px;
							left:50%;
							height:auto;}

/*Header-----------------------------------------------------------------------------------------------------*/
.header{					width:942px;
							height:auto;
							background-color:#000;}
							
.obere_links{				text-align:right; 
							background-color:#000;}

.logo{						position:relative;
							height:122px;
							width:290px;top:34px;
							left:68px;
							background-color:#000;}


.navigation{ 			width:						auto;
						position:relative;
						height:						auto;
						font-family:				Arial, Helvetica, sans-serif;
						font-size:					13px;
						font-weight:				bold;
						background-color:transparent;}
						
/*Ende Header------------------------------------------------------------------------------------------------*/

/*Inhalt--------------------------------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{		margin:0px;
						padding:0px;}
						
.inhaltsbereich{margin-top:1px;		width:						942px;
						height:						auto;}

.body_top{				width:						942px;
						height:						auto;
						background-color:			#000;}
						
.body_bottom{			width:						942px;
						height:						auto;
						background-color:			#000;overflow:hidden;}
						
.body_links{			width:532px;
						height:						auto;
						float:						left;
						background-color:			#000;overflow:hidden;}
						
.body_rechts{			float:left;
						width:410px;
						height:						auto;
						background-color:			#000;}


/*Footer----------------------------------------------------------------------------------------------------------------*/
.footer{				clear:						left;
						width:						942px;
						height:						auto;
						background-color:			#000;}
						
.footer_links{			width:						471px;
						height:						auto;
						float:						left;
						background-color:			#000;}
						
.footer_rechts{			float:left;
						width:						471px;
						height:						auto;
						background-color:			#000;}

/*Link-Eeffekte:-----------------------------------------------------------------------------------------------------------------*
				

/*Link-Effekte Navigation:------------------------------*/
.navigation a{					color:					#FFFFFF; 	
								font-weight:			bold; 
								outline:				none;}
.navigation a:link{				text-decoration:		none; 		
								font-weight:			bold;}
.navigation a:hover{			color:					#CCCCCC;	
								font-weight:			bold;}
.navigation a:active{			text-decoration:		none;		
								font-weight:			bold;}					
.navigation a:visited{			text-decoration:		none;		
								color:					#FFFFFF;	
								font-weight:			bold;}					
.navigation a:visited:hover{	color:					#CCCCCC;	
								font-weight:			bold;}					
.navigation a:visited:active{	color:					#FFFFFF;	
								font-weight:			bold;}






