@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/feedback.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);
			}
			
#header		{	width: 830px;
				height: 110px;
				float: left;
				margin: 0 0 0 250px;
			}
			
#header a 	{	display: block;	
				float: left;
				font-size: 18px;
				font-weight: normal;
				letter-spacing: 2px;
	/*			text-decoration: none;*/
				color: #FFF;
				margin: 60px 0 0 100px;
			}
			
#header a:hover	{	color: #F00;
					}
						
			
#content	{	width: 830px;
				height:	780px;
				float: left; 
				margin: 0 0 0 110px;
			}
			
#links		{	width: 283px;
				float: left;
				font-size: 12px;
			}
			
			
#mitte		{	width: 264px;
				float: left;
				font-size: 12px;
			}
			
#mitte p	{	font-size: 16px;
				color: #FFF;
				margin: 0 5px;
				letter-spacing: 1px;
				line-height: 20px;
				font-weight: lighter;
			}
			
#mitte img	{	margin: 10px 0 0 5px;
			}
			
#mitte span	{	margin: 0 0 0 5px;
			}
			
.gale		{	position: absolute;
				margin: 583px 0 0 340px;
				font-size: 12px;
			}
			
#rechts		{	width: 283px;
				float: right;
				font-size: 12px;
			}
			
#rechts span	{	margin: 0 0 0 33px;
				}
			
.PJ			{	margin: 20px 0 0 33px;
			}
			
			
#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;
					}