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


body		{	font-family: Verdana, Geneva, sans-serif;
				font-size: 16px;	
				background-color: #999;
			}
			
#wrapper	{	width: 960px;
				height: 999px;
				margin: 0 auto;
				background-image: url(images/index3.jpg);
				background-position: center center;
				background-repeat: no-repeat;
				-moz-box-shadow:  8px  0  15px rgba(0,0,0,0.5),
                   -8px  0  15px  rgba(0,0,0,0.5);
 				-webkit-box-shadow:  8px  0  15px  rgba(0,0,0,0.5),
                   -8px  0  15px  rgba(0,0,0,0.5);
			}
			
/*#spalte_re	{	width: 180px;
				height: 810px;
				margin: 100px 0 0 300px;
			}*/	
			
#spalte_li	{	width: 180px;
				height: 600px;
				float: left;
			}			
			
ul#navigation		{	
				}
				
ul#navigation li a	{	display: block;
						background-image: url(images/button.gif);
						background-position:center;
						margin: 30px 0 20px 20px;
						padding: 10px 0 13px 0;
						font-family: "Comic Sans MS", cursive;
						font-weight: lighter;
						text-align: center;
						text-decoration: none;
						color: #fff;
						letter-spacing: 1px;
						
					}
					
ul#navigation a:hover	{	background-image: url(images/button_gelb.gif);
							color: #00389a;
						}
						
span		{	color: #F00;
			}
						
#bild		{	
			}
			
div#bild a	{	width: 250px;
				height: 300px;
				float: left;
				margin: 23px 0 0 20px;
				background-image: url(images/gale.jpg);
				background-repeat: no-repeat;	
			}
			
div#bild a:hover img	{ visibility: hidden;	
						}

#infozeile		{	width: 700px;
					height: 50px;
					float: left;
					font-size: 15px;
					line-height: 30px;
					margin: 0 0 0 20px;
				}
				
.name		{	font-size: 18px;
				color: #FFF;	
			}
				
#valid		{	width: 88px;
				height: 100px;
				float: right;
				margin: 950px 20px 0 0;
			}
			
