@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/infos.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 120px;
			}
			
#content	{	width: 830px;
				height:	780px;
				float: left; 
				margin: 0 0 0 124px;
			}
			
#spalte_links	{	width: 400px;
					float: left;
					/*border: solid 1px #FFF;*/
					font-size: 18px;
					line-height: 25px;
					letter-spacing: 0.2px;
					/*margin: 10px 0 0 0;*/
					padding: 5px;
				}
				
#spalte_links a	{	color: #999;
					text-decoration: none;
				}
				
#spalte_links a:hover	{	color:#fff;
						}

h1, h2, h3		{	font-size: 20px;
					font-weight: bold;
					line-height: 28px;
				}
				
#impressum		{	width: 250px;
					float: right;
					margin: 0 150px 0 0;
					font-size: 10px;
					color: #FFF;
					line-height: 12px;
				}
				
#link_jochen	{	width: 100px;
					float: right;
					margin: -220px 20px 0 0;
					font-size: 10px;
					color: #FFF;
					line-height: 15px;
					text-align:center;
					/*background-color:#CCFF99;*/
				}
						
			
#navigation		{	width: 960px;
					height: 100px;
					float: left;
					/*background-color:#CCFF00;	*/
				}
				
#navigation li a	{	display: block;
						width: 108px;
						float: left;
						font-size: 14px;
						font-weight: bold;
						color: #00389a;
						background-color: #FFF;
						text-decoration: none;
						text-align: center;
						margin: 15px 0 0 15px;
						padding: 5px 5px 5px 5px;		
					}
					
#navigation a:hover	{	width: 108px;
						color: #FFF;
						background-color: #00389a;
						padding: 5px 5px 5px 5px;
						margin: 15px 0 0 15px;
					}
					
#navigation p		{	font-size: 15px;
						line-height: 30px;
						margin: 60px 0 0 48px;
					}
					
#weihnachten		{ 	position: absolute;
						top: 20px;
						left: 1000px;
						border: none;
					}