body {
	background-color:#3F3F3F;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 18px; 
    font-weight: normal; 
	font-size: 12px;
	color: #fff;
		}


#content { position: absolute; height: 200px; width: 400px; margin: -100px 0px 0px -200px; top: 50%; left: 50%; text-align: center; z-index: 1}

/* #content { padding: 40px; text-align: center; } */
a.logo { background: url(../images/logo.png) 0 0 no-repeat; display: block; width: 100px; height: 100px; text-indent: -10000px; margin: 20px auto}

#newsletter {position: relative; background-color: #4b4b4b; padding: 10px 40px; display: none; z-index: 2 }
#imprint { position: absolute; width: 100%; bottom: 0px; background-color: #4b4b4b }
#imprint .text {margin: 10px 40px}
#imprint .info { display: none; margin-bottom: 20px; width: 400px; }
.typosmall { font-size: 10px}


h1 { font-weight: normal; font-size: 24px; margin: 0px; padding: 0px; }

a { text-decoration:none; color: #eb7207; }
a:hover { text-decoration:none; color:#fff }	


