body {
	background-color: #FFFFFF;
	margin: 0px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-image: url(../images/icon_list_01.png);
	list-style-type: none;

}

.textKlein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: bold;
}


.textTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #456789;
	font-weight: bold;
}


.tabelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	border: 1px dashed #456789;
	margin: 15px;
	padding-left: 3px;
	padding-right: 3px;



}

.tabelleFuss {
	font-size: 9px;
	color: #FFFFFF;
	background-color: #456789;
	text-align: right;


}

.tabelleKopf {
	background-color: #456789;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;


}

.bgTable {
	height: 100%;
	width: 800px;

}

.textSubTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-image: url(../images/icon_list_01.png);
	list-style-type: none;
	font-weight: bold;
	color: #FF9933;
	padding-bottom: 5px;


}
a:link {
	list-style-image: url(../images/icon_list_01.png);
	list-style-type: none;
	color: #666666;
	text-decoration: underline;

}
a:hover {
	list-style-image: url(../images/icon_list_01.png);
	list-style-type: none;
	color: #999999;
	text-decoration: none;
}
a:visited {

	list-style-image: url(../images/icon_list_01.png);
	list-style-type: none;
	color: #666666;
	text-decoration: underline;
}
a:active {


	list-style-image: url(../images/icon_list_01.png);
	list-style-type: none;
	color: #999999;
	text-decoration: none;
}
.textSubChapter {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #456789;
	font-weight: bold;
}
