body {
        background: #FFF;
        font: 80%/170% Verdana,Arial,Helvetica,sans-serif;
        height: 100%;
        margin: 0;
        padding: 0;
		color: #333;
        border: 0 none;
		background-image : url("back_left.jpg");
	    background-repeat : repeat-y;
        }
		
#top {
	  height:130px;
	  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:transparent;
	  position: absolut;
	  width:100%;
	  top: 100px;
	  border-bottom: 0px;
    }
	
#menue {
      text-align:left;
	  width:210px;
      padding-left: 10px;
	  float:left;
	  background:transparent;
    }
	
#content {
	  margin-left: 240px;
	  background-color:#FFF;
	  padding-left:0px;
	  padding-top:0px;
	  padding-right:40px;
	  text-align:left;
	  _height:500px;
    }
	
#footer {
      text-align:center;
	  vertical-align:top;
	  position:absolut;
	  bottom:0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
	  background-color:#004F4F;
	  color:#CCC;
	  _height:30px;
	  border-top: 1px solid;
    }

#footer a {
        margin: 0;
        padding: 2px;
        color: #dbdbdb;
        background: transparent;
        text-decoration: none;
        font-weight: bold;
        }
#footer a:visited {
        color: ##dbdbdb;
        background: transparent;
		text-decoration: none;
        }
#footer a:hover {
        color: #000;
        background:#dbdbdb;
		text-decoration: none;
        }
#footer a:active {
        color: #87794E;
        background: transparent;
		text-decoration: none;
        }
	
a:link {
        margin: 0;
        padding: 2px 2px 0px 2px;
        color: #003333;
        background: transparent;
        text-decoration: none;
		font-weight:bold;
        }
a:visited {
        color: #003333;
        background: transparent;
		text-decoration: none;
		font-weight:bold;
        }
a:hover {
        color: #333;
        background: #D5DDDC;
        text-decoration: none;
        border-bottom: 2px solid #C45000;
		font-weight:bold;
        }
a.aktiv {
        color: #333;
        text-decoration: none;
        background: transparent;
		font-weight:bold;
        }
#menue fieldset {
         padding: 0px .1em 1em .6em;
         border: 1px solid #87794E;
		 background: #D5DDDC;
         }
#menue legend   {
         font: bold .9em Verdana,Arial,Helvetica,sans-serif;
         color: #FFF;
         background: #057063;
         padding: 2px .6em 2px 0;
		 border: 1px solid #000;
         }
#menue LI {
   padding: 0px;
   margin: 0px;
   list-style: none;
   width:100%;
   }

#menue UL {
   padding: 0px;
   margin: 0px;
   }

#menue A {
   display: block;
   padding: 0px;
   margin: 0px;
   width:100%;
   }

#menue A:link, #menue A:visited {
   color: #000;
   text-decoration: none;
   width:180px;
   display: block;
   background-color : #D5DDDC;
   background-image : url("link1.jpg");
   border: 0px;
   }

#menue A:hover, #menue A:focus {
   color: #000;
   text-decoration: none;
   width:180px;
   display: block;
   background-image : url("link2.jpg");
   background-repeat : no-repeat;
   border: 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 {
font: 1.0em Verdana,Arial,Helvetica,sans-serif;
color : #000;
}

.legend_highlight {
   color: White;
   background-color : #057063;
   border: 1px solid;
   }
   
fieldset.grey {
background-color : #D5DDDC;
color: #222;
}

fieldset.menue {
width:160px;
color: White;
background-color : transparent;
background-image : url("link1.jpg");
}

td {
	font-size: 0.8em;
	}
	
li.a1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style : normal;
	color : #003366;
	list-style-image : url("dot.jpg");
}