/* Über diese Datei werden alle wichtigen Attribute (Farben, gewicht...) der Hauptelemente
 * von Slayerverse II gesetzt.
 * (c) 2006 Michael Senkler
 */
.newswritercomment {
	color:#77ff77;
}
.admincomment {
	color:#FF7777;
}
.clubcomment {
	color:#b8860b;
}

.shortnewsborder {
	border-top:2px solid #DB932D;
}
.imprintbox {
	border:1px solid #ffffff;
	width:580px;
	padding:5px;
}
body {
	font-size:8pt;			/* normale Schrifgröße	*/
	font-family:Arial;		/* Schriftart...	*/
	color:#dec7a7;			/* normale Schriftfarbe	*/
	background-color : #000000;	/* Hintergrund der kompletten seite */
}
.backdrop {				/* Hintergrundfarbe der Panels */
	background-color: #000000;	
}
.shortnewsbg {
	background-color: #000000;
}
.shortnewstitle {			/* Die Titel der News am linken rand. */
	font-size:8pt;			
	font-weight:bold;		
	color:  #d0d0d0;		
	text-decoration:none;		
}
.imprint {				/* Impressum/Disclaimer */
	font-size:7pt;			
	color:#000000 ;			
	text-decoration:none;		
}
.usercount {				/* USER ONLINE : XXX */
	font-weight:bold;		
	color:  #ffffff ;		
}
a {					/* Links */
	color: #ffffff ;
	text-decoration:none;
	font-weight:bold;
}
.maxnewstitle {				/* Titeleigenschaften bei nur */
	font-size:16pt;			/* einer angezeigten News ("maxnews") */
	font-weight:bold;
	color:#ffffff;
}
.hotnewstitle {				/* Titeleigenschaften der 4-10 */
	font-weight:bold;		/* Newsvorschauen ("hotnews") */
	color:  #ffffff ;
	text-decoration:underline ;
}
.spacemen {				/* Abstand zwischen Menu-items */
	width:11px;			/* DO NOT CHANGE (unless you know what youre doing) */
}
INPUT, TEXTAREA, SELECT {		/* Formulareigenschaften (Login-box, signup...) */
	background:#FFF0C2; 
	color: #000000; 
	border: 1px solid #000000;
}
td {					/* Zelleneigenschaften */
	font-size:8pt;
	vertical-align:top;
	text-align:left;
}
.panelhead {				/* Kopffarben der Panels */
	background-color: #DB932D;
	color: #ffffff;
        font-weight:bold;
        text-align:center;
}
.shortnewsbody {
	font-weight:normal;
}
.maxnewsbody {
	font-weight:normal;
}
.maxnewspreview {
	font-weight:normal;
}
.menu {					/* nicht mehr benutzt */
	height:25px;
	text-align:center;
	vertical-align:bottom;
	width:96px;
	font-weight:bold;
}
.hotbox {
	border:1px solid #ffffff;
	width:250px;
	padding:5px;
}
.panelbox {
	border:1px solid #ffffff;
	width:145px;
}