/* LINK FEATURES */
A:LINK{color: #5E5A6E; font-decoration: underlined}
A:VISITED{color: #8080FF}
A:ACTIVE{color: #EC2400}
A:HOVER{color: #8B0000;
}

/* FONT FEATURES */
FONT.TXT{
	font-family: Verdana, Arial, sans-serif; color: #5E5A6E;	
	font-size: 16px;
}

P.TXT{
	font-family: Verdana, Arial, sans-serif; color: #5E5A6E;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 28px;
	vertical-align: top;
	}

body {
	background-color: #FBFAC3;
	font-family: Verdana, Arial, sans-serif; color: #5E5A6E;	
}


/* Format Aufzählungsliste */
LI.PKT {
	list-style-type: circle;
	list-style-position: outside;
	font-family: Verdana, Arial, sans-serif; color: #5E5A6E;	
}

/* Textbox */
.cBox {
	/* layer-background-color:#336699; 
		background-color:#336699; */
	layer-background-color:#5E5A6E;
	background-color:#5E5A6E;
	visibility:visible;
	z-index:300;
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	/* border: thin outset #333333; */
	font-family: Verdana, Arial, sans-serif; color: #FFD700;
	font-weight: bolder;
		margin-left: 0px;
		padding-left: 9px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 9px;
		}

