#layoutTable
{
  width: 900px;
  margin: 0px;
  background-color: #FFF;
}
#layoutTable table#sublayoutTable
{
  border: solid 2px #fff;
}


#header
{
  height: 110px;
}
#header a
{
  text-decoration: none;
  border: none;  
  padding: 0px;
}
#header a:hover
{
  cursor: pointer;
}
#header div.header
{
  height: 110px;
  color: #fff;
  font-size: 20pt;
  text-align: left;  
  vertical-align: middle;
  background-color: #005322;
  background-image: url('../../pics/top-logo.gif');
  background-position: 730px 0px;
  background-repeat: no-repeat;    
}
#topmenu
{
  background-color: #005322;
  color: #fff;
  vertical-align: middle;
  
  padding: 2px 5px 2px 35px; 
  height: 15px;
}
.admin #topmenu
{
  width: 730px;
}
.admin #top-leftcenter-column
{
  text-align: right;
  background-color: #a0a0a0;
}
#left-column
{
  padding: 15px;    
  padding-top: 30px;
  height: 400px;
  width: 200px;
  voice-family: "\"}\""; /* Et lille hack, som tager hensyn til IE / Firefox - padding/width - problematikken*/
  voice-family:inherit; /* hack fortsat*/
  width:170px;    
  height: 370px;
}
.admin #left-column
{
  width: 170px;
  background-color: #e6e6e6;
}
#centerright-column
{
  width: 450px;
}
#right-right-column
{
  width: 250px;
}
#right-column
{
  width: 250px;

}
#bottom
{
  background-color: #005322;
  height: 15px;
}
.admin #bottom
{
  border-top: solid 2px #fff;     
  background-color: #a0a0a0;  
}


