/* CSS Document */


#leiste {
     width: 100% ;
	 height:173px;
	 position:absolute;
	 top:50%;
	 margin-top:-120px;
	 background-color:#FFFFFF;
         }

#leiste_unten {
     height:34px;
	 width: 100%;
	 position:absolute;
	 margin-top:174px;
	 padding-top:1px;
	 background-image: url(../img/start_leiste_unten.gif);
	 background-repeat:repeat-x;
	 }
	
#willkommen {
	 width:555px;
	 height:30px;
	 position:absolute;
	 margin-left:100px;
	 margin-top:-30px;
	 font-weight:bold;
	 font-size:22px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 color:#FFFFFF;
	 }		
	 
#logo_start {
	width:732px;
	height:173px;
	position:absolute;
	width:100%;
	}  
	
#leistungen {
  background-image:url(../img/leistungen.gif);
	background-repeat:no-repeat;
	width:522px;
	height:11px;
	position:absolute;
	left:100%;
	margin-left:-540px;
	margin-top:150px;
	}
	
#verlauf {
    background-image:url(../img/verlauf.gif);
	background-repeat:no-repeat;
	width:591px;
	height:1px;
	position:absolute;
	left:100%;
	margin-left:-591px;
	margin-top:135px;
	}
	
#startnavi {
position:absolute;
margin-left:100px;
margin-top:20px;
}

#startnavitd {
   background-image: url(../img/arrow.gif);
   background-position:left;
   background-repeat:no-repeat;
   height:14px;
   
   }
   
#handeltd {
   background-image: url(../img/arrow.gif);
   background-position:left;
   background-repeat:no-repeat;
   height:40px;
   }    
 
#startlink:link {color:#FF0000;  text-decoration: none; font-weight:bold; font-size:12px; margin-left:30px;}
#startlink:visited {color:#FF0000; text-decoration: none; font-weight:bold; font-size:12px; margin-left:30px;}
#startlink:active {color:#FF0000; text-decoration: none;  font-weight:bold; font-size:12px; margin-left:30px;}
#startlink:hover {color:#FF0000; text-decoration: underline;  font-weight:bold; font-size:12px; margin-left:30px;}

#startlink_handel:link {color:#2660A9;  text-decoration: none; font-weight:bold; font-size:12px; margin-left:30px; }
#startlink_handel:visited {color:#2660A9; text-decoration: none; font-weight:bold; font-size:12px; margin-left:30px; }
#startlink_handel:active {color:#2660A9; text-decoration: none;  font-weight:bold; font-size:12px; margin-left:30px; }
#startlink_handel:hover {color:#2660A9; text-decoration: underline;  font-weight:bold; font-size:12px; margin-left:30px; }
   	
