/* =========== Page Layout ================ */


body {
  background:#344E74 url('img/bg-body.jpg') repeat-x left top;
  color:#111;
  font:0.75em/170% "Lucida Grande", Verdana, Arial, sans-serif;
  margin:0;
  padding:0;
  text-align: center;
}
}
#wrapper {
  background:#ffffff;
  height:auto !important;
  min-height:100%;
  height:100%;
  width:960px;
  margin:0 auto -5em;
}
#header {
  background: url('img/bg-header.jpg') no-repeat left top;
  text-align: left;
  border-bottom:#eee;
  height:71;

#header .site_name {
  display:block;
  color: #FFFFFF
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:3.7em;
  line-height:normal;
  /*margin-left:15px;*/
  padding:10px 10;
}
  #footer {
  background: url('img/bg-footer.png') no-repeat center bottom;
  clear:both;
  font-size:11px;
  height:auto;
  min-height:5em;
  text-align:center;
  width:960px;
  margin:0 auto;
  padding:4em 0 1em;
}

#navigation {
  background: url('img/bg-primary-1.jpg') repeat-x left top;
  height:10px;
  width:100%;
}
/*------------------------------------------------------------------------
 LINKS
------------------------------------------------------------------------*/
a img {
  border:0;
}

a:active {
  color:#666;
}

a:hover {
  color:#000;
}

a:link {
  color:#314c74;
  /*text-decoration:none;*/
}

a:visited {
  color:#314c74;
  /*text-decoration:none;*/
}

/* =========== Index Layout ============== */

/* headline */
h1.np_index_headline {
  font-size: large;
  color: #cccccc;
  border: solid 1px #cccccc;
  background: url('img/bg-primary-1.jpg') repeat left top;
  margin: 10px;
 
}

}
/* border around all groups */
.np_index_groups {
  /*background: #eeeeee;
  padding: 0px;
  border: solid 1px #26598f;*/
  text-align: left;
  /*border:1px #bbb;*/
}

/* a block of groups */
.np_index_groupblock {
  /*margin: 10px;*/
}

/* headline of a group of blocks */
.np_index_grouphead {
  border: solid 1px #cccccc;
  /*background: #26598f;*/
  color: black;
  font-size: medium;
  background: #ffffff url('img/bg-primary-1.jpg') repeat left top;
  padding: 3px;
}

/* a single group */
.np_index_group {
  margin-left: 10px;
  margin-bottom: 5px;

}

/* =========== Thread Layout ============== */

/* Headline */
h1.np_thread_headline {
  /*font-size: medium;
  color: #000000;*/ 
  font-size: medium;
  border: solid 1px #cccccc;
  background: url('img/bg-primary-1.jpg') repeat left top;
  margin: 0px;
  padding: 3px;
}

/* Table around the thread */
table.np_thread_table {
  width: 100%;
  /*border: solid 1px #cccccc;*/
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
  background: #ffffff url('img/bg-primary-1.jpg') repeat left top;
  color: #000000;
}

/* Head of the table */
tr.np_thread_head,td.np_thread_head {
  
  /*background: #26598f;
  margin: 0px;*/
    border: solid 1px #cccccc;
  /*background: #26598f;*/
  color: black;
  font-size: x-small;
  background: #ffffff url('img/bg-primary-1.jpg') repeat left top;
  padding: 3px;
}



/* 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: #eeeeee;
  margin: 0px;
}

/* Text inside a Line */
span.np_thread_line_text {
  font-size: small;
}

/* The small images, a thread consists of */
img.thread_image {
  vertical-align: bottom;
}

/* =========== Article Layout ============= */

/* headline */
h1.np_article_headline {
  font-size: medium;
  border: solid 1px #cccccc;
  background: url('img/bg-primary-1.jpg') repeat left top;
  margin: 0px;
  padding: 3px;
}


/* Head of an article */
div.np_article_header {
  background: #eeeeee;
  padding: 3px;
  border: solid 1px #cccccc;
  text-align: left;
  font-size: small;
}

/* Layout of the Text-Body */
div.np_article_body {
  margin-top: 20px;
  /*font-family: "Lucida Console", "Courier New", Courier, "Andale Mono", monospace;*/
  font-family: "Lucida Grande", Verdana, Arial, sans-serif, monospace;
  text-align: left;
  padding: 3px;
  font-size: small;
}

/* 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 url('img/bg-primary-1.jpg') repeat left top;
  padding: 3px;
  margin: 0px;
  color: #000000;
  border: solid 1px #cccccc;
}

td.np_button {
  padding-left: 5px;
  padding-right: 5px;
  border-right: solid white 1px;
  color: #000000;
  white-space: nowrap;
}

a.np_button {
  color: #000000;
  text-decoration: underline;
}

.np_pages {
  color: #000000;
}

.np_pages_selected {
  color: #000000:
  text-weight: bold;
  margin-left: 5px;
}

.np_pages_unselected {
  color: #000000;
  text-decoration: underline;
  margin-left: 5px;
}
