/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #4C6884;
	width: 1011px;
	background-image: url(../img/bg_body.jpg);
	background-repeat: no-repeat;
	background-color: #F7EFD9;
}
h1 {
	font-size: 1.2em;
}
a {
	text-decoration: none;
	font-style: italic; 
	color: #4C6884;
}
ul li {
	margin-top:5px;
}
#meta {
	text-align: right;
	width: 989px;
	padding: 21px 0px 68px 0px;
}
#meta a:hover {
	font-weight: bold;
}
#meta .aktiv {
	background-position: left;
	font-weight: bold;
	background-image: url(../img/efeu_weiss.gif);
	background-repeat: no-repeat;
}
#meta li {
	display: inline;
	padding-right: 3px;
}
#meta a {
	padding: 10px 0px 10px 10px;
}
.aufspanner {
	position: absolute;
	left: 15px;
	top: 105px;
}
.aufspannerspalte1 {
	background-image: url(../img/menue_unten_2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FCFBF7;
}
.aufspannerspalte2 {
	background-image: url(../img/bg_content_unten.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FCFBF7;
}
.aufspannerspacer {
	width: 12px;
}
#menue {
	text-align: left;
	font-size: 1em;
	width: 166px;
	background-image: url(../img/bg_menue.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
}
#menue li {
	padding: 7px 0px;
	list-style-type: none;
	text-align: left; 
}
#menue ol {
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 6px;
	padding-bottom: 10px;
}
#menue ol ol li {
	font-size: 0.85em;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}
#menue a {
	color: #B45238;
	padding: 5px 0px 6px 8px;
}
#menue a:hover {
	font-weight: bold; 
}
#menue .aktiv{
	font-weight: bold;
	background-image: url(../img/efeu_rot.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#menue .subaktiv {
	font-weight: bold;
}
#symbol {
	margin-top: 35px;
	margin-left: 17px;
}
#schriftzug {
	position: absolute;
	z-index: 7;
	left: 193px;
	top: 79px;
}
#schriftzugprint {
	display: none;
}
#contentContainer {
	width: 756px;
	padding: 50px 15px 30px 15px;
	z-index: 6;
}
#bilder {
	float:left;
	position: relative;
	padding: 0px 14px 10px 0px;
} 
#bilder img {
	z-index: 1;
}
.imgecke_lo {
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
}
.imgecke_ro {
	z-index: 3;
	position: absolute;
	right: 14px;
	top:0px;
}
.imgecke_lu {
	z-index: 4;
	position: absolute;
	left: 0px;
	bottom: 10px;
}
.imgecke_ru {
	z-index: 5;
	position: absolute;
	right: 14px;
	bottom: 10px;
}
#textbereich {
	padding-left: 183px;
}
.breit #textbereich {
	padding-left: 0px;
}
#rechtsbox {
	float: right;
	width: 183px;
	margin-left: 15px;
}
#newsbox {
	text-align: right;
	color: #9C4730;
	padding: 0px 16px 0px 18px;
	background-image: url(../img/bg_botschaften.png);
	border: 1px solid transparent;
}
#botschaftenoben, #botschaftenoben_ie {
	background-image: url(../img/bg_botschaften_oben.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 12px;
}
#botschaftenoben_ie {
	background-image: url(../img/bg_botschaften_oben.gif);
	display: none;
}
#botschaftenunten, #botschaftenunten_ie {
	background-image: url(../img/bg_botschaften_unten.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 12px;
}
#botschaftenunten_ie {
	background-image: url(../img/bg_botschaften_unten.gif);
	display: none;
}
/*------------------ Contentstile Formulare ------------------*/
input, textarea, select {
	font-family: Helvetica, Arial, sans-serif;
	color: #4C6884;
	width: 400px;
	border: 1px solid #cccccc;
}
select {
	width: 245px;
	height: auto;
}
textarea {
	height: 50px;
}
.inp_small {
	width: 50px;
}
.inp_medium {
	width: 142px;
}
.button {
	width: auto;
	height: auto;
	padding: 1px 3px;
	margin: 0px 15px 0px 0px;
	border: 1px solid #4C6884;
}
.checkbox {
	width: auto;
	height: auto;
	margin: 2px 5px 5px 0px;
	padding: 0px;
	border: 0px;
}
.textareaGuest {
	width: 400px;
	height: 100px;
}
/*------------------ Contentstile Gästebuch ------------------*/
.guestitem {
	margin-bottom: 20px;
}

.datum {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px 7px 0px;
	text-align: right;
}
.feedback {
	color: #EB5F00;
	font-weight: bold;
}