/* erstmal alles verstecken */

* {
	visibility: hidden;
	border: 0;
}

/* Body-Definition  */
body {
	background-image: none;
}


/* Layerdefinitionen  */
#inhalt * {
	visibility: visible;
}

#inhalt {
	visibility:visible;
	position:absolute; 
	left:50px; 
	top:180px; 
	width: 500px;
	height: 500px;
	z-index:4;
}

#print * {
	visibility: visible;
}

#print {
	visibility: visible;
	position: absolute; 
	left: 50px; 
	top: 10px; 
	width: 590px;
	z-index: 5;
}

/* Textdefinitionen  */
.seitenueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
}

.seitenueberschrift a:link { text-decoration:none; color: #64AFD7;  }
.seitenueberschrift a:visited { text-decoration:none;  color: #64AFD7;  }
.seitenueberschrift a:hover { text-decoration:underline; color: #64AFD7; }
.seitenueberschrift a:active { text-decoration:underline; color: #64AFD7; }

.zwischenueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

.zwischenueberschrift a:link { text-decoration:none; color: #64AFD7;  }
.zwischenueberschrift a:visited { text-decoration:none;  color: #64AFD7;  }
.zwischenueberschrift a:hover { text-decoration:underline; color: #64AFD7; }
.zwischenueberschrift a:active { text-decoration:underline; color: #64AFD7; }

.fliesstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 17px;
}

.fliesstext a:link { text-decoration:underline; color: #C30016;  }
.fliesstext a:visited { text-decoration:underline; color: #C30016;  }
.fliesstext a:hover { text-decoration:underline; color: #C30016; }
.fliesstext a:active { text-decoration:underline; color: #C30016; }

.tabellenueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ADB6BF;
	letter-spacing: 1px;
}

.bildunterschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 13px;
}

ul {
	list-style-type:square;
	margin-left:15px;
	padding-left:0px;
}
