/* CSS for Nils Dannenberg */


/* allgemein */
		#container {
			width: 1060px;
			margin: 0 auto;
			font-family: Arial; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 12px;
			color: #000;
			background-color: #FFF;
		}
		
		img { 
		border: 0; 
		} 
		
		h1 {
			font-family: Arial; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-weight:bold;
			font-size: 18px;
			color: #0071A5;
			background-color: #FFF;
		}
		
		h2 {
			color: #555;
			font-size: 13px;
			font-family: Arial; /* Lucida Grande for the Macs, Tahoma for the PCs */
			background-color: #FFF;
				}
		
		a {
			color:#0071A5;
			text-decoration: none;
		}

		a:hover {
			color:#0071A5;
			text-style: bold;
		}
				

/* Menü */
	
		 #navigation ul {
			font-size: 16px;
			position : absolute;
			margin-left: 0;
			margin-top: 18px;
			padding-left: 8px;
			list-style-type: none;			
			width: 200px;
			color:#0071A5;
		    line-height: 22px;

		}

		#navigation a {
			display: block;
			padding: 0px;
			width: 200px;
		    line-height: 22px;
			color:#0071A5;
		}

		
		#navigation a:hover {
			color:#0071A5;
				font-weight: bold;
		}

		
/* Bereiche */

		#header {
			padding-top: 10px;
			margin-bottom: 10px;
		}
		
		#header a {
			color:#000;
		}

		#content {
     		position : absolute;
			width: 528px;
			margin-left: 200px;
			margin-top: 0px;
			line-height: 1.5;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: -10px;
		
		}
		
		#sidebar {
	        position: absolute;
			width: 250px;
			margin-left: 766px;
			margin-top: -5px;
			line-height: 1.5;
		}
		

		#footer {            	        
		    position : absolute;
			margin-top: 670px;
			margin-left: 0px;
			background-color:#fff;
		}
		
	
		
