body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: Black;
	margin-top: 20px;
	margin-left: 30px;
	text-align: justify;
}

#text
{
 margin-left:10%;
 margin-right:5%
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: Black;
	margin-top:20px;
	margin-left:30px;
	text-align: justify;
}

h1 {
	color: #84263B;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

a {
    text-decoration:none;
	color:#999999;
	font-weight:bold;
}

a:hover {
    color:#84263B;
}


li.button{
	margin-top:1px;
	border-left: 1px solid #fff;
	background-color:#c6c6c6;
	list-style-type:none;
	float:left;
}

 a.button{
	color: #ffffff;
	padding: 1px 24px 3px 24px;
	text-decoration: none;
	font-size: 12px;
	background-image: url(../bilder/blume_off.gif);
	list-style: none;
	vertical-align: middle;
	font-weight:bold;
}

a:hover.button,
a:focus.button, 
a:active.button {
	background-image:url(../bilder/blume.gif);
	color:#ffffff;
	background-color:#84263B;
	background-repeat: no-repeat;
}




