/* CSS Document */

body {
	background: #FFF;
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-left: 50px;
	margin-right: 50px;
	margin-top:30px;
}

body,td,th {
	color: #000000;
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', 'sans-serif';
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 140%;
}

a:link {
	color: #f91a00;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #f91a00;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


.txtintro {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	line-height: 140%;
}

.txtoptions {
	font-size: 12px;
    color: #FFFFFF;
    line-height: 19px;
}

.txtformular {
	size: 61
}

.txttitle {
	font-size: 14px;
    color: #666666;
    line-height: 19px;
    font-weight: normal;
} 

.txttext {
	font-size: 14px;
    color: #000000;
    line-height:140%px;
    font-weight: normal;
}

.txtfehler {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #f91a00;
    font-weight: bold;
}
.footer {
	font-size: 9px;
    color: #000000;
    font-weight: normal;
}



#neulink {
	color: #FFFFFF;
	background-color: #f91a00;
	text-decoration: none;
    font-weight: bold;
}

#neulink:hover {
	color: #f91a00;
	background-color:#FFFFFF;
	text-decoration: none;
    font-weight: bold;
}





#abschicken {
	color: #FFFFFF;
	background-color: #f91a00;
	text-decoration: none;
    font-weight: bold;
}

#abschicken:visited {
	color: #FFFFFF;
	background-color: #f91a00;
	text-decoration: none;
    font-weight: bold;
}

#abschicken:hover {
	color: #f91a00;
	background-color:#FFFFFF;
	text-decoration: none;
    font-weight: bold;
}



#abbrechen {
	color: #FFFFFF;
	background-color: #f91a00;
	text-decoration: none;
    font-weight: bold;
}

#abbrechen:visited {
	color: #FFFFFF;
	background-color: #f91a00;
	text-decoration: none;
    font-weight: bold;
}

#abbrechen:hover {
	color: #f91a00;
	background-color:#FFFFFF;
	text-decoration: none;
    font-weight: bold;
}


#rot:link {
	color: #f91a00;
	text-decoration: none;
	font-weight: normal;
}
#rot:visited {
	color: #f91a00;
	text-decoration: none;
}
#rot:hover {
	color: #f91a00;
	text-decoration: underline;
}
#rot:active {
	text-decoration: none;
}



.copyright {
	font-size: 13px;
}

p {
	font-size: 16px;
	line-height: 200%;
}

#attention {
	border: 1px solid #f91a00;
	background-color: #f6f6f6;
	padding: 10px
}
