body {
  color: #666666;
  background-color: #FFF;
  margin: 0; padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  /* yay, non w3c CSS */
  scrollbar-face-color: #F6F6F6;
  scrollbar-highlight-color: #FFF;
  scrollbar-shadow-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-arrow-color: #F6F6F6; 
  scrollbar-track-color: #F2F2F2;
  scrollbar-darkshadow-color: #FFF;
}

a { color: #003399; }
table, tr, td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; }
.smallfont { font-size: 9px; }


#introWrapper { margin-top: 120px; }
#introContent {
  margin-left: 20px;
  font-size: 10px;
  color: #0033CC;
  padding-top: 30px;
}
#introContent a { color: #0033CC; }
#introContent a:hover { text-decoration: none; }
#introEnter { float: left; margin-left:30px; margin-right: 50px; text-align: left; }
#newLogo { margin-bottom: 30px; }

#topMarquee {
  width: 310px;
  position: relative;
  top: -20px; left: 45px;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #FF0000;
}

#mainMenu {
  position: absolute;
  top: 200px; left: 360px;
  color: #FFF;
  width: 550px;
}
#mainMenu a { color: #FFF; text-decoration: none; }
#mainMenu a:hover { text-decoration: underline; }

#blueTop { height: 19px; width: 100%; background-color: #003399; }
#header { border-left: 13px solid #003399; }
#headerLogo { position: absolute; left: 450px; top: 20px; }

#topEmail {
  border-left: 13px solid #003399;
  background-color: #F6F6F6;
  text-align: center;
  line-height: 20px;
}
#topEmail a { color: #666666; }

#sideContainer {
  float: left;
  width: 134px;
  border-left: 13px solid #003399;
  border-right: 2px solid #F6F6F6;
  padding-bottom: 4px; padding-left: 4px;
  margin-top: 0;
}

#sideMenu {
  list-style-type: none;
  margin-top: 0; margin-left: 0;
  padding-top: 0; padding-left: 0;
}
#sideMenu li { margin-top: 2px; }
#sideMenu #first { padding-top: 7px; margin-top: 0; }

#content {
  float: left;
  padding-top: 7px;
  margin-left: 40px;
}
#content .contentHeader {
  float: left;
  width: 210px;
  color: #003399;
  font-size: 16px;
  font-weight: bold;
  margin-left: 50px; margin-top: 20px;
}
#content #contentSearch { font-size: 14px; margin-top: 20px; }
#content #logoBottom { text-align: right; }
#content #contentText { width: 540px; text-align: justify; }

#rightBar {
  background-color: #F6F6F6;
  margin-left: 750px; margin-bottom: 0; padding: 0;
}

#dividerBottom {
  height: 2px;
  border-left: 13px solid #003399;
  background-color: #F6F6F6;
  /* Two IE fixes */
  font-size: 1px; line-height: 0;
}

#footer { border-left: 13px solid #003399; text-align: left; }
#blueBottom {
  width: 100%;
  height: 19px;
  background-color: #003399;
  color: #FFF;
  font-size: 9px;
  text-align: center;
  padding-top: 3px;
}
#blueBottom a { color: #FFFFFF; text-decoration: none; }
#blueBottom a:hover { text-decoration: underline; }

#produkt { background-color: #F6F6F6; padding: 4px; }
#blueProdukt { background-color: #10347D; }
#blueProdukt a, #greyProdukt a { color: #FF5033; text-decoration: none; }
#blueProdukt a:hover, #greyProdukt a:hover { text-decoration: underline; }
#greyProdukt { background-color: #E6E6E6; }

#greyProdukt ol, #blueProdukt ol { color: #FF5033; font-size: 16px; font-weight: bold; font-family: arial; }
#greyProdukt li, #blueProdukt li { margin-top: 14px; }

#greyProdukt .gPsub, #blueProdukt .bPsub { margin-top: 0; list-style-type: none; font-size: 12px; }
#greyProdukt .gPsub, #greyProdukt .gPsub a { color: #10347D; }
#blueProdukt .bPsub, #blueProdukt .bPsub a { color: #F6F6F6; }
#greyProdukt .gPsub a, #blueProdukt .bPsub a { text-decoration: none; }
#greyProdukt .gPsub a:hover, #blueProdukt .bPsub a:hover { text-decoration: underline; }

