html, { background-color: none; background-image: none; background-repeat: repeat-y; margin: 0; padding: 0 }

#navi-horizontal {
	WIDTH:546px; 
	HEIGHT:36px; 
	background-color:#99DD77;
	background-image:none;
	margin_top:0px; margin-right:0px; margin-left:70px; 
	border:0px solid orange;
}		


#navigation-vertikal {
		background-image:none;
		background-color:#99DD77;
   	width:217px;
		overflow: hidden;
   	border:0px solid orange;
   	padding-top: 2x;
   	margin-top: 50px;
   		
}	

#navi-vertikal-u  { 
	margin-left: 35px;
   	
}	

body {
    background-color:#036E33;
    border:0px solid yellow;
}

#Grundflaeche {
    background-color:white;
    background-image:none;
    background-repeat:repeat-y;
    border:2px solid orange;
    height:100%;
    margin-top:40px;
    margin-left:40px;
    margin-right:40px;
    margin-bottom:40px;
    
}


#content    {
	height:100%; 
	background-color:white;
	margin-top:0px; 
	margin-right: 0; 
	margin-left: 0px; 
	padding: 20px; 
	border-top: medium none; 
	border:0px solid black;
	
	}
  
  #content2    {
  
	background-color:white;
	margin-top:0px; 
	margin-right: 0; 
	margin-left: 0px; 
	padding: 20px; 
	border-top: medium none; 
	border:0px solid black;
	
	}

* html #content2    {
	height:1000px;
	background-color:white;
	margin-top:0px; 
	margin-right: 0; 
	margin-left: 0px; 
	padding: 20px; 
	border-top: medium none; 
	border:0px solid black;
	
	}
	
#content-table		{
	margin-left: 0px;
}

#Auflistung    { margin-top: 0; margin-right: 0; margin-left: 20px; padding: 10px; border-top: medium none }

#footer    { 
	position:absolute;
   	top:460px;
   	left:240px;
	padding: 10px; border-top: medium none; 
	
}

#logo {
   position:absolute;
   top:5px;
   left:40px;
   width:150px;
   height:152px;
}
		

a.navi, a.navi_first, a.navi_self    { 
	font-size: 12px; 
	font-family: Tahoma, sans-serif; 
	font-weight: bold; text-decoration: none; 
	text-align:center; 
	letter-spacing: 0.1em; 
	white-space: nowrap; 
	display: block; 
	margin: 0; 
	padding: 8px; 
	float: left; 
	overflow: hidden;
	border-style:ridge; border-color:#98C000;
	
}
			
a.navi-v, a.navi-v_first, a.navi-v_self {
	font-size: 11px; 
	font-family: Tahoma, sans-serif; 
	font-weight: bold; text-decoration: none; 
	text-align:left; 
	letter-spacing: 0.1em; 
	white-space: nowrap; 
	display: block; 
	margin-left: 0px;
	padding: 4px;
	overflow: hidden;
	border-style:ridge; border-color:#98C000;
}

a.navi-vu, a.navi-vu_first, a.navi-vu_self {
	font-size: 10px; 
	font-family: Tahoma, sans-serif; 
	font-weight: bold; text-decoration: none; 
	text-align:left; 
	letter-spacing: 0.1em; 
	white-space: nowrap; 
	display: block; 
	margin-left: 0px;
	padding: 4px;
	width:177px;
	overflow: hidden;
	border-style:ridge; border-color:#98C000;
}

a.navi_first { border-top:0px solid red; }
a.navi-v_first  { border-top: 0px solid black; border-right: none; border-bottom: none; border-left: none }
a.navi-vu_first  { border-top: 0px solid black; border-right: none; border-bottom: none; border-left: none }


a.navi:link, a.navi_first:link, 
a.navi:visited, a.navi_first:visited    { color:black; background-color:none}

a.navi-v:link, a.navi-v_first:link, 
a.navi-v:visited, a.navi-v_first:visited   { color:black; background-color:none }

a.navi-vu:link, a.navi-vu_first:link, 
a.navi-vu:visited, a.navi-vu_first:visited   { color:black; background-color:none }

a.navi_self:link, a.navi_self:visited  { color:black; background-color: orange }
a.navi-v_self:link { color:black; background-color: orange  }
a.navi-v_self:visited  { color:black; background-color:orange }
a.navi-vu_self:link, a.navi-vu_self:visited  { color:black; background-color:orange }


a.navi:hover, a.navi_first:hover, a.navi_self:hover { border-style:inset; border-color:#98C000; color: black; background-color:orange }
a.navi-v:hover, a.navi-v_first:hover, a.navi-v_self:hover { border-style:inset; border-color:#98C000; color: black; background-color:orange }
a.navi-vu:hover, a.navi-vu_first:hover, a.navi-vu_self:hover { border-style:inset; border-color:#98C000; color:black background-color:orange}

a.navi:active, a.navi_first:active, a.navi_self:active   { color: black; background-color:none }
a.navi-v:active, a.navi-v_first:active, a.navi-v_self:active   { color:black; background-color:none}
a.navi-vu:active, a.navi-vu_first:active, a.navi-vu_self:active   { color: black; background-color:none }

a:link {
   font-weight:bold;
   color:#036E33;
   text-decoration:none;
}

a:visited {
   font-weight:bold;
   color:#036E33;
   text-decoration:none;
}

a:hover  {
   font-weight:bold;
   color:black;
   background-color:orange;
   
}

a:active {
   font-weight:bold;
   color:#036E33;
   text-decoration:none;
}


h1,h2,p,ul,ol {
   font-family:Verdana,sans-serif;
   margin-right:20px;
   margin-left:20px;
}

h1  { color: black; font-size: 17px; font-style: normal; font-weight: normal; line-height: 1.1em; margin-top: 20px; padding-bottom: 5px; padding-left: 1px; border-bottom: none }

h2   { color: black; font-size: 13px; font-style: normal; font-weight: bold; line-height: 1.1em; margin-top: 10px; padding-bottom: 3px; padding-left: 0; border-bottom: medium none }

p  { color: black; font-size: 13px; font-weight: normal; line-height: 1.1em; padding-left: 0 }

ul,ol {
   padding-left:25px;
   font-family: Tahoma, sans-serif; 
   font-size:13px;
   font-weight: bold;
   color:black;
   margin-top:10px;
   margin-bottom:10px;
}


li {
   font-weight:normal;
   font-size:13px;
   line-height:1.1em;
   color:black;
   margin-top:6px;
   margin-bottom:6px;
}

.kopf {
	float:left; 
	border:1px double #cccccc;
	font-size: 11px;
	color: black; 
	font-family: Tahoma, sans-serif; 
	font-weight: bold; text-decoration: none; 
	text-align:center; 
	height: 50px;
	white-space: nowrap; 
	display: block; 
	margin-left: 0px;
	padding: 1px;
	
	overflow: hidden;
	background-color:#C9EDB7;
	
}


a.kurz_bewerbung:, a.kurz_bewerbung:visited, 
a.kurz_bewerbung:link, a.kurz_bewerbung:aktiv, a.kurz_bewerbung:first {
	font-size: 11px;
	color: black; 
	font-family: Tahoma, sans-serif; 
	font-weight: bold; text-decoration: none; 
	text-align:middle; 
	white-space: nowrap; 
	display: block; 
	margin-left: 0px;
	padding: 1px;
	overflow: hidden;
	background-color:#C9EDB7;
	
}

a.kurz_bewerbung:hover {  color: black; background-color:orange }

#Tabelle_1  { color: black; font-size: 13px; font-family: Verdana, sans-serif; font-weight: bold; line-height: 1.1em; background-color: white; padding: 2px 4px 2px 25px; vertical-align: middle; border: none; class: normal }
.text { color: black; font-size: 9pt }

.textfett {  font: 10pt/13pt  Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; font-weight: bold; }

.textklein {  font: 8pt/11pt  Arial, Helvetica, sans-serif; color: #000000; text-decoration: none;}
.weiss {  font: 12pt/12pt  Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; font-style: italic; font-weight: bold; letter-spacing: 1pt }
.textgruen {  font: 11pt Arial, Helvetica, sans-serif; color: #036E33; text-decoration: none;}
.textgruenfett {  font: 11pt Arial, Helvetica, sans-serif; color: #036E33; text-decoration: none; text-align: right; font-weight: bold}
.italic {  font: 10pt/12pt  Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; font-style: italic; font-weight: bold; letter-spacing: 1pt }

#navi-h-aktuell { color:red; background-color: black }
.class { }

#nach_oben {
		background-image:none;
		background-color:#99DD77;
 		width:70px;
		overflow: hidden;
 		border:0px solid orange;
 		padding-top: 4x;
 		margin-left: 500px;
    text-align:center;
}	
.nach_oben { 
  width:70px;
	font-size: 10px; 
	font-family: Tahoma, sans-serif; 
	font-weight: bold; text-decoration: none; 
	text-align:center; 
	letter-spacing: 0.1em; 
	white-space: nowrap; 
	display: block; 
	margin: 0; 
	padding: 4px; 
	
}
#AP-f-mittel { 
  width:130px;
	font-size: 12px; 
	font-family: Tahoma, sans-serif; 
	font-weight: bold; text-decoration: none; 
	text-align:left; 
	letter-spacing: 0.1em; 
	white-space: nowrap; 
	display: block; 
	margin-left:20px;
	padding: 4px; 
  border:0px solid orange;
  float:left;
  }
