body {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	background-color : #003300;
	color: #FFCC00; 
} 

.aktiv {
	background-color : #003300; 
	color: #FFFF00; 
	border-bottom-width : 1px; 
	border-bottom-style : solid; 
	border-left-width : 5px; 
	border-left-style : solid; 
	border-color : red; 
	padding-left : 5px; 
} 

.head {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11pt; 
	border : 0 none ; 
	border-top-style : solid; 
	border-color : red; 
	border-right-style : solid; 
	padding-left : 3px; 
	padding : 3px; 
	font-weight : bold; 
} 

h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13pt;
	border-bottom-width : 2px;
	border-bottom-style : solid;
	border-left-width : 0px;
	border-left-style : solid;
	padding-left : 3px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
} 

h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 11pt; 
	border-bottom-width : 1px; 
	border-bottom-style : solid; 
	border-left-width : 0px; 
	border-color : #cccccc; 
	border-left-style : solid; 
	padding-left : 3px; 
} 

h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 11pt; 
	border-bottom-width : 1px; 
	border-bottom-style : solid; 
	border-left-width : 10px; 
	border-color : #006600; 
	border-left-style : solid; 
	padding-left : 3px; 
} 

p, table, form  {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10pt; 
	margin-left : 5px; 
} 

.acht {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 8pt; 
	margin-left : 4px; 
} 

.rahmen {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10pt; 
	background-color : #cccccc; 
	border-style : solid; 
	border-width : 1px; 
	border-color : #999999; 
	padding : 5px; 
	margin-left : 5px; 
} 


/* ZEICHENVORLAGEN */
i {
	color : #FFFF00; 
} 

b {
	color : red; 
} 

/* Link-Stile:  */

A:link {
	text-decoration : none; 
	color : #999999; 
} 

A:hover {
	text-decoration : none; 
	color : #333333; 
} 

A:active {
	text-decoration : none; 
	color : #333333; 
} 

A:visited {
	text-decoration : none;
	color : #333333; 
}
