@CHARSET "ISO-8859-1";
body {
	font-family: "Trebuchet MS",Tahoma,Arial,sans-serif;
}
div#footer {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

#rightContent {
	text-align: right;
	font-size: 12px;
	line-height: 20px;
}

#leftContent {
	font-family: Arial;
	font-size: 0.9em;
}

#newsList {
	line-height: 16px;
}

#rightContent h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

#rightContent h2 {
	font-size: 14px;
	font-weight: bold;
}


/* links */
a:link {
	text-decoration: none;
	color: #004183;
}
a:visited {
	text-decoration: none;
	color: #004183;
}
a:active {
	text-decoration: none;
	color: #004183;
}
a:hover {
	text-decoration: none;
	color: #80b6e6;
}
/* end of links */

/* navigation */
ul.menu li {
   text-align:center;
   font-size: 13px;
}

ul.menu div a:link {
   color: #000;
   text-decoration: none 
}
ul.menu div a:visited {
   color: #000;
   text-decoration: none 
}
ul.menu div a:hover {
   background-color:#fff;
   text-decoration: none 
}
ul.menu div a:active {
   color: #cc0000; 
}

/* subnavigation */
ul.menu ul li{
	text-align: left;
	font-size: 12px;
}
ul.menu ul li a {
	min-width: 110px;
}
ul.menu ul li a:link {
   color: #000;
   text-decoration: none 
}
ul.menu ul li a:visited {
   color: #000;
   text-decoration: none 
}
ul.menu ul li a:hover {
   background-color: #c9cacb;
   text-decoration: none;
}
ul.menu ul li a:active {
   color: #cc0000; 
}

/* NEWS 
#leftContent h1 {
	font-size: 25px;
	}
#leftContent h2 {
	font-size: 20px;
	}
*/

.bodytext {
	font-size: 1em;
	text-align: justify;
	line-height: 1.2em;
	font-family: Arial;
}