@charset "utf-8";
#container {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	position: relative;
}

/* CSS Document */

  body {
	color: black;
	background-color: #FFFFFF;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	background-image: url(pics/logo_bg.png);
  }

#kopf {
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	height: 140px;
	border-left-color: #006600;
}
#kopf_streifen {
	background-color: #FFFFFF;
	color: #009933;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	position: absolute;
	top: 45px;
	font-weight: bold;
	left: 94px;
	height: 37px;
	width: 806px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	padding-top: 5px;
}
#Logo {
	top: 25px;
	position: absolute;
	z-index: 999;
}

* html #kopf_streifen {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;

}


  #Inhalt {
	border: 1px none #006600;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 608px;
	margin-left: 0px;
	background-color: #FFFFFF;
	position: relative;
  }
#inhalt_bg {
	position: relative;
	background-color: #FFFFFF;
	margin-left: 200px;
	border: 1px solid #006600;
	margin-right: 50px;
}
* html #inhalt_bg {
	border: none;
}

  * html #Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
#links {
	text-align: center;
	float: left;
	position: absolute;
	left: 1px;
	top: 350px;
}


  #rechts {
	font-size: 9px;
	width: 160px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	border: 1px none #006600;
	position: absolute;
	left: 535px;
	top: 20px;
	height: 400px;
  }

#emailzeile {
	height: 10px;
	margin-bottom: 20px;
	padding: 2px;
	text-align: right;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
	margin-left: 200px;
}
* html #emailzeile {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


  #navLposi {
	position: absolute;
	top: 171px;
	width: 144px;
	left: 50px;
  }
#navOposi {
	height: 10px;
	margin-bottom: 15px;
	background-color: #35993A;
	padding: 2px;
	text-align: center;
	position: relative;
	margin-left: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	margin-right: 50px;
}

* html #navOposi {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
}

