@charset "utf-8";
/* CSS Document */


/* ### headlines ############################################################ */

#main-block h1 {
	font-size:14pt;
	font-weight:normal;
	margin-bottom: 15px;
	color: #aab1d2;
}

#main-block h2 {
	font-size:12pt;
	font-weight:normal;
	line-height:1.6em;
	margin-bottom: 10px;
	color:#aab1d2;
}

#main-block h3 {
	font-size:1em;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom: 10px;
	color:#aab1d2;
	margin-top: 5px;

}
#main-block h6 {
	font-size:9pt;
	font-weight:normal;
	line-height:1.6em;
	margin-bottom: 10px;
	color:#aab1d2;
	margin-top: -10px;
}
/* ### CONTENT STYLE #################################################### */


#main-block a:hover,
#main-block a:focus,
#main-block a:active {
	color: #D9DADB;
}
#main-block {
	font-size: 10pt;
	color: #D9DADB;
}
#main-block p{
	padding-bottom: 15px;
	line-height: 14pt;
	text-align: justify;
}

#main-block ul{
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.4em;
	padding-bottom: 20px;
	padding-left: 20px;
}

#main-block li{
	padding-bottom: 10px;
	list-style-position: outside;
}

#main-block ol{
	list-style-position: outside;
	line-height: 1.4em;
	padding-bottom: 20px;
	padding-left: 20px;
	list-style-type: decimal;
}

#main-block a{
	text-decoration: underline;
}

#main-block table{
	margin-bottom: 15px;
}

#main-block td{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.trennlinie {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #918B89;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.trennlinie2 {
	clear:both;
	width: 100%;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #918B89;
	margin-bottom: 20px;
}
 
