<!--
body
{
	scrollbar-face-color:  #F3F3F3;
	scrollbar-shadow-color: #F3F3F3;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #F3F3F3;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #F3F3F3;
	scrollbar-arrow-color: #000000;
	background-color: #E9EBA2;
}

h1
{
	font-family: Verdana,Times New Roman, sans-serif;
	font-size: 30px;
	color: #000000;
	text-decoration: none;
	display: inline;
}

h2
{
	font-family: Verdana,Times New Roman, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	display: inline;
}

a.h2 
{
	font-family: Verdana,Times New Roman, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	display: inline;
}

a.h2:hover 
{
	font-family: Verdana,Times New Roman, sans-serif;
	font-size: 18px;
	color: #FF0000; 
	text-decoration: underline;
	display: inline;
}

h3
{
	font-family: Verdana,Times New Roman, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	display: inline;
}

fieldset
{ 
	border: 1px solid #666666; 
	display: block; 
	padding: 1em 2em; 
	clear: both; 
	width: 5em; /* wichtig */ 
	margin: 2em 0 0 0; 
} 

/*################################
 start link formatierung
################################*/

a.navi 
{
	font-family: Verdana,Times New Roman, sans-serif;
	font-size: 14px;
	color: #666666; 
	text-decoration: none;
}

a.navi:hover 
{
	font-family: Verdana,Times New Roman, sans-serif;
	font-size: 14px;
	color: #FF0000; 
	text-decoration: underline;
}

a.navi:active 
{
	font-family: Verdana,Times New Roman, sans-serif;
	font-size: 14px;
	color: #FF0000; 
	text-decoration: underline;
}

.link 
{
	font-family: Verdana,Times New Roman, sans-serif;
	color: #000000; 
	text-decoration: none;
}

.link:hover 
{
	font-family: Verdana,Times New Roman, sans-serif;
	color: #FF0000; 
	text-decoration: underline;
}

.link:active 
{
	font-family: Verdana,Times New Roman, sans-serif;
	color: #FF0000; 
	text-decoration: underline;
}

.navi_active
{
	font-family: Verdana,Times New Roman, sans-serif;
	font-size: 14px;
	color: #FF0000; 
	text-decoration: underline;
}

.navi_active:hover
{
	font-family: Verdana,Times New Roman, sans-serif;
	font-size: 14px;
	color: #FF0000; 
	text-decoration: underline;
}

.navi_top
{
	font-family: Verdana,Times New Roman, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.navi_top:visited
{
	font-family: Verdana,Times New Roman, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}

.navi_top:active
{
	font-family: Verdana,Times New Roman, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.navi_top:link
{
	font-family: Verdana,Times New Roman, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}

.navi_top:hover
{
	font-family: Verdana,Times New Roman, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

/*################################
// ende link formatierung
//################################*/


/*################################
// start text formatierung
//################################*/
.text
{
	font-family: Verdana,Times New Roman, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.text_grau
{
	font-family: Verdana,Times New Roman, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
/*################################
// ende text formatierung 
//################################*/

.pic_border
{
	border: 1px solid #999999;
}
-->