@charset "UTF-8";

@media screen, projection {

   /******************************************************************
    DEFINITION FESTER UND GLOBALER HTML-ELEMENTE
    *****************************************************************/
    	
   #start_page {	
      width: 550px;
      margin: 0 auto;
      margin-top: 80px;
   }

   #start_page a {
		text-decoration: none;
		color: #fff;
	}	
	
   #start_page ul {
      clear: both;  
   }
   
	#start_page ul, 
	#start_page ul li {
	   margin: 0;
	   padding: 0;
	   list-style-type: none;
	}

	#start_page .start_header {
	   margin-left: 1px;
	   margin-bottom: 20px;
	}

	#start_page .start_navigation li {
		float: left;
		background-image: url(../gfx/start_menu.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		width: 175px;
		height: 45px;
		margin-left: 5px;
	}

	#start_page .start_navigation li:hover { 
		background-image: url(../gfx/start_menu_hover.gif);
	}
	
	#start_page .start_navigation li a {
		color: #fff;
		font-weight: bold;
		display: block;  
	   	margin-top: 19px;  
	   	margin-left: 10px;
	}
	   
	#start_page .start_imagebox li {
		float: left;
		width: 175px;
	    margin-top: 5px;
		margin-left: 5px;
		height: 175px;
	}
	
	#start_page .start_textbox li {
		background-image: url(../gfx/start_box.gif);
		background-repeat: no-repeat;
		background-position: top;
		display: inline;
		float: left;
		width: 175px;
		height: 175px;		
	   	margin-top: 5px;
		margin-left: 5px;
      	color: #fff;
	}
	
	#start_page .start_textbox li span {
		display: block;
		color: #fff;
  		margin: 11px;
      line-height: 21px;
	}
	
	#start_page .start_footer {
      clear: both;
      display: block;
	}
	
	#start_page .start_footer p {
      margin-top: 40px;
      padding-top: 5px;
      border-top: 1px solid #b9b9b9;	
      text-align: center;
	}

	#start_page .start_footer a {
		color: #646464;		
		text-decoration: none;
	}
	
	#start_page .start_footer a:hover {
		text-decoration: underline;
	}
	
	#start_page #top_text {
		margin-top: -15px;	
   		margin-left: 169px;
   }

}
