@charset "utf-8";
/* CSS Document */


*			{	margin: 0;
				padding: 0;
				font-family: Arial;
				font-size: small;
				text-decoration: none;
				font-variant: small-caps;
				color: #666;
				
			}
			
body		{	background-color: #FFF;
				font-size: small;
				word-spacing: -1px;
			  	
			}			

#wrap		{	position: relative;
				width: 1024px;
				height: auto;
				margin:auto;
				margin-top: 20px;
				
			}
			
#header		{	border-bottom: 1px solid;
				height: 40px;;
				padding-top: 40px;
				background-color: #FFF;
				
				
			}	
			
#name ul	{	position: relative;
				float: left;
				right: -878px;
				top: -20px;
				width: 80px; /*Breitenangabe*/
				list-style-type: none; /*Aufzählungszeichen entfernen*/
				padding: 0px;
				margin: 0px;
				
			}
			
a			{ color:#666;
			}
			
#navi 		{	position: relative;
				clear: both;
				top: 20px;
				width: auto;
				height: 45px;
				border-bottom: 1px solid;
			}
			
#navi ul li	{	list-style:none;
				padding-right: 10px;
				float: left;
				width: auto;
			}
			
#maincontainer		{	clear: left;
						position: relative;
						top: 60px;
						width: 1024px;
						height: 530px;
						margin: auto;
						
						
					}			
#galleria		{ 	width: 100%; 
					height: 541px; 
					background-image: url(../images/bg_2.jpg); 
					
					
				}	
				
#main_impressum	{	clear: both;
					position: relative;
					top: 80px;
					width: 700px;
					font-variant: normal;
				}
				
#main_text	{	clear: both;
					position: relative;
					top: 80px;
					width: 700px;
					height: auto;
					font-variant: normal;
				}				

	
p		{	font-variant:normal;
			padding-bottom: 10px;
		}
	
#subnavi		{	position: relative;
					top: 80px;
					border-top: 1px solid;
					width: 1024px;
					
					
				}
				
#subnavi ul li	{	list-style: none;
					float: left;
					padding-right: 10px;
					padding-top: 5px;
				}
	
	
				
/*FOOTER*/ 
#footer		{	clear: both;
				position: relative;
				top: 60px;
				width: auto;
				right: -828px;
				line-height: 0.5em; /*Zeilenhöhe*/
				
				
						
			}
					
#footer ul	{	list-style-type: none;
					float: left;
					padding: 10px;
					}					
			