/* CSS Document */
body {
	overflow:-moz-scrollbars-vertical;
	font-family: Century; Arial; Calibri;
	font-size: 16px;
}

A:link, A:visited, A:active { 
	text-decoration: none; 
	color: #000000; 
	font-weight: bold; 
}

A:hover {
	text-decoration: underline;
	color: #c20501;
	list-style-type: circle;
}

A:hover {
	text-decoration: none; 
	color: #575756;
	list-style-type: circle;
}

a.links_navigation:link {
	color: #000000; 
	font-size:9pt; 
}

a.links_navigation:visited {
	color: #000000;
	font-size:9pt; 
}

a.links_navigation:hover {
	text-decoration: none;
	color: #fdfdd0; 
	font-size:9pt; 
}

a.links_navigation:active {
	color: #000000; 
	font-size:9pt; ; 
}

a.links_navigation:focus {
	color: #000000; 
	font-size:9pt; 
}

a.links_footer:link {color:#FFFFFF;}
a.links_footer:visited {color:#FFFFFF;}
a.links_footer:hover {color:#FFFFFF;}
a.links_footer:active {color:#FFFFFF;}
a.links_footer:focus {color:#FFFFFF;}

ul {
	margin-top: 2px;
	margin-bottom: 2px;
	}

li {
	list-style-type:disc;
	list-style-position:outside;

	}

.fliesstext{
	font-size: 10pt;
}

.header{
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
}

.titel{
	color: #06377b;	
	font-size: 14pt;
	font-weight: bold;
}

.sub_titel{
	color: #06377b;	
	font-size: 11pt;
	font-weight: bold;
}


.zusatzinfos_01{
	font-size: 7pt;
}

.zusatzinfos_02{
	font-size: 11px;
}

.footer{
	color: #FFFFFF;
}

hr {
    background:transparent;
    margin:0.5em 0 0.5em 0;
    padding:0 0 0.0em 0;
    border:0;
    border-bottom:1px #981b21 dotted;
}