﻿body {
	background-position: 0% 0%;
	margin: 20px 0px;
	font-family: Verdana,Tahoma,Arial,Helvetica;
	font-size: 12px;
    background-color:#F2F6EC;
}

li {
	
}

ul {
	
}

img {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
}

.menu {
    background-color:#F2F6EC;
    margin-left: 10px;
    margin-right: 10px;
    font-weight:bold;
}

a {
 color: #008000;
 text-decoration: none;
 text-transform: none;
 line-height: 14px;
 font-size: 12px;
 }

a:visited {
 color: #008000;
 text-decoration: none;
 text-transform: none;
 padding: 10 0 10 0;
 font-size: 12px;
}

a:hover {
 color: #DF7000;
 font-weight: normal;
}

.small {
	font-size:10px
}

.zelle {
    background-color:#F2F6EC;
	vertical-align: top;
	text-align: left;
}

.navioben {
	background: url('../img/background_tabelle_senkrecht_oben.png');
	height: 200px;
	width: 180px;
    background-color:#F2F6EC;
	vertical-align: top;
	text-align: left;
}

.navimitte {
	background: url('../img/background_tabelle_senkrecht_mitte.png');
	background-repeat: repeat-y;
	text-align:center;
	bottom:auto;
    background-color:#F2F6EC;
	vertical-align: top;
	text-align: left;
}

.naviunten {
	background: url('../img/background_tabelle_senkrecht_unten.png');
	height: 61px;
	width: 180px;
    background-color:#F2F6EC;
	vertical-align: top;
	text-align: center;
	vertical-align: middle;
}

h1 {
	font-size: 24px;
	background-color:#E7EED9;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}


/* Anzeige Counter  */
.anzeige {
font-family: Verdana, Tahoma;
font-size:16px;
color:#000000;
background-color: #DDE7C9;
text-align:center;
vertical-align: middle;
border: 0px solid #6F6F6F;
width: 610px;
padding: 3px;
height: 22px;
}

/* Anzeige Menue  */
#menu {
clear: left;
float: left;
width: 173px;
margin: 0 0 0 0;
padding: 0px;
background-color:#F2F6EC;
}

#menu ul {
list-style: none;
width: 173px;
margin: 0 0 0 0;
padding: 0;
}

#menu li {
margin-bottom:1px;
}

#menu li a {
display: block;
font-family:Verdana,Tahoma,Arial,Helvetica;
font-size: 11px;
font-weight:bold;
height: 20px;
line-height:130%;
text-decoration: none;
color:black;
background:#DDE7C9;
border-bottom: 1px solid #6F6F6F;
padding: 2px 0px 2px 8px;
}

#menu li a:hover {
background:#7F7F7F;
color:#FFFFFF;
border-bottom: 1px solid #6F624E;
}

