/* Eric Meyers Methode **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;

}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts 
	** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die Höhe des Browserfensters. */
	html { height: 100% } 
	body { 
		min-height: 101%;	
	/* Beseitigung des Rundungsfehlers bei Schriftgrößen im Opera sowie Standardformatierungen */
		font-size: 100.01%; 
	/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Größe des Browser 
			Fensters geändert wird. */
		position: relative; 
	
	/* Vorgabe der Standardfarben und Textausrichtung*/     
		color: #000;        
		background: #fff;
		text-align: left; 
	} 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight:inherit;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-attachment: fixed;
	height: 101%;
}

#content {
	margin: 0 0 0 50px;
	text-align: justify;
	}
h1, h2 { font-size: 12px; font-weight:bold;}
li { list-style: disc; margin-left: 15px;}
/************************************/
/* hyperlink and anchor tag styles  */
/************************************/
p,
td { font-size: 9pt; }

/***********************************************/
#black { background-color: #FFFFFF; }
#menu { font-size:14pt; }
#menu_sub { font-size:10pt; }

/**********************************************/
a:link,
a:visited,
a:active {
	color: #FFFFFF;
	font:tahoma;
	font-style:normal;
	text-decoration: none;
	border-color:#FFFFFF;
}
a:hover{ color: #666666; text-decoration: none; }

/***********************************************/
a.red:link,
a.red:visited { color: #CC0000; text-decoration: none; }

a.red:hover{ color: #FF0000; }
/***********************************************/
#active,
#active:hover { color:#FFFFFF; font-style:normal; }

/***********************************************/

img{border:0;}

.gelb { color: #FFFFCC; }

a.nowplaying{ color:#990000;}


