/* CSS Document 
----------------------------------------------- */	
* { margin: 0; padding: 0 }

/* reset
----------------------------------------------- */	
:link,:visited { text-decoration:none; }
ul,ol { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }
a img,:link img,:visited img { border:none; } 

/* 
----------------------------------------------- */	
html, body {
	background-color:#FFFFFF;
	margin-right: 1px;
	color: #8D7D48;
	font-family: Georgia, "Times New Roman", Times, serif;
} 

a:link, a:visited {
	color: #8D7D48;
	text-decoration: underline;
}
a:hover, a:active {
	color: #B0A979;
	text-decoration: none;
}
.clear {clear:both}
p {
	margin: 0px 0px 0px 0px ;
	padding: 8px 24px 8px 24px ;
	font-size: 0.8em;
	line-height: 1.6em;
/*	color: #A49D69;	*/
}

h1 {
	font-size: 1em;
	line-height: 1.8em;
	margin: 24px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	letter-spacing: 2px;
/*	border-bottom: 1px solid #A49D69; */
}

h2 {
	font-size: 1em;
	margin: 24px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	letter-spacing: 2px;
	border-top: 1px solid #A49D69; 
	border-bottom: 1px solid #A49D69; 
	background-color: #EEEAD4;
	font-weight: bold;
}

#content ul { margin: 12px 0px 12px 160px; padding: 0; }
#content li { 	
	padding: 2px 8px 2px 16px;
	margin: 0px 0px 0px 0px; 
	list-style-type: none;
	font-size: 0.875em;
	line-height: 1.25em;
	list-style: square;
	text-align: left;
	}
	
iframe { border: 1px solid #A49D69; }


.overview {
	font-size: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 8px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
	letter-spacing: 2px;
	border-top: 1px solid #A49D69; 
	border-bottom: 1px solid #A49D69; 
	font-weight: bold;
	background-color: #EEEAD4;
}


.contact {	
	font-size: 0.6em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 24px 50px 0px 50px;
	padding: 16px 20px 24px 20px;
	letter-spacing: 2px;
	border-top: 1px solid #A49D69; 
}	
.features { 
	float: right; 
	width: 300px;	
	font-size: 0.7em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 16px 0px;
	padding: 8px 0px 0px 0px;
 } 

.features p { font-size: 1em; line-height: 1.4em;}
 
#fee { 
	width: 416px; 
	height: auto;
	float: left;
	font-size: 0.7em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 16px 0px;
	padding: 8px 8px 8px 0px;
}

.footprint { 
	float: right; 
	width: 300px;
	height: auto;
	font-size: 0.7em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 4px 0px;
	padding: 8px 0px 0px 0px;
/*	border: 1px solid #A49D69;  */
 }
 
.season {width: 35%; float: left; border-bottom: 1px solid #A49D69;	height: auto; padding: 6px 0px 6px 0px; }
.start {width: 20%; float: left; border-bottom: 1px solid #A49D69; height: auto; padding: 6px 0px 6px 0px; }
.end {width: 20%; float: left; border-bottom: 1px solid #A49D69; height: auto; padding: 6px 0px 6px 0px; }
.price { width: 25%; float: right; border-bottom: 1px solid #A49D69; height: auto; padding: 6px 0px 6px 0px; }
#fee table { margin: 8px 0px 16px 0px; }
#fee table tr td { padding: 2px; font-size: 1em; line-height: 1.4em; }

.month { 
	border-bottom: 1px solid #A49D69; 
}

.season-a { background-color: #E7E7E7; color: #404040; }
.season-b { background-color: #99CCFF; color: #404040; }
.season-c { background-color: #CCFFCC; color: #404040; }
.season-d { background-color: #FFFF99; color: #404040; }
.season-e { background-color: #FFCC99; color: #404040; }
.season-f { background-color: #FF6600; color: #404040; }

div.season-a, div.season-b, div.season-c, div.season-d, div.season-e, div.season-f, div.elf-season-a, div.elf-season-b, div.elf-season-c, div.elf-season-d, div.elf-season-e, div.elf-season-f, div.elf-season-g { padding: 1px 0px 1px 0px; margin: 2px 0px 0px 0px; }

.elf-season-a { background-color: #E7E7E7; color: #404040; }
.elf-season-b { background-color: #99CCFF; color: #404040; }
.elf-season-c { background-color: #CCFFCC; color: #404040; }
.elf-season-d { background-color: #FFFF99; color: #404040; }
.elf-season-e { background-color: #FFCC99; color: #404040; }
.elf-season-f { background-color: #FF6699; color: #404040; }
.elf-season-g { background-color: #FF6600; color: #404040; }



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

#wrapper {
	width: 803px;
	margin: 0px auto;
}
#container {	
	width: auto;
	padding: 0px 0px 0px 0px;
}

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

#header {
	width: 803px;
	height: 100px;
}

#logo {
	width: 445px;
	height: 49px;
	margin: 0px auto;
	padding-top: 36px;
}

/* Navigation
----------------------------------------------- */
#navi {
	width: 803px;
	height: 26px;
	background-color: #A49D69;
	margin: 1px 0px 1px 0px;
	padding: 10px 0px 0px 0px;
	background-image:url(../images/navigation_background.jpg);
	background-repeat: no-repeat;
}

ul#navigation {
    float: left;
    width: auto;
	height: auto;
    margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 16px;
	font-weight: normal;
	font-size: 0.875em;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;	
}
    ul#navigation li {
        float: left; 
	    margin: 0px 0px 1px 0px;
	}
        ul#navigation li a {
			width:auto;
            float: left;
            height: auto;
			color: #EEEAD4;
			text-decoration: none;
		    padding: 0px 0px 0px 31px;			
			}
	ul#navigation li a:link, ul#navigation li a:visited { color: #EEEAD4; }
	ul#navigation li a:hover { color:#705801;}
    ul#navigation li a.current, ul#navigation li a:active { color:#EEEAD4; }
	ul#navigation li a.current { color:#705801;}

/* Content
----------------------------------------------- */

#main {
	width: 801px;
	height: auto;
	border: 1px solid #A49D69;
	margin: 1px 0px 0px 0px;
}

#content {
	text-align:center;
	margin: 0px 36px 0px 36px;
}

.main {
	width: auto;
	padding: 26px 0px 0px 0px;
	}
.header {	
	font-size: 0.8em;
	line-height: 1.8em;
	margin: 16px 20px 16px 20px;
	padding: 0px 0px 16px 0px;
	letter-spacing: 2px;
	border-bottom: 1px solid #A49D69;
	}

.images_home {
	border: 1px solid #A49D69;
	padding: 1px 1px 1px 1px;
	width: 799px;
	height: 199px;
}	

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

#footer {
	width: auto;
	height: 20px;
    margin: 1px 0px 0px 0px;
	padding: 5px 3px 0px 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
.copyright { font-size: 0.6em; }
.impressum a:link, .impressum a:visited { font-size: 0.6em; color: #8D7D48; text-decoration: underline; }
.impressum a:hover, .impressum a:active { font-size: 0.6em; color: #B0A979; text-decoration: none; }

