<html>
<head>
<title></title>
<style>
<!-- 
/* ------------------------------------------------------------------------------------------------------------------- */
body {
	background-color: #fff;	
 	background-attachment: absolute;
 	background-repeat: no-repeat; 
	background-position: top left;
	
	overflow : auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	} 
/* ------------------------------------------------------------------------------------------------------------------- */
/* Spezial-DIV für HG */	
.hg {
}	
/* ------------------------------------------------------------------------------------------------------------------- */
/* Links */
a.amenu {text-decoration: none;}
a.ashort {text-decoration: none; }
a.atext {text-decoration: none; font-weight:bold;}
a.atext:link {color:#ff0;}
a.atext:visited {color:#ff0;}	
a.atext:hover {color:#ff0; text-decoration: underline; }
a.ainfo {text-decoration: none; font-weight:bold;}
a.ainfo:link {color:#ccc;}
a.ainfo:visited {color:#ccc;}	
a.ainfo:hover {color:#fff; text-decoration: underline; }
/* ------------------------------------------------------------------------------------------------------------------- */
/* Logo */
.logo {
	position:absolute; 
	z-index: 7;
	left: 150px;
	top: 25px;
	width: 390px;
	height: 60px;
	padding: 0px; 	
	background-color: transparent;
}
/* ------------------------------------------------------------------------------------------------------------------- */
/* Inhaltsbox */

.content, .backcontent {
	position:absolute; 
	top: 155px;
	left: 350px;
	width: 610px;
	height: 380px;
	padding: 10px; 	
	border: 2px solid #fff; 
}
.content {
	z-index:2;  
	background-color: transparent;
	overflow: auto;
	font-size: 10pt;
	color: #fff;
}
.backcontent {
	z-index:1;  
	border: 0px; 
	background-color: #000; 
	filter:alpha(opacity=60); opacity:0.6;
}
/* ------------------------------------------------------------------------------------------------------------------- */
/* Schriftgrößen und Stile */
/* wichtiges: fett oder kursiv, dierekt im Text*/
/* s_sw: #fff, 10pt (normal)*/

/* Hauptüberschrift */
.xl_col {
	font-size: 18pt;
/*	font-weight: bold;*/
	color: #ff0;
	text-align: center;
}
/* andere Überschriften (gelb)*/
.l_col {
	font-size: 14pt;
	color: #ff0;
	text-align: center;
}
/* Einleitungstext (h-gelb)*/
.m_col {
	margin-top: 30px;
	font-size: 12pt;
	color: #ffc;
}
/* Relevanttext - ? (wie Einleitungstext nur weiß)*/
.m_sw {
	font-size: 12pt;
}
/* Wechseltext für Normaltext (h-gelb)*/
.s_col {
	color: #ffc;
}
/* Bemerkungstext */
.xs_sw {
	font-size: 8pt;
	color: #ccc;
}
/* Aufzählungstext */
ul {
	list-style-type: disk;
}
li {
	margin-top: 15px;
	margin-bottom: 15px;
}
/* ------------------------------------------------------------------------------------------------------------------- */
/* Infobox */
.infobox, .backinfobox {
	position:absolute; 
/*	left: 10px;
	top: 410px;
	width: 250px;
	height: 130px;
*/	
	left: 10px;
	top: 450px;
	width: 240px;
	height: 140px;
	padding: 20px; 
	border: 1px solid #ff0; 
}
.infobox {
	z-index:5;  
	background-color: transparent;
	background-image: url(website/images/k-e-info.png);
 	background-repeat: no-repeat; 
 	background-position: top center;
	overflow: hidden;
	font-size: 12pt;
	color: #ccc;
}
.backinfobox {
	z-index:4;  
	border: 0px; 
	background-color: #fff; 
	filter:alpha(opacity=20); opacity:0.2;
}
/* ------------------------------------------------------------------------------------------------------------------- */
/* allgemeiner Menukasten */
.menu {
	position: absolute;
	padding: 0px; 
	font-size: 1pt;
}
/* ------------------------------------------------------------------------------------------------------------------- */
/* grundlegende Buttoneigenschaften, Borderdesign, Hintergrund, Defaultfarbe */
.button1, .button1_m,  .button2, .button2_m,  .button3, .button3_m, .button4, .button4_m {	
	position: absolute;
	z-index:8;  
	padding: 2px 6px 2px 6px;  
	margin: 0px; 
	background-color: transparent; 
	border-color: transparent;
	border-style: solid;
	border-width: 0px 0px 1px 2px;
	border-left-color: #ccc;
	color: #ccc;
	font-weight: bold;
/*	-moz-border-radius:30px;
	-khtml-border-radius:30px;*/
	}
/* Spezieleigenschaften abhängig von Menustruktur 	
.button2, .button2_m, .button3, .button3_m {		position: relative; 	float: left;	}*/	
/* Mouseover-Effekt */	
.button1:hover,  .button2:hover,  .button3:hover, .button4:hover, 
.button1_m:hover,  .button2_m:hover,  .button3_m:hover, .button4_m:hover {
	border-color: #fff;  
	color: #fff;
}
/* Schrift und Größe*/
.button1, .button1_m { 	width:120px; 	font-size: 10pt;	}	
/*.button2, .button2_m {		width: *px; 	font-size: 8pt;}	
.button3, .button3_m {		width: *px; 	font-weight: normal;	font-size: 8pt;}	*/
.button2, .button2_m {		width: 105px; 	font-size: 8pt;}
.button3, .button3_m {		width: 80px; 	font-weight: normal;	font-size: 8pt;}
.button4, .button4_m { 	width:105px; 	font-size: 8pt;}	
/* Farben normal und markiert */
.button3 {	border-left-color: #ff7;  	color: #ff7;}
.button1_m {	border-color: #ff0;  	color: #ff0;}
.button2_m {	border-color: #ff0;  	color: #ff0;}
.button3_m{	border-color: #ff0;  	color: #ff0;}
.button4_m{	border-color: #ff0;  	color: #ff0;}
/* ------------------------------------------------------------------------------------------------------------------- */
/* Tabellendesign */
table {
	table-layout:fixed;
	width: 590px;
	border-spacing: 0px;
	border: 1px solid #ccc; 
	background-color: transparent;
	font-size: 10pt;
}
tr {
}
th {
	padding: 2px; 	
	background-color: #ccc;
	color: #000;
}
td {
	padding: 4px; 	
	border: 1px solid #ccc; 
	vertical-align: top;
}
/* ------------------------------------------------------------------------------------------------------------------- */
-->
</style>
</head>

<body>

</body>
</html>
