body {
  background: #FFF;
  color: #111;
  font-size: 13px; /*11,13,15,17*/
  font-family: Verdana, sans-serif;
  text-align: center;
}
* {font-size: 1em;}

h1 {
  font-size: 145%; /*19px*/
  color: #A693B9;
  /* font-weight: 600; */
}
h2 {
  font-size: 130%; /*17px*/
  color: #8C9F79;
}
h3 {
  font-size: 115%; /*15px*/
  color: #7D8D9D;
}
h4 {
  font-size: 108%; /*14px*/
  color: #B993B9;
}

blockquote {
  font-style: italic;
}

dt {
  font-weight: bold;
}
a.plbutton {
  background:transparent url(/icons16x16/22.gif) no-repeat scroll 0px;
  padding:1px 5px 5px 20px;
}
a.kombutton {
  background:transparent url(/icons16x16/28.gif) no-repeat scroll 0px;
  padding:1px 5px 5px 20px;
}

.postdata {
  font-size: 85%; /*11px(85%af13)*/
  font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal;
  white-space: nowrap;
  color: #444;
}
h2 .postdata {font-size: 65%;} /*11px(65%af17)*/
.small {font-size: 85%;} /*11px*/

table.skema tr {background: #DDF;}
td.yes {background: #AFA;}
td.no {background: #F99;}
td.maybe {background: #FF9;}

/* a:link {color: #93A6B9;} */
/* a:link {color: #8495A7;} */
a:link {color: #7D8D9D;}
/* a:visited, a:active {color: #B993A6;} */
/* a:visited, a:active {color: #A78495;} */
a:visited, a:active {color: #9D7D8D;}

h2 a:link, h2 a:visited, h2 a:active {
  color: #8C9F79;
  text-decoration: none;
}

div.ads {
  width:468px;
  padding:0;
  border:none;
  margin:1em 27px 0 27px;
}

#all {
  width: 745px;
  margin: auto;
  text-align: left;
}
#main {width: 522px;}
#title {
  position: relative;
  height: 130px;
  padding-right: 4px;
  margin-bottom: 1em;
}
#logo {
  width: 170px;
  height: 129px;
  float: left;
  border: 0;
}
#h1a {
  position: absolute;
  left: 170px;
  top: 0;
  margin: 3px 0 0 3px;
}
#h1b {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 0 3px 0;
  text-align: right;
}
div#notes {float: right;}
div.note {
  color: #FFF;
  border: 1px solid #000;
  padding: 6px;
  width: 200px;
  margin-bottom: 6px;
  /* border-radius: 7px; (se rockland.js) */
}
div.note img {
  border:1px solid #FFF;
}
div.note a:link, div.note a:visited, div.note a:active {
  color: #FFF;
  font-weight: bold;
}
div.note h1 {
  font-size: 108%; /*14px*/
  color: #FFF;
  font-weight: bold;
}
div.note ul {
  margin: 1em 0 1em 0;
  padding: 0 0 0 1.8em;
}
div.note ul.feedlinks {
  margin: 0.5em 0 0.5em 1em;
  padding-left: 0;
  /* list-style-type: none; */
}
div.note ul.feedlinks a {
  font-weight: normal;
}

a#f11 {font-size: 11px;}
a#f13 {font-size: 13px;}
a#f15 {font-size: 15px;}
a#f17 {font-size: 17px;}
#note0, #note3 {background: #8C9F79;}
#note1, #note4 {background: #93A6B9;}
#note2, #note5 {background: #B993A6;}

#note2 {overflow:hidden;}

div.ikoner {font-size: 85%;} /*11px*/
div.ikoner a:link, div.ikoner a:visited, div.ikoner a:active {
  font-weight: normal;
  text-decoration: none;
  border: 1px solid #FFF;
  margin: 0.5em 0.1em 0 0;
  padding: 0 0.1em 0 0.1em;
}

/* Nye blog-overskrifter: */

.btitle {
  position: relative;
  border-bottom: 1px solid #8C9F79;
  margin-top: 2em;
}
/* Hack for buggy IE/Win wich needs height specified to force "hasLayout"
   (See http://www.positioniseverything.net/explorer/escape-floats.html
   and http://nanobox.chipx86.com/blog/2006/04/easy-css-hacks-for-ie7.php): */
/* Hides from IE-mac \*/
*+html .btitle {height: 1%;}
* html .btitle {height: 1%;}
/* End hide from IE-mac */

h2.btt {
  margin: 0 7em 0 0;
}
h2.btd {
  margin: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

/* andet nyt */

div.posting img {
  display: block;
  float: right;
  margin: 0 0 0.2em 0.2em;
  border: 0;
}
#topnavi {
  text-align:center;
  margin:1.9em 0 -0.5em 0;
}
#bundnavi {
  text-align:center;
  margin:3em;
}

li.nomarker:before {content: ""}

/* Quick print fix */

@media print {
 div#notes {display:none;}
 #all {
  width: 80%;
  margin: auto;
  text-align: left;
 }
 #main {width: 80%;}
}