/* Browser reset, damit es in jedem Browser möglichst gleich ausschaut */

* {
	margin:0; 
	padding:0;
} 

#printzusatz {
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 200;
}

#printzusatz * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

.fliesstext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #000000;
}

.fliesstext_rahmen {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #000000;
	padding: 7px;
}

html {
} 

h2 {
	font-size: 12px;
}

h1 {
	font-size: 12px;
}

body {
}

#inhalt_hintergrund {
	background-image: none;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%; 
}

#inhalt_hintergrund_bild {	
	background-image: none;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%; 
}

#menu {
	visibility: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
}

#logo {
	visibility: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
}

#header {
	visibility: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
}

#schrift_kontrast {
	visibility: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
}

#ueberschrift {
	visibility: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
}

#ueberschrift * {
	visibility: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
}

#inhalt {
	position: absolute;
	left: 0px;
	top: 220px;
	width: 648px; 
	z-index: 100; 
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.9em;
}

a {

}

hr {
	border: 0;
	border-bottom: 2px dotted #000000;
	height: 2px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin-top: 10px;
	margin-bottom: 20px;
}

.bild {
	border: 2px solid #000000;
	background-color: #000000;
	color: #000000;
	font-size: 11px;
}

a * {
	border: 0;
}

ul {
	padding: 10px;
	margin: 10px;
}

li {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
}