/* StyleSheet von www.Peter-Daus.de - validiert */

/* Hintergrund */

body 
	{
	background-image: url(_gifs/hintergrund.jpg);
	}

/* Überschriften*/

h1 { font-size:1.1em; font-weight:bold;     color:#999933; margin: 9px; }
h2 { font-size:1.0em; font-weight:bold;     color:#999933; margin: 9px; }
h3 { font-size:0.9em; font-weight:bold;     color:#999933; margin: 9px; }
h4 { font-size:0.85em; font-weight:bold;    color:#999933; margin: 25px; }
h5 { font-size:0.80em; font-weight:bold;    color:#999933; margin: 25px; }

/* Text */

   body, p,ul,ol,li,td,th  
	{
	font-family: 	Georgia, Tahoma, Verdana;
	font-weight:	normal;
	color:			#333333;
	border:			0px;
	padding: 		0px;
	}

/* Klassen */

.error 
{
	color: 			#FF0000;
	font-size:		0.8em;
	margin-top: 	3px;
	padding:		3px;}

.kopf 
	{font-size:		0.75em;
	padding:		1px;}

.text 
	{font-size:		0.85em;
	margin-left:	25px;
	margin-right:	5px;}
	
.tabelle 
	{font-size:		0.80em;
	margin:			1px;}
	
.text-fett
	{font-size:		0.80em;
	font-weight:	bold;
	padding:		1px;}

.text-gross
	{font-size:		0.90em;
	padding:		1px;}

.text-klein
	{font-size:		0.75em;
	padding:		1px;}

.fuss 
	{font-size:		0.70em;
	color:			#666666;
	padding:		1px;}

.tabellentext {
	font-size:		0.80em;
	font-weight:	normal;
   	color:			#333333; 
	padding:		1px;}

.liste {
	font-size:		0.80em;
	font-weight:	normal;
	color:			#333333;
	list-style-type: circle;
	margin-left: 	48 px;
	margin-top: 	12px;}
	
.link 
	{font-size:		0.80em;
	padding:		1px;}
	
.link-text 
	{font-size:		1.0em;
	text-decoration: underline;
	padding:		1px;}
	
.link-klein 
	{font-size:		0.65em;
	padding:		1px;}


/* Navigation */
 
a.navi:link
{	font-size:		0.85em;
	font-weight:	bold;
	text-decoration:none;
	display:		block;
	color: 			#999933; 
	padding:		3px;}

a.navi:visited
{	font-size:		0.85em;
	font-weight:	bold;
	text-decoration:none;
	display:		block;
	color: 			#999933; 
	padding:		3px;}

a.navi:hover 
{	font-size:		0.85em;
	font-weight:	bold;
	color: 			#EEEEEE; 
	text-decoration:none;
	background-color:#999933; 
	display:		block;
	padding:		3px;}

a.navi:active 
{	font-size:		0.85em;
	font-weight:	bold;
	color: 			#EEEEEE; 
	text-decoration:none;
	background-color:#999933; 
	display:		block;
	padding:		3px;}

a.navi:focus 
{	font-size:		0.85em;
	font-weight:	bold;
	color: 			#EEEEEE; 
	text-decoration:none;
	background-color:#999933; 
	display:		block;
	padding:		3px;}

a.navi_active:link, a.navi_active:active, a.navi_active:visited
{	font-size:		0.85em;
	font-weight:	bold;
	text-decoration:none;
	display:		block;
	background-color:#999933;
	color: 			#EEEEEE;
	padding:		3px;
	 
}
 
/* HyperLinks */
 
a:link
{	text-decoration:none;
	color: 			#999933; 
}

a:visited
{	text-decoration:none;
	color: 			#999933; 
} 

a:hover 
{	color:			#EEEEEE; 
	background-color:#999933; 
	text-decoration: none;
}

a:active 
{	color:			#EEEEEE;
	background-color:#999933; 
	text-decoration: none;
}

a:focus 
{	color:			#EEEEEE;
	background-color:#999933; 
	text-decoration: none;
}

/* Ende */