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

/* CSS Document */

  body {
	color: black;
	background-color: #F3F8F1;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

#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: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	height: 100px;
	border-left-color: #F3F8F1;
}
#kopf_streifen {
	width: 568px;
	background-color: #FFFFFF;
	color: #C2D6B1;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	position: absolute;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #BFDAB6;
	border-right-color: #BFDAB6;
	border-bottom-color: #006600;
	border-left-color: #BFDAB6;
	top: 67px;
}

* 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: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 600px;
	margin-left: 0px;
	background-color: #FFFFFF;
	position: relative;
  }
#inhalt_bg {
	position: relative;
	background-color: #FFFFFF;
	margin-left: 160px;
	border: 1px dotted #006600;
}
* 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: 100px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	border: 1px none #006600;
	position: absolute;
	left: 635px;
	top: 20px;
  }

#emailzeile {
	height: 15px;
	margin-bottom: 20px;
	background-color: #E6F0E1;
	padding: 2px;
	text-align: right;
	clear: both;
	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: #BFDAB6;
	border-bottom-color: #BFDAB6;
	border-left-color: #BFDAB6;
	margin-top: 40px;
	margin-left: 0px;
}
* html #emailzeile {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


  #navLposi {
	position: absolute;
	top: 160px;
	width: 144px;
  }
#navOposi {
	height: 24px;
	margin-bottom: 30px;
	background-color: #E6F0E1;
	padding: 2px;
	text-align: right;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #BFDAB6;
	border-right-color: #BFDAB6;
	border-bottom-color: #BFDAB6;
	border-left-color: #BFDAB6;
}

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

