html
{

  height: 100% ;
}
                         
body
{
  background: #A3BDD1;
  height: 99% ;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
  vertical-align: top;
  
}

*
{
  font-size: 9pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
  text-align: left;
  
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}




/* === Containers === */



#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;
  position: relative; 
  width: 800px;
}

#second_container
{
  position: absolute; 
  vertical-align: top;
}

#third_container
{
  position: relative; 
  height: 100%; 
  top: 13px; 
  width: 790px;
}



/* === Menu === */



#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  font-size: 8pt;
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #000000; 
  background-color: #ffcc66;
}

#menu a:hover, #menu a:active
{
  
  color: #0055a7;
  background-color: #ffcc00;
}

#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
  background-color: #ff9900;
}



/* === Language menu === */



#submenu
{
  float: left;
  height: 31px;
  width: 300px;
  padding-left: 10px;
  margin: 0;
  list-style: none;   

}

#submenu li
{
  float: left;
  display: block;
  width: 82px;  height: 31px;  
}

#submenu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
}

#submenu a:link, #submenu a:visited
{
  color: #749942; 
  background-color: #D3E2C3;
}

#submenu a:hover, #submenu a:active
{
  background-image: url('images/tabb2.jpg');
  color: #ffffff; 
}

#submenuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/tabb.jpg');    
  text-decoration: none;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}



/* === Other Divs === */
 


.border
{
  background-color: #ffffff;
  padding: 15px 15px 15px 146px;
  background-image: url('/images/back.jpg');
  background-repeat: no-repeat;
  text-align: left;
  height: 97%;

}

.title
{
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 120px;
  background-image: url('/images/loddalogo.png');
  background-repeat: no-repeat;
  
}

.logo
{
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 120px;
  height: 100%;
  background-image: url('/images/loddalogo.png');
  background-repeat: no-repeat;
  
}

.content
{
  
  height: 98%;
  padding: 7px;
}

.designinfo
{
  margin-top: 5px;
  text-align: right;
  color: #FFE097;
  background-color: inherit;
}

.designinfo a

{
   color: #FFC22F;
   text-decoration: underline;
   font-weight: bold;
}


.sound
{
  
  font-size: 16pt;
  font-face: verdana;
  text-align: right;
}



/* === Inline Text Styles === */


h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 16px;
  color: #000000;
  background-color: inherit;
  border-left: 5px solid rgb(255, 204, 102);

}

h2
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 16px;
  color: #000000;
  
}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
  display: block;
  margin: 5px 5px 20px 12px;
}

.text a
{
  color: #666F53;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #000000;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}