/* Stylesheet von www.KIK-Projekt.de - validiert */

/* Hintergrund */

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

/* Einstellungen für Überschriften*/

h1 { font-size:1.1em; font-weight:bold;   color:#333333; margin: 6px; }
h2 { font-size:1.0em; font-weight:bold;   color:#333333; margin: 6px; }
h3 { font-size:0.9em; font-weight:bold;   color:#333333; margin: 6px; }
h4 { font-size:0.85em; font-weight:bold;  color:#333333; margin: 3px; }
h5 { font-size:0.80em; font-weight:bold;  color:#333333; margin: 3px; }
h6 { font-size:0.75em; font-weight:bold;  color:#333333; margin: 3px; }

/* Text */

   body
	{
	font-family: 	Verdana, Arial, sans-serif;
	font-weight:	normal;
	border:			0px;
	padding: 		3px;
	margin:			1px;
	}

/* Klassen */

.error 
{
	color: #FF0000;
	font-size:0.8em;
	font-weight:bold;
}

.unsichtbar {
	position: absolute;
	left: -2000px;
}

.navi1 
	{font-size:	0.80em;
	font-weight:bold;
	color:		#666666;
	padding:	0px;}
	
.navi2 
	{font-size:	0.75em;
	color:		#666666;
	padding:	0px;}
	
.navi3 
	{font-size:	0.80em;
	font-weight:bold;
	color:		#666666;
	padding:	0px;}
	
.text 
	{font-size:	0.80em;
	padding:	3px;}
	
.text-fett
	{font-size:	0.80em;
	font-weight:bold;
	padding:	3px;}

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

.text-klein
	{font-size:	0.65em;
	padding:	3px;}

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

.grau 
	{font-size:	0.75em;
	font-color:	#CCCCCC;
	padding:	0px;}

/* Einstellungen für HyperLinks */
    
a:link
{	text-decoration:none;
	color: 			#333333; 
}

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

a:hover 
{	color:			 #DDDDDD; 
	background-color:#339999; 
	text-decoration: underline;
}

a:active 
{	color:			 #339999; 
	background-color:#DDDDDD; 
	text-decoration: underline;
}

a:focus 
{	color:			 #339999; 
	background-color:#DDDDDD; 
	text-decoration: underline;
}
 
