@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

html, body {
	
	height: 100%;
	
} 

body { 
	background-color: #000000;
	background-image: url(../bilder/bg_schwarz.jpg);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
	font-family: Verdana, Geneva, sans-serif;
	color:#CFCFCF;
	font-size: 12px;
	overflow-y: scroll;
}


body a:focus {
	outline:none;
}

#top{
	background-image:url(../bilder/gradient.png);
	background-repeat:repeat-x;
	height: 100%;
	width: 100%;
	
}


#wrapper a {
	text-decoration:none;
	border: none;
}

#wrapper img {
	text-decoration:none;
	text-align: center;
	border: none;
}


#wrapper {
	width: 550px;
	margin: 50px auto;
	text-align: center;
	position:relative;
	background-image:url(../Bilder/hintergrund_02tq.jpg);
	background-repeat:no-repeat;
	background-position:top;
 
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 
	overflow: hidden !important; /* FF Scroll-leiste */ 
}




#login {
	margin-top:220px;
	width:550px;
	background-image:url(../bilder/text.png);
	background-repeat: no-repeat;
	height:500px;
}
	
#login img{
	margin-top:146px;
	margin-left:180px;
	
}