/* Ein Demostylesheet */

/* Alle Abstände werden auf Null gesetzt*/
* {padding: 0; margin: 0;}

html {height: 101%;} /*erzwingt Scrollbar im FireFox*/

body {
    color: #000;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: center; /* nur für IE  siehe auch Wrapper align-left */
    }

h1 {font-size: 18px; color: #690c18; margin-bottom: 15px; }
h2 {font-size: 15px; color: #690c18; margin-bottom: 5px;}


#wrapper {
    color: #000000;
    background-color: #ffffff;
    width: 960px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: left; /* wegen align Center im Body für IE */
    }

/* POS2 absolut zum umschließenden Element - für p ist das der Kopfbereich*/
#kopfbereich {
    position: relative;  
    color: #000000;
    background-color: #fff;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    }


.logo {
    background-color: #ffffff;
    padding: 0px;
    float: left;
    }

.logo img {border: 0px;}

.seitentitel {
    float: right;
    }

.clr {clear: both;}
    
.meta {
    height: 25px;
    background-image: url(meta-hg.gif);
    width: 100%;
    }

.metalink {
    float:right;
    margin-top: 2px;
    }

.meta .metalink a {color: #fff; text-decoration: none;} 
.meta .metalink a:hover {color: #fff; text-decoration: underline;}

div.metalink a {margin-right: 10px;}

.metalink a:link,
.metalink a:visited, {
    color: #fff;
    font-weight: bold;
    padding: 0px 0px 0 0;
    text-decoration: none;
    }

/* POS1 Slogan left 50% --> später dann absolut zu kopfbereich POS2 */
#kopfbereich p {
    position: absolute;
    top: 10px;
    right: 10px; /*left: 50%;*/
    /*font-weight: bold;*/
    padding: 5px 0 5px 0;
    margin-bottom: 0; 
    }

#content {width: 960px;}

/* POS3 Span aufrufen */
/*#kopfbereich p span {color: #d90000;}*/

/* NAVI Hintergrundfarbe */    
#navibereich {
    width: 180px;
    padding-left: 20px;
    margin-top: 60px;
    margin-left:0;
    margin-right: 0px;
    float: left;
    line-height: 10px;
    }

/* NAVI Unteren Rand entfernen durch ul margin-bottom vorgegeben*/
#navibereich ul {
    margin: 0;
    padding: 0px;
    }

/* NAVI komplett neu gilt nur für die li-Elemente im navibereich */
#navibereich li {
    list-style: none; 
    margin: 0; 
    padding: 0;
    }
/* NAVI Linkfarbe */
#navibereich a {
    display: block;    
    color: #333;
    font-weight: normal;
    text-decoration: none;
    background-color: #fff; 
    line-height: 25px !important; 
    line-height: 12px;
    padding: 0px !important;
    padding: 0px 0 4px 0;
    margin-top: 0px;
    border-bottom: 1px dotted #333;
    }
#navibereich a:active {background-color: white;}

#navibereich a:hover {
    text-decoration: none;
    color: #ccc;
    background-color: white; 
    border-bottom: 1px dotted #ccc; 
    }

#startseite #navi01 a,
#angebot #navi02 a, 
#buffet #navi03 a,
#hotel #navi04 a {
    text-decoration: none;
    color: #999;
    background-color: white; 
    border-bottom: 1px dotted #999; 
    }

#textbereich {
    float:right;
    width: 720px;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-left: 20px;
    }

.dokus {margin-left: 15px; margin-top:15px;}
.dokus a:link, .dokus a:visited {font-weight:bold; text-decoration:none;}


#fussbereich {
    padding: 20px;
    padding-top: 10px; /*Reihenfolge BOX-Modell content - padding - border - margin */
    border-top: 1px solid #8c8c8c;
    margin-top: 20px;
    }
    
address {
    text-align: center;
    font-size: 11px;
    color: #690c18;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 1.5em;
    }

a {text-decoration: none;} 
a:link {color: #690c18; font-weight: normal; text-decoration: underline;}
a:visited {color: #690c18; font-weight: normal; text-decoration: underline;}
a:hover, a:focus {text-decoration: underline; color: #999;}
a:active {color: white; background-color: #690c18;}

p, #textbereich ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left:0;
    }

#textbereich ul         { font-family: arial, sans-serif; list-style-type: square; list-style-color: #666666; margin-top: 5px;}

ul ul {margin: 0;}

#textbereich li {
    margin-top: 2px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 35px;
    }


/* POS4 Bild in HTML einkommentieren */
.bildlinks {
    float: left;
    padding: 3px; /*Abstand zwischen Bild und Rahmen*/
    border: 2px solid #690c18;
    margin-right: 10px;
    margin-bottom: 10px;
    }

.bildrechts {
    float: right;
    padding: 3px; /*Abstand zwischen Bild und Rahmen*/
    border: 2px solid #690c18;
    margin-left: 10px;
    margin-bottom: 10px;
    }

#table {font-size: 12px; font-weight: normal; margin: 8px 0 0 10px; }
#table td {}
.spalte1 {padding-right: 15px;}
.spalte2 {}

