a:active
{
  outline: none !important;
}


a:link {
	color: #d0103a;
	text-decoration: none;
	cursor: hand;
}

a:hover {
	color: #d0103a;
	text-decoration:underline;
	cursor: hand;
}

a:visited {
	color: #d0103a;
	text-decoration: none;
	cursor: hand;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#2F2F2F;
	text-decoration: none;
	padding: 0;
	margin: 0 0 20px 0;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	color:#FF6315;
	margin: 0 0 6px 0;
}


strong {
	font-weight: bold;
	font-style: normal;
}

a img{
	border: none;

}

ul{
    width: 280px;
	type: disc;
	padding: 0;

}

ul li{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
	list-style-position:inside;
	text-indent: 0px;
	color:#2F2F2F;
	text-decoration: none;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;

}

.haupttabelle .rechts p{
   text-align: right;
   margin: 3px 10px 0 0;

}

.haupttabelle .titel{
   margin: 70px 0 0 0;

}

.haupttabelle .eingabefeld{
   margin: 0 0 20px 0;

}

.haupttabelle input[type ="text"]{
   width: 250px;
   margin: 0 0 10px 0 !important;
 }
 
.error {
   color:#FF6315;
   font-weight: strong;
 
}

.footer {
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	text-align: center;
	font-size: 10px;
	
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#2F2F2F;
	text-decoration: none;

}

legend{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: none;

}
