html {
	overflow-y:scroll;
}
body {
	background-color:#F5F6F8;
	color: #3a3a3a;
	font-size: 12px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	background-image: url(../images/bg-body.jpg);
	padding: 0 0 15px 0;
	margin: 0 auto;
	font-weight: normal;
}
a {
	font-style:italic;
	color: #878787;
	font-weight: normal;
}
a:hover {
	color: #0D4D80;
}
.container {
	margin: 0 auto;
	width: 810px;
}
.center {
	background-color:#FFF;
	margin:0 auto;
	font-size: 12px;
	border:1px solid;
	border-color:#C0C1C0;
}
.s2 {
	border:1px solid;
	border-color:#E4E5E7;
	padding:1px;
	background-color:#D4D5D7;
	margin:0 auto;
}
.s1 {
	border:1px solid;
	border-color:#F6F7F9;
	padding:1px;
	background-color:#EFF0F2;
	margin:0 auto;
}
.header {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: right;
	color: #878787;
	font-weight: bold;
	vertical-align: text-bottom;
	padding: 0 25px 15px 0;
}
div.navigation {
	background-color: #FFFFFFF;
	text-align: left;
	height: 40px;
	line-height: 40px;
	padding-left: 50px;
}
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.navigation ul li {
	margin: 10px 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	float: left;
	border-right:1px solid #878787;
	line-height:20px;
}
.navigation ul li:last-child {
	border:none;
}
a.navigation, a.navigation_aktiv {
	display: block;
	padding: 0 10px;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color: #4B4B4B;
	margin: 0;
}
a.navigation_aktiv {
	color:#6CB456;
}
a:hover.navigation, a:hover.navigation_aktiv {
	color: #0D4D80;
}
.content {
	padding: 20px;
	font-size: 14px;
	color: #4B4B4B;
	line-height:22px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}
textarea, input {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid gray;
	background-color:#F5F6F8;
}
input {
	width: 354px;
}
textarea {
	width: 350px;
}
input:focus, textarea:focus {
	border:1px solid #6CB456;
	background-color:#FFF;
}
input.send {
	color: #333;
	cursor: pointer;
	border: 2px solid #6CB456;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	width: 356px;
	background-color: #ffffff;
	line-height:25px;
	outline:none;
	font-style:italic;
	margin: auto;
	height: 30px;
}
input:hover.send {
	border: 2px solid #0D4D80;
	background-color:#F5F6F8;
}
p, h1, h2, h3, h4, h5, h6 {
	line-height:22px;
	font-size:14px;
	margin:0 0 15px 0;
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-size:19px;
	font-weight:normal;
	color: #0D4D80;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size:14px;
	font-weight:bold;
}
.clear {
	clear: both;
	line-height: 0px;
}
.image {
	border: 2px solid;
	border-color: #F4F8F9;
	padding: 2px;
}
.right {
	float:right;
	margin:0 0 15px 15px;
}
.left {
	float:left;
	margin:0 15px 15px 0;
}
address {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.footer {
	line-height: 25px;
	font-size: 14px;
	color: #878787;
	font-weight: bold;
}
.bild {
	background-image: url(../images/reblandschaft.jpg);
	height: 220px;
	display:none;
}
hr {
	border: 1px dotted #6CB456;
	border-top: 0;
	height: 1px;
}
.content ul {
	margin: 0px;
	padding: 0 0 15px 15px;
}
blockquote {
	padding: 0 0 0 15px;
	margin: 0;
}
table.border, table.border td {
	border:1px solid #cccccc;
	border-collapse:collapse;
}
