

body { margin: 0px;
    padding: 0px;
    background: #f0f8ea;
<!--    background: #E0E0D0;	 graubeige, #e9e2d1  -->
    line-height: 1.5em;
    font-family: sans-serif;
    font-size: 0.9em;
    letter-spacing: 1px;
    color: rgb(34, 26, 0);	<!-- fast schwarz, #221A00 -->
    }

td { line-height: 1.5em;
    font-family: sans-serif;
    font-size: 0.9em;
    letter-spacing: 0px;
    color: rgb(34, 26, 0);	<!-- fast schwarz, #221A00 -->
    }
    
	.box {
	border-bottom: 2px solid white;
	border-top: 2px solid white;
	background-color: #d6e6b9;
<-!!	background-color: rgb(239, 236, 224);	 hellbeige, #EFECE0  -->
	}

   .head { background-color: #d6e6b9;  <!-- rgb(239, 236, 224);	 hellbeige, #EFECE0  -->
    border: medium none ;
    font-weight: bold;
    color: black;	<!-- dunkelrot, #990000  -->
    text-align: left;
	padding: 0.25em .5em;
    }
    .main { border: medium none ;
    padding: 0.5em 1.5em 0.25em;
    text-align: left;
    }
     
	.liste {
	border: thin none;
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-align: left;
	font-size: 85%;
	border-bottom: 1px none darkblue;
}
     
	 
.wichtig {
	padding: 0.5em 2.5em 0.25em;
   margin-bottom: 0.5em;
   margin-top: 0.5em;
   margin-left: 0.5em;
   text-align: center;
	border-bottom: 2px solid #CA0000;
	border-top: 2px solid #CA0000;
	background: #d6e6b9; <!-- #EFECE0;		 hellbeige, #EFECE0  -->
	}

	.impressum {
   font-size: 75%;
	background: #d6e6b9; <!-- #EFECE0;		 hellbeige, #EFECE0  -->
	color: rgb(34, 26, 0);	<!-- fast schwarz, #221A00 -->

	}
	
.navi {
	padding: 0.5em 0.5em 0.25em;
	background: #d6e6b9;                    <!--#EFECE0; -->
	font-size: 75%;
	border : thin solid White;
	vertical-align : middle;
}	
	
   
h2 { background: transparent none repeat scroll 0%;
    font-family: trebuchet ms,tahoma,lucida,sans-serif;
    letter-spacing: 1px;
    color: black;	<!-- dunkelrot, #990000  -->
    padding: 0.25em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    font-size: 150%;
    line-height: 1.1em;
    }

a { border-bottom: 1px dotted darkblue;
    background: transparent none repeat scroll 0%;
    color: darkblue;
    text-decoration: none;
    font-weight: bold;
    font-size: 90%;
    }

.rot {
	border-bottom: 1px dotted #CA0000;
	font-size: 120%;
	color: #CA0000;		<!-- dunkelrot, #990000  -->
	}

a.liste {
	 border: 0px none ;
    color: darkblue;
    text-decoration: none;
    font-weight: bold;
    font-size: 90%;
}
	
a.navi {
    border: 0px none ;
    color: darkblue;
    text-decoration: none;
    font-weight: bold;
    font-size: 90%;
}
	
a:hover { border: 0px none ;
    color: red;
    background-color: rgb(239, 236, 224); <!-- hellbeige, #EFECE0  -->
    }
 

