/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

body {
     scrollbar-face-color: rgb(119,136,153);
     }
     
.NOF_TS_MyStyle0 {
	color: rgb(0,0,0);
	background-color: rgb(51,76,121)
	}

.NOF_TS_Calendar0 {
	font-size: medium;
	color: rgb(0,0,0);
	font-weight: bold;
	background-color: rgb(255,255,255)
	}

.NOF_TS_Classic0 {
	font-size: small;
	color: rgb(255,255,255);
	font-weight: bold;
	background-color: rgb(0,0,0)
	}

a { font-family:Verdana,Arial,Helvetica;
	font-size:9pt;
	text-decoration:none;
	color:#000000;
	}

a:hover { 
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size:9pt;
	font-weight: bold;
	color:#000000
	}
	
a:link {
	font-size:9pt;
	text-decoration:none;
	color: #000000;
	}

a:visited {
	color: #000000;
	}
	
#navigation {
	width: 130px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 11px;
        border: 1px solid white;      
	font-weight: normal;
	color: #ffffff;
	background: none; 
	text-decoration: none;
	}

#navigation a {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}
	
#navigation a:link, #navigation a:visited {
	color: #ffffff;
	background: none;
	font-weight: normal;
	}
	
#navigation a:hover {
	color: #ffffff;
	background: none;
	text-decoration: none;
	font-weight: bold;
	}

	
	
:link {
	color: rgb(0,51,204)
	}

:visited {
	color: rgb(153,0,153)
	}
