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

BODY  {
	color : #FFFFFF;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color : #E4DDEE;
}
TABLE {
	color : #000000;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color : #FFFFFF;
	border : 1px solid #7755AC;
}
TD {
	color : #000000;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}
H1 {
	color : #FFFFFF;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	display: inline;
	margin-right : 1px;
	}
H2 {
    color : #FFFFFF;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	display: inline;
	margin-right : 1px;
}
b {
	color : #7755AC;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	}
.content {
	color : #000000;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	}
.introtext {
	color : #000000;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
}
.menu {
	color : #7755AC;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration : none;
	font-variant : small-caps;
}
.menu:Hover {
	color : #E4DDEE;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration : underline;
	font-variant : small-caps;
}
A {
	color : #7755AC;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration : underline;
}
A:Hover {
	color : #E4DDEE;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration : underline;
}
HR {
	height: 1pt;
	color : #7755AC;
}
.copy{
	color : #7755AC;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
}
.copylink {
	color : #7755AC;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-decoration : none;
}
.copylink:Hover {
	color : #E4DDEE;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-decoration : underline;
}
.innertable {
	color : #00000;
	background : #E4DDEE;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	border : 1px solid #7755AC;
}
.indexlink {
	color : #7755AC;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-decoration : none;
}
.indexlink:Hover {
	color : #E4DDEE;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-decoration : underline;
}
.blacktext {
	color : #000000;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}


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

/* headline */
h1.np_index_headline {
  font-size: 11px;
}

/* border around all groups */
.np_index_groups {
  background: #E4DDEE;
  padding: 0px;
  border: solid 1px #7755AC;
}

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

/* headline of a group of blocks */
.np_index_grouphead {
  border: solid 1px #7755AC;
  background: #7755AC;
  color: white;
}

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

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

/* Headline */
h1.np_thread_headline {
  font-size: 11px;
  color: #7755AC;
}


/* Table around the thread */
table.np_thread_table {
  width: 100%;
  border: solid 1px #7755AC;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
}

/* Head of the table */
tr.np_thread_head,td.np_thread_head {
  color: white;
  background: #7755AC;
  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: #eeeeee;
  margin: 0px;
}

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

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

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

/* headline */
h1.np_article_headline {
  font-size: 11px;
}


/* Head of an article */
div.np_article_header {
  background: #E4DDEE;
  padding: 3px;
  border: solid 1px #7755AC;
}

/* Layout of the Text-Body */
div.np_article_body {
  margin-top: 20px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* 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: normal;
}


/* Head with the input fields for subject, name and email  */
.np_post_header {
  background: #eeeeee;
  padding: 3px;
  border: solid 1px #7755AC;
}

/* Body with the message-field and the post-button in it */
.np_post_body {
  background: #eeeeee;
  padding: 3px;
  border: solid 1px #7755AC;
  margin-top: 10px;
}


/* =========== navigation buttons on top of every page =========== */

div.np_buttonbar {
  background: #7755AC;
  padding: 1px;
  margin-bottom: 10px;
  color: white;
}

span.np_button {
  padding-left: 5px;
  padding-right: 5px;
  border-right: solid white 1px;
}

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

span.np_pages {
  text-align: right;
  color: white;
}

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

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