/* CSS Document */

.maintable{
border-bottom:thin;
border-bottom-style:solid;
border-top:thin;
border-top-style:solid;
border-bottom-color:#000033;
border-top-color:#000033;
background-image:url(bilder/hg2.gif);
}

body{
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
background:#FFFFFF;


}
.text{
padding-left:15px;
padding-right:15px;
padding-top:15px;
text-align: justify;


}
.text2{
padding-left:15px;
padding-right:15px;
padding-top:0px;
text-align: justify;


}
.top{
padding-left:15px;
padding-right:15px;
padding-top:5px;
}
.unterstr{
text-decoration:underline;
padding-left:15px;
padding-right:15px;
padding-top:15px;
}
.text a:link, .text a:active, .text a:visited{
	color:#000;
	text-decoration:none;
}
.text a:hover{
text-decoration:underline;
color:#000;
}