
body
{
	font: 10pt Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #222;
	background-color: #ffffff;
	margin: 0;
	padding: 0
}

h1
{
    background: url('../logo-white.png') no-repeat center center;
    vertical-align: bottom;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 40px;
    font-size: 0;
    color: #FFF; /* same as background */
}

table
{
	font: 10pt Trebuchet MS, Arial, Helvetica, sans-serif;
}

.firstheading
{
	margin: 0.3em 0 0.5em 0;
}

h4
{
	font-size: 10pt;
}

a, a:link {
	color: #2B27A0;/*#3743b0;*/
	text-decoration: none;
	border-bottom: 1px solid #3743b0;
}

a:visited {
	color: #5044A0; /*#585858;*/
}

a:hover, a:active {
	color: #4351d5;
	border-color: #4351d5;
}

a.nostyle
{
	border: none;
}

img
{
	border: 0;
}

ul
{
	padding-left: 2em;
}

li
{
	padding-bottom: 5px;
}

abbr, acronym, .help
{
  border-bottom: 1px dashed #333;
  /* cursor: help; */
}

form
{
	margin: 0;
}

hr
{
	height: 1px;
	color: black;
}

input, textarea
{
	font: 10pt Arial, Helvetica, sans-serif;
}

input.fancy, textarea.fancy
{
	border: 1px solid #222;
	background-color: #FFFDE2;
}

div.leftblock
{
	position: fixed;
	top: 70px;
	left: 1%;
	width: 19%;
	z-index: 2;
}


div.leftmenu {
	border: 1px solid black;
	margin-bottom: 20px;
	background-color: #dfdfdf;
}

div.leftmenu div.menuheader {
	font-size: 12pt;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 3px;
	color: #dfdfdf;
	background-color: #585858;
	padding: 7px 10px
}

div.leftmenu a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid black;
	padding: 7px 10px;
	color: #585858;
}

/* Menüeintrag der Seite, auf der wir gerade sind.
 */
div.leftmenu a.current {
	background-color: #e8e8e8;
}

div.leftmenu a:hover, a.current:hover {
	background-color: #7a7a7a;
	color: #dfdfdf;
	border-color: black;
}

div.submenu1 a {
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: normal;
	padding-right: 10px;
	padding-left: 20px;
}

div.submenu2 a {
	font-size: 9pt;
	padding: 4px 10px 4px 35px;
}

div#menuhint {
	visibility: hidden;
	font-size: 9pt;
	padding-left: 3px;
	height: 5em;
	color: #585858;
}

div.leftblock table.login
{
	margin-top: 5px;
}

div.leftblock table.login td.submit
{
	padding-top: 5px;
	text-align: center;
}

div.contact
{
	margin-top: 20px;
	text-align: center;
}

div.validhtml
{
 	margin-top: 30px;
 	text-align: center;
}

div.nsnow
{
	margin-top: 15px;
	text-align: center;
}


div.rightblock {
	position: absolute;
	top: 70px;
	right: 1%;
	width: 19%;
	z-index: 1;
}


div.box {
	border: 1px solid black;
	background-color: #dfdfdf;
	margin: 0 0 1em 0;
	padding: 5px;
	font-size: 10pt;
}

div.box h3 {
	font-weight: bold;
	font-size: 100%;
	margin: 5px 0;
}

div.box a.linkbox
{
	display: block;
	text-decoration: none;
	border: none;
	margin-bottom: 3px;
}

div.box a.linkbox:hover
{
	background-color: #e8e8e8;
}

/***********************
 * Der Hauptbereich
 ***********************/
 
div.main
{
	position: absolute;
	top: 70px;
	left: 22%;
	margin: 0;
	width: 56%;
	z-index: 3;
}

div.content
{
	width: auto;
	padding: 10px;
	margin-bottom: 1em;
	border: 1px solid black;
}

/***********************
 * News-Items
 ***********************/

div.newsitem
{
	padding: 0;
	margin-bottom: 1em;
	border: 1px solid black;
}

div.newsitem div.heading
{
	font-weight: bold;
	padding: 5px 10px;
	background-color: #dfdfdf;
}

div.newsitem div.datum
{
    text-align: right;
	padding: 0 10px 5px 0;
    font-size: 8pt;
}

div.newsitem div.body
{
	padding: 0 10px 10px 10px;
}

/***********************
 * Foren
 ***********************/

table.boards
{
	width: 100%;
	font-family: 'Trebuchet MS',sans-serif;
	border: 1px solid black;
}

table.boards th
{
	padding-top: 4px;
	height: 1.8em;
	font: 10pt 'Trebuchet MS',sans-serif;
	font-weight: bold;
	color: #dfdfdf;
	background-color: #63708B;
	border-right: 1px solid black;
	border-bottom: 3px solid #464F62;
}

table.boards td
{
	padding: 3px;
	border: solid 1px black;
	border-bottom: none;
	border-left: none;
}

table.boards td.boardname
{
	width: 52%;
	padding-left: 5px;
	background-color: #DFE7F3;
}

table.boards td.topic
{
	width: 58%;
	padding-left: 5px;
	background-color: #DFE7F3;
}

table.boards td.messages, table.boards td.topics, table.boards td.lastpost
{
	background-color: #EAF2FF;
	text-align: center;
}

table.boards td.messages, table.boards td.topics
{
	width: 11%;
}

table.boards td.lastpost
{
	width: 31%;
	border-right: none;
}

table.boards .right
{
	border-right: none;
}

table.boards a, table.boards a:link, table.boards a:visited
{
	color: #3743b0;
	text-decoration: underline;
	border-bottom: none;
}

table.boards a:hover, table.boards a:active
{
	color: #4351d5;
	border-color: #4351d5;
}

table.boards td.posterdata
{
	text-align: center;
	vertical-align: top;
	margin: 2px;
	background-color: #DFE7F3;
}

table.boards div.subject
{
	border-bottom: 1px dotted black;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 8pt;
}

table.boards td.message
{
	vertical-align: top;
	padding: 5px;
	background-color: #DFE7F3;
	border-right: none;
}

table.boards tr.altcolor td.posterdata,
table.boards tr.altcolor td.message
{
	background-color: #EAF2FF;
}

td.message div.quote
{
	margin: 0 18px;
}

td.message div.quote div.quoteborder
{
	background-color: black;
}

td.message div.quote div.text
{
	background-color: #eaf2ff;
	border: 2px solid #8a8a8a;
	padding: 3px;
	position: relative;
	top: -2px;
	left: -2px;
	clear: both;
}

tr.altcolor td.message div.quote div.text
{
	background-color: #DFE7F3;
}

/* Baumdarstellung */

table.tree
{
	width: 100%;
	border: 1px solid black;
	margin: 1.5em 0;
}

table.tree tr.treenode
{
	background-color: #DFE7F3;
}

table.tree tr.treenode2
{
	background-color: #eaf2ff;
}

table.tree tr.curmessage
{
	background-color: #ffea00;
}

table.tree tr.treenode:hover,
table.tree tr.treenode2:hover
{
	background-color: #d3dae6;
}

table.tree tr.treenode a,
table.tree tr.treenode2 a
{
	border: none;
}

table.tree td
{
	padding: 2px 5px;
}

table.tree td.subject
{
	width: 67%;
}

table.tree td.author
{
	width: 13%;
}

table.tree td.date
{
	width: 20%;
	text-align: right;
}

table.tree td.cursubject
{
	color: #35d100;
}

/***********************
 * Login, PW-Versand
 ***********************/

div.login, div.sendpw
{
	background-color: #EAF2FF;
	padding: 10px;
	margin: 10px auto 0 auto;
	text-align: left;
}

div.login
{
	width: 300px;
}

div.sendpw
{
	width: 370px;
}

table.login, table.sendpw
{
	margin: 0px auto;
	text-align: left;
}

div.loginsubmit, div.sendpwsubmit
{
	margin-top: 0.9em;
	text-align: center;
}

div.loginsubmit
{
	margin-bottom: 1.3em;
}

/***********************
 * Register-Screen
 ***********************/

div.register
{
	background-color: #EAF2FF;
	width: 400px;
	padding: 10px;
	margin: 10px auto 0 auto;
	text-align: left;
}

div.register td.required
{
	font-weight: bold;
}

div.registersubmit
{
	margin-top: 1.5em;
	text-align: center;
}


.spacer
{
	clear: both;
}

.error
{
	color: #f00;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}

.cancel
{
	text-decoration: line-through;
}

.code
{
	font-family: monospace;
}
