@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #000066;
	font-family: DejaVu, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight:normal;
	color:#FFFFFF;
	line-height: 150%;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#content2 a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#content2 a:visited {
	color: #333333;
	text-decoration: none;
}
#content2 a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color:#FFFFFF;
}
#content2 a:active {
	color: #FF0000;
	text-decoration: none;
	background-color:#FFFFFF;
}

strong { 
font-weight: bold; 
}
em { 
font-style: italic; 
}
.kleinschrift {
font-size:8pt;
line-height:180%;
}
h1 {
font-family:Georgia, "Times New Roman", Times, serif;
border: 0px;
border-bottom: dotted 1px #666666;
border-top: transparent;
font-weight:normal;
font-size:16pt;
line-height:120%;
}
h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:14pt;
line-height:120%;
}
h3 {
font-family:Georgia, "Times New Roman", Times, serif;
padding-top:15px;
border: 0px;
border-bottom: dotted 1px #666666;
border-top: transparent;
font-weight:bold;
font-size:12pt;
line-height:120%;
}
h4 {
font-family:Georgia, "Times New Roman", Times, serif;
border: 0px;
border-bottom: dotted 1px #666666;
border-top: transparent;
font-weight:bold;
font-size:11pt;
line-height:120%;
}
h5 {
font-family:Georgia, "Times New Roman", Times, serif;
border: 0px;
border-bottom: dotted 1px #666666;
border-top: transparent;
font-weight:bold;
font-size:10pt;
line-height:120%;
}
h6 {
font-family:Georgia, "Times New Roman", Times, serif;
border: 0px;
border-bottom: dotted 1px #666666;
border-top: transparent;
font-weight:bold;
font-size:9pt;
line-height:120%;
}

.underline {
	text-decoration:underline;
}
ul {
	list-style-type: disc;
	color: #000000;
	line-height: 200%;
}
.hr {
 border: 0px;
 border-top: solid 1px #FFFFFF;
 border-bottom: transparent;
 width:100%;
}
.textkasten-bg {
	background-color: #EFF1F1;
	border-style: dotted;
	border-width:2px;
	border-color: #000000;
	padding: 6px;
	color:#000000;
}

#content {
	position:absolute;
	left:99px;
	top:20px;
	width:500px;
	height:188px;
	z-index:1;
}
#content2 {
	position:absolute;
	left:91px;
	top:363px;
	width:505px;
	height:237px;
	z-index:1;
}
#content3 {
	position:absolute;
	left:99px;
	top:620px;
	width:333px;
	height:55px;
	z-index:1;
}

#navicontainer { margin-left: 0; }

#navicontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navicontainer li { margin: 0 0 1px 0; }

#navicontainer a
{
display: block;
padding: 1px;
background-color: #333333;
font-style: normal;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
border-bottom-style:dotted;
border-width:thin;
border-color:#CCCCCC;
}
#navicontainer a:hover
{
background-color: #E600FF;
color: #FFFFFF;
}
