/*
 * Desc: 	CSS for www.modre.at
 *          navigation layout settings 
*/

@import "colors.css";

body
{
	font-family: Arial, Verdana, Sans-Serif;  
}

a:link, a:visited, a:active, a:offsite
{ 
	color: white;
	FONT-SIZE: 9pt; 
	FONT-WEIGHT: normal;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Verdana, Sans-Serif;
	TEXT-DECORATION: none
} 

a:hover { 
 	color: black;
	text-decoration: none;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
/*	color: #0B61A9; */
/*	background-color: lightblue; */
} 

td
{ 
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
} 

.NavHeader { 
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	FONT-SIZE: 9pt; 
} 

.menutitel-subtitel {
	FONT-SIZE: 9pt; 
	FONT-WEIGHT: normal;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Verdana, Sans-Serif;
	TEXT-DECORATION: none
}

#linkLanguage
{ 
  	color: #cc0000; 
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration:none;
} 

