
p,br,h1,h2,h3,h4,ul,ol,li,div,dir,td,th,dt,dd,address,blockquote,nobr,b,i,a  {
	font-family : 'Verdana', 'Arial', 'Geneva';
	font-size : 11pt;
}


BODY  {
	background-color : #000000;
	color : #eeeeee;
	scrollbar-arrow-color:#969696;
   	scrollbar-face-color : #000000;
   	scrollbar-3dlight-color : #000000;
   	scrollbar-darkshadow-color : #000000;
   	scrollbar-track-color: #000000; 
	scrollbar-shadow-color : #969696;
	scrollbar-highlight-color : #969696;

    } 


/* <div class=""></div>, 
Tabellen gleich im <table class=""></table> oder auch in den <td class=""></td>

*/

.header	{
	color : #eeeeee;
	font-size : 18pt;
}
.header2	{
	font-size : 14pt;
	color : #eeeeee;
}
.header3	{
	font-size : 16pt;
	font-weight : bold;
}
.header4	{
        color : #969696;
	font-size : 16pt;
	
}
.cont  {
	color : #eeeeee;
	font-size : 10pt;
}
.cont2  {
	color : #eeeeee;
	font-size : 11pt;
}
.zitat  {
	color : #969696;
	font-size : 10pt;
}

.zitatklein	{
	color : #969696;
	font-size : 8pt;
}

.rot	{
	color : #FF0000;
	font-size : 8pt;
	font-weight : bold;
}
.rot-kursiv	{
	color : #C53B32;
	font-size : 12pt;
	font-weight : bold;
	font-style : italic;
}


.normal	{
	color : #000000;
	font-size : 10pt;
	
}

.menu	{
	color : #C53B32;
	font-size : 10pt;
	font-weight : bold;
}	

.input  {
	font-familiy : monospace;
	font-size : medium;
}



/*  "normalen" Links ohne besondere Klassendefinition */
a:hover { 
color: rgb(255,255,255); 
text-decoration: none; 
} 
a:link  { 
color: rgb(150,150,150); 
text-decoration: none; 
} 
a:visited { 
color: rgb(150,150,150); 
text-decoration: none; 
} 
a:hover { 
color: rgb(255,255,255); 
text-decoration: none; 
}

/* "normalen" Links mit der Klassendefinition "menu". 
Demo mal unterstrichen und andersfarbig gemacht..
Sie werden so aufgerufen: <a href="" class="menu">link</a>*/
a.menu:hover { 
color: #ff6432; 
font-size : 15pt;
text-decoration: underline; 
} 
a.menu:link  { 
color: rgb(150,150,150); 
text-decoration: none; 
font-weight : underline;
} 
a.menu:visited { 
color: rgb(150,150,150); 
text-decoration: none; 
} 
a.menu:visited:hover { 
color: rgb(255,255,255); 
text-decoration: none; 
}

