
body {
font-family: Verdana;
font-size: 80%;
color: #676767;
	background-color: #EDF2F2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
a {
color: #676767;
text-decoration: underline;
}

.button{
background-color: #EEEEEE;
border: 1px solid;
font-size: 80%;
font-weight: bold;
	}

#textlink a {
border-bottom: 1px dotted #A9A9A9;
	}		
	
	
#smallbutton a {
color: #000000;
background-color: #EEEEEE;
font-size: 10px;
font-weight: bold;
text-decoration: none;
	}	
	
#maintable{
border-bottom: 1px dotted  #A9A9A9;
}

#kasten{
border: 1px dotted  #A9A9A9;
}

#breadcrumb {
font-size: 80%;
color: #A9A9A9;	
}
#breadcrumb a {
color: #A9A9A9;	
}

#block_left{
border-left: 1px dotted  #A9A9A9;
}

#block_right{
padding-left: 10px;	
border-right: 1px dotted  #A9A9A9;
}

.content{
  border-right: 1px dotted  #A9A9A9;
  border-left: 1px dotted  #A9A9A9;
  padding-left: 20px;	
  padding-right: 20px;
  text-align: justify;
}

#footertext {
font-size: 70%;
color: #A9A9A9;	
}
#footertext a {
color: #A9A9A9;	
}
.smallfont{ 
font-size: 80%;	
}
.borderbottom{
 border-bottom: 1px solid #A9A9A9;  
}
.bordertop{
 border-top: 1px solid #A9A9A9;  
}
.border{
 border: 1px solid #A9A9A9;  
}
.biggrey{
	color: #D8D8D8;
	font-size: 180%;
	font-weight: bold;
}
.e_liste{
	width: 140px;
	height: 25px;
   color: #FFFCE9;
   background: #E0B125;
   font-family: Verdana, Arial, serif;
	font-size: 13px;
   border: 1px groove black;	
}
#navcontainer { /* none needed */ }

ul#navlist {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}

ul#navlist li {
        float: left;
        font-family: verdana, arial, sans-serif;
        font-size: 9px;
        font-weight: bold;
        margin: 0;
        padding: 5px 0 4px 0;
        background-color: #D2E1DA;
        border-top: 1px solid #e0ede9;
        border-bottom: 1px solid #e0ede9;
}

#navlist a, #navlist a:link {
        margin: 0;
        padding: 5px 9px 4px 9px;
        color: #75A695;
        border-right: 1px solid #d1e3db;
        text-decoration: none;
}

ul#navlist li#active {
        color: #95bbae;
        background-color: #deebe5;
}

#navlist a:hover {
        color: #74a893;
        background-color: #d1e3db;
}