* {
	padding: 0;
	margin: 0;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	height: 100%;
}
body {
	padding-bottom:10px;
	margin-bottom: 10px;
}
img {
	border: 0;
}
p, ol {
	margin-bottom: 1em;
}
a {
	color: #000;
}
a:hover {
	color: #090;
}

#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color: #65B11B;
	font-size: 26px;
	margin-bottom: 12px;
}

#mainnavwrapper {
}

#mainnav {
	float: left;
	list-style-type: none;
	margin-left: 10px;
}
#mainnav li {
	height: 40px;
	width: 240px;
	line-height: 40px;
}
#main01 {
	background: #65B11B;
}
#main02 {
	background: #FFA200;
}
#main03 {
	background: #FFD200;
}
#mainnav a {
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
	padding-left: 40px;
	height: 40px;
}
#mainnav a:hover {
	background: url(../img/pfeil-gr.png) no-repeat 18px 2px;
}
#mainnav .on {
	background: url(../img/pfeil-gr.png) no-repeat 18px 2px;
}
#subnav {
	position: absolute;
	width: 120px;
	left: 0px;
	padding-top: 20px;
	padding-bottom: 15px;
}
.gruen {
	background: #65B11B;
}
.orange {
	background: #FFA200;
}
.gelb {
	background: #FFD200;
}
#subnav ul {
	list-style-type: none;
}
#subnav li {
	margin-bottom: 10px;
}
#subnav a {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	padding-left: 25px;
	display:block
}
#subnav a:hover {
	background: url(../img/pfeil-kl.png) no-repeat 10px 2px;
}
#subnav .on {
	background: url(../img/pfeil-kl.png) no-repeat 10px 2px;
}
.themaGruen {
	background: url(../img/gruen.gif) repeat-x 0px 0px;
}
.themaOrange {
	background: url(../img/orange.gif) repeat-x 0px 40px;
}
.themaGelb {
	background: url(../img/gelb.gif) repeat-x 0px 80px;
}
#imagewrapper {
	width: 240px;
	position: absolute;
	top: 220px;
	right: 0px;
}
#textwrapper {
	width: 385px;
	background: #eaeaea;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 30px 60px 30px 155px;
	min-height: 420px;
	line-height: 1.5em;
}
.h480 {
	height: 450px;
}
.h600 {
	height: 570px;
}
#header {
	margin-left: 10px;
}
td {
	vertical-align: top;
	padding: 3px;
}
.hellgrau {
	background: #D6D6D6;
}
/*für Starseite*/
#startseite h2 {
    margin-bottom: 10px;
}
#startseite #textwrapper {
	width: 520px;
	min-height: 390px;
	padding: 40px 40px 0;
}
.home-text-content {
  font-size: 14px;
  padding-bottom: 15px;
}
}
#textwrapper ul{
	margin-left:1em;
}
#startseite #textwrapper ul{
	font-size: 14px;
}
#textwrapper li {
	margin-bottom:0.5em;
}
#indexfoto {
	position: absolute;
	left: 370px;
	top: 460px;
}
#startseite #footer {
	color: #FFF;
	background: #65B11B;
	height: 120px;
	width: 600px;
	margin-left: -40px;
}
#footer p {
	font-size: 13px;
	padding: 25px 0 0 40px;
}
#footer img {
	float: right;
}
#footer a {
	color: #FFF;
}

label {
display:block;
float:left;
width:50px;
margin-top:3px;
}
input {
	float:left;
	margin-top:5px;
	width:220px;
	border: 1px solid #000000;
}
#SCHILDERUNG {
	width:270px;
	border: 1px solid #000000;
}
#send {
	border: 1px solid #000000;
	/* [disabled]width: 100px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#imprintwrapper {
	position: absolute;
	left: 200px;
	top: 145px;
	width: 555px;
	background: #FFF;
	border: 2px solid #093;
	padding: 10px;
	display: none;
}
