body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-size: 9pt;
}

/*************** Links ***************/
A, A:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 9pt;
	color: #000099;
}

A:hover, A:active {
	color: #669900;
}

A.navi, A:visited.navi, A:active.navi{
	color: #000099;
}

A:hover.navi {
	color: #669900;
}

A.navitop, A:visited.navitop, A:active.navitop, A:visited.navitop {
	color: #FFF;
	font-size: 8pt;
}

A:hover.navitop {
	color: #99CC66;
	font-size: 8pt;
}

A.navibottom, A:visited.navibottom, A:active.navibottom {
	color: #000;
	font-size: 8pt;
}

A:hover.navibottom{
	color: #669900;
	font-size: 8pt;
}

/*************** TAGS ***************/
H1 {
	color: #000099;
	font-size: 10pt;
	font-weight: bold;
}

TD {
	color: #000;
	font-size: 9pt;
}

TD.navi {
	padding-left: 20px;
	line-height: 15px;
}

.bold {
	font-size: 9pt;
	font-weight: bold;
}

/*************** Grün ***************/
.greenbold {
	color: #669900;
	font-size: 9pt;
	font-weight: bold;
}

.greenkl {
	color: #669900;
	font-size: 8pt;
}

.green {
	color: #669900;
	font-size: 9pt;
	font-weight: normal;
}

/*************** Grau ***************/
.greybold {
	color: #000;
	font-size: 9pt;
	font-weight: bold;
}

.greykl {
	color: #000;
	font-size: 8pt;
}

/*************** Weiss ***************/
.weiss {
	color: #FFFFFF;
	font-size: 8pt;
}

/*************** Rot ***************/
.red {
	color: #CC0000;
	font-size: 9pt;
}

/*************** Themenkopf ***************/
P.them {
	padding-left: 10px;
	color: #669900;
	font-weight: bold;
}

P.them_r {
	padding-right: 10px;
	color: #669900;
	font-weight: bold;
}

TD.them {
	background-color: #99CC66;
	background: #99CC66;
}

/*************** Tabellenzelle Links ***************/
TD.left {
	padding-right: 20px;
}