.normal {
	font-family : "Courier New", Courier, monospace;
	font-size : 14px;
	color : #FFDB05;
}

.klein {
	font-family : "Courier New", Courier, monospace;
	font-size : 12px;
	color : #FFDB05;
}
.klein2{
	font-family : "Courier New", Courier, monospace;
	font-size : 12px;
	color : #EDEDED;
}
.klein3{
	font-family : "Courier New", Courier, monospace;
	font-size : 12px;
	color : #080808;
}
.klein4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #FFDB05;
	line-height : 8px;
}
A {
	font-family : "Courier New", Courier, monospace;
	font-size : 14px;
	color : #FFDB05;
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
}
input.langer {
	width:120px;
	color: #ededed;
	font-family: Verdana, arial, sans-serif;
	font-size:11px;
	border-style:groove;
	background-color: Black;
	border-color : Silver;
}

.button {
	background : black;
	color: #EFEFEF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	border-style : groove;
	border-color : Gray;
	font-weight : bold;
}




