/*  Layout  */

BODY {
  background: #FFFFFF;
}

/*  Index Layout  */

/* headline */
h1.np_index_headline {
  font-size: large;
}

/* border around all groups */
.np_index_groups {
  border-left:1px solid #C0C0C0; border-right:1px solid #C0C0C0; border-bottom:1px solid #C0C0C0; background:#FFFFFF; padding:0px; list-style-type:circle; border-top-width:1 
}

/* a block of groups */
.np_index_groupblock {
  margin-bottom: 20px;
}

/* headline of a group of blocks */
.np_index_grouphead {
  border: 1px solid #000000;
  background: #000000;
  color: #FFFFFF;
}

/* a single group */
.np_index_group {
  margin-left: 10px;
  margin-bottom: 5px;
}

/*  credit Layout  */

/* Headline */
h1.np_thread_headline {
  font-size: large;
}


/* Table around the thread */
table.np_thread_table {
  border-style:solid; border-width:1px; width: 100%;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px
}

/* Head of the table */
tr.np_thread_head, td.np_thread_head {
  color: #FFFFFF;
  background: #000000;
  margin: 0px
}



/* Even line numbers in the thread */
tr.np_thread_line1, td.np_thread_line1 {
  padding-left:   3px;
  padding-top:    0px;
  padding-right:  0px;
  padding-bottom: 0px;
  background: #f9f9f9;
  margin: 0px;
}

/* Odd line numbers in the thread */
tr.np_thread_line2, td.np_thread_line2 {
  padding-left: 3px;
  padding-top:    0px;
  padding-right:  0px;
  padding-bottom: 0px;
  background: #FFDDDD;
  margin: 0px
}

/* Text inside a Line */
span.np_thread_line_text {
  font-size: small;
}

/* The small images, a thread consists of */
grafika.thread_image {
  vertical-align: bottom;
}

/* =========== Article Layout ============= */

/* headline */
h1.np_article_headline {
  font-size: large;
}


/* Head of an article */
div.np_article_header {
  background: #FFFFFF;
  padding: 0;
  border-left-width:1; border-right-width:1; border-top-width:1; border-bottom-style:dashed; border-bottom-width:1
}

/* Layout of the Text-Body */
div.np_article_body {
  margin-top: 20px;
  
}

/* Layout of quoted text / graphic layout */
blockquote.np_article_quote {
  border-left: #002255 solid 1px;
  padding-left: 5px;
  color: #002277;
  margin: 0px;
}

/* =========== Post layout =========== */

/* headline */
h1.np_post_headline {
  font-size: large;
}


/* Head with the input fields for subject, name and email  */
.np_post_header {
  background: #eeeeee;
  padding: 3px;
  border: solid 1px #26598f;
}

/* Body with the message-field and the post-button in it */
.np_post_body {
  background: #eeeeee;
  padding: 3px;
  border: solid 1px #26598f;
  margin-top: 10px;
}


/* =========== navigation buttons on top of every page =========== */

.np_buttonbar {
  background: #FFFFFF;
  padding: 1px;
  margin-bottom: 10px;
  color: #000000
}

td.np_button {
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid white;
  white-space: nowrap
}

a.np_button {
  color: #0000FF;
  text-decoration: underline
}

.np_pages {
  color: #000000;
}

.np_pages_selected {
  color: #FF0000;
  margin-left: 5px
}

.np_pages_unselected {
  color: #0000FF;
  text-decoration: underline;
  margin-left: 5px
}