/*******************************************
 * @app			main
 * @section		css-reset
 ******************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline; 
	background-image: none; 
}

body {
	line-height: 1; 
	color: black; 
	background: white; 
	text-align: center; 
}

ol, ul {
	list-style: none; 
}

table {
	border-collapse: collapse; 
	border-spacing: 0; 
}

caption, th, td {
	text-align: left; 
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: ""; 
}

blockquote, q {
	quotes: "" ""; 
}

a {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clear {
	clear: both;
	float: none;
	line-height: 1%;
	font-size: 1px;
}

.distance-top-40 {
	margin-top: 40px !important;
}

/*******************************************
 * @section		body & basics
 ******************************************/

body {
	background: url(../../ii/bg/bg-body-dark.png) center;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

#container {
	width: 950px;
	height: 634px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -317px;
	background: url(../../files/bg-content-homepage.jpg) no-repeat center 130px;
}

#container.noimage {
	background-image: none;
}

table.standard {
	border-collapse: separate;
	border-spacing: 3px;
	width: 85%;
	background-color: #E9FFDF;
}

table.standard tr td {
	padding: 5px;
}

table.standard thead tr td {
	background-color: #417F27;
	color: #fff;
}

table.standard td.description {
	background-color: #417F27;
	color: #fff;
}

.small p {
	font-size:11px;
	line-height:13px !important;
}

/*******************************************
 * @section		header, logo, navigation
 ******************************************/

#logo {
	display: block;
	height: 100px;
	background: url(../../ii/content/logo.gif) no-repeat center #fff;
	-moz-border-radius: 5px 5px 0px 0px;
}

#navigation {
	background: #417F27;
	height: 34px;
	border-top: 2px solid #264215;
	border-bottom: 2px solid #264215;
}

#navigation ul {
	width: 840px;
	margin: 0px auto;
}

#navigation ul li {
	display: block;
	float: left;
}

#navigation ul li a {
	display: block;
	font-weight: bold;
	padding: 5px 15px;
	margin: 7px 5px 5px 5px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
}

#navigation ul li a:hover, #navigation ul li a.active {
	background-color: #223F14;
}

/*******************************************
 * @section		footer
 ******************************************/

#footer {
	height: 20px;
	background: #417F27;
	border-top: 2px solid #264215;
	padding: 10px 10px 0px 10px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	-moz-border-radius: 0px 0px 5px 5px;
}

#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color: #FFF;
}

/*******************************************
 * @section		content
 ******************************************/

#content {
	height: 460px;
	overflow: auto;
}

#container.noimage #content {
	background-color: #fff;
}

#container.withlogos #content {
	height: 380px;
}

#content #leftcol {
	width: 580px;
	margin: 20px;
	float: left;
}

#content #leftcol.l-half {
	width: 420px;
}

#content #leftcol.scroll{
	width: 570px;
	height: 420px;
	overflow-y: scroll;
	margin-right: 0px;
}


#content #fullcol {
	margin: 20px;
}

#content ul {
	margin-bottom: 10px;
}

#content li {
	list-style-type: square;
	margin-left: 20px;
	line-height: 14px;
	padding-bottom: 2px;
}

/*******************************************
 * @section		content: formularelemente
 ******************************************/

#content #leftcol label, #content #rightcol label {
	display: block;
	font-weight: bold;
	margin: 7px 0px 5px 0px;
	font-size: 11px;
}

#content input, #content select, #content textarea {
	margin-right: 5px;
}

#content select.align-right {
	text-align: right;
}

#content div.checkbox {
	position: relative;
	padding: 5px 0px 5px 25px;
	width: 120px;
	float: left;
}

#content div.checkbox input {
	position: absolute;
	left: 0px;
	top: 2px;
	width: auto;
}

#content textarea {
	width: 364px;
}

#content select {
	width: 118px;
}

#content input {
	width: 177px;
}

#content input.full {
	width: 364px;
}

#content input.long {
	width: 240px;
}

#content input.short {
	width: 114px;
}

#content input.submit {
	width: 250px;
	text-align: center;
	margin-top: 30px;
}

#content #leftcol p, #content #rightcol p , #content #fullcol p{
	line-height: 150%;
	margin-bottom: 10px;
	padding-right: 40px;
}

#content #leftcol p a, #content #rightcol p a, #content #fullcol p a {
	color: #417F27;
	text-decoration: underline;
}

#content #leftcol p a:hover, #content #rightcol p a:hover , #content #fullcol p a:hover{
	text-decoration: none;
}

#content #leftcol h1, #content #rightcol h1, #content #fullcol h1 {
	color: #223F14;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 7px;
}

#content #rightcol {
	width: 310px;
	margin: 20px 20px 20px 0px;
	float: right;
}

#content #rightcol.r-half {
	width: 470px;
}

#content #rightcol.r-half p {
	padding-right: 0;
}

#content .panorama {
	float:left;
	padding-right: 2px !important;
}

#content #rightcol ul.gallery li {
	width: 90px;
	height: 90px;
	float: left;
	margin: 0px 4px 4px 0px;
	background-color: #eee;
	overflow: hidden;
}

#content #rightcol ul.gallery li.panorama {
	width: 136px;
	height: 187px;
}

#content input.hasDatepicker {
	float:left;
}

#content #formoutput {
	background-color: #417F27;
	border: 1px dotted #182F0F;
	padding: 3px;
}

#content #formoutput p {
	margin-bottom: 3px;
	color: #FFFFFF;
}

#content #formoutput p span.error {
	font-weight: bold;
	color: #FF0000;
}

/*******************************************
 * @section		content: teaser startseite
 ******************************************/

#content #teaserlinks {
	position: absolute;
	left: 0px;
	bottom: 140px;
}

#content #teaserlinks li {
	background: #223F14;
	margin-bottom: 7px;
	padding: 10px 12px;
	opacity: 0.95;
	color: #fff;
	list-style-type:none;
}

#content #teaserlinks li p {
	line-height: 150%;
}

#content #teaserlinks li h1, #content #teasertext h1 {
	font-weight: bold;
	color: #E9E909;
	margin-bottom: 3px;
}

#content #teasertext {
	position: absolute;
	right: 0px;
	bottom: 147px;
	background: #223F14;
	opacity: 0.95;
	padding: 10px 12px;
	color: #fff;
	width: 350px;
	line-height: 150%;
}

#content #teasertext a, #content #teaserlinks li a {
	color: #DFDF09;
	font-style: italic;
}

#content #teasertext a:hover, #content #teaserlinks li a:hover {
	text-decoration: underline;
}

/*******************************************
 * @section		content: logobox startseite
 ******************************************/

#logos {
	padding: 10px 12px;
	margin-top: 9px;
	background: #fff;
	text-align: center;
	border-top: 2px solid #264215;
}

#logos img {
	margin-right: 10px;
}

/*******************************************
 * @section		Panorama-Iframe
 ******************************************/

body.panorama {
	background-image: none;
	background-color: #FFFFFF;
	padding: 10px;
	overflow:hidden;
}

body.panorama p {
	margin-top: 7px;
}

/*******************************************
 * @section		Gaestebuch
 ******************************************/
 
 #content #fullcol div.eintrag {
	margin-top: 15px;
	margin-bottom: 5px;
	border: 1px solid #417F27;
	padding: 5px;
 }
 
 #content #fullcol div.eintrag_header {
	background-color: #417F27;
	color: #FFFFFF;
	padding: 3px;
	margin-bottom: 3px;
 }
 
 #content #fullcol div.eintrag_header a {
	color: #DFDF09;
 }
 
 .kontaktformular {
	margin-bottom: 10px;
	width: 220px;
	float: left;
 }
 
 .kontakt_clear {
	clear:both;
 }

.kontaktformular input {
	width: 200px !important;
}
 
.kontaktformular input.lange {
	width: 420px !important;
}

.kontaktformular textarea {
	width: 420px !important;
	font-family: arial, sans-serif;
	font-size: 11px;
}

/*******************************************
 * @section		Preisuebersicht
 ******************************************/

.preise {
	list-style-type: none;
	margin-left: 0px;
}

.preise li {
	background-color: #417F27;
	color: #FFFFFF;
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 44px;	
	margin-bottom: 2px;
	margin-left: 0px !important;
	line-height: 28px !important;
	font-weight: bold;
	position: relative;
	background-repeat: no-repeat;
	background-position: 4px 50%;
}

.preise li span {
	font-weight:normal;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 120px;
	background-color: #5A9F3B;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.preise .ez {
	background-image: url(../../ii/icons/ez.png);
}

.preise .dz {
	background-image: url(../../ii/icons/dz.png);
}

.preise .extrabett {
	background-image: url(../../ii/icons/extrabett.png);
}

.preise .internet {
	background-image: url(../../ii/icons/internet.png);
}

.preise .kinder {
	background-image: url(../../ii/icons/kinder.png);
}

.preise .hund {
	background-image: url(../../ii/icons/hund.png);
}

.preise .fruehstueck {
	background-image: url(../../ii/icons/fruehstueck.png);
}

.preise .business {
	background-image: url(../../ii/icons/business.png);
}