/*
ffaa22 Linkfarbe, orange
ee9911 besuchte Links, dunkleres orange 
*/
	
body{font-family: sans-serif, Arial, Verdana; font-size: 13px; background-color: #eeeeee;}

a:link {font-family: Arial, Helvetica; font-weight: bold; color: #206740; text-decoration: none;}
a:visited {font-family: sans-serif, Arial, Verdana; font-weight: bold; color: #307750; text-decoration: none;}
a:hover {font-family: sans-serif, Arial, Verdana; text-decoration : underline;}
a:active {font-family: sans-serif, Arial, Verdana; text-decoration: underline;}
a:focus {font-family: sans-serif, Arial, Verdana; text-decoration: underline;}

td.Frame{
        background-color: #408760;
}

td.MenuCaption {
	font-family: sans-serif, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
        background-color: #408760;
/*        background-image: url(resources/images/BgMenuCaption.gif);*/
}

td.MenuItem {
	font-family: sans-serif, Arial, Verdana;
	font-size: 13px;
	color: #000000;
        background-color: #84C1A1;
}


td.Content {
	font-family: sans-serif, Arial, Verdana;
	font-size: 13px;
        background-color: #ffffff;
}

td.Copyright {
	font-family: sans-serif, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ffa400;
        background-color: #5577bb;
}



