<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------CSS Reset-------------------------
-----------------------------------------------------------*/

body {
padding: 0px;
margin: 0px;
font-family: Times New Roman;
}

		#bg {
			position:fixed; 
			top:-50%; 
			left:-50%; 
			width:200%; 
			height:200%;
		}
		#bg img {
			position:absolute; 
			top:0; 
			left:0; 
			right:0; 
			bottom:0; 
			margin:auto; 
			min-width:50%;
			min-height:50%;
		}
         

/*-------------------------Header (Kopf)---------------------
-----------------------------------------------------------*/

#banner {
  position: absolute;
  margin: 10px 10px 0px 10px;
  height: 140px;
  width: 1175px;
  z-index: 9999;
}


/*-------------------------Seite links (links)---------------
-----------------------------------------------------------*/

#middle {

  position: absolute;  
  margin: 140px 0px 0px 0px;
  height: 140px;
  width: 1192px;
  z-index: 9999;
}

ul#menu {
  position: absolute;
  top; 0px;
  left: 10px;
  width: 250px;
  background-image: url(Design/gruen_op.png);
  list-style-type: none;
  padding: 20px;
}

li#menu {
  font-size: medium;
  font-weight: bold;
}

a#menu {
  padding: 0px 10px;
  text-decoration: none;
  color: #154B13;
}

a#menu:hover {
  color: #004CFF;
}

hr#menu {
  color: #0F68E9;
}

div#ausklapp div#ausklappmabu div#ausklappdwme {
  display:none;
}

div#ausklapp div#ausklappmabu:hover div#ausklappdwme {
  display:block;
}

a#ausklappmabu {
  padding: 0px 10px;
  list-style-type: none;
  font-size: medium;
  font-weight: bold;
  text-decoration: none;
  color: #154B13;
}

a#ausklappmabu:hover {
  color: #004CFF;
}

a#ausklappdwme {
  padding: 0px 16px;
  list-style-type: none;
  font-size: medium;
  font-weight: bold;
  text-decoration: none;
  color: #154B13;
}

a#ausklappdwme:hover {
  color: #004CFF;
}


/*-------------------------Main (mitte)----------------------
-----------------------------------------------------------*/

#main {
  position: absolute;  
  margin: 16px 0px 0px 310px;
  width: 644px;
  z-index: 9999;
  background-color: #FFFFFF;
}


/*-------------------------Rechts (aktuell)------------------
-----------------------------------------------------------*/

#menu2 {
  position: absolute;  
  padding: 10px;
  margin: 16px 0px 0px 965px;

  width: 200px;
  z-index: 9999;
  background-image: url(Design/gruen_op.png);
}


/*-------------------------Footer (unten)--------------------
-----------------------------------------------------------*/

#footer,
  position:absolute;
  bottom: 0;
  width: 100%;
  background-image: url(Design/gruen_op.png);
  height: 2em;
  z-index: 9999;
}</pre></body></html>