PRE, CODE, TT	{ font-family:	monospace; }

h1, h2, h3, h4, h5, h6, th, dt	{ 
  font-family:	"Andale Mono",Arial,sans-serif; 
  }
/*  font-family:	Tahoma, Verdana, 'Myriad Web', Syntax, sans-serif; */


A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN,		
DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD,		
LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR, 		
APPLET, BIG, CENTER, DIR, FONT, HR, MENU, PRE,		
ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL, LEGEND	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-decoration:	none;
	border-color:	#CC9;
	border-style:	none;
	}	
		
BODY	{

	font-family:"Andale Mono",Arial,sans-serif;
	color:	#CC9;
	background:	black;
	font-size: x-large;
	}	
		
EM	{	
	font-style:	normal;
	font-weight:	bold;
	color:	#CC9;
	background:	black;
	}	
		
STRONG	{	
	font-style:	italic;
	background:	black;
	font-weight:	bold;
	color:	#CC9;
	}	
		
EM STRONG, STRONG EM	{	
	text-transform:	uppercase;
	font-style:	normal;
	font-weight:	bolder;
	background:	black;
	color:	#CC9;
	}	
		
.warning	{	
	text-transform:	none;
	font-style:	normal;
	font-weight:	bolder;
	background:	#FF6;
	color:	black;
	}	
		
DEL	{	
	text-decoration:	line-through;
	background:	#900;
	}	
		
INS	{	
	text-decoration:	none;
	background:	#060;
	}	
		
VAR, CITE, DFN, .note	{	
	font-style:	italic;
	}	
		
ADDRESS	{	
	font-style:	normal;
	letter-spacing:	.1em;
	}	
		
CODE, KBD, SAMP	{	
	font-family:	Courier New, monospace;
	}	
		
ACRONYM	{	
	font-variant:	small-caps;
	letter-spacing:	0.1em;
	}	
		
H1, H3, H4, H5, H6, DT, LEGEND, CAPTION, TH, THEAD, TFOOT	{	
	color:	#FFCC00;
	background:	black;
	}	

H2	{	
	color:	#FFCC00;
	font-size: 18pt;
	background:	black;
	}	
		
HR	{	
	color:	#CC9;
/* Zusaetzlich notwendig, sonst wird im Forum das HR nicht angezeigt, da der border-style=none wird
*/  
	border-style:	inset;
	}	
		
.colophon	{	
	display:	none;
	}	

/*		
CAPTION, COL, COLGROUP, TABLE, TBODY, TD, TR	{	
	color:	#CC9;
	text-decoration:	none;
	border-color:	#FF6; 
	border-style:	none;
	background:	black;

	border-style:	dotted; 
	border-width:	thin; 
	}	
*/		

CAPTION, COL, COLGROUP, TABLE, TBODY, TD, TR	{	
	font-size: 10pt;
	color:	#CC9;
	text-decoration:	none;
	border-color:	#CC9; 
	}	

TABLE.inner {	
	font-size: 10pt;
	line-height: 12pt;
	color:	#CC9;
	text-decoration:	none;
	border-color:	#CC9; 
	border-style:	solid; 
	border-width:	1pt; 
	}	
	
A:link	{	
	text-decoration:	none;
/*	font-size: 12;*/
	font-weight:	bold;
	color:	#CC9; /*#FFA;*/
	background:	black;
	}	

div a:link	{	
	text-decoration:	none;
/*	font-size: 12;*/
	font-weight:	bold;
	color:	#CC9; /*#FFA;*/
	background:	darkblue;
	}	
		
A:visited	{	
	text-decoration:	none;
/*	font-size: 12;*/
	font-weight:	bold;
/*Links markieren von #CC9 nach #FC0 setzen*/  
	color: #FC0;	/*#CC9; #FC0;*/
	background:	black;
	}	

div a:visited	{	
	text-decoration:	none;
/*	font-size: 12;*/
	font-weight:	bold;
/*Links markieren von #CC9 nach #FC0 setzen*/  
	color: #FC0;	/*#CC9; #FC0;*/
	background:	darkblue;
	}	
		
A:active	{	
	text-decoration:	none;
/*	font-size: 12;*/
	font-weight:	bold;
	color:	#FF6;
	background:	#663;
	}	
		
A:hover	{	
	text-decoration:	none;
/*	font-size: 12;*/
	color:	black;
	background:	#CC9;
	}	

/*Auch die Eingabefelder müssen noch eingefärbt werden*/
FORM ,INPUT,TEXTAREA,OPTION,SELECT{	
  background:	black;
	color:	#CC9;
  lighting-color: grey;
	}	
  

BODY	{
	margin-top:	0;
	margin-left:	0;
	margin-right:	0;
	margin-bottom:	0;
	padding-top:	0;
	padding-left:	0;
	padding-right:	0;
	padding-bottom:	0;
	border-top:	0;
	border-left:	0;
	border-bottom:	0;
	border-right:	0;
/*	width:	36em; */
}

/* Folgendes für die Mobilgeräte, dann kann man auch was sehen*/
input, textarea {
    width: 95%;
    font-size: xx-large;
    margin:5px;
}
input[type=submit], input[type=reset]{
    width:40%;
}

