a:link {color: #FA8E10; text-decoration: none;}
a:visited {color: #FA8E10; text-decoration: none;}
a:hover  {color: #FA8E10; text-decoration: underline;}

* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color:#FEFEFE;
		text-align:center; /* horizontal centering for IE Win quirks */
		}
		
		div {
		text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbŸndig ausgerichtet sind */
		}
		
	#distance { 
		width:1px;
		position: absolute;
		top:0px;
		background-color:#000000;
		}		
		
	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		top:0px;
		text-align:left;
		width:100%
		clear:left;
		background-color:#FEFEFE;
		}


#topleft {
   position: absolute;
   top: 0px;
   left: 0px;
   float: left;
   width: 310px; 
   height:114px;
   background-image: url('gfx/top.jpg');
   }
   
#top {
   position: absolute;
   top: 0px;
   float: left;
   width: 100%;
   height:114px;
   background-image: url('gfx/black.jpg');
   background-repeat:repeat-x;
   }
   
#topright {
   position: absolute;
   right: 0px;
   top: 0px;
   float: right;
   width: 19px;
   height:114px;
   background-color:#FEFEFE;
   }
   

#main {
   position:absolute;
   top:114px;
   left:91px;
   width:80%;
   font-size: 12px; 
   font-weight:400; 
   font-family: Verdana;
   color: black;
   background-color: #FEFEFE;
}

table {
   background-color: #FEFEFE;
   color: #000000; 
   font-size: 10px; 
   font-weight:400; 
   font-family: Verdana;   
		}	
 
		
.text {color: #000000; font-size: 12px; font-weight:400; font-family: Verdana;}
.titel {color: #FA8E10; font-size: 14px; font-weight:600; font-family: Verdana;}

