@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009036;
	line-height: 16px;
}
body {
	margin-left: 0px;
	margin-top: 20px;
}

a:link {
	color: #DC0316;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DC0316;
}
a:hover {
	text-decoration: underline;
	color: #DC0316;
}
a:active {
	text-decoration: none;
	color: #DC0316;
}

#content {
	width: 950px;
	left: 50%;
	margin-left: -475px;
	position: absolute;
	border: 1px solid #009036;
}

#header {
	margin-bottom: 3px;
}
#footer {
	height: 23px;
	background-image: url(images/footer.gif);
	text-align: right;
	padding-right: 32px;
	background-repeat: no-repeat;
	padding-top: 9px;
}

#footer a:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#navi-home {
	position: absolute;
	left: 31px;
	top: 201px;
}
#navi-home img {
	margin-right: 16px;
}
#main {
	background-color: #e0e599;
	padding: 32px;
	margin-bottom: 3px;
	min-height: 250px;
}
.linke-box {
	width: 615px;
	float: left;
}
.rechte-box {
	width: 230px;
	float: right;
}



#navi {
	position: absolute;
	left: 31px;
	top: 169px;
}
#navi img {
	margin-right: 16px;
}

div.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
input[type='text'] {
	border-top-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
}
#textarea {
	border-top-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
}
