/* CSS Document */

.mengentext {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	line-height: normal;
	text-align: justify;
}
.mengentext2 {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	line-height: normal;
	text-align: center;
}
.mengentext3 {
	font-family: Helvetica, sans-serif;
	font-size: 11pt;
	color: #EE1111;
	line-height: normal;
}
.ueberschrift {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: normal;
	text-align: justify;
	font-style: normal;
	font-weight: bold;
}
a:link {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #EE1111;
	text-decoration: none;
}
a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #EE5511;
	text-decoration: none;
}
a:visited {
    font-family: Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #EE5511;
	text-decoration: none;
}
.textfeld {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 2px;
	border: 1px outset #EE1111;
}
.box {
	border: 1px outset #EE1111;
}
#content{
    font-family: Helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;  
    overflow:auto;
    position:fixed;
    width:500px;
    height:386px;
	padding-right:10px;
}

