body, h1, h2, h3, h4, h5, h6, p, span, div, label, input, form, textarea, table, tr, td, th, tbody, select, option, ul, ol, li {
  font: normal 13px verdana, arial;
}

body {
  margin: 100px;
}

h1 {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  color:#076AA7;
}

h2 {
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: -5px;
}

h3 {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline;
}

.ok {
  background: url(../../pics/info.gif) no-repeat;
  padding: 1px 0px 1px 25px;
}

.fejl {
  background: url(../../pics/warning2.gif) no-repeat;
  padding: 1px 0px 1px 25px;
}

/*-------------------------
			  OPBYGNING
-------------------------*/

#cont {
	width: 757px;
	border: 4px solid #076AA7;
	border-collapse:collapse;
 }

#cont td#leftup{
  vertical-align:top;
  color : White;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  width: 120px;
  height: 350px;
  background: #076AA7;
}

#cont td#logo img{
	border: none;
}

#cont td#menubottom{
  padding: 10px 0px 0px 10px;
  color: White;
  background: url(pics/backbottom.gif) no-repeat #076AA7 45px top;	
  vertical-align: top;
}

#cont td#menubottom h1{
  margin-bottom: 4px;
  font-size: 20px;
  letter-spacing: 1px;
}

#cont td#menubottom span{
  font-weight: bold;
}

#cont td#menubottom p{
  float: left;
  margin: 0px 40px;
  font-size: 17px;
}

#cont td#indhold
{
    vertical-align: top;
    background: url(pics/backtop.gif) no-repeat 43px bottom;
    z-index: 10;
    position: relative;
}

#cont td#indhold P{
    line-height:20px;    
}

#cont td#indhold A{
    color: Black;    
}

#cont td#indhold A:hover {
  text-decoration: none;
}

#cont #content {
    padding: 6px 10px 10px 20px;
    height: 320px;
    width : 570px;
    overflow: auto;
    scrollbar-3dlight-color: silver;
    scrollbar-arrow-color: white;
    scrollbar-base-color: grå;
    scrollbar-darkshadow-color: black;
    scrollbar-face-color: #076AA7;
    scrollbar-highlight-color: white;
    scrollbar-shadow-color: silver;
    }
    

img#trucks {
  position: absolute; 
  width: 350px;
  z-index: -1;
  right:20px;
  bottom:0px;  
}

/*-------------------------
				  MENU
-------------------------*/

#menu_left a {
  display: block;
  width :108px;
  height: 86px;
  margin-left: 5px;
  background: url(pics/menu/boxClose.gif) no-repeat;
}

#menu_left a.aktiv{
 background: url(pics/menu/boxopen.gif) no-repeat; 
}

#menu_left a img{
  border: none;
  position: relative;
  top: 43px;
  left: -17px; 
}

#menu_left img{
  left: 20px; 
}

#menu_down a {
  margin-right: -7px;
  margin-top: 2px;
  display: block;
  float: left;
  width :108px;
  height: 86px;
  background: url(pics/menu/boxClose.gif) no-repeat;
}

#menu_down a.aktiv {
  background: url(pics/menu/boxOpen.gif) no-repeat;
}

#menu_down a img{
  position: relative; 
  border:none;
  top: 40px;
  left: 14px; 
}

/*------------------------
		FLYTTE TILBUD
------------------------*/
#flyttetilbud P {
    font-size:9px;
}

#flyttetilbud SELECT {
    font-size:9px;
}

#flyttetilbud LABEL  {
    font-size:9px;
}
    
/*------------------------
				FORMULAR
------------------------*/

label {
  width: 100px;
  display: block;
  float: left;
}

.felt {
  border: 1px solid #076AA7;
  color: #076AA7;
}

textarea {
  overflow: auto;
  border: 1px solid silver;
}

form {
  display: inline;
}

.knap {
  border: 1px solid #076AA7;
  cursor: hand;
  height: 18px;
  background: white;
  color: red;
  font-weight: bold;
  text-decoration: none;
}

