@charset "UTF-8";
/* CSS Document */

a 	  { color:#00FF99; text-decoration:none; font-size:14px;}
a:hover   { color:#FFFFFF; text-decoration:underline; font-size:14px;}
a:visited { color:#FFFF00; text-decoration:none; font-size:14px;}
a:active  { color:#66CCFF; text-decoration:none; font-size:14px;}

body { background-color:#008800 ; color:#EEEE00 ; padding:10px;	font-size:18px; font-family:Arial, Helvetica, sans-serif;}
/* #008800 - groen, #EEEE00 - geel, #66CCFF - blauw 00FF99 l.groen */


.oneColFixCtrHdr #container {
	width: 970px;  
	background: #fff;
	margin: 0px auto; /* Durch automatische R&auml;nder (in Verbindung mit einer Breite) wird Seite zentriert. */
	border: 0px solid #000;	
}

.head { background-color:#EEEE00; COLOR:#000000; height:25px; border-top:1px solid #999; border-bottom:1px solid #999;}
.headFb { background-color:#FFFFFF; color:#000000; font-weight:bold; vertical-align:top;}	/*zwart-wit*/
	.headFb a 	 { color:#FF0000; text-decoration:none; font-size:15px; font-weight:bold;}		/* FF00FF d. paars 0000FF d. blauw */
	.headFb a:active { color:#FF0000; text-decoration:none; font-size:15px; font-weight:bold;}		/* 000000 wit FF0000 rood */
	.headFb a:hover  { color:#6495ED; text-decoration:underline; font-size:15px; font-weight:bold;}		/* 6495ED l. blauw */
	.headFb a:visited{ color:#00FF00; font-style:italic; font-size:15px; font-weight:bold;}			/* FFFF00 geel FFCCFF rose FF00FF paars donker */
/* diese Zeile löschen  .head {visibility:hidden;} */
.left { width:20px; }
.menu { width:250px; color:#000000; vertical-align:top; word-wrap:break-word;}
.menu1 { width:240px; background-color: #EEEE00; color:#000000; vertical-align:top; word-wrap:break-word;}
.menu-h  {visibility:hidden;}
#maintable { width: 970px;  border:0px;}
/*#maintable { width: 970px;  border:0px;}*/
#main { width:500px; padding-left:100px; padding-right:100px; text-align:left;}
.foot { background-color:#EEEE00; text-align:center; vertical-align:middle; height:25px; border-top:1px solid #999; border-bottom:1px solid #999;}

h1 { font-size:18px;}
h2 { font-size:18px; text-decoration:underline;}
h3 { font-size:18px; font-weight:bold; text-decoration:underline;}
h4 { font-size:15px; font-weight:bold;}
h5 { font-size:18px; font-weight:bold;}
h6 { font-size:24px; font-weight:bold;}
h7 { font-size:24px; font-weight:bold; text-decoration:underline;}
h8 { font-size:28px;}

.bold11 { font-weight:bold; font-size:11px;}
.bolditalic11 { font-weight:bold; font-style:italic; font-size:11px;}
.text10 { font-size:10px;}
.text11 { font-size:11px;}
.text12 { font-size:12px;}
.bold16 { font-weight:bold; font-size:16px;}

.u { text-decoration:underline;}
.ubold { text-decoration:underline; font-weight:bold;}

.floatleft { float:left; padding-right:10px;}
.floatright { float:right; padding-left:10px;}