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

html, body {			margin:0px; 
						padding:0px; 
						background-color:#300000; 
						/*background-image:url(../images/html_struktur.png); */ }

#zentriert { 			position:absolute;
 						width:920px;
 						height:680px;
 						left:50%;
 						top:50%;
 						margin-left:-460px;
 						margin-top:-400px; }

#wrapper {			position:relative; 
						width:920px;
						height:680px;
						background-image:url(../images/weinglas_schwarz_hintergrund.jpg);
						margin-left:auto; 
						margin-right:auto; }

#rotquer {			position:absolute; 
						width:4000px;
						height:180px;
						top:120px; 
						left:-2000px;  
						background-image:url(../images/rot.gif);
						right:auto; }

.logo { 				width:180px;
						height:100px;
						margin-left:620px; 
						text-decoration:none; }

.logo img   {		border:0!important; }

.bismarkturm {	position:absolute;
						width:920px; 
						height:180px; 
						top:130px; 
						background-image:url(../images/bismarkturm.png); }
						
.weinglas {			position:absolute; 
						width:150px; 
						height:300px; 
						top:350px; 
						left:80px; 
						background-image:url(../images/weinglas_schwarz_300.jpg); }
						
.headline {			position:absolute; 
						width:450px;
						height:50px;
						top:550px; 
						left:200px; 
						font-family:Georgia, "Times New Roman", Times, serif; 
						font-size:16px; 
						letter-spacing:2px; 
						text-align:left;
						color:#CCC; 
						text-transform:uppercase; }	
						
.eselsohr {			position:absolute;
						width:65px;
						height:81px;
						top:599px;
						left:855px; 
						text-decoration:none; }
						
#footer {			clear:both;
						width:920px; 
						height:30px; }
						
.nav_unten { 			width:720px;
				   				height:20px;
								margin-left:230px; }
				 
.nav_unten a { 			text-decoration:none; 
		           				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				   				font-size:10px; 
								letter-spacing:1px; 
								font-weight:bold;
								text-transform:uppercase; 
								padding:12px 20px 0px 20px; 
								float:left; 
								color:#666;
								text-decoration:none; 
								text-align:center; 
								display:block; }
							
.nav_unten a:hover { 	color:#CCC; }

						
.eselsohr img   {	border:0!important; }

