* {
  border: 0;
  padding: 0;
  margin: 0;
}

BODY {   
  background-image: url('img/bg-stuff.jpg'); 
  background-repeat: no-repeat;
  background-position: 69% 0%;  
  color: #333333;       
  font-family: sans-serif;
}

A {
  font-family: serif;
  font-weight: bold;
  text-decoration: none;   
  color: #333333;  
}

A:Hover {
  text-decoration: underline;   
}

A:Visited {         
  color: #333333;   
}

TABLE.main {         
  width: 100%;
  height: 100%;
}

TD {
  vertical-align: top;
}



/*
    Sidlayout
*/

TR.banner {           
  height: 100px;
}

TR.menu {
  height: 20px;
}

TD.left {         
  background-image: url('img/bg-blue.jpg');
  background-repeat: repeat-x;      
} 

TD.left-shade { 
  width: 10px; 
  background-image: url('img/bg-leftshade.jpg');
  background-repeat: repeat-y;      
} 

TD.banner {
  padding-top: 40px;
  padding-bottom: 20px;
  width: 550px;                               
}

TD.menu-holder {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 20px;                 
}

TD.content {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px; 
  padding-bottom: 50px;
}

TD.right-shade { 
  width: 10px; 
  background-image: url('img/bg-rightshade.jpg');
  background-repeat: repeat-y;    
  background-position: 100%;  
} 

TD.right {       
  background-image: url('img/bg-red.jpg'); 
  background-repeat: repeat-x;          
}  



/*
    Contentlayout
*/  

TABLE.menu-holder {
  width: 100%;
}

TD.menushade-left {  
  width: 9px;
  background-color: #bebebe;
  background-image: url('img/bg-menu-left.jpg');
  background-repeat: repeat-y;    
  background-position: 100%;  
}

TD.menushade-right {   
  width: 9px;
  background-color: #bebebe;
  background-image: url('img/bg-menu-right.jpg');
  background-repeat: repeat-y;    
  background-position: 100%;  
}

TD.menu-item {   
  text-align: center;     
  background-color: #bebebe;
}

IMG.logo-hat {
  margin-left: 10%;
}

IMG.logo-text {
  /* 
  margin-left: 27%;
  */
}

P {                  
  width: 100%;      
  margin-top: 10px;
  margin-bottom: 5px;
}

p.header {
  margin-top: 20px;
}

td.header {
  border-bottom: 1px dotted #c3c3c3;
}

.header:first-line {
  font-weight: bold;
  font-size: 120%;
}

IFRAME {
  border: 1px solid #333333;
}

div.announcement {
  padding-top: 200px;
  padding-left: 5px;
}

table.foodmenu {
  width:100%;
}

table.foodmenu tr td {
  padding-top: 20px;
}

td.price {
  width: 50px;
  vertical-align: bottom;
}


/*
    Klasser
*/

.floatright {
  float: right;
} 

.floatleft {  
  float: left;
}

.nofloat {
  clear: both;
}

.border1 {
  border: 1px solid #333333;
}