/* ########### Grundlegendes ############# */

body {
	background: #efede5 url(../img/layout/bg_body.png) repeat-x left top;
	margin:0px;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #6e6a6a;
	line-height: 24px;
}

strong {
	font-weight: bold;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
	color: #01614c;
}

/* ########### Kopfbereich ########### */

#header {
	width: 100%;
	height: 370px;
	background: url(../img/layout/bg_header.jpg) no-repeat center top;
	position: relative;
}

h1 {
	width: 154px;
	height: 127px;
	display: block;
	margin: 0 auto;
	padding-top: 66px;
}

h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active,
h1 a:focus {
	width: 154px;
	height: 127px;
	display: block;
	text-indent: -9999px;
	background: url(../img/layout/logo.png) no-repeat left top;
}


/* ########### Hauptnavigation ########### */

#header ul {
	height: 57px;
	line-height: 57px;
	width: 954px;
	margin: 119px auto 0 auto;
}

#header ul li {
	display: inline;
}

#header ul li a:link,
#header ul li a:visited,
#header ul li a:hover,
#header ul li a:active,
#header ul li a:focus {
	display: block;
	float: left;
	font-size: 1.3em;
	color: #005742;
	text-decoration: none;
	margin-right: 22px;
}

#header ul li a:hover,
#header ul li a:active,
#header ul li a:focus {
	color: #0e1c19;
}

#header ul li.last a:link,
#header ul li.last a:visited,
#header ul li.last a:hover,
#header ul li.last a:active,
#header ul li.last a:focus {
	margin-right: 0;
}

/* ########### Content ########### */

#content {
	width: 954px;
	padding: 15px 0 30px 0;
	margin: 0 auto;
}


/* ########### Links ########### */

#left {
	float: left;
	width: 641px;
	position: relative;

}

#right address {
	font-size: 1.5em;
	color: #FFF;
	float: left;
}

#right address strong {
	color: #adc396;
	display: block;
	font-weight: normal;
}

h2 {
	color: #887755;
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
}
.h2_ersatz {
	color: #887755;
	font-size: 16px;
	font-weight:bold;
	display: block;
}



#left cite {
	font-size: 1.5em;
	color: #b1a48a;
	line-height: 22px;
}

#left .eyecatcher {
	position: absolute;
	bottom:0;
	right: 0;
}

/* ########### Rechts ########### */

#right {
	float: right;
	width: 313px;
}

#right form.contact {
	margin-top: 60px;
}

#right form.contact fieldset {
	width: 305px;
	margin-left: 8px;
	background: url(../img/layout/bg_contact.png) left bottom no-repeat;
	font-family: Arial, sans-serif;
}

#right form.contact span.termin {
	background: url(../img/layout/bg_contact-top.png) left top no-repeat;
	height: 79px;
	display: block;
	width: 205px;
	padding-left: 100px;
	color: #444141;
	font-size: 1.6em;
	font-style: italic;
	line-height: 6em;
}

#right form.contact fieldset label {
	color: #454142;
	font-size: 1.1em;
	text-align: right;
	float: left;
	margin-right: 20px;
	width: 87px;
	display: block;
}

#right form.contact fieldset input {
	float: left;
	font-family: Arial, sans-serif;
	display: block;
	width: 167px;
	height: 16px;
	padding: 7px 0 3px 10px;
	margin-bottom: 15px;
	background-color: #f0eee7;
	border: 1px solid #d6d5ce;
}

#right form.contact fieldset input.termin {
	width: 129px;
	margin-bottom: 5px;
}

#right form.contact fieldset button {
	display: block;
	float: left;
	width: 28px;
	height: 27px;
	background: url(../img/layout/termin.png) left top no-repeat;
	text-indent: -9999px;
	border: 0px;
	cursor: pointer;
	margin-left: 10px;
}

#right form.contact fieldset input:focus {
	background-color: #1FA68E;
	color: #FFF;
}

#right form.contact fieldset br {
	clear: both;
}

#right form.contact .bestaetigung {
	display: block;
	margin-left: 108px;
	line-height: 16px;
	font-size: 10px;
}

#right form.contact fieldset input.submit {
	width: 94px;
	display: block;
	height: 27px;
	background: url(../img/layout/submit.png) left top no-repeat;
	color: #FFF;
	padding: 0px 0 0px 15px;
	border: 0px;
	margin:15px 0 15px 191px;
	cursor: pointer;
}

#right .oeffnung {
	background-color: #18A68C;
	padding: 15px 25px;
	width: 248px;
	margin-left: 15px;
	color: #FFFFFF;
	margin-top: 20px;

}

#right .greenmodul {
	background-color: #a8c5bd;
	padding: 15px 25px;
	width: 248px;
	margin-left: 15px;
	font-size: 1.1em;
	color: #454142;
	font-family: Arial, sans-serif;
	margin-top: 20px;
}

/* ########### Footer ########### */

#footer {
	background-color: #e9e2d1;
	padding: 33px 0 10px 0;
}

#footer span {
	width: 864px;
	padding-left: 90px;
	padding-top: 23px;
	margin: 0 auto;
	height: 47px;
	background: url(../img/layout/bg_footer.png) left top no-repeat;
	display: block;
	font-size: 1.8em;
	color: #FFF;
	font-family: Arial, sans-serif;
}

#footer span a:link,
#footer span a:visited,
#footer span a:hover,
#footer span a:active,
#footer span a:focus {
	text-decoration: none;
	color: #FFF;
}

#footer span a:hover,
#footer span a:active,
#footer span a:focus {
	text-decoration: none;
	color: #adc396;
}


#footer span a:link em,
#footer span a:visited em,
#footer span a:hover em,
#footer span a:active em,
#footer span a:focus em {
	color: #adc396;
}

#footer span a:hover em,
#footer span a:active em,
#footer span a:focus em {
	color: #FFF;
}

#footer ul {
	width: 804px;
	padding-left: 150px;
	margin: 0 auto;
}

#footer ul li {
	display: inline;
}

#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:hover,
#footer ul li a:active,
#footer ul li a:focus {
	color: #887755;
	text-decoration: none;
	font-size: 1.2em;
	margin: 0 10px;
}

#footer ul li a:hover,
#footer ul li a:active,
#footer ul li a:focus {
	color: #000;
}

