/*Allgemeine Anpassungen*/

* {
	margin:  0px;
	padding: 0px;
	border: none;
}
:focus {
	outline: none;
}

.clear {
	width: 0px;
	height: 0px;
	line-height: 0px;
	clear: both;
}

/*Layout*/
html, body {
	width: 100%;
	height: 100%;
	font-family: "Open Sans", Arial, sans-serif;
	font-style: italic;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.25px;
	line-height: 25px;
	color: #363636;
}
body {
	background: url("../img/Layout/bg_site.jpg") repeat-x #e6e4e2;
	overflow-y: scroll;
}

#main_wrapper {
	width: 900px;
	margin: auto;
}
#content_wrapper {
	background:  url("../img/Layout/bg_content.jpg") repeat-x #f4f4f4 bottom;
}
#footer_wrapper {
	background:  url("../img/Layout/bg_footer.jpg") repeat-x top;
	overflow: hidden;
}

#headder {
	height: 145px;
	overflow: hidden;
}
#headder .orange {
	width: 900px;
	height: 8px;
	background: #1c388f;
	display: block;
}
#logo {
	width: 270px;
	height: 137px;
	float: left;
}
#logo img {
	margin: 20px 0 0 0;
}

/*Navigation*/
#nav {
	float: left;
	overflow: hidden;
}
#nav li, #nav ul {
	list-style: none;
	float: left;
}
#nav, #nav li {
	height: 137px;
}
#nav li {
	margin: 0 36px 0 0;
	padding: 0 1px 0 0;
}
#nav li.last {
	margin: 0px;
}
#nav li:hover, #nav li.active {
	background: url("../img/Layout/nav_active_bg.png") repeat-x;
}
#nav li a {
	margin: 102px 0 0 0;
	display: block;
	color: #363636;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	letter-spacing: 0px;
}

/*Quote*/
#quote_img {
	background: url("../img/Layout/quote_image.jpg") top left no-repeat;
	width: 900px;
	height: 315px;
	display: block;
}
#quote_box {
	background: #FFF;
	opacity: 0.7;
	display: inline-block;
	margin: 30px 0 0 0;
	overflow: hidden;
}
#quote1, #quote2, #quote3, #quote4, #quote5, #quote6, #quote7, #quote8, #quote9, #quote10, #quote11, #quote12, #quote13, #quote14, #quote15, #quote16 {
	padding: 6px 0px 6px 34px;
	margin: 10px 7px;
	background-image: url("../img/Layout/quote_mark_left.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	float: left;
	display: none;
}
.quotemark_r {
	background-image: url("../img/Layout/quote_mark_right.png");
	background-position: 0px 12px;
	background-repeat: no-repeat;
	width: 37px;
	height: 37px;
	float: left;
}

/*Content*/
#content {
	padding: 50px 30px;
	background: url("../img/Layout/Olaf_Opava.png") no-repeat bottom right;
	width: 840px;
	min-height: 220px;
	overflow: hidden;
	margin: auto;
}

#content.blank {
    background: none;
}


.content_overlay {
	/*background: rgba(244, 244, 244, 0.75);*/
	overflow: hidden;
	width: 840px;
	padding: 20px 20px 50px 20px;
	margin: 0px 0 -50px 0;

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(244,244,244,0.75) 0%, rgba(239,239,239,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,0.75)), color-stop(100%,rgba(239,239,239,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,244,244,0.75) 0%,rgba(239,239,239,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,244,244,0.75) 0%,rgba(239,239,239,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,244,244,0.75) 0%,rgba(239,239,239,0.75) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(244,244,244,0.75) 0%,rgba(239,239,239,0.75) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bff4f4f4', endColorstr='#bfefefef',GradientType=0 ); /* IE6-8 */

}




#content.gb {
    background: url("../img/Layout/Olaf_Opava.png") no-repeat 539px 105px;
}

#content a {
	color: #1c388f;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 30px 0;
}
h2 {
    font-size: 16px;
    font-weight: 700;
}
h1.second_head {
	margin: 30px 0 30px 0;
}
.bold {
	font-weight: 800;
	margin: 15px 0 0 0;
}
.textarea_medium {
	width: 530px;
}
.cnt_list {
	list-style: circle;
	list-style-image: url("../img/Layout/list_icon.png");
}
.cnt_list li {
	margin: 0 0 0 20px;
}
.medium_col {
	width: 410px;
	float: left;
}

.medium_col.first {
	margin: 0 20px 0 0;
}

/*Kontaktformular / Gaestebuch*/
label {
    width: 140px;
    display: block;
    float: left;
}
form.kontakt {
    margin: 40px 0 0 0;
}
fieldset.medium_col.first {
    margin: 33px 20px 0 0;
}
fieldset input, fieldset select {
    width: 200px;
    margin: 2px 0 10px 0;
    height: 18px;
    border: 1px solid #c0bbb6;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    padding: 0 0 0 3px;
}
fieldset input[type="checkbox"] {
	width: auto;
}
.policy-div {
	display: flex;
	margin-top: 10px;
}
.policy-div span {
	padding: 0 0 0px 5px;
}
fieldset img {
    margin: 6px 0 0 0;
}
#sicherheitscode {
    margin: 0 0 0 10px;
}
.msg_label {
    width: 400px;
    margin: 0 0 7px 0;
    clear: both;
}
.nachrichtenfeld {
    width: 408px;
    height: 86px;
    border: 1px solid #c0bbb6;
    resize: vertical;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
	margin-bottom: 20px;
}
.gaestebuch {
    width: 343px;
    height: 130px;
    margin: 0 0 12px 0;
}
.policy-div-gaestebuch {
	display: flex;
	width: 400px;
}
.policy-div-gaestebuch span {
	padding: 0 0 0px 5px;
}
#Send {
    background: #1c388f;
    color: #FFF;
    height: 30px;
    width: 100px;
    margin: 35px 0 0 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 800;
    font-size: 14px;
    float: right
}
.gbentry {
    margin: -20px 0 20px 0;
}
.author {
    background: #c0bbb6;
    padding: 5px 0 5px 10px;
    margin: 32px 0 0 0;
    color: #FFFFFF;
}
.text {
    padding: 5px 0 5px 10px;
}
.answer {
    padding: 5px 0 5px 10px;
}
.answer h2 {
    background: #FFF;
    color: #c0bbb6;
    padding: 5px 0 5px 10px;
}
.answertext {
    padding: 5px 0 5px 10px;
}
#Eintragen {
    background: #1c388f;
    color: #FFF;
    height: 30px;
    width: 100px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 800;
    font-size: 14px;
    float: left;
}

/*Footer*/
#footer {
	width: 840px;
	height: 13px;
	margin: 3px auto;
	background: url("..img/Layout/bg_foot.jpg") repeat-x top #c0bbb6;
	padding: 14px 30px;
	line-height: 10px;
	color: #FFF;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#copyright {
	float: right;
}