body {
  background-color: #fff;
  margin: 0;
  padding: 10px;
  font-family: Verdana, sans-serif;
  font-size: 11px;
}
body.FrontPage,
body.Standard {
  background-color: #cbb47e;
  margin: 0;
  padding: 0;
}

/* typografi */
/* rubrik, stor */
h1 {  
  font-size: 22px;
  color: #cbb47e;
  margin-top: 0;
  margin-bottom: .6em;
  font-weight: bold;
  line-height: 115%;
}
/* rubrik, mellem */
h2 {  
  font-size: 17px;
  color: #cbb47e;
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: bold;
  line-height: 110%;
}
/* rubrik, lille */
h3 {
  color: #cbb47e;
  font-size: 15px;
  font-weight: bold;
  line-height: 125%;
}
/* underrubrik */
h4 {
  color: #222000;
  font-size: 13px;
  font-weight: bold; 
  line-height: 125%;
}                       
/* manchet */
h5 {
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  line-height: 125%;
} 
/* billedtekst, lille */
h6 {
  color: #999;
  font-size: 10px;
  font-weight: bold;
  line-height: 125%;
}
/* broedtekst */
p, li, td {
  font-size: 11px;
  margin-top: 0.5em; 
  margin-bottom: 0.5em; 
}
ul { 
  margin-top: 0.6em; 
  margin-bottom: 0.6em; 
}
li { 
  margin-top: 0.2em; 
  margin-bottom: 0.2em; 
}
a {
  color: black;
}
/* layout */

div#TopBg {
  width: auto;
  height: 31px;
  margin: 0;
  padding: 0;
  background-color: #cbb47e;
}
div#Top {
  width: 960px;
  height: 31px;
  margin: 0 auto;
  background-image: url(top-bg.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}

div#BottomBg {
  width: auto;
  height: 21px;
  margin: 0;
  padding: 0;
  background-color: #cbb47e;
}
div#Bottom {
  width: 960px;
  height: 21px;
  margin: 0 auto;
}

div#MiddleBg {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#Middle {
  display: block;
  width: 960px;
  height: auto;
  margin: 0 auto;
}
#Middle tr, 
#Middle td {
    margin: 0;
    padding: 0;
    border: none;
}
#Middle #TopNav {
    width: 960px;
    height: 53px;
    margin: 0;
    padding: 11px 0 15px 2px; /* 8*107+100 = 956 hence 2px to center */
}
#Middle #Left {
    width: 107px;
    height: 100%;
    vertical-align: bottom;
    background-color: #fff;
    background-image: url(logo.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}
#Middle #Center {
    background-color: #fff;
    background-image: url(dottedlines.gif);
    background-position: 0 0;
    background-repeat: repeat-y;
    width: 567px;
    padding: 0 56px 10px 36px;
    vertical-align: top;
    height: 460px; /* IE6 hack */
}
#Middle > #Center {
    min-height: 460px;
    height: auto;
}
#Middle #Right {
    width: 194px;
    height: 100%;
    vertical-align: top;
    background-color: #fff;
}
/* front page needs special handling since there is no right col
   and the front image 'bleeds into the rigth margin */
body.FrontPage #Middle #Right {
    display: none;
}
body.FrontPage #Middle {
    width: 994px;
}
/* browser hacks */
html > body.FrontPage #Middle {
    padding-left: 17px;
}
body.FrontPage #Middle #TopNav,
body.FrontPage #Middle #Left,
body.FrontPage #Middle #Center {
    position: relative;
    left: 17px;
    top: 0;
}
html > body.FrontPage #Middle #TopNav,
html > body.FrontPage #Middle #Left,
html > body.FrontPage #Middle #Center {
    position: static;
}
body.FrontPage #Middle #Center {
    width: 834px;
    padding: 0 0 0 36px;
    background-image: url(dottedline.gif);
}
body.FrontPage div#FrontImage {
  width: 834px;
  height: 493px;
  background-image: url(forsidebillede.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0;
  border: 0;
}
body.FrontPage div#FrontImage div#Teaser {
  position: relative;
  top: 0;
  left: 673px;
  width: 121px;
  height: 133px;
  padding: 4px 4px 4px 16px;
  margin: 0;
  overflow: hidden;
}

/* breadcrumbs */

p#BreadCrumbs {
  text-align: right;
  font-size: 10px;
  color: #999;
  margin-top: 0;
  margin-bottom: 14px;
  text-transform: lowercase;
}
p#BreadCrumbs a.BreadCrumb,
p#BreadCrumbs a.BreadCrumb:visited {
  color: #999;
  text-decoration: none;
}
p#BreadCrumbs a.BreadCrumb:hover {
  color: #999;
  text-decoration: underline;
}

/* adresse */

div#Address {
    padding: 0 20px 0 0;
}
div#Address p {
    text-align: right;
    font-size: 10px;
    padding: 0 0 15px 0;
    margin: 0;
    color: #626262;
}
div#Address p.Company {
    font-weight: bold;
}

/* forhandlere */

table.Dealerships {
  width: 100%;
  margin-top: 10px;
}
table.Dealerships td {
  width: 50%;
  vertical-align: top;
}
table.Dealerships p.Company {
  padding-top: 10px;
  font-weight: bold;
}

/* top nav */

#TopNav a {
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  width: 100px;
  height: 53px;
  margin-right: 7px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#TopNav a.Last {
  margin-right: 0;
}

/* sub nav */

#SubNav1 {
    margin: 0;
    padding: 0;
    width: 194px;
}
#SubNav1 a {
    display: block;
    margin: 0;
    background-color: transparent;
    padding: 0 0 0 40px;
    line-height: 24px;
    width: 154px;
    border-bottom: 1px solid #cbb47e;
    font-weight: normal;
    color: #626262;
    text-decoration: none;
    background: white;
}
#SubNav1 a:hover {
    color: black;
}
#SubNav1 a.SubNavSelectedCell {
    text-decoration: none;
    font-weight: normal;
    color: #626262;
    background-image: url(bullet.gif);
    background-position: 19px 7px;
    background-repeat: no-repeat;
}
#SubNav1 br { display: none; }

/* vask detaljer */

table.VaskDetails {
  width: 567px;
}
table.VaskDetails tr.Top td {
  width: 100%;
}
table.VaskDetails tr.Bottom td.Left,
table.VaskDetails tr.Bottom td.Right {
  vertical-align: top;
  width: 50%;
}
table.VaskDetails tr.Bottom td.Right table {
  width: 100%;
}
table.VaskDetails tr.Bottom td.Right table tr {
  vertical-align: top;
}
/*
table.VaskDetails tr.Bottom td.Right table tr.Even {
  background-color: #FDEDC7;
}
table.VaskDetails tr.Bottom td.Right table tr.Odd {
  background-color: #fff;
}
*/
table.VaskDetails tr.Bottom td.Right table td p {
  margin: 0 0 10px 0;
  padding: 0;
}

@media print {
  body.FrontPage,
  body.Standard {
    padding: 0;
    margin: 0;
    text-align: left; 
    background: white;
    font-family: Times, serif;
    font-size: 12pt;
    line-height: 140%;
    color: black;
    width: 550px;
    height: auto;
  }
  body.FrontPage #TopBg, body.FrontPage #BottomBg,
  body.Standard #TopBg, body.Standard #BottomBg,
  #Middle #Right, #Middle #Left, #Middle #TopNav, #Middle #BreadCrumbs,
  div.ocms_de_bt {
    display: none;
  }
  body.FrontPage #Middle, body.FrontPage #Middle #Center,
  body.Standard #Middle, body.Standard #Middle #Center {
     width: 100%;
     margin: 0; padding: 0;
     background: white;
  }
    a, a:link, a:visited {
        color: black;
        text-decoration: underline;
    }
    h1 { 
        color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    }
    h2 { 
        color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    }
    h3 { 
        color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    }
    p, li, td {
      font-family: Times, serif;
      font-size: 12pt;
      line-height: 125%;
    }
}

}