/*--- BODY DESIGN ---*/

body {
  margin: 0;
  padding: 0;
  font-size: 75%;
  color: #222;
  text-align: center;
  background-color: #000000;
}



body.hiderightcol #rightcol {
  display: none;
}

body.hideleftcoll #leftcol {
  display: none;
}

html {
  min-height: 100%;
  margin-bottom: 1px;
}

body, input, textarea, select {
  font-family: georgia, verdana, tahoma, Arial, Helvetica, sans-serif;
}


/* --- LAYOUT --- */

#container {
  position: absolute;
  left: 50%;
  margin-left: -390px;
  width: 760px;
/*  max-width: 780px; */
/*  width: 780px; */
/*  margin: 0px; */
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0;
  text-align: left;
  background-color: #fff;
}

#smallnav {
  position: absolute;
  margin-left: -26px;
  width: 26px;
  height: 26px;
  padding: 0;
  text-align: center;
}

img #sitenav {
  width: 40px;
  height: 60px;
  border: 0;
}

#skipnav {
  display: none;
}

p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  color: black;
}

p.kurs {
  font-size: 12px;
  margin: 2px;
  padding: 0;
}

td.kurssub {
  border: 1px solid #d0d0d0;
  background-color: #f4f4ff;
}

li {
  font-size: 1.1em;
  padding: 3px 0px;
  color: #404040;
}

#topheader {
  height: 60px;
}

#header {
  height: 140px;
  margin-top: -2px;
}

#topnav {
  height: 30px;
  margin-top: -2px;
}

#adminlogin {
  float: right;
  height: 30px;
  margin-top: -166px;
  margin-right: 5px;
}

#adminlogin img {
  height: 24px;
  width: 24px;
}

#main {
  background: transparent url("../images/maincontent.gif") right top no-repeat;
  padding-top: 4px;
  text-align: left;
}

#leftcol {
  float: left;
  width: 130px;
}

ul#nav {
  width: 135px;
  list-style-type: none;
  padding: 0;
  margin: 0px 0px 10px 0px;
}

.accesskey {
  border-bottom: 1px solid orange;
}

#languages {
  text-align: center;
  margin-right: 20px;
  color: #707070;
  display: none;
}

.content {
  margin: 10px 10px 10px 10px;
  position: relative;
  height: 0;
  background: transparent url("../images/contentback.gif") top center no-repeat;
}

html>body .content {
  height: auto;
}

#rightcol {
  width: 180px;
  float: right;
  padding-top: 0;
  margin-bottom: 10px;
}

.box {
  padding: 10px 20px;
}

.tall {
  background: transparent url("../images/bgbox_big.gif") no-repeat;
  height: 143px;
}

.short {
  background: transparent url("../images/bgbox_small.gif") no-repeat;
  height: 66px;
}

.clear {
  background: transparent url("../images/bgbox_clear.gif") bottom left no-repeat;
  padding: 10px 15px 5px 15px;
}

#contact {
  clear: both;
  margin: 2em 0 0 0;
  border-top: 2px solid orange;
  padding-top: 0;
  text-align: left;
  padding-left: 150px;
  height: 1%;
}

#footer {
  margin: 0;
  padding: 0px 0px 0px 0px;
  text-align: center;
  clear: both;
  height: 30px;
  background: transparent url("../images/bottom_bar.gif") left top no-repeat;
  margin-bottom: -8px;
}

.column {
  float: left;
  width: 23.5%;
  border-left: 1px solid orange;
  height: 75px;
  padding-top: 10px;
  padding-left: 10px;
  margin-bottom: 0;
}

.banner {
  text-align: center;
  margin: 0;
  padding: 0;
}

span.ok {
  color: #050;
  background-color: #f0fff0;
  border: 1px solid #b0b0b0;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 600;
}

span.notok {
  color: #c00;
  background-color: #fff0f0;
  border: 1px solid #b0b0b0;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 600;
}


/* --- TEXTFORMAT --- */

h1 {
  font-family: georgia,"Trebuchet MS", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #98999B;
  margin: 0px 0px 0px 0px;
  padding: 0;
  width: 90%;
  letter-spacing: -1px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

h2 {
  font-family: georgia,"Trebuchet MS", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #98999B;
  margin: 0px 0px 5px 0px;
  padding: 0;
  width: 90%;
  letter-spacing: -1px;
}

h3 {
  font-family: georgia,"Trebuchet MS", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #98999B;
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
}

h4 {
  font-family: georgia,"Trebuchet MS", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #98999B;
  margin: 0.7em 0em;
  padding: 0;
}

h5 {
  font-family: georgia,"Trebuchet MS", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  color: #98999B;
  text-transform: uppercase;
  margin: 0px 0px 5px 0px;
  padding: 0;
  margin: 0;
}

h6 {
  font-family: georgia,"Trebuchet MS", "Helvetica", "Arial", sans-serif;
  color: #98999B;
  font-size: 10px;
  font-weight: bold;
}

.price {
  font-size: 1em;
  font-weight: bold;
  color: #8f8;
  margin: 0.2em 0em;
  padding: 0;
}

#footer p {
  margin-top: 6px;
  font-size: 1em;
  color: #000;
  font-weight: 600;
}

p.small, .column p {
  font-size: 1.0em;
}

p.tiny {
  font-size: 0.9em;
}

p.large {
  font-size: 1.3em;
}

p.intro {
/*  padding-right: 40px; */
}

p {
  font-size: 12px;
}

p.totop {
  font-size: 1em;
  text-align: right;
}

span.inactive {
  color: #707070;
}


h4 a:link, h4 a:visited {
  color: #707070;
  text-decoration: none;
}

h4 a:hover, h4 a:active {
  color: #c00;
  border-bottom: 1px solid red;
}

ul#nav li {
  margin: 0;
  padding: 0;
  display: block;
}

ul#nav a {
  font: 13px georgia, "Tahoma", "Arial", "Helvetica", sans-serif;
  display: block;
  width: 150px;
  height: 26;
  margin: 0;
  padding: 4px 15px 0px 10px;
/*  border-left: 4px solid #fff; */
  text-align: left;
  font-weight: 500;
}

ul#nav a:link, ul#nav a:visited {
  color: #505050;
  text-decoration: none;
  width: 150px;
  height: 20px;
  background-color: #f8f8ff;
  border: 1px solid #b0b0b0;
  margin-top: 3px;
  margin-left: 3px;
}

ul#nav a:hover {
  color: #c00;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #000;
/*  border-left: 4px solid #a0a0a0; */
  width: 150px;
  height: 20px;
}

ul#nav a:active {
  color: #c00;
  text-decoration: none;
  border: 1px solid #000;
/*  background-color: #f4f4f4; */
/*  border-left: 4px solid #170160; */
  width: 150px;
  height: 20px;
}

a.on {
  color: #c00;
}

#languages a {
  display: block;
  width: 18px;
  height: 18px;
  float: right;
  margin-right: 8px;
  margin-top: 10px;
}

#languages a.on {
  border-bottom: 4px solid #170160;
}

#languages a:hover {
  border-bottom: 4px solid #a0a0a0;
}


/* --- FORM --- */

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label.sh {
  display: block;
  font-size: 12px;
  margin-bottom: 20px;
  float: left;
  height: 1.5em;
  width: 100px;
}

input.sh, textarea.sh, select.sh {
  background-color: #fff;
  color: #505050;
  margin-bottom: 1em;
  padding: 0;
  border: 1px solid #d8d8d8;
  width: 230px;
  height: 1.5em;
}

input.sh_bad, textarea.sh_bad, select.sh_bad {
  background-color: #fff4f4;
  font-size: 1.1em;
  color: #505050;
  margin-bottom: 1em;
  padding: 0;
  border: 1px solid #d87878;
  width: 230px;
  height: 1.5em;
}

input.submit {
  padding-left: 150px;
}

input.sh:focus, textarea.sh:focus, select.sh:focus {
  background-color: #fff4f4;
  color: #000;
  border: 1px solid #1D72BB;
}

textarea.sh {
  height: 180px;
}

.box select {
  width: 140px;
  margin-bottom: 0.7em;
  font-size: 1em;
}

/* --- MISC DESIGN --- */

hr {
  color: #B0B3B8;
  background-color: orange;
  width: 100%;
  height: 2px;
  border: none;
  margin: 0;
  padding: 0;
}

html>body hr {
  margin: 0;
  padding: 0;
}

hr.thin {
  height: 1px;
  color: #B0B3B8;
  background-color: #B0B3B8;
  border-bottom: 1px solid #B0B3B8;
  margin: -1em 0 0.5em 0;
  padding: 0;
}

html>body hr.thin, html>body hr.thin {
  margin: 0em 0em 1em 0em;
  padding: 0;
}

hr.shorter {
  width: 100%;
  height: 2px;
}


/* --- IMAGES --- */

#languages img {
  border: 1px solid #5A943F;
  width: 18px;
  height: 12px;
}

img.toplogo {
  margin: 0;
  margin-top: 0;
  margin-left: 0;
  width: 760px;
  height: 60px;
  border: 0;
}

img.topimg {
  margin: 0;
  margin-top: 0;
  margin-left: 0;
  width: 760px;
  height: 140px;
  border: 0;
}

img.topnav1 {
  margin: 0;
  margin-top: 0;
  margin-left: 0;
  width: 191px;
  height: 30px;
  border: 0;
}

img.topnav2 {
  margin: 0;
  margin-top: 0;
  margin-left: 0;
  width: 161px;
  height: 30px;
  border: 0;
}

img.topnav3 {
  margin: 0;
  margin-top: 0;
  margin-left: 0;
  width: 218px;
  height: 30px;
  border: 0;
}

img.topnav4 {
  margin: 0;
  margin-top: 0;
  margin-left: 0;
  width: 190px;
  height: 30px;
  border: 0;
}

img #clientlogin, input #prodsearch {
  width: 120px;
  height: 30px;
  border: 0;
  padding-left: 40px;
}

p.totop img {
  border: 0;
  width: 11px;
  height: 10px;
  vertical-align: -2px;
  margin-left: 5px;
}

img.right, img.left {
  padding: 8px;
  border: 2px solid #eee;
  background-color: #fff;
}

img.right {
  float: right;
  margin: 0px 0px 0px 10px;
}

img.left {
  float: left;
  margin: 0px 10px 0px 0px;
}

a img {
  border: 0;
}

div {
  font-size: 11px;
  line-height: 1.3em;
}

table.containertab {
  width: 840px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: transparent url("../images/bg_mid.jpg") left top repeat-y;
}

td.containerbottom {
  width: 840px;
  height: 21px;
  background: transparent url("../images/bg_bot.jpg") left top repeat-y;
}

td.containertop {
  width: 840px;
  height: 20px;
  background: transparent url("../images/bg_top.jpg") left top repeat-y;
}

table.toptab {
  width: 800px;
  height: 20px;
  background-color: #ffffff;
}

td.top1 {
  width: 10px;
  height: 70px;
  background: transparent url("../images/toplogo_left.jpg") left top repeat-x;
}

td.top2 {
  width: 265px;
  height: 70px;
  background: transparent url("../images/toplogo_logo.jpg") left top repeat-x;
}

td.top3 {
  width: 595px;
  height: 70px;
  background: transparent url("../images/toplogo_mid.jpg") left top repeat-x;
}

td.top4 {
  width: 10px;
  height: 70px;
  background: transparent url("../images/toplogo_right.jpg") left top repeat-x;
}

table.midtab {
  margin-top: 5px;
  width: 780px;
  height: 50px;
/*  background: transparent url("../images/mainbackground.jpg") left top repeat-y; */
}

td.mid1 {
  width: 10px;
  height: 50px;
  background: transparent url("../images/maintop_left.jpg") left top repeat-x;
}

td.mid2 {
  width: 780px;
  height: 50px;
  background: transparent url("../images/maintop_mid.jpg") left top repeat-x;
}

td.mid3 {
  width: 10px;
  height: 50px;
  background: transparent url("../images/maintop_right.jpg") left top repeat-x;
}

td.midtop {
  width: 780px;
  height: 7px;
  background: transparent url("../images/maintop_bottom.jpg") left top repeat-x;
}

td.midbot {
  width: 780px;
  height: 7px;
  background: transparent url("../images/maintop_top.jpg") left top repeat-x;
}

td.midmain {
  width: 780px;
  background-color: #ffffff;
  background: transparent url("../images/mainbackground.jpg") left top repeat-y;
}

table.righttab {
  margin-top: 10px;
  width: 200px;
  background: transparent url("../images/right_mid.jpg") left top repeat-y;
}

td.righttop {
  width: 200px;
  height: 7px;
  background: transparent url("../images/right_top.jpg") left top repeat-x;
}

td.rightbottom {
  width: 200px;
  height: 7px;
  background: transparent url("../images/right_bottom.jpg") left top repeat-x;
}

p.heading {
  font-size: 15px;
  line-height: 32px;
  padding: 0;
  margin: 0px 5px;
  font-weight: bold;
}

p.pnav {
  margin-top: 6px;
  margin-bottom: 8px;
}

p.pnav a.navin:link, a.navin:visited {
  margin-left: 5px;
  padding: 2px 4px;
  color: #c0c0c0;
  font-size: 11px;
  text-decoration: none;
}

p.pnav a.navin:hover {
  color: #ffffff;
  padding: 2px 4px;
  font-size: 11px;
  background-color: #909090;
  text-decoration: none;
}

p.pnav a.navin:active {
  color: #ffffff;
  padding: 2px 4px;
  font-size: 11px;
  background-color: #909090;
  text-decoration: none;
}

p.pnav a.navin_on:link, a.navin_on:visited {
  color: #ffffff;
  margin-left: 5px;
  padding: 2px 4px;
  font-size: 11px;
  background-color: #909090;
  text-decoration: none;
}

p.pnav a.navin_on:hover {
  color: #ffffff;
  padding: 2px 4px;
  font-size: 11px;
  background-color: #909090;
  text-decoration: none;
}

p.pnav a.navin_on:active {
  color: #ffffff;
  padding: 2px 4px;
  font-size: 11px;
  background-color: #909090;
  text-decoration: none;
}

/* --- LINKS ---*/

a:link, a:visited {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #505050;
  text-decoration: underlined;
}

a:active {
  color: #505050;
  text-decoration: underlined;
}


