/*

  **********************************************

  k l a u z d a l . d k

  indhold:
    klauzdal(snabela)klauzdal.dk
  
  design og kode:
    webdude(snabela)klauzdal.dk
  
  vær rar ikke at stjæle indholdet uden at have
  fået lov til det. koden er du til gengæld mere
  end velkommen til at stjæle med både arme og
  ben. dog vil det være prisværdigt med en lille
  mail om det hvis du gør det.

  god fornøjelse.

  **********************************************
                           POWERED BY MORIAN 0.2
  **********************************************

*/

body, html {
  background: #444444;
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
}

a:link {
  text-decoration: none;
  color: #000088;
}

a:visited {
  text-decoration: none;
  color: #000088;
}

a:active {
  text-decoration: none;
  color: #000088;
}

a:hover {
  text-decoration: underline;
  color: #000088;
}

img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

img.boxpic, .kant {
  border: 1px solid #002157;
}

img.hr {
  margin: 0px;
  margin-bottom: 4px;
}

img.tekstbillede {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

input.tekst, input.text {
  background: #ffffff;
  color: #000000;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  border: solid 1px #000000;
  width: 200px;
}

input.tal {
  background: #ffffff;
  color: #000000;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  border: solid 1px #000000;
  width: 30px;
}

input.helbred {
  background: #ffffff;
  color: #000000;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  border: solid 1px #000000;
  width: 100%;
  margin-left: -2px;
  margin-right: -2px;
}

textarea.tekst {
  background: #ffffff;
  color: #000000;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  border: solid 1px #000000;
  width: 200px;
  height: 150px;
}

textarea.helbred {
  background: #ffffff;
  color: #000000;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  border: solid 1px #000000;
  width: 100%;
  height: 200px;
  margin-left: -2px;
  margin-right: -2px;
}

select {
  background: #ffffff;
  color: #000000;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  border: solid 1px #000000;
  width: 100%;
  margin-left: -2px;
  margin-right: -2px;
}

select.helbred {
  width: 100%;
}

input.knap, button.knap {
  background: #dddddd;
  color: #000000;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  border: solid 1px #000000;
  margin: 1px;
}

#top {
  width: 750px;
  margin: auto;
  margin-top: 15px;
  background: #000 url(/gfx/bg_top.png) top left no-repeat;
  border: solid 1px #8191AC;
  text-align: center;
}

#top a {
  display: block;
  width: 100%;
  height: 71px;
}

#menu {
  width: 750px;
  margin: auto;
  background: #002157 url(/gfx/bg_menu.png) center center repeat-x;
  border-left: solid 1px #8191AC;
  border-right: solid 1px #8191AC;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}

#menu a {
  padding: 3px;
}

#menu a:link {
  color: #fff;
  text-decoration: none;
  }

#menu a:visited {
  color: #fff;
  text-decoration: none;
}

#menu a:active {
  color: #8191AC;
  text-decoration: none;
}

#menu a:hover {
  color: #8191AC;
  text-decoration: none;
}

#holder {
  width: 750px;
  margin: auto;
  overflow: hidden;
  border: solid 1px #8191AC;
  background: #ddd url(/gfx/bg_holder.png) top right scroll repeat-y;
  font-size: 13px;
}

#indhold {
  width: 580px;
  padding: 5px;
  margin-right: 0px;
  float: left;
  font-size: 12px;
  color: #000;
}

.spalte {
  float: left;
}

.kasse {
  margin: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #bbbbbf;
  border: 1px solid #000;
  overflow: hidden;
}

.kasse h1 {
  margin: 0px;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background: #8C9BB4 url(/gfx/bg_overskrift.png) top center scroll;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

.inderkasse {
  padding: 5px;
}

#prehoejre {
  width: 160px;
  float: right;
  overflow: hidden;
}

#hoejre {
  padding: 10px;
  padding-top: 18px;
  font-size: 12px;
  color: #fff;
}

#hoejre a:link {
  text-decoration: none;
  color: #fff;
}

#hoejre a:visited {
  text-decoration: none;
  color: #fff;
}

#hoejre a:active {
  text-decoration: none;
  color: #fff;
}

#hoejre a:hover {
  text-decoration: underline;
  color: #fff;
}

#hoejre .foto {
  width: 100px;
  height: 125px;
  margin: auto;
  margin-bottom: 10px;
  padding: 5px;
  overflow: hidden;
  background: #fff;
  color: #000;
  font-size: 10px;
  text-align: center;
}

.udfyld {
  clear: both;
}

#bund {
  width: 750px;
  margin: auto;
  background: #002157 url(/gfx/bg_bund.png) center center repeat-x;
  border: solid 1px #8191AC;
  border-top: 0px;
  text-align: right;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}

#bund a {
  padding: 3px;
}

#bund a:link {
  color: #8191AC;
  text-decoration: none;
  }

#bund a:visited {
  color: #8191AC;
  text-decoration: none;
}

#bund a:active {
  color: #fff;
  text-decoration: none;
}

#bund a:hover {
  color: #fff;
  text-decoration: none;
}

#credits {
  padding: 5px;
  font-size: 10px;
  color: #888;
  text-align: center;
}

#credits a:link {
  color: #888;
  text-decoration: none;
  }

#credits a:visited {
  color: #888;
  text-decoration: none;
}

#credits a:active {
  color: #888;
  text-decoration: none;
}

#credits a:hover {
  color: #888;
  text-decoration: none;
}

.lille, small {
  font-size: 11px;
}

.fotothumb {
  width: 80px;
  height: 100px;
  margin: auto;
  margin-bottom: 5px;
  padding: 3px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  font-size: 10px;
  text-align: center;
}

.fotothumbvalgt {
  border: 1px solid #002157;
}

.fotothumb:hover {
  border: 1px solid #002157;
}

.rens {
  clear: both;
}

#nyside {
  margin-left: 20px;
  background: #fff;
  border: 1px solid #fd0;
  padding: 3px;
  font-size: 10px;
}

#nyside .nytop {
  background: #fd0;
  padding: 3px;
  font-weight: bold;
}


/* til print */

@media print {

  #top, #prehoejre, #menu, #bund {
  display: none;
  }
  
  #holder {
    background: none;
    width: 590px;
  }
  
  .kasse {
    background: none;
  }

}