BODY {
	margin: 0px;
}

A, P, TD, H1, H2, H3, PRE, SPAN{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 80%;
	color : #333333;
}
P{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	color : #333333;
}
A:LINK, A:VISITED {
	font-familiy : Arial, Helvetica, sans-serif;
	font-size : 100%;
	color : #006633;
	text-decoration: none;
	font-weight : bold;
}
A:HOVER{
	font-size : 100%;
	color : #CCCC00;
	text-decoration: none;
	font-weight : bold;
}
A.mutzke:LINK, A.mutzke:VISITED {
	font-familiy : Arial, Helvetica, sans-serif;
	font-size : 100%;
	color : #006633;
	text-decoration: underline;
	font-weight : normal;
}
A.mutzke:HOVER{
	font-size : 100%;
	color : #CCCC00;
	text-decoration: underline;
	font-weight : normal;
}
H1 {
	font-size : 120%;
	color : #006633;
	font-weight : bold;
	text-decoration : none;
}
H2 {
	font-size : 100%;
	color : #006633;
	font-weight : normal;
	text-decoration : none;
}
H3 {
	font-size : 100%;
	color : #006633;
	font-weight : bold;
	text-decoration : none;
}
H4 {
	font-size : 100%;
	color : #CC3300;
	font-weight : bold;
	text-decoration : none;
}
H5 {
	font-size : 80%;
	font-weight : bold;
	color : #3333333;
}
SPAN {
	font-size : 120%;
	font-weight : bold;
	color : #006633;
	text-decoration : none;
}
.eingabefeld {
	border-width: 1px
	border-style: solid;
	background-color: #000033;
	font-weight: bold;
	background-color:  transparent;
}
.klein {
	font-size : 85%;
}
.over{
	font-size : 80%;
	color : #CCCC00;
	text-decoration: none;
	font-weight : bold;
}


