/* colors and font type set for Hotel Altenberg */
BODY { 
  margin: 1em;
  color: rgb(102,0,0); 
  font-style: normal;
  font-weight: normal;
  font-size: 90%;
  font-family: sans-serif;
  background-color: rgb(255,234,230);
  background-image: url(http://www.hotel-altenberg.de/images/BGroundABlatt.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}

/* introduced for Hotel Altenberg */
P {
  color: rgb(102,0,0); 
  font-style: normal;
  font-weight: normal;
  font-size: 90%;
  font-family: sans-serif;
}

/* introduced for Hotel Altenberg */

TD { 
  color: rgb(102,0,0); 
  font-style: normal;
  font-weight: normal;
  font-size: 90%;
  font-family: sans-serif;
  vertical-align: top;
}
TH { 
  color: rgb(102,0,0); 
  font-style: normal;
  font-weight: 900;
  font-size: 90%;
  font-family: sans-serif;
  text-align: left;
  vertical-align: top;
}

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL { 
  display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN { display: inline }

/* H style edited for Hotel Altenberg */
H1, H2, H3 { margin-top: 1em; margin-bottom: 1em }
H5, H6 { margin-top: 1em }
H1, H4 { text-align: center }
H1, H2, H4, H6 { font-weight: 900 }
H3, H5 { font-style: italic }

H1 { font-size: xx-large }
H2 { font-size: x-large }
H3 { font-size: large }
/* font size of h4 for Hotel Altenberg */
H4 {
  color: rgb(102,0,0); 
  font-style: normal;
  font-size: 133%;
  font-family: sans-serif;
}
B, STRONG { font-weight: 900 }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

/* LI { display: list-item } */ /* does not work correctly for Netscape 4.6 */
/* UL */
LI { 
  list-style: url(http://www.hotel-altenberg.de/buttons/listimage.gif) disc;
  text-indent: -18pt;
}
DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
/* LI { margin-left: 3em } */ /* does not work correctly for Netscape 4.6 */

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em }

/* IE needs text-align and Netscape align parameter! */
HR { 
  color: rgb(102,0,0);
  text-align: center;
  align: center;
  border-top: solid;
  width: 75%;
}        /* 'border-bottom' could also have been used */

/* adapted to Hotel Altenberg Colors */
A:link { color: rgb(85,26,139) }          /* unvisited link */
A:visited { color: rgb(153,51,102) }        /* visited links */
A:active { color: rgb(20,136,20) }        /* active links */

/* setting the anchor border around IMG elements
   requires contextual selectors */

/* colors and border size adapted for Hotel Altenberg */
A:link IMG { border: 0px solid rgb(85,26,139) }
A:visited IMG { border: 0px solid rgb(153,51,102) }
A:active IMG { border: 0px solid rgb(20,136,20) }


