/*HAUPTMENÜ*/

span.tooltip {
	display: none;
         position: absolute;
         border: 2px solid #f6a132;
         background-color: #FFFFFF;
         padding: 0px 3px 0px 3px;
         width: 200px;
         line-height: normal;
         font-weight: normal !important;
         font-size: 11px;
         text-align: left !important;
}

/*TABLE DATASHEET*/
table.datasheet {font-family: Trebuchet, Verdana, sans-serif; margin: 10px 20px 20px 20px;}
table.datasheet tr td {font-size: 12px; color: #CCCCCC; padding: 5px 0px 7px 0px;}


/*LANGUAGE SELECTOR*/
a.langselector {font-size: 10px; color: white; text-decoration: none; margin: 0px 0px 0px 50px;}
a.langselector img {border: none; margin: 2px 0px 0px 0px;}

/*COPYRIGHT*/
p.footer {
	margin: 230px 0px 0px 0px;
         font-size: 11px;
         color: #666666;
	}
p.footer a {
         color: #666666; text-decoration: none;
	}
p.footer a:hover {
         color: #444444;
	}
