/* --------------- Links ---------------*/
a:link, a:active, a:visited {color: #bc6914; font-weight: bolder; text-decoration: underline;}
a:hover {color: #bc6914; font-weight: bolder; text-decoration: none;}

a:link.headernavigation, a:active.headernavigation, a:visited.headernavigation {color: #fff; font-weight: normal; text-decoration: none;}
a:hover.headernavigation {color: #fff; font-weight: normal; text-decoration: underline;}

a:link.headerLogOff, a:active.headerLogOff, a:visited.headerLogOff {color: #f8f4e9; font-weight: normal; text-decoration: none;}
a:hover.headerLogOff {color: #f8f4e9; font-weight: normal; text-decoration: underline;}


/* --------------- Allgemeine Schriftauszeichnung, Absätze und Umbrüche ---------------*/
.headline {
	font-size: 1.167em;
	font-weight: bolder;
	color: #0b090a;
}

.subline {
	margin-top: 1.084em;
	font-weight: bolder;
	color: #0b090a;
}

h2 {
	font-size: 1.25em;
	color: #0b090a;
	font-weight: bolder;
	padding-bottom: 14px;
}

h3 {
	font-size: 1.334em;
	color: #919795;
	font-weight: bolder;
	padding-bottom: 14px;
}

h4 {
	font-size: 1.25em;
	color: #919795;
	font-weight: bolder;
	padding-bottom: 14px;
}

h6 {
	font-size: 1.25em;
	color: #919795;
	font-weight: bolder;
	padding-bottom: 0px;
}

h5 {
	font-size: 1.25em;
	color: #0b090a;
	font-weight: bolder;
	padding-bottom: 4px;
}

#h5header {
	font-size: 1.25em;
	color: #0b090a;
	font-weight: bolder;
	padding-bottom: 4px;
}

.hinweis {
	color: #666666;
	width: 600px;
	font-size: 0.917em;
	padding-bottom: 10px;
	padding-right: 50px;
}

#formerror {
	width: 500px;
	font-size: 1em;
	font-weight: bolder;
	color: #e2001a;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #e2001a;
}

#formerror_hidden {
	display: none;
	width: 500px;
	font-size: 1em;
	font-weight: bolder;
	color: #e2001a;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	border: 1px solid #e2001a;
}

#accounterror {
	width: 400px;
	font-size: 1em;
	font-weight: bolder;
	color: #333333;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 5px 10px;
	background-color: #fff;
	border: 2px solid #e2001a;
}

#accounterror_hidden {
	display: none;
}

#anmeldeerror {
	width: auto;
	font-size: 1em;
	color: #e2001a;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 5px 0px;
	background-color: #fff;
	border: 2px solid #e2001a;
}

#anmeldeerror_hidden {
	display: none;
}

.agbError {
	font-weight: bolder;
	color: #e2001a;
}

br.absatz {
	margin-bottom: 5px;
}

br.absatzgross {
	margin-bottom: 20px;
}

div.fussnote {
	padding-top: 15px;
	font-size: 0.75em;
	line-height: 1.5em;
}

div.fussnote .einzug {
	padding-left: 10px;
}

#divAbschluss {
	clear: both;
	padding: 10px;
}
