/*-------------------------------------------------------------------------*/
/* Hauptseite */
body
{
   scrollbar-track-color: #FFFFFF;
   scrollbar-face-color: #FFFFFF;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-3dlight-color: #FFFFFF;
   scrollbar-darkshadow-color: #000000;
   scrollbar-shadow-color: #FFFFFF;
   scrollbar-arrow-color: #000000;
 }
 body
{
	margin: 0px;
	padding: 0px;
	background-image:url();
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-color:#FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	line-height:16px;
}

	html 
{
overflow-x:hidden;
}
/*-------------------------------------------------------------------------*/
/* Schriftart Links */
.navi
{
	font-family: Arial;
    font-size: 14px;
    font-weight:bold;
    color: #000000;
    text-decoration: none;
    cursor: default;
	line-height:10px;
}
.navi1
{
    font-family: verdana;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
	cursor:e-resize;
}

a.navi:hover
{
    color: #FFFFFF;
	cursor: default;
}
a.navi1:hover
{
    color: #000000;
	cursor: e-resize;
	font-weight: bold; 
}
/*-------------------------------------------------------------------------*/
/* Schriftarten */
.style1 
{
   	text-align: center;
	color: #FFFFFF;
	font-family: Tahoma; 
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-hight: 10pt;
	font-size: 8pt; 
	background:#000000;
	border-bottom:1px solid #000000;
}
.style2
{
   font-family: Verdana; 
   font-size: 10px; 
   font-weight: bold;
   border:2px solid #000000;
   background:#FFFFFF;
}
.style3
{
   font-family: Verdana; 
   font-size: 10px;
   color:#FFFFFF;
   border:2px solid #FFFFFF;
   background:#000000;
}		
.style4
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}
.style5
{
	font-family: Verdana;
	font-size: 10px;
	text-decoration:underline;
}
.style6
{
   font-family: Verdana; 
   font-size: 8,5px; 
   font-weight:;
   color:#FFFFFF;
}