/* 	(c)2001 w.steckman - all rights reserved.  */

/*------- body -------*/
body {
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #cccccc; 
	SCROLLBAR-3DLIGHT-COLOR: #666666; 
	SCROLLBAR-ARROW-COLOR: #666666; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #666666
	}
	
.submit {
	font-family: trebuchet ms, arial, helvetica, sans-serif; 
	}
	
/* mouseover */
.navi_01_normal	{ background-color : d2d2d2;}
.navi_01_over 	{ background-color : e9e9e9;}	

.navi_02_normal	{ background-color : e0e2e4;}
.navi_02_over 	{ background-color : e9e9e9;}	
	
/*  -------------------------  form ---------------------------  */
.eingabefeld {
	width: 600px;
	border: 1 solid black; 
	color: black; 
	background: white;
	font-size: 12px;
	font-family: tahoma, arial, helvetica, sans-serif;
	} 
	
.defbreite {
  	width: 300px;
  	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:12px;
    color:#000000;
}
	
.button {
	width: 95px;
	border: 1 solid black; 
	color: black; 
	background: white 
	font-size: 12px;
	font-family: tahoma, arial, helvetica, sans-serif;
	} 	

.submit{
       width:200px;
       height:22px;
       background-color:#99ccff;
       font-family:arial;
       font-size:12px;
       color:#000000;
       }

.select {
       width:200px;
       height:22px;
       background-color:#99ccff;
       font-family:arial;
       font-size:12px;
       color:#000000;
       }
	   	
/*------- text --------*/	
/* text */

/* breadcrumbnavigation */
.bc {
	color: #f2f2f2;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	line-height: 200%;
}

/* head level 1 */
.h1 {
	color: #999999;
	font-size: 18px; 
	font-family: trebuchet ms, arial, helvetica, sans-serif; 
	letter-spacing: 1px;
    }

/* head level 2 */
.h2 {
	color: #666666;
	font-size: 14px; 
	font-weight: bold; 
	font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: bold;
    }
	
/* head level 3 Statuszeile */
.h3 {
	color: #ffffff;
	font-size: 11px; 
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
    }
	
/* text */
.st {
	color: #666666;
	font-size: 10px;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	line-height: 150%;
}

/* text */
.t {
	color: #666666;
	font-size: 12px;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	line-height: 150%;
}

/* lighttext */
.lt {
	color: #cccccc;
	font-size: 10px;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
}

/* footernavi */
.fn {
	color: #999999;
	font-size: 11px;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
}

/* Navigation*/
.navi{
    color: #999999; 
    font-size: 12px; 
    font-family: tahoma, arial, helvetica, sans-serif;
	letter-spacing: 1px;
   	text-decoration: none;
}
/* Navigation*/
.navia{
    color: #000000; 
    font-size: 12px; 
    font-family: tahoma, arial, helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
}

/* Navigation

.navi_01{
    color: #000000; 
    font-size: 12px; 
    font-family: tahoma, arial, helvetica, sans-serif;
	letter-spacing: 1px;
    text-decoration: none;
}
.navi_02{
    color: #000000; 
    font-size: 12px; 
    font-family: tahoma, arial, helvetica, sans-serif;
	letter-spacing: 1px;
    text-decoration: none;
}

.navi_04{
    color: #000000; 
    font-size: 10px; 
    font-family: tahoma, arial, helvetica, sans-serif;
	letter-spacing: 1px;
    text-decoration: none;
}*/

/*############Link Descriptions############*/
/* nav1 link desc */
a { color: #0000ff; }

a.fn:active		{ color: #999999; text-decoration: none;}
a.fn:link		{ color: #999999; text-decoration: none;} 
a.fn:visited 	{ color: #999999; text-decoration: none;}
a.fn:hover 		{ color: #666666; text-decoration: none;}

a.h3:active		{ color: #ffffff; text-decoration: none;}
a.h3:link		{ color: #ffffff; text-decoration: none;} 
a.h3:visited 	{ color: #ffffff; text-decoration: none;}
a.h3:hover 		{ color: #f2f2f2; text-decoration: underline;}
