/*
Hotel-Moench.de Style
*/

body {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;

margin: 0px;
padding: 0px;

background-color: #F8EBE0;
background-image: url(../bilder/schatten.gif);
background-repeat: repeat-y;
background-position: center;
}

/* Das Navigationsmenue 1 mit Moueseover */
a.button {
display: block;
text-align: left;
width: 140px;
border-style: none;
border-width: 0px;
padding: 5px;
text-decoration: none;
}

a.button:link {
color: #FFFFFF;
background-color: #AD5555;
}

a.button:visited {
color: #FFFFFF;
background-color: #AD5555;
}

a.button:hover {
color: #FFFFFF;
background-color: #C17D7D;
}

a.button:active {
color: #FFFFFF;
background-color: #C17D7D;
}

/* Das Navigationsmenue 1 --->(KLASSE NUR FUER DEN AKTIVEN MENUEPUNKT!)*/
a.buttonaktiv { display: block; text-align: left; width: 140px; border-style: none; border-width: 0px; padding: 5px; text-decoration: none; }
a.buttonaktiv:link    { color: #FFFFFF; background-color: #C17D7D; }
a.buttonaktiv:visited { color: #FFFFFF; background-color: #C17D7D; }
a.buttonaktiv:hover   { color: #FFFFFF; background-color: #C17D7D; }
a.buttonaktiv:active  { color: #FFFFFF; background-color: #C17D7D; }

/* Mini Links */
a { font-family: Arial, Helvetica, sans-serif; font-size: 0.7em; font-weight: normal; text-decoration: none; }
a:link { color: #FFF; }
a:visited { color: #FFF; }
a:active { color: #FFF; }
a:hover { color: #FFF; }

/* Validierungs Links*/
a.valid { font-family: georgia, serif; font-size: 9px; font-weight: normal; text-decoration: none; }
a.valid:link { color: #C17D7D; }
a.valid:visited { color: #C17D7D; }
a.valid:active { color: #C17D7D; }
a.valid:hover { color: #FFF; }

/* Bild Links */
a.bild {
text-decoration: none;
}


/* Text Links */
a.text { font-family: Arial, Helvetica, sans-serif; font-size: 1.0em; font-weight: normal; text-decoration: underline; }
a.text:link { color: #333; }
a.text:visited { color: #666; }
a.text:active { color: #333; }
a.text:hover { color: #000; }

/* Die Haupttabelle */
table.maintable { 
width: 738px;
padding: 0px;
}

/* Die Navigations-TD */
td.navigation {
vertical-align: top;

width: 155px;
}

/* Header */
td.header {
vertical-align: top;

width: 580px;
}

/* Contentbereich */
td.content {
padding: 22px;
vertical-align: top;
}

/* Footer */
td.footer { vertical-align: bottom; }

/* Veranstaltungskalender */
table.events {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.83em;
font-weight: normal;
color: #333;
line-height: 155%;	
}

table.events td {
border-bottom: 1px dashed #ccc;
}


/* Ueberschrift */
h1 {
font-family: georgia, serif;
font-size: 1.3em;
font-weight: normal;
color: #9F3737;
text-decoration: underline;
}

h2 {
font-family: georgia, serif;
font-size: 1.1em;
font-weight: normal;
color: #333;
text-decoration: none;

margin-bottom: 14px;
}


h3 {
font-family: georgia, serif;
font-size: 1.0em;
font-weight: normal;
color: #333;
text-decoration: none;

margin-bottom: 10px;
}

/* Absaetze / Schrift */
p, div{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.83em;
font-weight: normal;
color: #333;
line-height: 155%;
}

/* Absaetze / Schrift in Formularen */
p.form {
line-height: 30%; }

/* Kleiner Absatztext */
span.mini {
font-size: 0.8em;
line-height: 140%;
}

/* Trennstrich */
hr {
height: 0px;

margin-top: 20px;
margin-bottom: 20px;

border-top: 1px solid #666;
}

/* Normale Bilder */
img.moench {
float: left;
margin-top: -12px;
margin-right: 7px;
margin-bottom: 2px;
padding: 4px;
}

/* Artikel Bilder (Links umflossen) */
img.artikel {
float: left;
border-width: 1px;
border-style: solid;
border-color: #ccc;
margin-top: 4px;
margin-right: 15px;
margin-bottom: 2px;
padding: 4px;
}

/* Artikel Bilder (ohne Umfluss) */
img.button { border-width:1px; border-style: solid; border-color: #ccc; margin-top: -8px; margin-bottom: 2px; padding: 4px; }

/* Artikel Bilder (ohne Umfluss) IE Hack */
*html img.button { border-width:1px; border-style: solid; border-color: #ccc; margin-top: 6px; margin-bottom: 2px; padding: 4px; }

/* Pauschale z.Z. nicht buchbar */
div.nichtbuchbar {
    margin: 0 auto;
    width: 300px;
    height: 50px;
    padding: 120px;
      
/*Positioniereung*/
    position: fixed;
    top: 180px;
    z-index: 1;
      
/*Farbgestaltung*/
    background-color: rgba(173, 85, 85, 0.7); /*Rot Logo 70%*/
    color: rgba(255, 255, 255, 1); /*Weiß*/
    font-size: 1.1em;
    font-weight: bold;
}
div.pauschalen {
font-family: georgia, serif;
font-size: 1.15em;
font-weight: normal;
color: #9F3737;
text-decoration: none;

margin-bottom: 8px;
margin-top: 14px;
border-bottom: 1px dashed #ccc;
padding: 1px;
}

/* Spacer */
div.spacer {
	margin: 450px 0 auto;
	padding: 8px;
}

/* Google Map */
div.google-map {
	margin: 0px 0px 20px 20px;
	}

