BODY {
	background-color: #3399FF;
	color : #D3E5ED;
	font-family : Arial, Verdana, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
TD {
	
	color : #D3E5ED;
	font-family :Verdana;
	font-size: 11px;
	text-align: justify;
}


H2 {
	font-size: 14pt;
	color: #87CEFA;
}

H3 {
	font-size: 13pt;
	color: #7FFFD4;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : #6A5ACD;
	}
H6 {
    font-size: large;
	font-variant: small-caps;
	font-weight: bold;
	color : #6A5ACD;
	}
A {
	text-decoration: none;
	color: Yellow;
}

A:Hover {
	text-decoration: none;
	color: #000033;
}

HR {
	color: blue;
	height: 1pt;
}
/* Scrollbar properties are only supported by Internet Explorer 5.5+  */
body {
	scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : #666666;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #666666;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #8B8B8B;
}
.inputFeld150	{ width:150px; height:18px; font-family:Verdana,Arial,Helv; font-size:8pt;  background-color : #B0E0E6; }
.inputFeld200	{ width:200px; height:18px; font-family:Verdana,Arial,Helv; font-size:8pt;  background-color : #B0E0E6; }
.inputFeld250	{ width:250px; height:18px; font-family:Verdana,Arial,Helv; font-size:8pt;  background-color : #B0E0E6; }
.inputFeldtxt	{ width:250px; height:80px; font-family:Verdana,Arial,Helv; font-size:8pt;  background-color : #B0E0E6; }
.button{
	border-bottom: thin;
	border-top: thin;
	border-color: Green;
	color: green;
	border-bottom-width: thin;
}
/* =========== Thread Layout ============== */

/* Table around the thread */
table.np_thread_table {
  width: 100%;
  border: solid 1px #26598f;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
}

/* Head of the table */
tr.np_thread_head,td.np_thread_head {
  color: white;
  background: #26598f;
  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;
  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: #5F9EA0;
  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 ============= */

/* Head of an article */
div.np_article_header {
  background: #4682B4;
  padding: 3px;
  border: solid 1px #26598f;
}

/* Layout of quoted text / graphic layout */
blockquote.np_article_quote {
  border-left: #002255 solid 1px;
  padding-left: 5px;
  color: #002277;
  margin: 0px;
}

/* layout of every text in an article */
tt.np_article_text {
  font-family: "Lucida Console", "Courier New", Courier, "Andale Mono", monospace;
}
td.scroll
{
width:240px;
height:100px;
font-family:verdana;
font-size:11px;
color:#ccddee;
background-color:#203B54;
scrollbar-base-color:#203B54;
scrollbar-3d-light-color:#aabbcc;
scrollbar-arrow-color:#aabbcc;
scrollbar-darkshadow-color:#001122;
scrollbar-face-color:#203B54;
scrollbar-highlight-color:#8899aa;
scrollbar-shadow-color:#8899aa;
scrollbar-track-color:#203B54;
}
td.head
{
width:240px;
height:18px;
font-family:verdana;
font-size:10px;
font-weight:bold;
color:#ccddee;
background-color:#1E5982;
padding-left:10px;
}


