
html, body{ height:100%; }
body{ margin:0px; }

@font-face { font-family: 'January';
             src: url('January-handwritten.otf') format('truetype'); 
						 font-display: swap;
						 }

body,font,th,td,div,p {
	font-family: Verdana, Arial, Helvetica;
	font-size : 9pt;
	color:#000000;
}

.fscr { font-family: January;margin-top: 10px; margin-bottom: 0;}

/* Links allgemein */
a { font-size: 9pt; text-decoration: none;}
a, a:visited {color :#B0BA1B; }
a:active,a:focus,a:hover {color:#FECB00; }

/* Link Copyright */
a.cop { color:#B0BA1B;font-size:8pt;font-weight:bold; }

h3 { color:;font-size:12pt;font-weight:bold;font-family: Verdana, Arial, Helvetica; }
h4 { color:;font-size:11pt;font-weight:bold;margin:0px; }
h5 { color:;font-size:10pt;font-weight:bold;display:inline; }

.txr { text-align:right; }
.txc { text-align:center; }

.err { font-size:8pt;font-weight:bold;color:#F00; }
.ok { font-size:8pt;font-weight:bold;color:#006600; }

.fsm { font-size:8pt; }
.fbg { font-size:11pt; }
.fbold { font-weight:bold; }

.i {  }
.b {  }

.rand { border:1px solid #FF0000; }


/* ----------------
-------------------*/
.rund5 {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	behavior:url(border-radius.htc);
}

.rund10 {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	behavior:url(border-radius.htc);
}

.rund20 {
	-moz-border-radius:30px; /* Firefox */
	-webkit-border-radius:30px; /* Safari, Chrome */
	-khtml-border-radius:30px; /* Konqueror */
	border-radius:30px; /* CSS3 */
	behavior:url(border-radius.htc);
}

.shaddow {
	box-shadow:0px 0px 10px #323232;
	-moz-box-shadow:0px 0px 10px #323232;
	-webkit-box-shadow:0px 0px 15px #323232;
	-khtml-box-shadow:0px 0px 15px #323232;
}

/* Tabellenformatierung */
div.tbl { display: table; border-collapse: collapse; }
div.tr { display: table-row; }
div.td { display: table-cell; padding: 5px;vertical-align:top; }


#container {
	position:relative;
	width: 1024px;
	margin: 20px auto;
	background-color:#FFFFE7;
}

#header {
	height: 160px;
	background-color: #FECB00;
}

#menue {
	height: 30px;
	background-color: #B0BA1B;
	border-top: 5px solid #FFFFFF;
}
.men_td { 
	text-align:center; 
	font-weight:bold; 
	height: 20px;
	text-shadow: 1px 1px #787878;
	border-right: 1px solid #B0BA1B;
}
.men_td:hover { background-color: #FECB00; color: #5d5b00; }

a.men { margin: 0 20px; color: #FFFFFF;	font-size: 10pt; }
a.men:hover { text-decoration:underline; }


#content {
	position:relative;
	margin: 10px 30px;
	width: 920px;
	z-index:66;
	min-height:470px;
}

#footer {
	height: 70px;
	background-color: #B0BA1B;
	/* bottom: 0px; */
	width: 100%;
	padding-top:5px;
}

.fo_td { 
	color: #FFFFFF;
	text-shadow: 1px 1px #888;
	padding:10px;
}

.tabu { display:block;float:left; }

.hg_ge { background-color: #FECB00; }
.hg_gr { background-color: #B0BA1B; }

.pic {
	border: 5px solid #FFF;
	box-shadow:0px 0px 8px #c0c0c0;
	-moz-box-shadow:0px 0px 8px #c0c0c0;
	-webkit-box-shadow:0px 0px 8px #c0c0c0;
	-khtml-box-shadow:0px 0px 8px #c0c0c0;
}

#start_re { width:380px;
	font-size: 12pt;
}
#start_re:p { font-size: 12pt; }