BODY 
{
  font-family       : verdana;
  font-size         : 10px;
  background-color  : #5F752D;
}                            


h1
{
 padding: 0;
 margin: 0;
 font-weight: bold;
 
}





TABLE 
{
  background-color : #FEF2DC;  
  border-style     : solid;
  border-color     : black;
  border-width     : 0px;   
}

TABLE.blackbordernobottom
{
  border-width         : 1px;
  border-bottom-width  : 0px;
}

TABLE.blackborder
{
  border-width: 1px;
}

TABLE.topline
{
  border-top-width: 1px;
}





TR
{
  border-bottom-style : solid;
  border-color        : black;
  border-width        : 0px;
}

TR.bottomline
{
  border-bottom-width    : 1px;
}




TD 
{
  font-family      : verdana;
  font-size        : 10px;
  background-color : #FEF2DC;  
  color            : #2d2c01;
  border-style     : solid;
  border-color     : black;
  border-width     : 0px;   
}

TD.topline
{
  border-top-width: 1px;
}

TD.bottomline
{
  border-bottom-width: 1px;
}

TD.bold 
{
  font-weight : bold;
}




DIV
{
  font-family: verdana;
  font-size: 10px;
           
}

DIV.white
{
  color: white;
}

DIV.overskrift
{
  font-size: 12px;
  font-weight: bold;
}

DIV.tilbudoverskrift
 {
  font-weight: bold;
  color      : white;  
}

DIV.tilbudunderoverskrift            
{
  color      : white;

}




A
{
  color : #203961;
  font-weight: bold;
}

A.overskrift
{
  color : black;
  text-decoration : none;
}



img
{
 border-style: none;
}



input
{
  color       : black;
  font-family : verdana;
  font-size   : 10px;
  border-style: solid;
  border-color: black;
  border-width: 1px;
}


input.bluebold
{
  color       : #203961;
  font-weight : bold;
}




textarea
{
  color       : black;
  font-family : verdana;
  font-size   : 10px;
  border-style: solid;
  border-color: black;
  border-width: 1px;
}

textarea.bluebold
{
  color       : #203961;
  font-weight : bold;
}
               

               

select
{
  font-family : verdana;
  font-size   : 10px;
  border-style: solid;
  border-color: black;
  border-width: 1px;
}
