body , html      {
	padding: 0;
	color: gray;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	line-height: normal;
	font-family: Verdana;
	background-image: url(../images/bg.jpg);
	margin: 0;
}
html {overflow-y:scroll;}
table, td                {
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana;
}
a:link           { color: black; text-decoration: underline }
a:visited           { color: black; text-decoration: underline }
a:hover   { color: gray; text-decoration: underline }
a:active      { color: black; text-decoration: underline }
.blocksatz { text-align: justify; width: 98% }
.h06 { font-size: 7pt }
.h08 { font-size: 8pt }
.h10 { font-size: 10pt }
.h12 { font-size: 12pt }
.h14 {
	font-size: 14pt;
}
.h16 { font-size: 16pt }
.h18 { font-size: 18pt }
.h22 { font-size: 22pt }
.h30 { font-size: 30px }


a:visited.navigation { 
	color: black;
	text-decoration: none;
	font-weight:bold;
	display:block;
	padding:4px;
	background: url(../images/bg_navigation.jpg);
}
a:active.navigation { 
	color: black;
	text-decoration: none;
	font-weight:bold;
	display:block;
	padding:4px;
	background: url(../images/bg_navigation.jpg);
}
a:link.navigation {
	color: black;
	text-decoration: none;
	font-weight:bold;
	display:block;
	padding:4px;
	background: url(../images/bg_navigation.jpg);
}
a:hover.navigation {	
	color: black; 
	text-decoration: none;
	font-weight:bold;
	display:block;
	padding:4px;
	background:url(../images/bg_navigation-over.jpg);
}
a.navigation_aktiv {background:url(../images/bg_navigation-over.jpg);color: black; text-decoration: none;font-weight:bold;display:block;padding:4px;}


div.content {overflow-y:scroll; width: 100%;}  
table.content {width: 100%; overflow: hidden; table-layout: fixed;}
.gray {color: #696969;}
a.gray {color: #696969;}