a { text-decoration: underline; color:#FFFCDC; } a:visited { ; 
text-decoration: underline} a:active { text-decoration: underline; color:#B43300; 
} a:hover { color:#B43300; text-decoration: underline; } body { ; } td { font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt; color: #FFFCDC; ; text-align: justify} 
.justify {  text-align: justify}
.bildrand {
	border: 1px solid #FFFCDC;
}
hr 
{
  background-color:#B43300; /* Mozilla 1.4 */
  color:#B43300; /* IE 6 */
  border: #B43300; /* Opera 7.11 */
  height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
  top: 10px;
  bottom: 10px;
}

.footer
{
	background-color: #B43300;
	padding: 10px
}

.footer a
{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

.footer a:hover
{
	text-decoration: underline;
}

/* formular */

.form-style.error
{
	color: #db0000;
	padding: 15px 0;
}

.form-style .text-center
{
	text-align: center;
}

.form-style .smaller
{
	font-size: 0.8em;
}

.form-style .label
{
	float: left;
	width: 200px;
}

.form-style > div
{
	margin-left: 200px;
	margin-bottom: 10px;
	max-width: 300px;
}

.form-style > div:after
{
	content: "";
	clear: both;
	display: block;
}

.form-style > div.full
{
	margin-left: 0;
	max-width: 500px;
}

.form-style > .text, .form-style > .capt
{
	height: 20px;
	line-height: 20px;
}

.form-style > .capt
{
	display: block;
}

.form-style > strong
{
	clear: both;
	display: block;
}

.form-style input,
.form-style textarea,
.form-style select
{
	width: 100%;
	border: 1px solid #bbb;
	box-sizing: border-box;
}

.form-style textarea
{
	height: 130px;
	max-width: 500px;
}

.form-style input[type=checkbox],
.form-style input[type=submit]
{
	width: auto;
}

.form-style input[type=submit]
{
	padding: 8px 16px;
	cursor: pointer;
}

.form-style .float
{
	float: left;
}

.form-style .checkbox_text
{
	margin-left: 25px;
	line-height: 1.5em;
}