/*

*/

/* ******************* MAIN ************************ */


h1 {
	color:#333333; 
	font-family:"Verdana";
	font-size:16pt;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}
h2 {
	color:#333333; 
	font-family:"Verdana";
	font-size:12pt;
	font-style:normal;
	font-weight:bold;

}
.h2 {
	color:#333333; 
	font-family:"Verdana";
	font-size:12pt;
	font-style:normal;
	font-weight:bold;

}


/* Style der Links: */
.navigation {
	 font-family:"Verdana";
	 font-size:12px;
	 font-weight:normal;
   color:#333333; 
   text-decoration:none;
   text-align:center;
}

.navigation:hover      { 
    font-weight:normal;
    color:#197B30; 
    text-decoration:underline;
}

.navigation_active {
	 font-family:"Verdana";
	 font-size:12px;
	 font-weight:normal;
   color:#333333; 
   text-decoration:underline;
   text-align:center;
}

.navigation_active:hover      { 
    font-weight:normal;
    color:#197B30; 
    text-decoration:underline;
}

.nav_weiss {
	 font-family:"Verdana";
	 font-size:12px;
	 font-weight:normal;
   color:#FFFFFF; 
   text-decoration:none;
   text-align:center;
}

.nav_weiss:hover      { 
    font-weight:normal;
    color:#FFFFFF; 
    text-decoration:underline;
}
.nav_weiss_active {
	 font-family:"Verdana";
	 font-size:12px;
	 font-weight:normal;
   color:#FFFFFF; 
   text-decoration:underline;
   text-align:center;
}

.nav_weiss_active:hover      { 
    font-weight:normal;
    color:#FFFFFF; 
    text-decoration:underline;
}
body, td {
		font-family:"Verdana";
		color:#333333; 
		font-size:12px;
	 
}

a {
	 color:#333333; 
	 text-decoration:none;
}

a:hover      { 
   color:#197B30; 
   text-decoration:underline;
}