body
{

	color: rgb(10, 10, 10);
	font-size: 10px;
	font-family: verdana, arial, helvetica;
	background-color: rgb(240, 240, 240);
}

a:link
{
	text-decoration: none;
	font-weight: bold;
	color: rgb(10, 10, 10);
}

a:href
{
	text-decoration: none;
	font-weight: bold;
	color: rgb(10, 10, 10);
}

a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: rgb(10, 10, 10);
}

a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: rgb(10, 10, 10);
	background-color: rgb(54, 170, 13);
}

a:active
{
	text-decoration: none;
	font-weight: bold;
	color: rgb(10, 10, 10);
	background-color: rgb(54, 170, 13);
}

input
{
	color: rgb(10, 10, 10);
	font-size: 10px;
	font-family: verdana, arial, helvetica;
	background-color: rgb(240, 240, 240);
	border: 2px solid rgb(54, 170, 13);
}

select
{
	color: rgb(10, 10, 10);
	font-size: 10px;
	font-family: verdana, arial, helvetica;
	background-color: rgb(240, 240, 240);
	border: 2px solid rgb(54, 170, 13);
}

textarea
{
	color: rgb(10, 10, 10);
	font-size: 10px;
	font-family: verdana, arial, helvetica;
	background-color: rgb(240, 240, 240);
	border: 2px solid rgb(54, 170, 13);
}

h1
{
	color: rgb(10, 10, 10);
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, arial, helvetica;
}

p
{
	color: rgb(10, 10, 10);
	font-size: 10px;
	font-family: verdana, arial, helvetica;
}

.farbe1
{
	background-color: rgb(191, 255, 185);
}

.farbe2
{
	background-color: rgb(255, 255, 255);
}