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


body		{	font-family: Arial, Helvetica, sans-serif;
				font-size: 16px;	
				background-color: #999;
			}
			
#wrapper	{	width: 960px;
				height: 999px;
				margin: 0 auto;
				background-image: url(../images/galerie.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);	
			}
			
.bild_1,
.bild_2,
.bild_3,
.bild_4,
.bild_5,
.bild_6,
.bild_7,
.bild_8,
.bild_9,
.bild_10,
.bild_11,
.bild_12,
.bild_13,
.bild_14,
.bild_15	{	width: 156px;
				float: left;
				margin: 15px 10px 0 0;
			}
			
			
#header		{	width: 830px;
				height: 110px;
				float: left;
				margin: 0 0 0 120px;
			}
			
#header h1	{	font-size: 18px;
				font-weight: normal;
				letter-spacing: 2px;
				color: #FFF;
				text-decoration: blink;
				margin: 60px 0 0 250px;
			}
						
			
#content	{	
				width: 830px;
				height:	759px;
				float: left; 
				margin: 0 0 0 110px;
			}
			
			
#navigation		{	width: 960px;
					height: 100px;
					float: left;	
					
				}
				
#navigation li a	{	display: block;
						width: 108px;
						float: left;
						font-size: 14px;
						font-weight: bold;
						color: #00389a;
						text-decoration: none;
						text-align: center;
						margin: 20px 0 0 25px;		
					}
					
#navigation a:hover	{	width: 98px;
						color: #FFF;
						background-color: #00389a;
						padding: 5px 5px 5px 5px;
						margin: 15px 0 0 25px;
					}
					
#navigation p		{	font-size: 15px;
						line-height: 30px;
						margin: 60px 0 0 48px;
					}