@charset "UTF-8";

/*************************************/
/* reset all browser default styling */
/*************************************/
@import "reset-min.css";


/*helles blau: #a6bed8 */
/*dunkles blau: #4f839b */

html, body {
	height: 100%;
	font-family: Helvetica, Arial, sans-serif; 
}

#outerWrap {
	width: 960px;
	min-height: 100%;
	margin: auto;
	background-color: #a6bed8;
}

/*HEADER*/
#header {
	background-image: url("../images/header.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 171px;
}

#header h1 {
	display: none;
}

#header-text {
	padding-top: 122px;
	font-size: 12px;
	color: #FFF;
}

#gaestehaus {
	font-weight: bolder;
	margin-left: 460px;
}

#zufrieden {
	margin-left: 100px;
	font-size: 11px;
}

#zufrieden strong {
	font-weight: bolder;
}

#facebook {
	margin-top: -45px;
	padding-left: 940px;
}

/*MENÜ*/

#navigationFirstLevel {
	width: 150px;
	position: absolute;
	margin-top: 25px;
	text-transform: uppercase;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

#navigationFirstLevel ul {
	width: 100%;	
}

#navigationFirstLevel ul li {
/*	height: 23px;*/
	line-height: 23px;
	background-color: #FFF;
	margin-bottom: 3px;
}

#navigationFirstLevel ul li a {
	color: #4f839b;
	padding-right: 10px;
	display: block;
	height: 23px;
	line-height: 23px;
	text-decoration: none;
}

#navigationFirstLevel ul li a.selected, #navigationFirstLevel ul li a:hover {
	color: #FFF;
	display: block;
	height: 23px;
	line-height: 23px;
	background-color: #4f839b;
}

#navigationFirstLevel ul.level-2 {
	border-top: 3px solid #a6bed8;
	background-color: #a6bed8;
	
}

#navigationFirstLevel ul.level-2 li {
	border-left: 10px solid #a6bed8;
/*	border-right: 10px solid #a6bed8;*/
}

#navigationFirstLevel ul.level-2 li a {
	padding-right: 25px;
	text-transform: none;
}


/*CONTENT WRAP*/
#contentWrap {
	background-color: #4f839b;
	color: #FFF;
	width: 760px;
	margin: 25px 25px;
	position: relative;
	left: 150px;
}

#mainContent {
	float: left;
/*	position: relative;*/
	width: 726px;
	padding: 17px;
	font-size: 12px;
	font-weight: bold;
}

#mainContent h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

#mainContent h2 {
/*	border: 2px #FFF solid;*/
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFF;
	color: #4f839b;
	margin-left: -17px;
	margin-right: -17px;
	padding-left: 17px;
}

#mainContent div.csc-textpic-text ul, #mainContent div.csc-default ul  {
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainContent div.csc-textpic-text li, #mainContent div.csc-default li {
	list-style: square;
	margin-left: 15px;
}

/*Gästebuch*/

#mainContent .gaestebuch-eintrag {
	margin-top: 15px;
	margin-bottom: 15px;
}

#mainContent span.gaestebuch-datum {
/*	font-style: italic;*/
	font-size: 12px;
	font-weight: normal;
	padding-left: 5px;
}

.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea, 
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big,
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
	width: 400px;
	border: 1px solid #a6bed8;
}

.tx-veguestbook-pi1 input.tx-guestbook-submit {
	margin-left: 120px;
	border: 1px solid #a6bed8;
}

.tx-guestbook-right {
	display: none;
	color: #4f839b; 
}

/*Aufzählungen um Bilder*/
#mainContent div.csc-textpic-imagewrap li {
	margin: 0;
	padding: 0;
}
		

#mainContent p {
	text-align: justify;
}

/*Rahmen Bilder*/

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG {
	border: 10px #FFF solid;
	margin-left: -10px;	
}

/*Einzelnes Bild*/
DIV.csc-textpic div.csc-textpic-single-image img {
	margin-top: 10px;
	margin-bottom: 10px;
}

table.contenttable td {
	padding-right: 20px;
	vertical-align: top;
}

.clear {
	clear: both;
}

/*KONTAKT*/
div.tx-powermail-pi1 .tx-powermail-pi1_fieldset {
    background: none;
    border: none;
	padding: 15px 0 0 0;
}
div.tx-powermail-pi1 .tx-powermail-pi1_fieldset label {
	color: #FFF;
	padding-bottom: 2px;
	padding-right: 15px;
	width: 270px;
	text-align: right;
	line-height: 20px;
}

div.tx-powermail-pi1 .tx-powermail-pi1_fieldset input, div.tx-powermail-pi1 .tx-powermail-pi1_fieldset select, div.tx-powermail-pi1 .tx-powermail-pi1_fieldset textarea {
	border: 1px solid #a6bed8;
	color: #4f839b;
}

div.tx-powermail-pi1 .tx-powermail-pi1_fieldset input.powermail_date {
	width: 70px !important;
}

div.tx-powermail-pi1 .tx-powermail-pi1_fieldset input.powermail_submit {
	border: 1px solid #a6bed8;
	color: #4f839b;
	margin-left: 285px;
}

div.tx-powermail-pi1 .tx-powermail-pi1_fieldset input.powermail_submit:hover {
	border: 1px solid #333;
	color: #333;
	margin-left: 285px;
}

div.tx-powermail-pi1 legend {
	display: none;
}

/*FOOTER*/
#footer {
	width: 960px;
	display: block;
	height: 22px;
	background-color: #FFF;
	color: #4f839b;
	position: fixed;
	bottom: 0px;
}

#footer p.align-center {
	text-align: center;
}

/*MAPS*/
.tx-rzgooglemaps-pi1 {
/*  text-align: center;*/
}

div.rz-map {
	float: none;
}

.gmnoprint {
	color: #333;
}

.gmnoprint a {
	color: #4f839b;
}

#map_canvas {
  border: 1px solid #a6bed8;  
  width: 600px;
  height: 400px;
}

#mainContent #mapsearchcont #sub1 {
  margin-top: 10px;
  padding-top: 10px;
}

#mainContent #mapsearchcont #sub2, #content #mapsearchcont #mapsearchnav {
  display: none;
}

#mainContent .align-center {
	text-align: center;
}