body {
	background-color: #eee;
	font-size: 16px;
	color: black;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	line-height: 20px;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
	text-align: center;
}

#wrapper-header {
	background-color: #eeeeee;
	color: #b20038;
}


#header {
	background-image: url('images/banner.gif');
	background-position: center;
	background-repeat: no-repeat;
	height: 80px;
	width: 100%;
}

/*#header {
	background-color: #222;
	background-image: url('images/banner.jpg');
	background-position: right;
	background-repeat: no-repeat;
	border-left-color: #707070;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #707070;
	border-right-style: solid;
	border-right-width: 1px;
	height: 80px;
	line-height: 125px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: left;
	width: 75%;
}*/

#header h1 {
	color: #eee;
	font-size: 220%;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#search {
        position: absolute;
	top: 40px;
	left: 14%;
}

/*#wrapper-menu {
	background-color: #88ac0b;
	background-image: url('images/menu-background.png');
	background-position: left;
	background-repeat: repeat-x;
	float: left;
	width: 100%;
}*/

#menu {
	font-size: 95%;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-right: 2px;
	white-space: nowrap;
	width: 75%;
}

* html #menu {
	padding-right: 0;
}

#menu ul {
	background-color: #4d9c5f;
	background-image: url('images/menu-background.png');
	background-position: left;
	background-repeat: repeat-x;
	border-left-color: #95bc0e;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #95bc0e;
	border-right-style: solid;
	border-right-width: 1px;
	float: left;
	list-style-image: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li {
	display: inline;
}

#menu a:link, #menu a:visited {
	background-color: transparent;
	border-right-color: #95bc0e;
	border-right-style: solid;
	border-right-width: 1px;
	color: #fff;
	float: left;
	padding-bottom: 0.25em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.25em;
	text-decoration: none;
}

#menu a:hover {
	background-color: #acd1b4;
	background-image: url('images/menu-hover.png');
	background-repeat: repeat-x;
	color: #485b06;
}

#content {
	font-size: 90%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 3.5em;
	text-align: left;
	width: 73%;
}

* html #content {
	padding-top: 1.8em;
}

#footer {
	background-color: #88ac0b;
	background-image: url('images/menu-background.png');
	background-position: left;
	background-repeat: repeat-x;
	color: white;
	font-size: 80%;
	letter-spacing: 0.01em;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-bottom: 2px;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 2px;
	text-align: right;
	width: 73%;
}

#footer_print {
	display: none;
}

#linklist {
	background-color: #ffffff;
	padding: 5px;
	margin-bottom: 5px;
	height: 91px;
	width: 100%;
}

img {
	float: right;
	margin: 0em 0em 1.8em 1.8em;
}

h2 {
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: #666;
	font-size: 150%;
	letter-spacing: 0.5px;
	padding-bottom: 3px;
}

h3 {
	color: #666;
	font-size: 120%;
	letter-spacing: 0.5px;
	padding-top: 0px;
	padding-bottom: 3px;
}

h4 {
	color: #666666;
	font-size: 100%;
margin-top: 0px;
	letter-spacing: 0.5px;
}

a:link, a:visited {
	color: #4d9c5f;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	text-indent: 0em;
}

einzug {
padding-left: 24px;
}

small {
font-size: 10px;
line-height: 12px;
}

a.pfeil {
	line-height: 24px;
	padding-left: 24px;
	background-color: transparent;
	background-image: url('images/pfeil_klein.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px;
}

a.print {
	color: #0B84B1;
	float: right;
}

a.back {
	color: #0B84B1;
	float: left;
}
/*Formular-stylesheet*/
.required {

color: #FF0000;

}

.field_title {
font-size: 12px;
width: 100px;
vertical-align: top;
text-align:right;
}

.textfield {
font-size: 12px;
width: 90%;
}

.textarea {
font-size: 12px;
width: 90%;
height: 100px;
}

.field_heading {
font-size: 12px;
font-weight: bold;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #666666;
padding-top: 10px;
color: #666666;
}

.select {
font-size: 12px;
}

.checkbox_label {
font-size: 11px;
cursor: pointer;
}

.radio_label {
font-size: 11px;
cursor: pointer;
}

.email {
font-size: 12px;
width: 90%;
}
