    body {
	background-color: #000000;
	background-image: url(../img/hg.jpg);
	background-repeat: repeat-y;
    }
	
	#top {
	position:absolute; 
	left:0; top:0; 
	width:830; height:100; 
	z-index:0;
	background-image: url(../img/top.jpg);
	}
	
	#navi {
	position:absolute; 
	left:0; top:100; 
	width:830; height:30; 
	z-index:0;
	background-image: url(../img/navi.jpg); 
	}
	
	#left {
	position:absolute; 
	left:0; top:0; 
	width:150; height:500; 
	z-index:0;
	background-image: url(../img/hg_l.jpg);
	background-repeat: no-repeat; 
	}
	
	#center { 
	position:absolute; 
	left:150px; top:130px; 
	width:680px; height: 450px;
	background-image: url(../img/hg_bild_center.jpg);
	background-repeat: no-repeat;
	}
	
	#flash { 
	position:absolute; 
	left:150px; top:130px; 
	width:680px; height: 480px;
	background-image: url(../img/hg_flash.jpg);
	background-repeat: no-repeat;
	}
	
	#kontakt { 
	position:absolute; 
	left:150px; top:130px; 
	width:680px; height: 450px;
	background-image: url(../img/hg_bild_kontakt.jpg);
	background-repeat: no-repeat;
	}
	
	#right {
	position: absolute;
	left: 830px;
	top: 0px;
	width: 125px;
	height: 480px;
	background-image: url(../img/hg_r.jpg);
	background-repeat: no-repeat;
	}
	
	A:link {
	BACKGROUND: none;
	COLOR: #000000;
	FONT-SIZE: 13px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
	}
	
	A:active {
	BACKGROUND: url(none);
	COLOR: #000000;
	FONT-SIZE: 13px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
	}
	
	A:visited       {
	BACKGROUND: none;
	COLOR: #000000;
	FONT-SIZE: 13px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
	}
	
	A:hover         {
	BACKGROUND: none;
	COLOR: #FF6600;
	FONT-SIZE: 13px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	}
	
	li {
	list-style: square;
	color: #000000;
	}	
