.normal {
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0000ff;
}

.klein {
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0000ff;
}

.normalbox      {
	border: 1px solid #bb3366;
	margin: 3px;
	padding: 5px;
	background-color: #ffffff;
}

.menuebox      {
	border: 1px solid #bb3366;
	margin: 3px;
	padding: 5px;
	background-color: #ffffff;
}

.h1	{
	text-align: center;
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000ff;
}

.titlebox       {
	border: 1px solid #bb3366;
	margin: 0px;
	padding: 0px;
	background-color: #99ccff;
/* 	background-color: #f0f0ff; */
}

a:link	{
	font-size: 13px;
	text-decoration: none;
	color: #99ccff;
	font-weight: bold;
}

a:visited	{
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #99ccff;
}

a:hover	{
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: yellow;
	background-color: #bb3366;
}

a:active	{
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #99ccff;
}
.button		{
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom: 1px solid black;
	background-color: transparent;
	font-weight : bold;
}

.button_red	{
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom: 1px solid red;
	background-color: red;
	font-weight : bold;
}

.button_green	{
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom: 1px solid green;
	background-color: green;
	font-weight : bold;
}

.textfeld	{
	border:none;
	border-bottom:1px dashed black;
}

