@CHARSET "ISO-8859-1";
HTML {
	height: 101%;
}

BODY {
	background: #C6E39D;
	font-family: Bookman Old Style, Serif;
}

/*----Grundlayout----*/
#center {
	width: 977px;
	height: 600px;
	margin: 0px auto;
	/*
	position: absolute;
	width: 977px;
	height: 600px;
	left: 50%;
	margin-left: -488px;
	*/
	background: #C6E39D;
}

#kopfcontainer {
	width: 977px;
	height: 150px;
	margin-bottom: 10px;
	background: #edf8e6;
	background-image: url("Bilder/banner.jpg");
	background-image: url("../Bilder/banner.jpg");
}

#container {
	width: 977px;
}

#navicontainer {
	float: left;
	width: 200px;
	background: #edf8e6;
}

#contentcontainer {
	float: left;
	width: 687px;
	margin: 0px 0px 0px 10px;
	padding: 10px 40px 10px 40px;
	background: #edf8e6;
	/*color: #417e5f;*/
	color: #005a1f;
	text-align: justify;
}

#fusscontainer {
	float: left;
	width: 957px;
	height: 40px;
	margin-top: 10px;
	padding: 20px 20px 0px 0px;
	text-align: right;
	background: #edf8e6;
	color: #005a1f;
}

/*----Belegungsplan----*/
.belegung {
	width: 570px;
	height: 570px;
	border: none;
	padding: 0px;
	margin: 0px;
	background: #edf8e6;
}

/*----Ferienwohnung - Texte----*/
.content {
	float: left;
	width: 687px;
	height: auto;
	padding-bottom: 10px;
	clear: left;
}

.content_left {
	float: left;
	text-align: left;
}

.content_left_2 {
	float: left;
	text-align: left;
	margin-left: 50px;
}

.content_right {
	float: right;
	text-align: right;
}

.content_center {
	text-align: center;
}

/*---Hinweis Curser---*/
acronym, abbr {
	cursor: help; /*Fragezeichen*/
}

.content_right {
	/*
	text-align: right;
	*/
}

.content_text {
	/*
	float: left;
	*/
}

/*---Kontaktformular---*/
.form_body {
	float: left;
	width: 687px;
}

.form_element_left {
	float: left;
	width: 200px;
	height: 25px;
	padding-bottom: 10px;
}


.form_element_left_error {
	float: left;
	width: 200px;
	height: 25px;
	padding-bottom: 10px;
}

.form_element_left_message {
	float: left;
	width: 200px;
	height: 110px;
	padding-bottom: 10px;
}

.form_element_left_captcha {
	float: left;
	width: 200px;
	vertical-align: top;
	padding-bottom: 10px;
}

.form_element_right {
	float: right;
	width: 467px;
	height: 25px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.form_element_right_message {
	float: right;
	width: 467px;
	height: 110px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.form_element_right_captcha {
	float: right;
	width: 467px;
	height: 60px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.error {
	float: right;
	width: 467px;
	height: 25px;
	color: red;
	padding-left: 20px;
	padding-bottom: 10px;
	/*float: left;
	width: 487px;
	padding-bottom: 10px;*/
}

.form_input {
	float: left;
	width: 320px;
	height: 16px;
}

#form_textarea {
	vertical-align: top;
	width: 320px;
	height: 100px;
}

#left_content {
	float: left;
}

#right_content {
	float: left;
}