@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

img, form, fieldset, p, div, ul, ol, li {
	border:none;
}

#content ul{
	margin:0.5em 0 0.5em 2em;
}

p{
	margin-top:1em;
}

hr{
	margin:1.5em 0 1.5em;
   color:#000;
   background-color:#000;
   height:1px;
   border:none;
}

strong {
	font-weight:bold;
}

html {
	height:100%;
   overflow:auto;
   min-width:990px;
	background: #FFFFFF url(../../statimg/bg_html.gif) 50% top repeat-y;
}

body{
	height:100%;
   width:100%;
   position:relative;
	font-size: 0.75em;
	overflow:visible;
}

body */*, body *:hover, body *:visited, body *:focus, body *:active*/ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#content a,#content a:visited,#content a:active{
	text-decoration:underline;
}
#content a:focus,#content a:hover{
	text-decoration:none;
}
a,a:visited,a:active{
	color:#000;
   text-decoration:none;
}
a:focus,a:hover{
	color:#747577;
   text-decoration:none;
}

#main{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-495px;
	width:990px;
	border-left:1px solid #000;
	border-right:1px solid #000;
   min-height:100%;
	float:left;
   overflow:visible;  
   background:url(../../statimg/bg.jpg) repeat-y left top;
}	

#foot{
	height:25px;
   border-top:1px solid #000;
   width:992px;
   position:absolute;
   left:0;
   bottom:0;
   margin-left:-1px;
  	background-color:#fff;
   text-align:right;
   font-size:0.8em;
}
#left{
}
#content{
	float:left;
   margin:130px 0 0 65px;
   width:445px;
   min-height:330px;
   padding-bottom:60px;
   position:relative;
}

.report{
	list-style:none !important;
   padding-top:28px;

   background:none !important;
}
.report a{
   border:none !important;
}
.report #anmelden{
	display:none;
}
.report input{
	border:1px solid black;
   width:100%;
   margin:3px 0 3px 0;
   padding:1px 0 1px 3px;
}
.report label{
	display:none;
}
.report a, .report a:visited{
	color:#000 !important;
}
.report a:hover, .report a:focus{
	color:#444 !important;
}
.report a span{
	font-weight:normal !important;
}
