html {
	/*font: 12px arial, helvetica, sans-serif;*/
	overflow: visible;
}

body {
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {	color:#773300;	text-decoration: none;}
a:visited {	color: Green;	text-decoration: none;}
a:focus,a:hover,a:active {color:red;}
a img,:link img,:visited img { border:none }

/*************** Navigation links **************/
#navi {
	display : none;
}
* html #navi {
	display : none;
}

/*************** Kopfzeile oben ***************/
#kopf {
	display : none;
}
* html #kopf {
	display : none;
}

#main * {
	left: 0;
	top: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

/*************** Button rechts ***************/
#rS {
	display : none;
}
* html #rS {
	display : none;
}

img { border:none }

.noprint {
	display : none;
}
#main a {padding-left : 0px;	display : inline;}

h1, h2, h3, h4, h5, h6, hr, p, td, th, tr, ul, ol, li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1 {font-size: 22pt;}
h2 {font-size: 18pt;}
h3 {font-size: 16pt;}
h4 {font-size: 14pt;}
h5 {font-size: 12pt;}
h6 {font-size: 8pt;}

p, td, th  {
	font-size : 10pt;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#oA td, #oA p  { /* ohne Abstand */
	padding-top: 0px;
	padding-bottom: 0px;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
table {
	empty-cells: show;
}
.mgv {
	font-family : "Times New Roman", Times, serif;
	font-style : oblique;
	color: ForestGreen;
	text-align : center;
}
.mgv2 {
	font-style: oblique;
	color: ForestGreen;
	text-align: center;
	margin-bottom: 6px;
}
.center {
	margin: auto;
	text-align: center;
}
.tblfix {
	table-layout: fixed;
}
.ss {
	vertical-align: top;
	text-align: center;
}
.block{
	text-align: justify;
}
.klein {
	font-size: 8pt;
}
.gross {
	font-size: 12pt;
	line-height: 20px;
}
.braun {
	color: #772200;
}
.blau {
	color: #4169e1;
}
.bghell{
	background-color: #FFF0D0;	
}
.bgdunkel{
	background-color: #FFCC66;
}
.pad {
	padding-left : 10px;
}
.bildlinks {float:left; margin-top:5px; margin-right:10px; margin-bottom:5px; }
.bildrechts {float:right; margin-top:5px; margin-left:10px; margin-bottom:5px; }

