/* Grundaufbau */

body {
	background-color: #d1e7ec;
	color: #25729e;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


/* Haeder */
#haeder {
	width: 100%;
	height: 7em;
}

#haederLogo {
	width: 20em;
	height: 6em;
	margin: 1em 0 0 5em;
	background-image: url(../gfx/layout/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#haederKontakt {
	width: 17.5em;
	height: 5.8em;
	margin: -0.5em 0 0 45em;
	background-image: url(../gfx/layout/bg_haeder_kontakt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#haederKontakt p {
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.6em;
	margin: 0.5em 0 0 6em;
	padding-top: 0.5em;
}


/* Navigation */
#navigation {
	width: 100%;
	height: 2em;
	background-color:#2681b4;
}

#navigation ul { 
	width: 60em;
	margin: 0 0 0 3em;
}

#navigation li {
	display: inline;
	font-size: 0.9em;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	margin-top: 0.1em;
	margin-right: 1.5em;
}

#navigation li a,
#navigation li a:visited {
	color: #fff;
	text-decoration: none;
}

#navigation li a:hover {
	text-decoration: underline;
}


/* Hauptbild */
#hauptbild {
	width: 100%;
	height: 13.6em;
	background-color: #2681b4;
	background-repeat: no-repeat;
	background-position: 13em top;
}


/* Content */
#content {
	width: 100%;
	height: 20em;
}

#sidebar {
	width: 20em;
	height: 20em;
	float: left;
}

#sidebarHauptbild {
	width: 26em;
	height: 35em;
	position:absolute;
	z-index:1;
	background-repeat: no-repeat;
	background-position: left top;
}

#main {
	width: 44em;
	height: 20em;
	margin-left: 18em;
	position: absolute;
	overflow-y: scroll;
}

#main h1,
#main h2 {
	height: 4em;
	color: #fff;
	font-size: 1.2em;
	padding: 1.3em 0 0 5em;
	background-image: url(../gfx/layout/main_h1_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#main p {
	font-size: 0.8em;
	margin-top: -2em;
	padding-left: 3em;
	padding-right: 2em;
}

#main li {
	font-size: 0.8em;
}

.mainPicture {
	border: 1px solid #2681b4;
	padding: 0.5em;
	float: left;
	margin-right: 1em;
}


/* Footer */
#footer {
	width: 100%;
	height: 2em;
	background-color: #2681b4;
}

#footerVogel {
	width: 8.3em;
	height: 8.3em;
	position:absolute;
	z-index:2;
	margin-left: 1em;
	margin-top: -8em;
	background-image: url(../gfx/layout/footer_vogel.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer ul {
	margin: 0 0 0 20em;
	padding-top: 0.3em;
}

#footer li {
	display: inline;
	color: #fff;
	font-size: 0.8em;
	margin: 0.5em 1em 0 0;
}

#footer li a,
#footer li a:visited {
	color: #fff;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}


/* Intro Hauptbild */
#home #hauptbild { background-image: url(../gfx/layout/hauptbild_home.jpg); }
#freizeit #hauptbild { background-image: url(../gfx/freizeit/hauptbild.jpg); }
#fw30 #hauptbild { background-image: url(../gfx/ferienwohnung/hauptbild_fw_30.jpg); }
#fw3 #hauptbild { background-image: url(../gfx/ferienwohnung/fw3/hauptbild_fw3.jpg); }
#fw40 #hauptbild { background-image: url(../gfx/ferienwohnung/hauptbild_fw_40.jpg); }
#fh #hauptbild { background-image: url(../gfx/ferienhaus/hauptbild.jpg); }
#kontakt #hauptbild { background-image: url(../gfx/kontakt/hauptbild.jpg); }


/* Intro Sidebar */
#home #sidebarHauptbild { background-image: url(../gfx/layout/sidebar_hauptbild_home.png); }
#freizeit #sidebarHauptbild { background-image: url(../gfx/freizeit/hauptbild_sidebar.png); }
#fw30 #sidebarHauptbild { background-image: url(../gfx/ferienwohnung/hauptbild_sidebar_fw_30.png); }
#fw3 #sidebarHauptbild { background-image: url(../gfx/ferienwohnung/fw3/hauptbild_sidebar.png); }
#fw40 #sidebarHauptbild { background-image: url(../gfx/ferienwohnung/hauptbild_sidebar_fw_40.png); }
#fh #sidebarHauptbild { background-image: url(../gfx/ferienhaus/hauptbild_sidebar_fh.png); }
#kontakt #sidebarHauptbild { background-image: url(../gfx/kontakt/hauptbild_sidebarLuftbild.png); }


/* Wiederkehrende Klassen */
.fllft {
	float: left;
	margin-right: 1em;
}

.grundrissPicture {
	border: 1px solid #2681b4;
	padding: 0.5em;
}

.buttonGalerie {
	float: right;
	margin: 0 12em 0 0;
}

.abstandPreiseBoote {
	float: left;
	width: 8em;
}

.rahmenGrundriss { 
	border: solid 1px #2681b4;
	padding: .4em;
}

.fllftTourenbutton {
	float: left;
	margin: 0 2em .4em 0;
