/* 
 * ############################################################################################
 *  NAME:           start.css                                                                    
 *  DESCRIPTION:    
 *  AUTHOR:         Dede
 *  CREATED:   
 *  UPDATED:   
 *  DEPENDENCIES:  -
 *  COMMENTS: 
 * ############################################################################################
 */


body {  background-color: #191919;
    	color: #000000; 
   	margin: 0px 0px 0px 0px;
    	font-size: 10pt;
	}

a {
	font-family: Arial;
	text-decoration: none;
	color: #005D8C;
	font-weight: none;
}

a:hover {
	color: #F0941C;
}

a:active {
	color:#8282C8;
}


DIV.language {
	text-align: center;
	font-size: 14px;
	color: #999;
	padding: 4px 0px 0px 0px;
	}	
	
a.select {
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;	
	text-decoration: none;
	padding: 6px 10px 6px 10px;
	}
	
a.select:visited {
	color: #ffffff;
	text-decoration: none;
	}	

a.select:hover {
	color: #f58320;
	text-decoration: none;
	background-image: url(../images/navpfeil.gif);
	background-repeat: no-repeat;
	background-position: center left;
	}

a.select:active {
	color: #ffffff;	
	text-decoration: none;
	}


