/* Reset für Abstände und andere Grunddinge: gleiche Startbedingungen für alle Browser schaffen */
* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}

ol,ul { 
	list-style-type:none; 
} 

/* Floats ohne zusätzliches Markup aufheben */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body {
	background: #f6f5e3 url();
	/* font: 62.5%/1.2em Verdana, Arial, sans-serif; before ie6/7*/
	font: 10px Verdana, Arial, sans-serif;
	text-align: center;	
}

/* CSS- und ID-basierte Navigationsformate: ist z.B. die Startseite geladen, hat der Startseiten-Link eine ebstimmte Farbe und/oder Hintergrund so-und-so  */
body#startseite #navigation a.index_nav, body#ferienwohnung #navigation a.ferienwohnung_nav, body#umgebung #navigation a.umgebung_nav, body#preis #navigation a.preis_nav, body#buchung #navigation a.buchung_nav, body#kontakt #navigation a.kontakt_nav, body#impressum #navigation a.impressum_nav {
	color: red;
}

/* Hält die Seite zusammen */
#container {
	background-color: transparent;
	margin: 2em auto 0 auto;
	/*padding: 0 1em 0 1em;*/
	width: 96em;
}
/* Zentrierung im Browser auf dieses Element */
#site {
	background-color: transparent;
	margin: 0 auto 0 auto;
	//padding: 0 .5em 0 .5em;
	width: 71em;
}

/* Beinhaltet Kopfteilbild und Navigation */
#kopfteil {
	background-color: transparent;	
	width: 71em;
}

/* Kopfteilbild */
#kopfteil img#kopfteil_bild {
	display: block;
	width: 71em;
}

/* Navigation */
#kopfteil #navigation {
	/*background: transparent url(bilder/navigation_hintergrund.png) repeat-x;*/
	font: 1.4em/1.6em Verdana, Arial, sans-serif;
/*abstand vom beginn der navi*/
	padding: 0 0 0 24px;
	width: 100%;
}

#kopfteil #navigation li {
	float: left;
/*abstand zwischen den navis*/
	margin: 0 10px 0 0;
}

#kopfteil #navigation li a:link, #kopfteil #navigation li a:visited {
	font-weight: bold;
	text-decoration: none;	
}

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

/* Hält Text und Bildergalerie zusammen */
#inhalte_container {
	clear: both;
	margin: 2em auto 0 auto;
	padding: 2em 0 0 0;
	text-align: left;
	/* variieren des abstands der vorschaubilder*/
	width: 72em;
}

#inhalte_container p {
	/* font: 1.5em/1.6em Verdana, Arial, sans-serif; before IE6/7 */
	font: 14px Verdana, Arial, sans-serif; 
	font-weight: bold;
	margin: 0 0 1.6em 0 ;
}

/* Hier kommen Fließtexte, etc. hinein, quasi Spalte 01 */
#inhalte {
	background-color: transparent;
	float: left;
	margin: 0 0 0 0;
	width: 60%;
}

/* Hier kommen die Bilder für die Galerie rein, quasi Spalte 02 */
#bildergalerie {
	background-color: transparent;
	float: right;
	margin: 0 0 0 0;
	padding: 0 1% 0 0;
	width: 39%;
}

/* definieren einer eigenen klasse fuer thickbox vorschau-image*/
.thickbox {
	
	float: right;
	
	
}

/* definieren einer eigenen klasse fuer eine tabelle - buchung */
.tabelle {
margin-left: 13em;
}
/* definieren einer eigenen klasse fuer eine tabelle - preis unter ie6 */
.tabelle2 {
margin-left: 0px;
width: 710px;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(bilder/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* DUMMYS: Eigenschaften einzelner Galeriebilder, später Lightbox oder Ähnliches */
.bildergalerie_bild {
	display: block;
	float: right;
	margin: 0 0 2em 0;
}



}

/* menue: Eigenschaften des menues */
#menu {
width: 100%;
/* menue: background farbe - deaktiviert da ie6&7 einen balken zogen
background: #eee;*/
/*padding-left: 2px;*/
float: left;
}

#menu ul {
list-style: none;
margin: 0;
/* padding: 0; */
/*padding-left: 5px;*/
/* breite width: 12em; machte die navigation zweizeilig
nach loeschen dieser zeile war es okay!? */
float: left;
}

#menu a, #menu h2 {
font: 1.0em/1.2	em Verdana, Arial, sans-serif;
/* font: bold 11px/16px arial, helvetica, sans-serif; */
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
/*link farbe*/
color: #000;
/*linkhintergrundfarbe*/
background: #efefef;
text-decoration: none;
}

#menu a:hover {
/*linkhover farbe*/
color: #a00;
/*linkhoverhintergrundfarbe*/
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul {
display: none;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}





#thickbox



