/*----- overordnet ----- */

* {
  margin: 0px;
  padding: 0px;
  }

body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
  background-color: #002664;
  text-align:center;
  }

#pageContainer {
  width: 772px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  text-align:left;
  }
  
a{
  color: #002664;
  text-decoration:none;
  background-color:inherit;
}

a:hover{color:#002664; text-decoration:underline; background-color:inherit;}
a img{border:none;}


/*----- side elementer ----- */

#header {
  width: 748px;
  height: 75px;
  background: url(http://online.dsv.com/irj/go/km/docs/documents/DSV_DFDS%20Transport/Integrated%20Internet/Corporate%20Web%20Repository/Public%20Content/Login%20Page/Logo/dsv_24_px.gif) #ffffff no-repeat center left;
  text-align: right;
  margin-left: 12px;
  margin-right: 12px;
  }

#headertext {
  color: #002664;  
  font-family: Verdana;
  font-size: 14px;
  padding-top: 35px;
  padding-right: 0px;
  }

#topimage {
  width: 748px;
  height: 122px;
  margin-left: 12px;
  margin-right: 12px;
  }

#topbar {
  width: 748px;
  height: 24px;
  background-color: #002664;
  margin-left: 12px;
  margin-right: 12px;
}

#leftSide {
  float: left;
  width: 200px;
  margin-top: 50px;
  margin-left: 12px;
  margin-right: 12px;
  }

#rightSide {
  float: right;
  width: 498px;
  margin-top: 10px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 60px;
  }

#bottom {
  clear:both;
  width: 736px;
  text-align: left;
  font-family: Verdana;
  font-size: 10px;
  color: #e0e0e0;
  padding: 5px;
  margin-left: 12px;
  border-top: 1px solid #e0e0e0;
  }

/*----- TEKST ----- */

h1 {
  color: #002664;
  font-family: Verdana;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  }

h2 {
  font-family: Verdana;
  font-size: 12px;
  color: #464646;
  }

p {
  font-family: Verdana;
  font-size: 11px;
  color: #464646;
  }

.leftmenu {
  font-family: Verdana;
  font-size: 10px;
  color: #464646;
  }


