@charset "utf-8";
/* CSS Document */

body {
	background-color: #607c5a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
}
a:link {
	color: #043C0D;
}
a:visted {
	color: #043C0D;
}

a:hover {
	color: #FFF;
	background-color: #C60;
}
#aktuelles {
	width: 311px;
	float: left;
}
#aktuelles .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
}

img {
	border: none;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
address a:link, address a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #840000;
	font-weight: normal;
	display: inline;
	line-height: 20px;
}
p {
	line-height: 140%;
	font-size: 0.9em;
	margin: 4px;
}
.plink {
	text-align: right;
}

.fuss {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}
.fuss a:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
ul {
	list-style-type: square;
	list-style-position: inside;
	clip: rect(auto,auto,auto,auto);
	line-height: 140%;
	text-indent: 30px;
}
#bilder img {
	border: 6px solid #CCDFC9;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 6px;
}
.senden {
	background-color: #31442E;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	border: 1px solid #CAD9FD;
	font-size: 14px;
	height: 28px;
	cursor: pointer;
}
input {
	border: 1px solid #31442E;
	height: 20px;
}

input.form3 {
	width: 60px;	
}

