P  {
	margin : 0px;
}

H1  {
	font-weight : bold;
	font-size : 16px;
}

H2  {
	font-weight : bold;
	font-size : 14px;
}

BODY  {
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color : #008000;
	font-size : 11px;
	text-align : left;
	background-color : Black;
	scrollbar-base-color : #004000;
	scrollbar-track-color : #000000;
	scrollbar-face-color : #111111;
	scrollbar-highlight-color : #444444;
	scrollbar-3d-light-color : #000000;
	scrollbar-dark-shadow-color : #000000;
	scrollbar-shadow-color : #222222;
	scrollbar-arrow-color : #555555;
	vertical-align : middle;
}

INPUT {
	color : #8888CC;
	font-size : 10px;
	border : 1px solid;
	border-color : #000000;
	background-color : #333366;
}

SELECT {
	color : #8888CC;
	font-size : 10px;
	border : 1px solid;
	border-color : #000000;
	background-color : #333366;
}

IMG {
	width : auto;
	float : none;
	border : none; 
}

BR {
	margin : 0px;
}

HR {
	width : 99%;
}

A {
	text-decoration : none;
	color : #008000;
}

TABLE {
	vertical-align : middle;
}


TD {
	vertical-align : middle;
}

TH {
	vertical-align : middle;
}

TR {
	vertical-align : middle;
}

A:link {
	text-decoration : none;
	color : #008000;
}

A:visited {
	text-decoration : none;
	color : #008000;
}

A:hover {
	text-decoration : none;
	color : #008000;
}

A:focus {
	text-decoration : none;
	color : #008000;
}

.stdtable {		/* Standardtabelle */
	border : 2px solid;
	border-color : #004400;
	border-spacing : 0px;
	border-collapse : collapse;
	width : 98%;
}

/* Blindetabelle */
.blind {
	border : none;
	border-collapse : collapse;
	width : 98%;
	vertical-align : middle;
}

/* Topiczelle */
.stdtopic {
	border-bottom : 2px solid;
	border-bottom-color : #003300;
	font-size : 12px;
	font-weight : bold;
	background-color : #222222;
	color : #008000;
	text-align : left;
	vertical-align : middle;
}

/* Standarddatenzelle */
.stdcell {
	border-bottom : 1px solid;
	border-bottom-color:#003300;
	font-size : 11px;
	font-weight : normal;
	background-color : #333333;
	color : #008000;
	text-align : left;
	vertical-align : middle;
}

.stdcell2 {
	border-bottom : 1px solid;
	border-bottom-color:#003300;
	font-size : 11px;
	font-weight : normal;
	background-color : #444444;
	color : #008000;
	text-align : left;
	vertical-align : middle;
}

/* Die Uhr */
.uhr {
	font-size : 12px;
	color : #008000;
}

/* Was interaktives (Hyperlinks) */
.interactive {
	font-weight : normal;
	color : #E87709;
}

/* Poster im Threadview */
.poster {
	font-weight : bold;
	color : #E87709;
}

/* Rang */
.classification {
	font-size : 10px;
	font-weight : bold;
	color : #009000;
}

/* Brainpower und "Zuletzt editiert..." */
.power {
	font-size : 8px;
	font-weight : bold;
	color : #007000;
}	

/* Was großes Interaktives (Login) */
.interactivebig {
	font-weight : bold;
	font-size : 14px;
	color : #E87709;
}

/* Formatierungsklassen für Board */
.stdul {
	text-decoration : underline;
}

.stdbo {
	font-weight : bold;
}

.stdit {
	font-style : italic;
}