@charset "utf-8";
/* CSS Document */
body {
	background:#666;
	margin:0 0 0 0;
	}
	
hr {
	width:945px;
	margin:50px auto 0 auto;
	}
	
ul {
	list-style-type:circle;
	}

#finger {
	position:fixed;
	bottom:0px;
	right:0px;
	background-image:url(../img/finger.png);
	background-repeat:no-repeat;
	width:617px;
	height:605px;
	z-index:-50;
	
	}

.content {
	width:945px;
	min-height:50px;
	margin:0 auto 0 auto;
	}

#footer {
	height:36px;
	width:950px;
	margin: 5px auto 16px auto;
	position:relative;
	bottom:0;
	}
	
#footer-fields {
	float:left;
	}

#logo {
	background-image:url(../img/Bilder/logo.png);
	background-position:center;
	background-repeat:no-repeat;
	width:945px;
	height:350px;
	margin: -410px auto 0 auto;
	padding-top:0;
	z-index:-48;
	}
#logo2 {
	background-image:none !important;
	width:945px;
	height:350px;
	margin: -435px auto 60px auto;
	z-index:-48;
	
	}
#logo2 iframe {
	
	width:945px;
	height:350px;	
	margin: 0 auto 0 auto;
	z-index:-51;
	}
form table #text{
	text-align:right;
	}
#center {
	margin: 0 auto 0 auto;
	width:945px;
	height:500px;
	}
	


	
	
