html {
    height:101%;
    font-size:62.5%; /*makes 1em = 10px;*/      
    }
#scrollfix { position: absolute; top: 0; bottom: -0.1px; width: 1em; z-index: -1; } 
.bold { font-weight:bold; }
.norm { font-weight:normal; }  
.italic { font-style: italic; }
.left { text-align:left; }
.center { text-align: center; } 
.right { text-align: right; }
.top { vertical-align: top; }
.bottom { vertical-align: bottom; }
.middle { vertical-align: middle; }
.spacer { font-size:1px; height:1px; }
    
body {
	background-color: #FFF9EC;
    background-image: url(images/bg.gif);
	height:100%;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 1.0em;
    color: #333;
    padding:0;
    margin:0;
	}
    
p, ul {
    margin-top:0px;
    margin-bottom:1.0em;
    font-size: 1.2em;    
    line-height: 1.8em;
    }
    
a {
    color: #87212E;
    text-decoration:none;
    }

a:hover {
    text-decoration:underline;
    }
    
h1, h2 {
    font-family:georgia, times, serif;
    font-size: 2.5em;
    font-weight: normal;
    color: #87212E;
    margin-bottom:10px;
    margin-top:0.5em;
    }
h2 {
    font-size: 1.1em;
    }


.bg {
    background-color: #FFF9EC;  
    }  
     
     /*
table { width:100%;}
td {vertical-align:top}    */
#maincontainer {   
    margin: auto;
    text-align:left; 
    margin-top: 0;
    margin-bottom: 0;
    width: 800px;    
    border:1px solid gray;
    }    

#shadowleft {
    display:block;
    float:left; 
    }
#shadowright {
    display:block;
    float:left; 
    }        
.containertable {
    display:block;
    float:left
    }    
.boxwidth { width:800px; }     
        
#headerbox {
    background-image: url('images/header.gif'); 
    background-repeat: no-repeat;    
    color: #87212E;         
    font-size:1.6em;
    font-weight: bold;
    height:152px;
    text-align:center;
    }     
#menucontainer {
    background-color: #007A37; 
    }
#menubar {   
    text-align:center; 
    margin: 0;
    padding:1em;
    border-top:1px solid white;  
    }     

#menubar a { 
    font-weight:bold; 
    text-decoration: none; 
    color: white; 
    }
#menubar a:hover { 
    text-decoration: underline; 
    color: white;
    }

#menushadowtop {
    background-image: url(images/menushadowtop.gif);
    background-repeat: repeat-x;
    height:22px;
    }
#menushadowbottom {
    background-image: url(images/menushadowbottom.gif);
    background-repeat: repeat-x;
    height:15px;  
    }
.picture {
    background: url(images/picframe.gif);
    background-position: center;
    background-repeat: no-repeat;
    padding:2.5em;
   /* border: 3px solid #CCC;*/
    }
.picture-portrait {
    background: url(images/picframe-vertical.gif);
    background-position: center;
    background-repeat: no-repeat;
    padding:2.5em;
   /* border: 3px solid #CCC;*/
    }
#contentbox {
    background-color: #FFF9EC; 
    padding:4em;
    padding-top:0em;
    width:100%;
    }    
    
#strapline {
    font-size: 0.9em;
    font-weight:normal;
    color:#999;
    text-align:center;
    width:100%;
    padding:1em;
    }

#footerbar {
    background-color: #87212E;
    color:white;   
    font-size:1.1em;    
    text-align:center;
    vertical-align: middle;
    margin:0;
    padding:1em;  
    }    
#footer {    
	display:block;
	width:100%;
    font-family:arial,helvetica,sans-serif;
    font-size: 8pt;
    color:#666;
    text-align:center;
    
    }
#footerbar a {    
    color:white;
    text-decoration:none;
    font-weight: bold;
    }
#footerbar a:hover { text-decoration: underline; }
#links {
    font-size:0.9em;  
    line-height:1.4em;
    }
#links p{
    margin-bottom:10px;
    }
    
#links h2 {
    font-size:1.0em;
    margin-bottom:3px;
    }
    
#links img {
    display:inline; 
    float:left;
    padding-right:15px;
    }

#links a{
    font-size:0.8em;
    font-weight:bold;
    color:#999;  
    }
    
#links a:hover{
    text-decoration:underline; 
    color:#87212E; 
    }
    
#tour {
    margin:auto;
    clear:both;
    width:100%;
    text-align: center;
    padding:2em;
    }
#tour a {
    text-decoration: none;
    font-size: 1.5em;
    }

#accommodation table {  }   
#accommodation td {
    border-bottom: 1px solid #999;
    padding-bottom:0.5em;
    }    
    
#guest .comment {
    background-color: #FFE8BB;
    padding:1em;
    }
    
#guest p {
    font-family: georgia, times, serif;
    font-size:1.2em;
    line-height:1.5em;
    }
    
p .caption {
    font-size:1.2em;  
    font-style:italic; 
    color:red; 
    }


#tariff table {
    border: 1px solid #000;
    }
    
#tariff td {
    border-bottom: 1px solid #999;
    font-size:1.1em;
    }