Body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: Black;
	scrollbar-face-color: #203068;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #003399;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #003399;
	scrollbar-arrow-color: #ABCDFE;
	background-color : transparent;
}

/* Basistexte */
P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: Black;
}

TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: Black;
}

TH {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: Black;
}
/* Link's */
A {
	text-decoration: underline;
	color: MidnightBlue;
}

A: link {
	color: MidnightBlue;
}

A: visited {
	color: #4B0082;
}

A: active {
	color: #4B0082;
	text-decoration: underline
}

A: hover {
	text-decoration: underline;
	color: #CC6600;
	}

.aShadow {
	width: 100%;
	filter: Shadow(color=#ccffff, direction=135);
	}

a.menu {
	color: White;
	text-align: center;
	font-size : 13px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.menu:link {
	color: White;
	text-decoration: none;
}
a.menu:visited {
	color: #F8F8FF;
	text-decoration: none;
}
a.menu:hover {
	color:#FFFF00;
	text-decoration: none;
	background : url(images/menue2.gif);
	width : 100%;
	height : 100%;
	padding : 8px;
}
a.menu:active {
	color:#FFFF00;
	text-decoration: none;
}

hr {
	color: MidnightBlue;
	height : 1px;
}

/* kleiner Text an Seitenraendern*/
.txtStatus {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3366CC;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

/* kleiner Text */
.txtSmall {
	font-size: 11px;
	}

/* normaler Text wie Body*/
.txtNormal {
	font-size: 13px;
	}

/* grosser Text*/
.txtBig {
	font-size: 16px;
	}

/* sehr grosser Text*/
.txtBigger {
	font-size: 19px;
	}

/* Schatten Text */
.shadow {
	width: 100%;
	filter: Shadow(color=LightGrey, direction=135);
	}

/* Schatten Bilder*/
.shsmall {
	/* width: 100%;  */
	filter: DropShadow(color=LightGrey, offx=3, offy=3); 
	}

/* Schatten */
.shbig {
	width: 100%; 
	filter: DropShadow(color=LightGrey, offx=5, offy=5); 
	}

/* Überschriften */
H1 {
	font-family: "Georgia","Times New Roman","Times", serif;
	width: 100%;
	font-size: 35px;
	font-weight: bolder;
	}

H2 {
	font-family: "Georgia","Times New Roman","Times", serif;
	width: 100%;
	font-size: 24px;
}

H3 {
	font-family: "Georgia","Times New Roman","Times", serif;
	width: 100%;
	font-size: 19px;
}

H4 {
	font-family: "Georgia","Times New Roman","Times", serif;
	width: 100%;
	font-size: 17px;
	}

.ulpic {
  list-style-position: outside; 
	list-style-image: url(../images/tnyviolt.gif); 
	list-style-type: circle; 
	margin-top: 20px}
	
.picGlow {
	filter:Glow(color=AntiqueWhite, strength=15)
	}
