/* *************************************************************************************
Ferienwohnung Nonnekehr
Standard-Stylesheet

(c) MZ NewMedia - www.mz-newmedia.de
****************************************************************************************/


/* 1. IMPORT: Reset-Stylesheet
****************************************************************************************/

@import url("reset.css");


/* 2. Basis-Template
****************************************************************************************/

/* 2.1. Basis-Elemente
****************************************************************************************/

body {
	background: url(../files/body_bg.gif) repeat-y 0 0;
	font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #22568d;
}
h1 {
	width: 260px;
	height: 81px;
	margin: 42px 0 0 64px;
	background: url(../files/logo.gif) no-repeat 0 0;
	text-indent: -99em;
}
strong {
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #22568d;
}
a:visited {
	text-decoration: underline;
	color: #5f85ac;
}
a:hover { }
a:active{ }
a.external {
	background: url(../files/link_external.gif) no-repeat center left;
	margin-left: 8px;
	padding-left: 17px;
	padding-bottom: 1px;
}
a.external.left {
	margin-left: 0;
}

/* 2.2. Seitenstruktur
****************************************************************************************/

#container {
	position: absolute;
	width: 100%;
	min-height: 100%;
	background: url(../files/container_bg.jpg) no-repeat 0 0;
}
#content {
	width: 840px;
	margin: 8px 0 50px 80px;
}

#content h3 {
	margin: 0 15px 1.36em 15px;
	padding-top: 2.1em;  /* Anstatt margin (wegen Scrolling-Verhalten) */
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.6;
	border-bottom: 1px solid #a8bfd3;
}
#content h4 {
	margin: 1.5em 15px 1em 15px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.6;
}
#content p {
	margin: 1.5em 15px 0 15px;
	font-size: 1.5em;
	line-height: 1.6;
}
#content table {
	margin: 1.5em 15px 0 15px;
	font-size: 1.5em;
	line-height: 1.6;
	border-bottom: 1px solid #a8bfd3;
	border-right: 1px solid #a8bfd3;
}
#content table td {
	border: 1px solid #a8bfd3;
	border-bottom: none;
	border-right: none;
}
#content table th, #content table td {
	padding: 3px 10px;
}
#content table th {
	font-weight: bold;
	background: #22568d;
	color: #fff;
}
#content table .hinweis {
	font-size: 0.8em;
}
#content ul {
	margin: 1.5em 15px 0 45px;
}
#content ul li {
	font-size: 1.5em;	
	line-height: 1.6;
	list-style-type: disc;
}
#content form {
	line-height: 1.6;
	margin: 3em 15px 0 15px;
}
#content form label {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 3px;
}
#content form input {
	width: 14em;
	font: 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff;
	border: 1px solid #406e9c;
	color: #00264e;
	padding: 2px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#content form textarea {
	width: 14em;
	height: 8em;
	font: 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff;
	border: 1px solid #406e9c;
	color: #00264e;
	padding: 2px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#content .formSubmit {
	background: #22568d;
	color: #fff;
	font-weight: bold;
	width: 8em;
	cursor: pointer;
	position: relative;
	bottom: 2em;
}
#content .formSubmit:hover, #content .formSubmit:focus {
	background: #3079c6;
	outline: none;
}

/* 2.3. Navigation
****************************************************************************************/

#nav1stLevel {
	position: relative;
	height: 77px;
}
#nav1stLevel ul {
	position: absolute;
	bottom: 0;
	left: 58px;
}
#nav1stLevel ul li {
	float: left;
	background: url(../files/nav1stLevel_inactive_left.png) no-repeat 0 0;
	margin-right: 4px;
}
#nav1stLevel li a {
	display: block;
	padding: 14px 16px 7px 10px;
	margin-left: 6px;
	background: url(../files/nav1stLevel_inactive_right.png) no-repeat 100% 0;
	font-size: 1.64em;
	font-weight: bold;
}
#nav1stLevel li a:link {
	text-decoration: none;
}
#nav1stLevel li a:link:hover {
	text-decoration: underline;
}
#nav1stLevel li a:visited {
	text-decoration: none;
	color: #22568d;
}
#nav1stLevel li a:visited:hover {
	text-decoration: underline;
}
#nav1stLevel li.startseite {
	background: url(../files/nav1stLevel_startseite_inactive_left.png) no-repeat 0 0;
	margin-bottom: 7px;
}
#nav1stLevel li.startseite a {
	padding: 14px 16px 7px 11px;
	margin-left: 13px;
}
body#startseite #nav1stLevel li.startseite {
	margin-right: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	background: url(../files/nav1stLevel_startseite_active_left.gif) no-repeat 0 0;
}
body#startseite #nav1stLevel li.startseite a {
	padding: 14px 20px 7px 11px;
	background: url(../files/nav1stLevel_startseite_active_right.gif) no-repeat 100% 0;
}
body#ferienwohnung #nav1stLevel li.ferienwohnung, 
body#umgebung #nav1stLevel li.umgebung, 
body#buchung #nav1stLevel li.buchung, 
body#kontakt #nav1stLevel li.kontakt {
	background: url(../files/nav1stLevel_active_left.png) no-repeat 0 0;
}
body#ferienwohnung #nav1stLevel li.ferienwohnung a, 
body#umgebung #nav1stLevel li.umgebung a,
body#buchung #nav1stLevel li.buchung a,
body#kontakt #nav1stLevel li.kontakt a {
	background: url(../files/nav1stLevel_active_right.png) no-repeat 100% 0;
}

/* 3. Seitentypen
****************************************************************************************/

#header {
	position: relative;
	width: 100%;
	padding: 15px 15px 10px 15px;
	background: url(../files/header_bg_top.gif) repeat-y 0 0;
}
#header h2 {
	font-size: 2.5em;
	font-weight: bold;
}
#header ul {
	margin: 17px 30px 0 0 !important;
	padding: 12px 14px;
	background-color: #eff5f9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#header ul li {
	list-style-type: none;
}
#header ul li a {
	background: url(../files/header_ul_icon.gif) no-repeat 0 0;
	padding: 1px 0 0 28px;
	font-weight: bold;
}
#header ul li a:link {
	text-decoration: none;
}
#header ul li a:visited {
	text-decoration: none;
	color: #22568d;
}
#header ul li a:hover {
	text-decoration: underline;
}
#header #extraDiv1 {
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 5px;
	width: 100%;
	background: url(../files/header_bg_bottom.gif) no-repeat 0 0;
}
#footer {
	position: absolute;
	bottom: 10px;
	font-size: 1.1em !important;
}
#footer a {
	text-decoration: none !important;
	color: #abc75e !important;
	padding-right: 15px;
}

/* 3.1. Startseite
****************************************************************************************/

body#startseite #header {
	position: relative;
	padding: 0;
	height: 220px;
}
body#startseite #header img {
	position: absolute;
}
body#startseite h2 {
	position: absolute;
	bottom: 11px;
	left: -92em;
	color: #fff;
	font-size: 3.5em;
	font-weight: bold;
}

/* 3.2. Ferienwohnung
****************************************************************************************/

body#ferienwohnung .oneColRight {
	float: right;
	margin: 5px 15px 0 30px;
}
body .threeCols {
	width: 250px;
	margin-bottom: 1em;
	float: left;
}
body .threeCols img {
	margin-bottom: 1em;
}
body .oneCol {
	position: relative;
	width: 100%;
}
body .oneCol img {
	margin-right: 30px;
	margin-bottom: 1em;
}
body .oneCol span {
	position: absolute;
	bottom: 13px;
	left: 280px;
	padding-right: 30px;
}

/* 3.2.1. Bildergalerie
****************************************************************************************/

a.galleryPre {
	float: left;
	margin: 15px 2px 4px 15px;
	display: block;
	padding: 6px 7px 7px 6px;
	background: url(../files/gallery_pre_bg.gif) 0 0 no-repeat;
}
a.galleryPre:hover {
	opacity: 0.6;
}

/* 3.3. Umgebung
****************************************************************************************/

body#umgebung .webcam {
	position: relative;
	float: right;
	width: 250px;
	height: 184px;
	margin: 5px 15px 0 30px;
	overflow: hidden;
}
body#umgebung .webcam a {
	text-decoration: none !important;
}
body#umgebung .webcam img {
	position: relative;
	top: -3px;
	width: 100%;
}
body#umgebung .webcam span {
	display: block;
	width: 100%;
	color: #fff;
	background: url(../files/umgebung_webcam_bg.gif) 0 100% no-repeat;
	position: absolute;
	bottom: 0;
	font-size: 1.2em;
	padding: 2px 6px 1px 6px;
}
body#umgebung #content ul {
	margin-left: 30px;
}
body#umgebung #content ul li {
	list-style-type: none;
}

/* 3.4. Buchung
****************************************************************************************/

body#buchung form .col1 {
	float: left;
	width: 250px;
	margin: 0 30px 1.2em 0;
}
body#buchung form .col2 {
	float: left;
	width: 250px;
}
body#buchung #datepickerAnreise, body#buchung #datepickerAbreise  {
	width: 10em;
}
body#buchung .url {
	display: none;
}
ul#fehlermeldung {
	margin: 1.5em 15px 0 15px;
	padding: 15px 15px 15px 30px ;
	background: #c40809;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
body#buchung table.belegungskalender {
	border: none;
	margin-top: 15px;
}
body#buchung table.belegungskalender td {
	font: bold 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif; 
	padding: 0;
	line-height: 1;
	width: 17px;
	height: 25px;
	border: none;
	border-right: 2px solid #f6fbe9;
	border-bottom: 2px solid #f6fbe9;
}
body#buchung table.belegungskalender td.plan-table {
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid #f6fbe9;
	border-bottom: 2px solid #f6fbe9;
	background: #555;
	color: #fff;
}
body#buchung table.belegungskalender td.colHeader { 
	text-align: left;
    padding-right: 20px;
	padding-left: 6px;
}
body#buchung table.belegungskalender td.not-a-day {
	background: #eee;
}
body#buchung table.belegungskalender td.free { 
	background: #ccc;
}
body#buchung table.belegungskalender td.occupied {
	background: #22568d;
}
body#buchung table.belegungskalender td.arrival {
	background: #ccc url(../files/buchung_belegungskalender_anreise_bg.gif) 100% 0 no-repeat;
}
body#buchung table.belegungskalender td.departure {
	background: #ccc url(../files/buchung_belegungskalender_abreise_bg.gif) 0 0 no-repeat;
}
body#buchung #content .admin-plan-table {
	margin: 0;
	font-size: 1.3em;
	font-weight: bold !important;
	padding: 0 !important;
	border: none !important;
	border-top: 1px solid #22568d !important;
	border-left: 1px solid #22568d !important;
}
body#buchung #content .admin-plan-table td {
	margin: 0 !important;
	padding: 3px !important;
	font-weight: bold !important;
	border: none !important;
	border-right: 1px solid #22568d !important;
	border-bottom: 1px solid #22568d !important;
}
body#buchung #content .admin-plan-table input {
	width: 15px !important;
	margin: 0 !important;
}
body#buchung #content .admin-plan-table .admin-plan-month {
	padding-right: 15px !important;
}

/* 3.5. Kontakt
****************************************************************************************/

body#kontakt .googlemaps {
	width: 810px;
	height: 400px;
	margin: 0 15px;
	font-size: 1.5em;
}

/* 4. Versteckte Elemente / Float-Clearing
****************************************************************************************/

.clearFloats {
	display: block !important;
	clear: both !important;
}
.hidden {
	position: absolute !important;
	top: -3000px !important;
	left: -3000px !important;
}
