#mapContainer {
height: 600px;
width: 95%;
margin: 0 auto;
}

#doc {
width: 900px;
}

body {
	background: #fff url(../img/site/body_bg.png) center center;
}

#doc {
padding: 8px 5px 0 5px;
margin-bottom: 10px;
margin-top: -2px;
background: #fff url(../img/site/page_bg.png) repeat-y center center;
}

#header_shadow {
	width: 100%;
	height: 10px;
	background: transparent url(../img/site/footer_shadow.png) repeat-x top left;
	line-height: 5px;
	margin: 0;
}

#header_shadow #bg {
	width: 910px;
	height: 10px;
	line-height: 5px;
	margin: 0 auto;
	text-indent: -10000px;
	background: transparent url(../img/site/header_shadow.png) no-repeat top left;
}

#header {
	height: 180px;
	width: 100%;
}

#hd {
	width: 100%;
	height: 170px;
	background: transparent url(../img/site/header_bg.jpg) no-repeat center center;
	position: relative;
	margin:0 auto;
}

#hd h1, #hd h2 {
	/*height: 120px;
	visibility:hidden;
	font-size: 1.8em;*/
	text-indent: -10000px;
	height: 61px;
}

#hd #menu {
	height: 2.2em;
	position: relative;
	background: transparent url(../img/site/menu_bg.png) repeat-x top left;
}

#hd #menu #logo {
	position: absolute;
	top: -105px;
	right: 200px;
	width: 175px;
	height: 95px;
}

#menu ul {
	background: transparent;
	height: 2.2em;
	width: 900px;
	margin: 0 auto;
	list-style: none;
}

#menu li {
	display: inline;
	float: left;
}

#menu li a {
	display: block;
	padding: 0.35em 1em 0.4em 1em;
	border-right: 1px solid #FCC900;
	font-size: 1.15em;
	text-decoration: none;
	color: #E97300;
}

#menu li a:hover {
	background: #FCC900 url(../img/site/menu_bg.png) repeat-x bottom left;
	color: #903424;
}

/* das hier eventuell etwas optimieren */
#menu li.active a:hover {
	color: #903424;
	background: #FCC900 url(../img/site/menu_bg.png) repeat-x bottom left;
}

#menu li.active span, #menu li.active a {
	background: #fff url(../img/site/menu_active.png) repeat-x bottom left;
	display: block;
	font-size: 1.15em;
	padding: 0.35em 1em 0.4em 1em;
	color: #903424;
}


#menu #submenu {
	position: relative;
	width: 890px;
	height: 15px;
	padding: 2px 5px 2px 5px;
	margin: 0 auto;
	background: #903424;
	color: #fff;
	text-align: left;
	font-size: 0.85em;
}

div#cardoptn {
	width: 190px;
	padding: 5px;
	list-style: none;
	background: #fff url(../img/site/cardoptn_bg.png) no-repeat top left;
}

div#cardoptn div {
	width: 155px;
	height: 30px;
	margin: 0 0 5px 5px;
	padding: 0;
	background: #FCC900;
}

div#cardoptn div img {
	padding: 1px 2px 1px 1px;
	float: left;
}

div#cardoptn div span {
	display: block;
	padding: 7px 10px 3px 5px;
	background: #FCC900;
	border-left: 1px solid #FCC900;
	border-right: 1px solid #FCC900;
	font-size: 0.9em;
	color: #E97300;

}

#bd {
	margin: 0;
}

#bd h2 {
	font-size: 2em;
	border-bottom: 1px solid #FBC800;
	text-align: center;
	color: #650;
}

#bd #beschreibung {
	padding: 22px;
	text-align: justify;
}

#bd .spalten {
	margin: 10px;
}

#bd .spalten #adresse, #bd .spalten #kontakt {
	float: left;
	padding: 10px;
	font-size: 1.1em;
	color: #903424;
	background: #FEFE96;
	border: 2px solid #FECB00;
	width: 45%;
}
#bd .spalten #adresse {
	margin-right: 2.4%;
}

#bd #wegbeschreibung {
	margin-top: 1em;
}

#bd #wegbeschreibung h4 {
	text-decoration: underline;
	cursor: pointer;
	color: blue;
}

#bd #wegbeschreibung #wbbody {
	display: none;
	overflow:hidden;
}

#bd #preis, #bd #comments {
	border: 2px solid #FECB00;
	background: #FEFE96;
	padding: 10px;
	margin: 10px;
	font-size: 1.1em;
	color: #903424;
}

#bd #images {
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}

#bd #images img {
	border: 2px solid #FECB00;
	padding: 3px;
	margin: 0 3px 0 2px;
}

#ft {
	height: 31px;
	padding-top: 20px;
	text-align: center;
	background: #fff url(../img/site/footer_bg.png) no-repeat top left;
	position: relative;
}

#ft #shadow {
	position: absolute;
	bottom: -5px;
	left: -5px;
	width: 910px;
	height: 5px;
	background: transparent url(../img/site/footer_shadow.png) no-repeat top left;
}

#backbutton {

	background: black;
	color: #ddd;
	font-size: 1.2em;
	padding: 3px 3px 3px 4px;
	cursor: pointer;
}

h3 {
	font-size: 1.1em;
	border-bottom: 1px solid #FBC800;
	padding-bottom: 1px;
	margin-bottom: 3px;
	color: #903424;
}

.sidebar p {
	padding: 2px 15px 2px 0px;
	font-size: 1.0em;
	color: #903424;
}

/* comments */
#comments ol.clist {
	margin: 10px;
}

#comments ol.clist li {
	padding-bottom: 5px;
	border-bottom: 1px solid #fbc800;
	margin-bottom: 5px;
}

#comments ol.clist li:last-child {
	border:0;
}

#comments ol.clist h4, #comments ol p {
	float: left;
}
#comments ol.clist h4 {
	width: 22%;
	text-align: right;
	margin-right: 5px;
}

#comments ol.clist p {
	width: 73%;
	font-size: 0.9em;
}

#comments ol.clist h4 span {
	display:block;
	font-weight: normal;
	font-size: 0.9em;
}

#comments ol.clist li:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#comments ol.clist li {display: inline-block;}


form ol {
	display: block;
	margin: 10px;
}

form li {
	margin-bottom: 5px;
}

form li.submit {
	padding-left: 22%;
}

form li.submit input {
	margin-left: 5px;
}

form li label {
	display: block;
	width: 22%;
	float:left;
	text-align: right;
	margin-right: 5px;
}

form li input {
	float: left;
}

form li textarea {
	width: 73%;
	height: 9em;
	_margin-left: -3px;
}

form p {
	font-size: 0.9em;
}

form li:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

form li {display: inline-block;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* allgemeines */
strong {
	font-weight: bold;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */