@CHARSET "ISO-8859-1";

body {
    color: black;
    background-color:#dcbd86;
    font-size:12px;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    min-width: 855px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }


/*
	Logo
*/
div#div_Logo
{
	height:120px;
	width:855px;
	text-align:center;
	padding-top:10px;
	border-bottom: 2px solid #773300;
}

/*
	Bilderwechsel
*/
div#div_Banner
{
	height:150px;
	width:855px;
	text-align:center;
	position:relative;
}
div#div_Banner2
{
	height:150px;
	width:855px;
	text-align:center;
	position:absolute;
}



/*
	Menübereich
*/
div #div_Menu
{
	height:26px;
	text-align:center;
	background-color:#dcbd86;
	border-top: 2px solid #773300;
	border-bottom: 2px solid #773300;
}
ul.ul_Menu
{
    margin: 1px auto;
    padding: 1px;
    text-align: center;
    background-color:#dcbd86;
}

ul.ul_Menu li
{
	float: left;  /* ohne width - nach CSS 2.1 erlaubt */
	list-style: none;
    position: relative;
    margin-left: 14px;
    margin-right: 14px;
    padding: 0;
}

* html ul.ul_Menu li
{  /* Korrektur fuer den IE 5 und 6 */
	margin-bottom: -0.4em;
}

*:first-child+html ul#Navigation li
{  /* Korrektur fuer den IE 7 */
	margin-bottom: -0.1em;
}

ul.ul_Menu li ul
{
	margin: 0;
	padding: 0;
    position: absolute;
    top: 1.6em;
    left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
}

* html ul.ul_Menu li ul
{  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
}

*:first-child+html ul.ul_Menu ul
{  /* Workaround fuer den IE 7 */
	background-color:#dcbd86;
	padding-bottom:0.4em;
}

ul.ul_Menu li:hover ul
{
    display: block;  /* Unternavigation in modernen Browsern einblenden */
}
ul.ul_menu li ul li
{
	float: none;
    display: block;
    margin-bottom: 0.2em;
}

ul.ul_Menu a, ul.ul_Menu span, ul.ul_Menu li span
{
	display: block;
    width: 7.2em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #773300;
	color: #773300;
    background-color:#f1e4af;
}

* html ul.ul_Menu a, * html ul.ul_Menu span
{
    width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
}

ul.ul_Menu a:hover, ul.ul_Menu span:hover, li a#aktuell
{
    border-color: white;
    color: white;
    background-color:#dcbd86;
}

li a#aktuell
{  /* aktuelle Rubrik kennzeichnen */
    color: #773300;
    background-color:#dcbd86;
}

ul.ul_Menu li ul span
{  /* aktuelle Unterseite kennzeichnen */
    background-color:#dcbd86;
}


/*
* Container
*/
div#div_Container
{
	position: absolute;
	width: 855px;
	left: 50%;
	margin-left: -400px;
    padding: 0px;
    border-width:3px;
  	border-style:solid;
 	border-color:#773300;
 	text-align:left;
}

div#div_Container h1
{
    font-size: 1.5em;
    margin: 0 0 0.5em;
}

div#div_Container h2
{
    font-size: 1.2em;
    margin: 0.2em 0;
}

div#div_Container p
{
    font-size: 1em;
    margin: 1em 0;
}


/*
* Inhaltscontainer
*/
div#div_Inhalte
{
    margin: 0;
    padding: 0;
    background-color:#f1e4af;
	background-image:url(../images/basics/tree.png);
	background-repeat:no-repeat;
	background-position:center;
	min-height:400px;
}

/*
* Inhalte
*/

div#div_Inhalt
{
	border-width:1px 1px 1px 1px;
	background-color:transparent;
	padding: 1em 1em 1em 1em;
}

div#div_Inhalt h1
{
    font-size: 1.5em;
    margin: 0 0 0.5em;
}

div#div_Inhalt h2
{
    font-size: 1.2em;
    margin: 0.2em 0;
}

div#div_Inhalt p
{
    font-size: 1em;
    margin: 1em 0;
}

/*
* Fehler
*/
div#div_Error
{
	/*background-color:transparent;*/
	/*background-color:#00ff00;*/
	padding: 1em 1em 1em 1em;
    border-width:1px 1px 1px 1px;
  	border-style:solid;
 	border-color:#FF0000;
 	color:#FF1111;
}

/*
* Footer
*/
div#div_Footer
{
	position:relative;
	font-size:10px;
	text-align:center;
	border-color:#dcbd86;
	border-width:0px;
	border-style:solid;
	border-top: 2px solid #773300;
	padding:8px;
}

table#tbl_Footer
{
	font-size:10px;
	text-align:center;
	width:100%;
}

/*
Tabelle/Formular zum editieren von Bildern
*/
table#tbl_change_image
{
	width:100%;
	padding:40px;
}
th#erklaerung
{
	width:300px;
}

.tbl_reservierung
{
	width:100%;
}

table.tbl_galerie
{
	height: 700px;
}

table.tbl_galerie a.btn_galerie
{ 
	TEXT-DECORATION: none;
	DISPLAY: block; 
	WIDTH: 15px; 
	BORDER: 1px solid #773300;
	PADDING: 3px; 
	MARGIN: 1px;
	FONT-FAMILY: verdana, arial, helvetica;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
	COLOR: #773300;
	BACKGROUND-COLOR: #dcbd86;
}
table.tbl_galerie a.btn_galerie:hover 
{
	COLOR: #773300; 
	BACKGROUND-COLOR: #f1e4af;
}


* a.button
{ 
	TEXT-DECORATION: none;
	DISPLAY: block; 
	BORDER: 1px solid #773300;
	PADDING: 3px; 
	MARGIN: 1px;
	TEXT-ALIGN: center;
	COLOR: #773300;
	BACKGROUND-COLOR: #f1e4af;
}
* a.button:hover 
{
	COLOR: #773300; 
	BACKGROUND-COLOR: #dcbd86;
}


/*
Allgemeines
*/
.central
{
	text-align:center;
	background-color:transparent;
	margin:auto;
}
a img { border:0; }









