div#content h1 {
  padding: 0px;
  margin-top: 3px;
  margin-bottom: 0px;
  font-style: italic;
  font-size: 200%;
  font-weight: normal;
}

div#content h1.author {
  font-style: normal;
  font-weight: bold;
  font-size: 120%;
  margin: 0px;
}

div#content h1.title {
  font-style: normal;
  font-size: 120%;
  margin: 0px;
  padding: 0px;
}

div#content h2 {
  padding: 0px;
  margin-top: 3px; 
  margin-bottom: 3px;
  font-style: italic;
  font-size: 145%;
  font-weight: normal;
}

div#content h1+h2 {
  padding-top: 0px;
  margin-top: 0px;
}


div#content h3 {
 font-style: italic;
  font-size: 120%;
  font-weight: normal;
}


div#content div.box ul.text {
  margin-top: 0px;
  width: 410px;
  padding-left: 1.5em;
  font-size: 90%;
  list-style-image: url(../images/ul_reddot.png);
}

div#content div.box ul.fulltext {
  margin-top: 0px;
  width: 600px;
  padding-left: 1.5em;
  font-size: 96%;
  list-style-image: url(../images/ul_reddot.png);
}




/***********
  BLOGPOST
 ***********/

div#content div.blogpost {
 clear: both;
/* border-bottom: 1px dotted;  */
 padding-bottom: 3em;
 padding-top: 1em;
}

div#content div.blogpost+div.blogpost {
 border-top: 1px dotted; 
}


div#content div.blogpost h1 {
  font-family: "TrajanPro-Bold", "Times New Roman", "Arial";
  font-style: normal;
  font-weight: bold;
  font-size: 180%;
  margin-bottom: 0px;
  margin-left: -6px;
  clear: both;
}

div#content div.blogpost h1,
div#content div.blogpost h1 a {
  text-decoration: none; 
  color: #804040;
}

div#content div.blogpost h1 img,
div#content div.blogpost h1 a img {
  border: none;
  vertical-align: middle;
  padding-right: 0.1em;
}

div#content div.blogpost h1 a:hover {
 border-bottom: 2px solid #a04040;
}

div#content div.blogpost h1 .date,
div#content div.blogpost h1 a.date {
  text-decoration: none;
  color: #a0a0e0;
  margin-left: 0.3em;
  font-size: 70%;
}

div#content div.blogpost h1 .time,
div#content div.blogpost h1 a.time {
  text-decoration: none;
  color: #a0a0a0;
  font-size: 40%;
  font-family: Arial;
}


div#content div.blogpost h1+p{
 margin-top: 2px;
}


div#content div.blogpost h2 {
  font-family: "TrajanPro-Bold", "Times New Roman", "Arial";
  font-size: 170%;
  margin-left: -4px;
  margin-top: 1em;
  color: #804040;
/*  clear: both; */
}

div#content div.blogpost h3 {
  font-family: "TrajanPro-Bold", "Times New Roman", "Arial";
  font-size: 140%;
  margin-left: -4px;
  color: #804040;
  margin-bottom: 0px;
/*  clear: both; */
}

div#content div.blogpost h2 + p,
div#content div.blogpost h3 + p {
  margin-top: .5em;
}



div#content div.blogpost p{

}

div#content div.blogpost p.prev_link,
div#content div.blogpost p.next_link {
  font-family: "TrajanPro-Bold", "Times New Roman", "Arial";
  font-size: 86%;
}

div#content div.blogpost p.prev_link {
/*  border: 1px solid red; */
  float: left; 
}


div#content div.blogpost p.next_link {
/*  border: 1px solid blue; */
  float: right; 
}

div#content div.blogpost p.prev_link a:hover,
div#content div.blogpost p.next_link a:hover{
  text-decoration: none;
  background: yellow;
}

/**********
  STYLES
***********/


/********
  TABLES
 ********/

div#subsection_left table.stjernesystem {
  font-family: Arial;
  font-size: 8pt;
}

div#subsection_left table.stjernesystem td+td {
 font-style: italic;
 font-size: 75%;
}

div#subsection_left table.stjernesystem td+td+td {
font-style: normal;
 font-size: 100%;
}

div#subsection_left table.stjernesystem img {
  width: 50px;
}

div#content  table.checklist {
  border: 1px solid black;
  border-collapse: collapse;
  background: #fafafa;
}

div#content table.checklist tr td {
  padding: 2px;
  padding-left: 4px;
}

div#content table.checklist tr td+td {
  border-left: 1px dotted black;
  padding-left: 6px;
}

div#content table.checklist tr+tr {

}

div#content table.good_bad {

}

div#content table.good_bad tr th {
  border-bottom: 1px dotted black;
}

div#content table.good_bad tr td {
  width: 50%;
  vertical-align: top;
}

div#content table.good_bad tr td.good {
  background: #fafaff;
}

div#content table.good_bad tr td.bad {
  background: #fffafa;
}

table.statistik {
background:#F0F0F0 none repeat scroll 0 0;
border:1px solid black;
border-collapse:collapse;
}

table.statistik thead {
background:#E0E0E0 none repeat scroll 0 0;
border-bottom:2px solid black;
font-size:80%;
}
table.statistik thead th {
border-right:1px dotted gray;
padding-left:2px;
padding-right:2px;
}
table.statistik td {
border:1px dotted black;
padding-left:2px;
padding-right:2px;
text-align:right;
 width: 60px;
}

table.statistik td.grouping {
  text-align: left;
  white-space: nowrap;
  font-weight: bold;
}

table.statistik td.grouping+td {
  text-align: left;
  text-style: italic;
  font-size: 80%;
  width: 200px;
}



table.statistik td.heading {
border-right:2px solid black;
text-align:left;
}


/******************
  paragraph styles
 ******************/

div#content div.log_box {
  padding: 4px;
  border: 1px dotted black;
  font-family: "Courier New";
  font-size: 70%;
}

div#content p.citat {
  font-style: italic;
  margin-left: 1em;
  padding-left: 1.2em;
  padding-right: 3em;
  background-image: url(../images/quotes.gif);
  background-repeat: no-repeat;
}

div#content p.indent {
  margin-left: 2em;
}

/*************
  special effects
 *****************/

div.quizsuggestions {
  width: 300px;
  max-height: 128px;
  overflow: auto;
  position: absolute;
  border: 1px solid black;
  font-family: Tahoma;
  font-size: 9pt;
  z-index: 1000;
  background: white;
}

div.quizsuggestions ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

div.quizsuggestions ul li {
  padding-left: 3px;
  padding-bottom: 2px;
}

div.quizsuggestions ul li:hover {
 background: #c0c0ff;
 cursor: pointer;
}

div.quizsuggestions ul li.selected {
  background: #c0c0ff;
}

div.setfilm {
  border-bottom: 1px solid black;
}

div.filmquizzer ul {
  list-style-type: none;
  padding: 0px;
}

div.filmquizzer ul li {
  clear: both;
  min-height: 90px;
  border: 1px dashed #f0f0f0;
  padding: 2px;
  margin-bottom: 6px;
}

div.filmquizzer ul li img {
 border: none;
}


div.filmquizzer ul li:hover {
  background: #f0f0f0;
}

div#content div.filmquizzer ul li h1 {
  font-style: normal;
  font-size: 130%;
  padding: 0px;
  margin: 0px;
}

div#content div.filmquizzer ul li h1+p {
  padding: 0px;
  margin: 0px;
}


div#content div.filmquizzer ul li a {

}

div#content div.filmquizzer ul li a:hover {
  text-decoration: none;
  font-weight: bold;
}

table.filmquiz {
/*  border: 1px solid red; */
}

table.filmquiz tr td {
  vertical-align: top;
}

table.filmquiz ul.hints {
 list-style-type: none;
 padding: 0px;
}


table.filmquiz ul.hints li {
/*  font-family: Arial; */
  font-size: 85%;
  font-style: italic;
  background: #f0ffe0;
}

table.filmquiz ul.hints li+li {
  background: #ffffd0;
  padding-left: 1em;
}

table.filmquiz ul.hints li+li+li {
  background: #fff0f0;
  padding-left: 2em;
}



div#content div.setfilm h1 {
  font-size: 140%;
  padding: 0px;
  margin: 0px;
}

div#content div.setfilm h1+p {
  padding: 0px;
  margin: 0px;
  font-size: 90%;
}

div.links {
  border: 1px dotted black;
  padding: 6px;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em;
  background: #f0ffff;
  font-family: Arial;
  font-size: 80%;
}

div.links ul { 
 margin: 0px;
 padding-left: 1.5em;
}

div.links ul li a { 
  text-decoration: none;
}

div.links ul li a:hover { 
  text-decoration: underline;
}






