a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold;}
h1 { font-style:italic; font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size: 20px; }
h2 { font-style:italic; font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size: 16px; }
h3 { font-style:italic; font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size: 12px; }
ol {list-style-type:decimal; font-family: Arial, Helvetica, sans-serif; font-size: 12px}
a:link { color: #0000FF; text-decoration: none; }
a:visited { color: #333399;	text-decoration: underline; }
a:hover { color: red; text-decoration: underline; }
a:active { color: red; text-decoration: none; }


. black {
link-color: #000000; text-decoration: underline; 
visited-color: #000000;	text-decoration: none;
hover-color: #000000; text-decoration: none; font-size: 13px; font-weight:normal;
active-color: #000000; text-decoration: underline; font-weight:normal;
}
select,input,ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type:square
}


body,textarea{
	background-color: #ffffff;
	margin:0px;
	padding:0px
	
	scrollbar-base-color:#CCDDEE;
	scrollbar-face-color:#CCDDEE;
	scrollbar-shadow-color:#6F6F6F;
	scrollbar-highlight-color:#666699;
	scrollbar-3dlight-color:#EEEEEE;
	scrollbar-darkshadow-color:#EFEFEF;
	scrollbar-track-color:#EBF1F8;
	scrollbar-arrow-color:#0050A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	a:link-color: red;
}

.cb {
	border: none;
	font-weight:bold;
	font.size:14px;
	color:green;
	background-color: #ffffff;
	width:100%
}

fieldset {
	border: 1px solid black;
	padding-left:3px;
	padding-bottom:3px
}

.menu { 
	font-weight:bold; 
	color: #FFFF00
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
}

.table th { background-color: #cccccc; }
.table td { background-color: #f0f0f0; }

#newsmenu {
	background-color : lightblue;
	padding:5px;
	border: none;
	width:120px;
	margin-right:5px;
	position:absolute; right:20px; top:100px;
}

.body {
	background-image: url(/images/verlaufblau.gif);
	background-repeat: repeat-y;
}

#titel {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	font-size:18px;
    background: url(/images/menu_button.png) 0 -35px;
	background-repeat:no-repeat;
    width:175px;
    height:35px;
	color: #009;
	padding: 7px 0 0 0px;
	text-decoration: none;
	margin: 0;
	}


#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navigation {
	width: 175px;
	margin-top: 10px;
	}
	
#navigation li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	font-size:18px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	height: 35px;
  	height: 28px;
	text-decoration: none;
	}
		
	
#navigation li a:link, #navigation li a:visited {
	color: black;
	display: block;
	background: url(../images/menu_button.png);
	padding: 8px 0 0 10px;
	}
	
#navigation li a:hover {
	color: #009;
	background: url(../images/menu_button.png) 0 -35px;
	padding: 8px 0 0 10px;
	}
	
#navigation li a:active {
	color:  #009;
	background: url(../images/menu_button.png) 0 -35px;
	padding: 8px 0 0 10px;
	}


#nltable table, #nltable th, #nltable td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000;
	border-collapse:collapse;
	}
	
#nltable th{
	background-color:#CCC;
	}
	#nltable td{
	background-color:transparent;
	}

#contents {
	padding: 1.5em;
	background: #fff;
	width: 700px;
	min-height: 65%;
}

