body {
	margin: 0 0 0 0;
}
/* Text */
td, center, p, blockquote, body, div, ul, li, tr, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; /*font-size: 90%;*/
	color: Black;
	font-weight: 400;
}
/* Arial mittel 10 fett*/
.m10f {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	/*font-size: 100%;*/
	font-weight: 700;}
.m10 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	/*font-size: 100%;*/
	font-weight: 400;}
/* Arial mittel, Überschriften*/
.gross {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight: 700;
}
/* Arial 18pt, Überschriften News*/
.gross18 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 22pt;
	font-weight: 700;
}
/* Arial klein*/
.klein {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: 400;}

/* Times ganz groß, Titel */
.gr-gg{
	font-family: Times New Roman; 
	/*font-family: Verdana,Arial,Helvetica,sans-serif;*/
	font-size: 28pt;
	font-weight: 700;
}
.mittelr {
   font-family: Times New Roman;
	font-size: 18pt;
	font-weight: 700;
}
/*grau-klein*/
.graukl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 400;
	color: Black;
}
/* Schrift weiss */
.weissm {
	font-size: 14px;
	color: Black;
	font-weight: 700;
}

/* marker */	
.mark {
	background-color: #FFEB79;
	padding-left: 5px;
}
/* marker 10pt #E7C573*/	
.mark10 {
	background-color: #FFEB79;
	font-size: 10pt;
	padding-left: 5px;
	font-weight: 700;
}


hr {
	color: Black;
}

/* Rand Fotos, unten und rechts*/
.rand {
	border-color: Black;
	border-width: 3;
	border-style: double;
	border-top: none;
	border-left: none;
}
/* Tabellen, dotted */
.rand1 {
	border-color: Black;
	border-width: 2;
	border-style: dotted;
}
/* Bild vertieft*/
.rand10 {

	border: 3px inset;
}
/* Rand für Tabellen -td- dunkler Rand, 
hellgrauer Hintergrund dotted #FFFACD;*/
.rand11 {
	font-weight: 400;
	border-color: Black;
	border-width: 2;
	border-style: dotted;
	padding-left: 5px;
	padding-bottom: 3px;
	padding: 3px;
}
.rand12 {
	font-weight: 400;
	border-color: Black;
	border-width: 2;
	border-style: solid;
	padding-left: 5px;
	padding-bottom: 3px;
	padding: 10px;
}
.randblau {
	border-color: Black;
	border-width: 1;
	border-style: solid; 
}

.hinter {
	background-color: White;
	padding: 2px;
}

/* menue*/
#menu {
	display: none;
}

/* Haupttextfeld */
#text {
   margin: 0;
   padding: 0;
	position: absolute;
	top: 148px;
	left: 0px;
	padding: 30px;
	z-index: 6;
}
/*bild oben*/
#bild {
	display: none;
}
/*text oben*/
#banner {
	display: none;
}
/*druckeranweisung*/
#drucker {
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 9;
	background: White;
}
/*nicht drucken*/
.nicht {
display: none;
}
/* ersten Buchstabe funktioniert*/
.fl:first-letter {
	/*float:left;*/
	font-family: Times New Roman;
	font-size: 1.5em;
} 
