		body {
		background-color: #101010;
		background-image: url(images/hintergrund.jpg);
		background-repeat: no-repeat;
		font-family: Arial;
		font-size: 11px;
		color: #FFF;		
		}
		
		tr, td {
		font-family: Arial;
		font-size: 11px;
		color: #FFF;		
		}
		
		h1 {
		color: #E02D00;
		font-size: 11px;
		font-weight: normal;
		}
		
		a {
		text-decoration: underline;
		color: #E02D00;
		}
		
		a:hover {
		text-decoration: underline;
		color: #FFF;
		}		
		
		#logo {
		position: absolute;
		top: 110px;
		left: 37px;
		width: 220px;
		height: 50px;
		}
		
		#headerpic {
		position: absolute;
		top: 39px;
		left: 299px;
		width: 510px;
		height: 190px;
		}
		#navigation {
		position: absolute;
		top: 273px;
		left: 37px;
		width: 220px;
		}
		
		.button {
		background-color: #393939;
		background-image: url(images/button_bg.gif);
		background-repeat: no-repeat;
		}
		
		.button a {
		display: block;
		width: 255px;
		color: #FFF;
		text-decoration: none;	
		}
		
		.button a:hover {
		display: block;
		width: 255px;
		color: #E02D00;
		text-decoration: none;	
		}
		
		#schaltzentrale {
		margin-bottom: 25px;
		width: 220px;
		}
			
		#schnellkontakt {
		margin-bottom: 25px;
		width: 220px;
		}
					
		#schaltzentrale a {
		display: block;
		width: 220px;
		height: 14px;
		color: #FFF;
		text-decoration: none;		
		background-image: none;
		vertical-align: middle;
		} 		
		
		#schaltzentrale a:hover {
		display: block;
		width: 220px;
		height: 14px;
		color: #FFF;
		text-decoration: none;
		background-image: url(images/hintergrund_navi_hover.gif);
		}
				
		#showbox {
		float: left;
		width: 150px;
		margin-bottom: 10px;
		margin-right: 23px;
		}
		
		#showbox a {
		display: block;
		width: 150px;
		height: 90px;
		color: #FFF;
		padding: 5px;
		background-color: #393939;	
		} 		
		
		#showbox a:hover {
		display: block;
		width: 150px;
		height: 90px;
		color: #FFF;
		padding: 5px;
		background-color: #393939;	
		} 		 			
		
		#jukebox {
		margin-bottom: 25px;
		width: 220px;
		}			
		
		#content {
		position: absolute;
		top: 273px;
		left: 294px;
		width: 520px;
		}
		
		.form {
		border-style: solid;
		border-width: 1px;
		background-color: #202020;
		border-top-color: #000;
		border-left-color: #000;
		border-right-color: #3A3A3A;
		border-bottom-color: #3A3A3A;
		color: #FFF;
		font-size: 11px;
		padding: 2px;
		}

		#spacer {
		width: 13px;
		height: 13px;
		float: left;
		}
		
		.sitemap a {
		color: #FFF;
		text-decoration: none;	
		}
		
		.sitemap a:hover{
		color: #E02D00;
		text-decoration: none;	
		}
		
