body {
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	/* Horizontale Scrollbars werden ausgeschaltet*/
	overflow-x: hidden;
	height:100%;
	font-size:100,01%;
	color:#333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#999;
	background-image:url(bilder_fk/bg_fk.gif);
	background-repeat:repeat;
	background-position:center;
	SCROLLBAR-FACE-COLOR: #666666; SCROLLBAR-HIGHLIGHT-COLOR: #333333; SCROLLBAR-SHADOW-COLOR: #333333; SCROLLBAR-3DLIGHT-COLOR: #344556; SCROLLBAR-ARROW-COLOR: #fefefe; SCROLLBAR-TRACK-COLOR: #000011; SCROLLBAR-DARKSHADOW-COLOR: #333333;
	
}

input, textarea, select {
   border: 1px solid #999999;
   background: #FFFFFF;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
   color: #333333;
	}
	
	input:hover, textarea:hover {
	background:#fefcdc;
	}
	
td {
   font: 12px Verdana, Arial, Helvetica, sans-serif;
   color: #333333;
}


a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}

h1 {
	font-size:0.7em; 
	color:#666; 
	margin-top:5px; 
	display:inline;
	font-weight:normal;
}

h2 {
	font-size:0.7em;
	color: #132c84;
}


.container {
    width:980px;
	height:600px;
	top:47%;
	margin-left:-490px;
	left:50%;
	margin-top:-300px;
	position:absolute;
	background-color:none;
	border: 2px solid #9a141b;
}

strong, span {
	font-size:0.7em; 
	color:#666;
	font-weight:normal;
}

p {color:#CCC; font-size:0.7em; font-weight:lighter;}
