BODY,TD{
	background: #FEF5C2;
	color : #003300;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	SCROLLBAR-FACE-COLOR: #fef5c2;
	SCROLLBAR-HIGHLIGHT-COLOR: #fef5c2;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #003300;
	SCROLLBAR-ARROW-COLOR: #003300;
	SCROLLBAR-TRACK-COLOR: #fef5c2;
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
}	

#fadeinbox {
	position: absolute;
	width: 500px;
	border: 1px solid black;
	background-color: #fef5c2;
	padding: 4px;
	z-index: 100;
	top: -600px;
	visibility: hidden;
}

/* text infobox fuer news auf der startseite */
.boxtext {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #4f4f4f; 
	background-color: #fef5c2;
}

.TD01 {
	background: #FEF5C2;
	color : #003300;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.TD02 {
	background: #FFFFFF;
	color : #333399;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.TD03 {
	background: #9999CC;
	color : #333399;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.TD04 {
	background: #9999CC;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.table04 { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #3f3f3f;
	border-bottom-color: #009900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	/*border-top-color: #bbcbe7;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #bbcbe7;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #bbcbe7;
	border-right-style: solid;
	border-right-width: 1px;*/
}

.table05 { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #3f3f3f;
	border-bottom-color: #009900;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

H2 {
	font-size: 14pt;
}

H3 {
	font-size: 15pt;
	font-family: sans-serif;
}

H4 {
    font-family: sans-serif;
    font-size: small;
	text-align: center;
}

H5 {
    font-family: sans-serif;
    font-size: 10pt;
	text-align: center;
	font-style: italic;
}

.menu {
	font-size:8pt;
	color: #FFFFFF;
	padding : 0;
	background: #9999CC;
}	

A {
	color: #003300;
}

A:Hover {
	color: red;
}

A:Active {
	color: red;
}

HR {
	height: 2pt;
}


