@charset "utf-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #83386d; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #FFFFFF;
	background: url(pix/ecke.jpg) no-repeat fixed;
	background-position: left bottom;
	background-color: #83386d;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #83386d;
	scrollbar-highlight-color: #985e87;
	scrollbar-3dlight-color: #83386d;
	scrollbar-darkshadow-color: #380825;
	scrollbar-shadow-color: #621d4c;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #985e87;
}
ul {
	padding: 0px 0 0 25px;
	margin: 0;
}
li {
	padding: 6px 0 0 2px;
	margin: 0;
}
.k #container {
	width: 960px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
.k #header {
	padding: 64px 0px 0px 362px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
 background-image: uixrl(p/titel.gif);
	height: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: lighter;
	background-image: url(pix/titel.gif);
}
.k #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 0px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
.k #mainContent {
	padding: 25px 0px 0px 0px;
	height: 480px;/*height: 500px;*/
	/*overflow:auto;*/
  }
.k #footer {
	font-size:12px;
	padding: 20px 0 0 0;
	width: 1000px;
	text-align: right;
	margin: 0;
}
.k #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 5px 0;
}
.k #footer a {
	color:#c19db6;
	text-decoration:none;
	padding: 0 0 0 10px;
	margin: 0;
}
.k #footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
	margin: 0;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 16px;
	font-weight: bold;
}
a.nav:link, a.nav:visited {
	text-decoration: none;
	color: #C19DB6;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.navakt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 16px;
	font-weight: bold;
}
a.navakt:link, a.navakt:visited {
	text-decoration: none;
	color: #ffffff;
}
a.navakt:hover {
	color: #dddddd;
	text-decoration: none;
}
h1 {
	font-size: 120%;
	color: #ffffff;
	margin: 0;
}
h2 {
	font-size: 120%;
	color: #C19DB6;
}
h3 {
	font-size: 100%;
	color: #ffffff;
}
h4 {
	font-size: 100%;
	color: #C19DB6;
}
p, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ffffff;
	line-height: 16px;
	padding:10px 0 5px 0;
	margin:0;
}
.bild {
	border-left: 25px solid #FFFFFF;
	border-right: 25px solid #FFFFFF;
	border-top: 15px solid #FFFFFF;
	border-bottom: 15px solid #FFFFFF;
	padding:0;
	margin:0;
}
#textcontent {
	position: absolute;
	float:left;
	padding-right:10px;
	width:340px;
	height: 480px;
	overflow: auto;
}
/*			position: absolute;
	float:left;
	padding-right:10px;
	width:340px;
	height: 480px;
	overflow: auto;}*/
		
#flashcontent {
	width:600px;
	height:450px;
	float:right;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #c374ab;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
