/* Menüstruktur*/

#navcontainer {
	align: right;
	margin-right:30px;
}
#navlist { 
	list-style:none;
	padding:0;
	margin:0;
}
#navlist li {
	display:inline;
	padding:0;
	margin:0;
}
#navlist li a:hover { 
	text-decoration:underline;
}
#navlist li:before {
	content:"| ";
}
#navlist li:first-child:before { 
	content:"";
}

/* Menüstruktur für IE*/
/* ... für alle IE*/
*html #navlist li { 
border-left:1px solid black; 
padding:0 0.4em 0 0.4em; 
margin:0 0.4em 0 -0.4em; }

/* ... Win IE (vor Mac verbergen)*/
*html #navlist {
height: 1%;}
*html #navlist li {
display: block; 
float: left;}

/* ... Mac IE5)*/
*html #navlist li:first-child {
border-left:0;}

body {
   		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:black; 
		background-color:white; }

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
	font-family: Verdana, Arial, Helvetica, san-serif;
}



h1 { 
	font-size:26px;
	color:#004000;
 }

h2 { 
	font-size:21px; 
	color:#004000;
}

h3 { 
	font-size:16px;
	color:#004000;
	
}

h4 { 
	font-size:13.4px;
}

p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote { 
	font-size:12px;
	
}

div.cr {
	font-size:10px;
	color:#aaaaaa;
	
	}

td {
	vertical-align:top;
	text-align:left;
	
}

.title {
	font-weight:bold;
	background-color:#004000;
	color: white;
	}
.menue {
	background-color:#004000;
	color:#ffffff;
	font-size:x-small;
	
	
	}
table.menue {
	width:90%;
}

hr {
	color:#aaaaaa;
}
