body {
	margin: 0px;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	background-color: #fff;
}

#maincontent {
	position: absolute;
	width: 900px;
	height: 600px;
	margin-left: -450px;
	margin-top: 0px;
	left: 50%;
	background-image: url('images/maincontent.png');
}

#text {
	position: absolute;
	margin-left: 215px;
	margin-top: 85px;
	width: 605px;
	height: 430px;
	font-family: Verdana, Arial;
	font-size: 15px;
	line-height: 22px;
	color: #333;
	text-align: left;
}

#text a {
	text-decoration: none;
	color: #0c661f;
}

#text a:hover {
	text-decoration: underline;
}

h1 {
	margin-top: 50px;
	margin-bottom: 30px;
	color: #413412;
	font-family: Arial;
	font-size:  23px;
}

h3 {
	margin-top: 0px;
	margin-bottom: 30px;
	color: #413412;
	font-family: Arial;
	font-size:  23px;
}


h1.news {
	margin-top: 30px;
	margin-bottom: 0px;
}


h2, h2 a {
	font-family: Arial;
	font-size: 19px;
	text-decoration: none;
	color: #0C661F;
	margin-top: 50px;
	margin-bottom: 4px;
	font-weight: normal;
}


h2 a:hover, h2:hover {
	color: #1CAD3B;
	text-decoration: underline;
}

small {
	color: #999;
	font-size: 11px;
}

#post {
	margin-top: 20px;
	margin-left: 0px;
	text-align: left;
	font-size: 15px;
	line-height: 18px;
}

img.front_img {
	float: right;
	border: 1px solid #999;
	margin-left: 16px;
	margin-bottom: 3px;
	margin-top: 6px;
}

img.text_img {
	position: absolute;
	bottom: 0;
	right: 0;
	border: 1px solid #999;
}

.textfield {
	width: 350px;
	border: 1px solid #999;
	font-family: Arial;
	font-size: 14px;
	height: 16px;
}

.textarea {
	width: 350px;
	border: 1px solid #999;
	font-family: Arial;
	font-size: 14px;
	height: 75px;
}

label {
	font-size: 14px;
}

#stadt {
	position: absolute;
	width: 120px;
	height: 35px;
	background-image: url('images/bad_karlshafen.gif');
	right: 0px;
	margin-top: 0px;
}

ul#list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul#list li {
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px solid #999;
	width: 600px;
	height: auto;
}

ul#images {
	position: absolute;
	list-style: none;
	width: 600px;
	height: 100px;
	padding: 0px;
	bottom: 0px;
}

ul#images li {
	display: inline;
	float: left;
}

ul#images li img {
	margin-left: 5px;
	border: 1px solid #999;
	margin-top: 0px;
	margin-bottom: 0px;
}

a.home {
	position: absolute;
	width: 200px;
	height: 50px;
	top: 0;
	right: 0;
	outline: 0;
}
