body {
        background: #FFF;
        font: 80%/170% Verdana,Arial,Helvetica,sans-serif;
        height: 100%;
        margin: 0;
        padding: 0;
		color: #333;
        border: 0 none;
        }
		
#top {
	  height:100px;
	  width:100%;
      top: 0px;
      left: 0px;
	  text-align:center;
	  vertical-align:bottom;
	  background-color:#FFF;
	  background-image : url("top.jpg");
	  background-repeat : no-repeat;
    }
	
#topmenue {
      text-align:center;
	  vertical-align:bottom;
	  background-color:#FFF;
	  background-image : url("back_left.jpg");
	  background-repeat : repeat-y;
	  position: absolut;
	  width:100%;
	  top: 140px;
	  border-bottom: 1px solid;
    }
	
#menue {
      text-align:left;
	  width:200px;
	  height: 400;
      padding-left: 10px;
	  float:left;
	  background-color:#FFF;
	  background-image : url("back_left.jpg");
	  background-repeat : repeat-y;
    }
	
#content {
	  margin-left: 240px;
	  background-color:#FFF;
	  padding-left:0px;
	  padding-top:0px;
	  padding-right:40px;
	  text-align:left;
	  height: 400;
    }
	
#footer {
      text-align:center;
	  vertical-align:top;
	  padding-bottom:15px;
	  position: fixed;
      left: 0px;
      right: 0px;
      bottom: 0px;
	  background-color:#FFF;
	  background-image : url("footer.jpg");
	  background-repeat : no-repeat;
	  color:#000;
	  _height:30px;
	  border-top: 1px solid;
    }

#footer a {
        margin: 0;
        padding: 2px;
        color: #343434;
        background: transparent;
        text-decoration: none;
        font-weight: bold;
        }
#footer a:visited {
        color: #343400;
        background: transparent;
		text-decoration: none;
        }
#footer a:hover {
        color: DimGray;
        background:#EDE0D8;
		text-decoration: none;
        }
#footer a:active {
        color: #87794E;
        background: transparent;
		text-decoration: none;
        }
	
a:link {
        margin: 0;
        padding: 2px 2px 0px 2px;
        color: #000066;
        background: transparent;
        text-decoration: none;
        }
a:visited {
        color: #003399;
        background: transparent;
		text-decoration: none;
        }
a:hover {
        color: #333;
        background: #EDE0D8;
        text-decoration: none;
        border-bottom: 2px solid #C45000;
        }
a.aktiv {
        color: #333;
        text-decoration: none;
        background: transparent;
        border-bottom: 2px solid #C45000;
        }
#menue fieldset, #menu legend {
         margin: 0;
		 background: transparent;
         }
#menue fieldset {
         padding: 0px .1em 1em .6em;
         border: 1px solid #87794E;
		 background: #EDE0D8;
         }
#menue legend   {
         font: bold .9em Verdana,Arial,Helvetica,sans-serif;
         color: #FFF;
         background: #BE8F74;
         padding: 2px .6em 2px 0;
		 border: 1px solid #000;
         }
#menue ul {
	   list-style: none;
	   margin: 0;
	   padding: 0;
	   background: transparent;
	   text-decoration: none;
	   }
#menue li {
	   margin: 0 5px 0 0;
	   padding: 0;
	   font-size: 0.9em;
       line-height: 1.2em;
	   background: #DEC7B8;
	   }
	   
#menue a {
	   color:#111;
	   text-decoration: none;
	   background: transparent;
	   text-decoration: none;
	   }
#menue ul li a {
	   display: block;
	   width: 90%;
	   margin: 0;
       padding: 2px 3px 2px 1px;
	   border-right: 10px solid #C8A28A;
	   border-bottom: 0px;
	   text-decoration: none;
	   }
#menue ul li a:hover {
	   border-right-color: #8B858B;
	   border-bottom: 0px;
	   color: #FFF;
	   background: #A39EA3;
	   text-decoration: none;
	   }
#menue ul.link a:hover {
	   border-color:#5D7C92;
	   text-decoration: none;
	   border-bottom: 0px;
        }
#menue ul li a.aktiv {
	   border-right-color: #5D7C92;
	   color: #333;
	   background: #BBA;
	   text-decoration: none;
	   border-bottom: 0px;
	   }
		 
input.text { background: Silver; }
input.text2 { width: 100px; height: 20px; font-size: 11px; font-weight: normal; margin: 0px 0px 5px 0px;background: Silver; }
textarea.text { background: Silver; }
option.text { background: Silver; }
select.text { background: Silver; }
input.button { width: 70px; height: 20px; color:#FFF; font-size: 11px; font-weight: normal; margin: 0px 0px 5px 0px; background: #003399; cursor:pointer; }
.highlight {
	color: #003366;
	font-weight : bold;
}

#content h1, #content h2, #content h3 {
        margin: 0;
        padding: 0;
        color: Gray;
        background: transparent;
		font: 130%/140% Verdana,Arial,Helvetica,sans-serif;
        }
#content h2 {
        padding: 1em 0 0 0;
        font:  115%/120% Verdana,Arial,Helvetica,sans-serif;
        color: #003366;
		background: transparent;
        }
#content h3 {
        margin: 1em 0 0 0;
        font:  105%/130% Verdana,Arial,Helvetica,sans-serif;
		background: transparent;
        }
#content p {
		color: #111;
        }

acronym, abbr {
         border-bottom: 1px dotted #87794E;
         cursor: help;
		 background: #DDD;
         }
		 
.legend_highlight {
   color: White;
   background-color : #BE8F74;
   border: 1px solid;
   }
   
fieldset.grey {
background-color : #EDE0D8;
color: #222;
}

td {
	font-size: 0.8em;
	}
