@charset "UTF-8";
@import url('../css/reset.css');
@import url('../css/gridpx.css');
@import url('../css/google_fonts.css');
@import url('style_extras.css');

/* -------------------------------------------------- */
/* Globale Definitionen */
/* -------------------------------------------------- */

html,
body {
	height: 100%;
}
body {
	background: #FAC88C url(background_body.png) repeat-x center bottom fixed;
	color: #5A3C1E;
	font: 400 13px/20px 'Open Sans', sans-serif;
}
p {
	margin-bottom: 20px;
}
h2 {
	color: #8C1419;
	font: 36px/40px 'Arizonia', cursive;
	margin: 5px 0 15px 0;
}
h3 {
	background: transparent url(background_dashed.png) repeat-x left bottom;
	font: 700 15px/20px 'Open Sans', sans-serif;
	margin: 14px 0 25px 0;
	padding-bottom: 8px;
}
h3.ce_headline {
	margin: 29px 10px 25px 10px;
}
h4 {
	color: #8C1419;
	font: 700 13px/20px 'Open Sans', sans-serif;
	margin-bottom: 20px;
}
strong {
	font: 700 13px/20px 'Open Sans', sans-serif;
}
a {
	border: 1px solid #FAC88C;
	padding: 0 5px;
	text-decoration: none !important;
}
a:link,
a:visited {
	background: #FFF5EB;
	color: #5A3C1E;
}
a:hover,
a:active,
a:focus {
	background: #FAC88C;
	color: #5A3C1E;
}
:focus {
	outline: 0;
}
.image_container a {
	background: none;
}
.image_container .caption {
	margin: 12px 0 18px 0;
}
hr {
	background: transparent url(background_dashed.png) repeat-x left top;
	border: none;
	clear: both;
	height: 5px;
	margin: 8px 10px 28px 10px;
}
hr + .ce_text > h2 {
	margin-top: -5px;
}
span#telefon {
	color: #8C1419;
	font: 700 18px/20px 'Open Sans', sans-serif;
	margin-bottom: 24px;
	position: relative;
	top: 2px;
	width: auto !important;
}
input,
textarea {
	background: #FFF5EB;
	border: 1px solid #FAC88C;
	color: #5A3C1E;
	font: 400 13px/20px 'Open Sans', sans-serif;
}
input {
	padding: 5px 9px;
}
textarea {
	font: normal 18px/20px 'Handlee', 'Comic Sans MS', cursive;
	padding: 7px 9px;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
	background: #FFF;
}
span.mandatory {
	color: #8C1419;
	display: inline-block;
	text-align: right;
	width: 10px;
}
.info {
	color: #8C1419;
}
.error {
	/* color: #F00; */
	display: none;
}
input.submit {
	cursor: pointer;
}
input.submit:hover,
input.submit:focus {
	background: #FAC88C;
}
.clearing {
	clear: both;
	margin: auto 10px auto 10px;
	padding-top: 10px;
}

/* -------------------------------------------------- */
/* Header */
/* -------------------------------------------------- */

#header h1 {
	height: 170px;
	overflow: hidden;
}
#header h1 a {
	background: transparent;
	border: none;
	padding: 0;
}
#header img {
	height: 170px;
	width: 960px;
}
#header .mod_navigation {
	background: #FFF;
}
#header .mod_navigation ul {
	float: left;
	left: 50%;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}
#header .mod_navigation ul li {
	font: 400 17px/20px 'Open Sans', sans-serif;
	float: left;
	margin-right: 10px;
	position: relative;
	right: 50%;
}
#header .mod_navigation ul li a,
#header .mod_navigation ul li.active {
	display: block;
	padding: 5px 8px;
}
#header .mod_navigation ul li.active {
	background-color: #8C1419;
	border: 1px solid #8C1419;
	color: #FFF;
}

/* -------------------------------------------------- */
/* Left */
/* -------------------------------------------------- */

#left {
	background: transparent url(edge_left.png) no-repeat right bottom;
	border-top: 15px solid #FFF;
	padding-bottom: 170px;
}
#left .inside {
	background: #FFF url(background_left_inside.png) no-repeat right top;
	float: left;
}
#left h3 {
	/* margin: 7px 0 5px 0; */
}
#left .ce_headline,
#left .ce_text {
	margin-left: 20px;
	margin-right: 20px;
	width: 200px;
}
#left span {
	float: left;
	width: 55px;
}
#left img {
	float: left;
	height: 50px;
	margin: 5px 10px 0 0;
	width: 50px;
}

/* -------------------------------------------------- */
/* Main */
/* -------------------------------------------------- */

#main {
	background: transparent url(edge_main.png) no-repeat center bottom;
	border-top: 15px solid #FFF;
	padding-bottom: 170px;
}
#main .inside {
	background: #FFF;
	min-height: 630px;
	padding: 0 10px 0 10px;
}
#main h2 {
	text-align: center;
	width: 100%;
}
#main .ce_noobSlide {
	float: left;
	margin: 5px 20px 0 10px;
}
.js #main .ce_noobSlide_section.first {
	display: block;
	opacity: 0;
	visibility: hidden;
}
#main .image_container {
	margin: 5px 20px 0 0;
}
#main .ce_noobSlide .image_container {
	margin: 0;
}
#main .image_float {
	float: left;
	margin: 5px 20px 20px 0;
}
#main .ce_noobSlide a,
#main .image_container a,
#main .image_float a {
	border: none;
	padding: 0;
}
#main .ce_gallery {
	float: left;
	margin-right: 0;
}
#main .ce_text ul {
	margin: 0 0 20px 0;
	overflow: auto;
}
#main .ce_text li {
	background: url(list.png) no-repeat left 5px;
	display: block;
	padding: 0 0 5px 15px;
}
#main .ce_text li:last-child {
	padding-bottom: 0;
}
#main span {
	float: left;
	width: 55px;
}
#main #gaestebuch .ce_comments .comment {
	background: transparent url(background_comment.png) no-repeat 25px 2px;
	font: normal 18px/20px 'Handlee', 'Comic Sans MS', cursive;
	min-height: 60px;
	padding-left: 100px;
}
#main #gaestebuch .ce_comments .pagination {
	background: transparent url(background_dashed.png) repeat-x left top;
	margin-bottom: 15px;
	padding-top: 20px;
}
#main #gaestebuch .ce_comments .pagination p {
	display: inline;
}
#main #gaestebuch .ce_comments .pagination ul {
	float: right;
}
#main #gaestebuch .ce_comments .pagination ul li {
	float: left;
	margin-left: 10px;
}
#main #gaestebuch .ce_comments .ce_text {
	background: transparent url(background_dashed.png) repeat-x left top;
	padding-top: 25px;
}
#main #gaestebuch .ce_comments .form {
	margin-top: 10px;
}
#main #gaestebuch .ce_comments .form .widget {
	clear: both;
}
#main #gaestebuch .ce_comments .form input {
	float: right;
	height: 20px;
	margin-bottom: 18px;
	position: relative;
	top: -6px;
	width: 200px;
}
#main #gaestebuch .ce_comments .form input#ctrl_captcha {
	float: right;
	margin-right: 185px;
	text-align: center;
	width: 15px;
}
#main #gaestebuch .ce_comments .form textarea {
	height: 200px;
	margin: -6px 0 19px 0;
	width: 420px;
}
#main #gaestebuch .ce_comments .form input.submit {
	height: 32px;
	margin-bottom: 7px;
	width: 220px;
}
#main #gaestebuch .ce_comments .form .confirm {
	color: #F00;
}
#main #gaestebuch .ce_text span.mandatory {
	text-align: left;
}

/* -------------------------------------------------- */
/* Right */
/* -------------------------------------------------- */

#right {
	background: transparent url(edge_right.png) no-repeat left bottom;
	border-top: 15px solid #FFF;
	padding-bottom: 170px;
}
#right .inside {
	background: #FFF url(background_right_inside.png) no-repeat left top;
	float: left;
}
#right .ce_headline,
#right .ce_text {
	margin-left: 20px;
	margin-right: 20px;
	width: 200px;
}
#right ul {
	margin-bottom: 20px;
}
#right .openingHours {
	overflow: hidden;
}
#right .openingHours li {
	color: #5A3C1E;
	list-style-type: none;
}
#right .openingHours span {
	float: left;
	width: 90px;
}

/* -------------------------------------------------- */
/* Footer */
/* -------------------------------------------------- */

#footer {
	color: #FFF;
	padding-top: 20px;
}
#footer ul {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}
#footer ul li {
	float: left;
	margin-right: 20px;
	position: relative;
	right: 50%;
}
#footer a:link,
#footer a:visited {
	background: transparent;
	border-color: #FAC88C;
	color: #FFF;
}
#footer a:hover,
#footer a:active,
#footer a:focus {
	background: #FAC88C;
	color: #5A3C1E;
}

/* -------------------------------------------------- */
/* Mediabox Rahmen */
/* -------------------------------------------------- */

#mbCenter.mbLoading
{
	background: #FFF url(loading.gif) no-repeat center;
}
#mbBottom a {
	background: transparent;
	border: none;
	padding: 0;
}
#mbTitle {
	color: #5A3C1E;
	font: 700 15px/20px 'Open Sans', sans-serif;
}
#mbTitle p {
	margin: 0;
}
#mbNumber {
	display: none;
}
#mbPrevLink,
#mbNextLink,
#mbCloseLink {
	margin: 0 0 0 4px;
	position: relative;
}
#mbPrevLink big {
	color: #FFE1C8;
	font-size: 28px;
	left: 4px;
}
#mbNextLink big {
	color: #FFE1C8;
	font-size: 28px;
	left: 3px;
}
#mbCloseLink big {
	color: #FFE1C8;
	font-size: 24px;
	left: 3px;
}
#mbPrevLink big:hover,
#mbNextLink big:hover,
#mbCloseLink big:hover {
	color: #FAC88C;
}

/* -------------------------------------------------- */
/* Mediabox Inhalt */
/* -------------------------------------------------- */

body.mediabox {
	background: #FFF;
}
body.divided {
	background: #FFF url(background_mediabox_divided.png) no-repeat 190px top fixed;
	min-height: 360px;
}
.mediabox #left,
.mediabox #main,
.mediabox #main .inside{
	background: none;
	border: none;
	padding: 0;
	min-height: 0;
}
.mediabox .block {
	margin-left: 0;
	margin-right: 0;
}
.mediabox #kontaktformular .ce_text {
	float: left;
	margin-right: 40px;
	text-align: right;
	width: 180px;
}
.mediabox #kontaktformular .ce_text img {
	margin: 40px 35px 0 35px;
}
.mediabox #kontaktformular .ce_form {
	margin-top: 8px;
}
.mediabox #kontaktformular .ce_form .formbody label {
	float: left;
	position: relative;
	top: 6px;
	width: 80px;
}
.mediabox #kontaktformular .ce_form .formbody input {
	height: 20px;
	margin-bottom: 18px;
	width: 300px;
}
.mediabox #kontaktformular .ce_form .formbody textarea {
	height: 140px;
	margin-bottom: 13px;
	width: 300px;
}
.mediabox #kontaktformular .ce_form .formbody input.submit {
	height: 32px;
	margin: 0 0 15px 80px;
	width: 206px;
}
.mediabox #kontaktformular .ce_form .formbody p.error {
	position: relative;
	top: 6px;
	width: 400px;
}
.mediabox #kontaktformular .ce_form .formbody p.error + input,
.mediabox #kontaktformular .ce_form .formbody p.error + textarea {
	margin-left: 80px;
}
.mediabox #kontaktformular .ce_form + .ce_text p {
	left: 220px;
	margin: 0;
	position: absolute;
	width: auto;
}
.mediabox #kontaktformular .ce_text span.mandatory {
	text-align: left;
}
.mediabox #kontaktformular-weiterleitung {
	text-align: center;
}
.mediabox #kontaktformular-weiterleitung img {
	margin-top: 40px;
}
.mediabox #kontaktformular-weiterleitung #danke {
	color: #8C1419;
	font: 36px/40px 'Arizonia', cursive;
}
.mediabox #dorfplan .gm-style-cc {
	display: none;
}
.mediabox #dorfplan a {
	background: transparent;
	border: none;
	padding: 0;
}
.mediabox #dorfplan input.submit {
	margin-left: 5px;
}
/*
.minipage #left .mod_articleList {
	left: 0;
	position: fixed;
	text-align: right;
	width: 180px;
}
.minipage #left .mod_articleList li {
	line-height: 22px;
	margin-bottom: 9px;
}
.minipage #main .inside {
	margin: 0 20px;
}
.minipage #main h2 {
	background: transparent url(background_dashed.png) repeat-x left bottom;
	font: 700 15px/20px 'Open Sans', sans-serif;
	margin: 0 0 14px 0;
	padding-bottom: 8px;
	text-align: left;
}
.minipage #main h3 {
	background: none;
	font: 700 13px/20px 'Open Sans', sans-serif;
	margin: 0 0 2px 0;
}
.minipage #main .ce_text span.kontaktdaten {
	float: left;
	width: 55px;
}
.minipage #main .ce_text li {
	background-image: none;
	display: block;
	margin-bottom: 11px;
	padding: 0;
}
*/
