@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/auftragsarbeiten.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);
				
			}
						
			
#content	{	width: 820px;
				height:	759px;
				float: left; 
				margin: 120px 0 0 130px;
			}
			
#bild_1	a	{	width: 300px;
				height: 427px;
				float: left;
				background-image: url(../images/Rundfunk_Fritzle.jpg);
				background-position: center center;
				background-repeat: no-repeat;
			}
			
#bild_1 a:hover	img	{	visibility: hidden;
					}	
					
#bild_2	a	{	width: 250px;
				height: 344px;
				float: right;
				margin: 10px 20px 0 0;
				background-image: url(../images/philipp571.jpg);
				background-repeat: no-repeat;
			}
			
#bild_2 a:hover	img	{	visibility: hidden;
					}	
					
#bild_3 a		{	width: 210px;
					height: 287px;
					float: right;
					margin: 67px 20px 0 0;
					background-image: url(../images/jensen.jpg);
					background-repeat: no-repeat;
				}	
				
#bild_3 a:hover	img	{	visibility: hidden;
					}
					
#bild_4	a		{	width: 300px;
					height: 257px;
					float: left;
					margin: 30px 0 0 0;
					background-image:url(../images/QaF200.jpg);
					background-repeat: no-repeat;
				}
				
#bild_4 a:hover	img	{	visibility: hidden;
					}

#text		{	width: 480px;
				float: left;
				margin: 0 20px 0 20px;
				line-height: 22px;
			}
			
#text_2		{	width: 480px;
				float: left;
				margin: 10px 20px 0 20px;
				line-height: 22px;
			}

									
#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;
					}