BODY.sp {
	background-color : White;
	margin : 0px;
	color : 3a479b;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}
A, P, TD {
	color : 3a479b;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}
A:LINK, A:VISITED {
	color : #3a479b;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
}
A:ACTIVE, A:HOVER {
	background-color : #3a479b;
	color : #FFFFFF;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
}
.head {
	background-color : #3a479b;
    color : White;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
}
.TextNormal {
	color : #3a479b;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}
.TextBold {
	color : #3a479b;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.TextKlein {
	color : #3a479b;
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
}
.TdBlue {
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #3a479b;
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color: #3a479b;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #3a479b;
    border-top-width: 1pt;
    border-top-style: solid;
	border-top-color: #3a479b;
    background-color : #ebeef6;
}
.Tdunten {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #3a479b;
}
.Tdoben {
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #3a479b;
}
.Tdobenunten {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #3a479b;
    border-top-width: 1pt;
    border-top-style: solid;
	border-top-color: #3a479b;
}
