/* CSS Dokument */

BODY {
	margin:0px;
	background: #090909 url(img/bg.gif) repeat-x;
}

TD, DIV {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 20px;
	
	color: #0d0d0d;
}

a:link, a:active, a:visited {
	color: #0d0d0d;
	text-decoration: none;
}

a:hover {
	color: #fefefe;
	text-decoration: none;
}

	#Logo {
		height: 200px;
		color: #fefefe;
	}
	
		#Logo img {
			height: 200px;
			width: 900px;
			border: none;
		}
	
	#SpacerLeft, #SpacerRight {
		height: 400px;
		width: 50%;
	}
	
		.Menu {
			vertical-align: top;
			
			padding-left: 25px;
			padding-top: 80px;
			
			_width: 225px !important;
			width: 200px !important;
		}
		
			.Menu h1 {
				display: none;
			}
			
			.Menu li {
				text-indent: -8px;
			}
		
			#AboutUS {
				background: url(img/AboutUs.jpg) no-repeat #999;
				text-align: justify;
				
				padding-right: 20px;
				_width: 225px !important;
				width: 180px !important;
			}
			
			#Leistungen {
				background: url(img/Leistungen.jpg) no-repeat #999;
				
			}
			
			#Referenzen {
				background: url(img/Referenzen.jpg) no-repeat #999;
			}
			
			#Kontakt {
				background: url(img/Kontakt.jpg) no-repeat #999;
			}
			
		#Subline {
			height: 100%;
			color: #666666;
		}
		
			#Subline a:link, #Subline a:active, #Subline a:visited {
				color: #666666;
				text-decoration: underline;
			}
			
			#Subline a:hover {
				color: #fefefe;
				text-decoration: none;
			}
			
		#Footer {
			height: 100%;
			vertical-align: bottom;
			
			color: #cccccc;
			font-size: 8pt;
			padding-bottom: 30px;
		}