BODY {
	background: White;
	color : Black;
	font-family : Verdana;
	font-size: 12px;
	text-align: justify;
}

H1 {
	font-size: 13pt;
	color: Red;
}
.Hinweis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #CC6600;
	font-variant: normal;
	word-spacing: normal;
	width: auto;
}


H4{
	font-size: 12pt;
	color: Black;
	font : bold;
	}

H3 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : Black;
	}

A {
	text-decoration: underline;
	color: Black;
}

A:Hover {
	text-decoration: underline;
	color: Red;
}

HR {
	color: Black;
	height: 1pt;
}

.tabline {
	border : 1px solid Black;
}
	
.feld {
	border : 1px solid Red;
	background-color : transparent;
	cursor : hand;
	}
	

	
