/* body { font-family:Arial,Helvetica,sans-serif; font-size:12px; color:#000000; background-color:#FFFFFF; scroll:auto; font-style:normal} */

body {
	margin-left:0px;
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:0px;        
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
		}

td { 
	font-family:Arial,Helvetica,sans-serif; 
	font-size:12px; 
	color:#000000; 
	scroll:auto
		}

td.Anmerkung { FONT-SIZE:10px; COLOR:#5d5b5a; FONT-FAMILY:Arial,Helvetica,sans-serif}

td.Blickfang { FONT-WEIGHT:bolder; FONT-SIZE:17px; COLOR:#5d5b5a; FONT-STYLE:italic; FONT-FAMILY:Arial,Helvetica,sans-serif}

th { FONT-WEIGHT:bolder; FONT-SIZE:12px; COLOR:#000000; FONT-FAMILY:Arial,Helvetica,sans-serif}

td.orange { background-color:#FFCC00}
/* <td class="orange" ... ECB909> */

td.rot { background-color:#920909}
/* <td class="rot" ... > */

td.gelb { background-color:#FFFFCE}
/* <td class="gelb" ... > */

td.grau { background-color:#F0F0F0}
/* <td class="grau" ... > */

h1 { 
	font-family:"Times New Roman",Times,serif; 
	font-size:24px; 
	text-align:center; 
	color:#000000; 
	font-style:italic
		}

h2 { 
	font-family:Arial,Helvetica,sans-serif; 
	font-size:24px; 
	color:#000000; 
	font-style:normal; 
	font-weight:bold
		}

h3 { 
	font-family:"Times New Roman",Times,serif; 
	font-size:18px; 
	letter-spacing: 0.1em;
	color:#000000; 
	background-image:url(grws.gif); 
	background-color:#FFFFFF; 
	background-repeat:no-repeat; 
	font-style:italic
		}

h4 { 
	font-family:Arial,Helvetica,sans-serif; 
	font-size:14px; 
	color:#000000; 
	font-style:normal
		}

h5 { 
	font-family:Arial,Helvetica,sans-serif; 
	font-weight:bold; 
	font-size:10px; 
	color:#000000; 
	font-style:normal
		}

h6 { 
	font-family:Arial,Helvetica,sans-serif; 
	font-size:9px; 
	font-style:normal
		}

p { font-family:Arial,Helvetica,sans-serif; font-size:12px; color:#000000; font-style:normal}

.eingabefeld {border-width:1px; border-style:solid; border-color:#000000; font-family:Arial; color:#000000; background-color:#FFFFCC;}
/* <input class="eingabefeld"> - Nicht mit Netscape 4.7! */

.gruen-fett { font-family:Arial,Helvetica,sans-serif; font-size:12px; color:#008000; font-style:normal; font-weight:bold}
/* class=".gruen-fett" ...  */

.gruen_3 { font-family:Arial,Helvetica,sans-serif; font-size:16px; color:#008000; font-style:normal; font-weight:bold}
/* class=".gruen-fett" ...  */

td.weiss_fett_3_schwarz { font-family:Arial, Helvetica, sans-serif; font-size:12pt; color:#FFFFFF; font-style:italic; font-weight:bold; background-color:#000000; }
/* <td class="weiss_fett_3_schwarz" ...  */

td.schwarz_fett_3_silber { font-family:Arial, Helvetica, sans-serif; font-size:12pt; color:#000000; font-weight:bold; background-color:#CCCCFF; }
/* <td class="weiss_fett_3_schwarz" ...  */

td.size14_orange { font-family:Arial,Helvetica,sans-serif; font-size:14px; color:#000000; font-style:normal; font-weight:bold; background-color:#FFCC00}
/* <td class="14_orange" ...  */

.kleinschrift { font-family:Arial,Helvetica,sans-serif; font-size:10px; color:#000000; font-style:normal}
/* class=".kleinschrift" ...  */

div.txtbalken { font-family:Arial,Helvetica,sans-serif; font-weight:bold; font-style:italic; font-size:16px; text-align:left; color:#000000}
/* <div class="txtbalken"> */

ul { list-style-type:disc}
/* Unsorted List (wird im Web-Editor als Standardlist angezeigt) */

.btn { text-align:center; background-color:#FFEE99}
/* Menu-Button formatieren */

.nav {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}

.sm {
	color:#FFFFFE;
	text-decoration:none;
	font-size:4px;
}

.sub {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
}

.sel {
	color: #000000;
	text-decoration:underline;
	font-size:11px;
}

a { font-weight:bold; color:#000000; text-decoration:underline; cursor:pointer}

a:hover { font-weight:bold; color:#600909; text-decoration:underline; cursor:pointer}
/* color:#008000 */

/* a:visited { font-weight:bold; color:#000000; text-decoration:underline} */

/* a:active { font-weight:bold; color:#000000; text-decoration:underline} */


/* Wichtig: Zwar sind innerhalb einer Formatdefinition (xx:yy;) durchaus Leerzeichen erlaubt,
   aber der Netscape-Browser hat sich dabei als sehr empfindlich erwiesen -
   kurz gesagt, er ignoriert die Angaben. Obwohl es nicht so gut lesbar ist,
   ist es deshalb vorläufig auf jeden Fall besser, keine Leerzeichen innerhalb einer
   Formatdefinition zu verwenden. 
   Firefox: will die Angabe "width:150px" einfach nicht interpretieren, d.h. dass der Kasten 
   um den link nur die Breite des Textes plus padding hat. Was tun?
   Der Firefox interpretiert Größenangaben nur bei Block-Elementen, den Verweisen muss 
   die Eigenschaft display: block; zugewiesen werden.
   */


/* A { FONT-WEIGHT:bolder; FONT-SIZE:12px; COLOR:#5d5b5a; FONT-FAMILY:Arial,Helvetica,sans-serif} */

a:link.men {
	width : 95px;
	background-color : #FFEE99;
	font: normal 90%/100% Arial,Helvetica,sans-serif;
	letter-spacing : 1px;
	text-decoration : none;
	text-align : center;
	color : black;
	font-weight : normal;
	margin-right : 1px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	border-top : 2px outset white;
	border-left : 2px outset white;
	border-right :  2px outset white;
	border-bottom :  2px outset white;
	display: block;
		}

a:visited.men {
	width : 95px;
	background-color : #FFEE99;
	font: normal 90%/100% Arial,Helvetica,sans-serif;
	letter-spacing : 1px;
	text-decoration : none;
	text-align : center;
	color : black;
	font-weight : normal;
	margin-right : 1px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	border-top : 2px outset white;
	border-left : 2px outset white;
	border-right :  2px outset white;
	border-bottom :  2px outset white;
	display: block;
		}

a:hover.men {
	width : 95px;
	background-color : #FFFFFF;
	font: normal 90%/100% Arial,Helvetica,sans-serif;
	letter-spacing : 1px;
	text-decoration : none;
	text-align : center;
	color : black;
	font-weight : normal;
	margin-right : 1px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	border-top : 2px outset white;
	border-left : 2px outset white;
	border-right :  2px outset white;
	border-bottom :  2px outset white;
	display: block;	
		}

a:active.men {
	width : 95px;
	background-color : #FFEE99;
	font: normal 90%/100% Arial,Helvetica,sans-serif;
	letter-spacing : 1px;
	text-decoration : none;
	text-align : center;
	color : black;
	font-weight : normal;
	margin-right : 1px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	border-top : 2px outset white;
	border-left : 2px outset white;
	border-right :  2px outset white;
	border-bottom :  2px outset white;
	display: block;	
		}


DIV.fett { FONT-WEIGHT:bold; FONT-SIZE:12pt; COLOR:black; FONT-FAMILY:Arial,Helvetica,sans-serif}
DIV.normal { FONT-SIZE:10pt; COLOR:black; FONT-FAMILY:Arial,Helvetica,sans-serif}


