@charset "utf-8";
/* CSS Document */


* {
  margin: 0;
  padding: 0;
}


html {


}


body { font-family: 'Titillium Web', sans-serif;}

h1 { line-height:60px; font-size:80px; padding-top:9px; color:#0; 
font-family: 'Titillium Web', sans-serif; font-weight:600	;}


h2{
	font-size:18px;
	line-height: 30px;
	color:#0;
	text-align: center;
	padding-top: 7px;
font-family: 'Titillium Web', sans-serif; font-weight:800;

	


}


h3 { line-height:26px; font-size:30px; padding-top:25px; color:#0; 
	font-family: 'Titillium Web', sans-serif;}



p { 
	font-size: 19
	px; 
	font-family: 'Titillium Web', sans-serif;
	color: #000;
	text-align: center;
	padding-top:5px;
	line-height: 20px;


}


a:link {	color: #000; text-decoration:none;}
a:visited {	color: #000; text-decoration:none;}
a:active {	color: #000; text-decoration:none;}
a:hover { color:#666; text-decoration:none;}


#wrapper {
	width: 800px;
	height: 500px;
	top: 100px;
	margin: 0px auto;
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: -300px;
	margin-top: -100px;
	z-index: 200;
 
	
}


#logo {
	position: relative;
	width: 700px;
	height: 300px;
	z-index: 2;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	background-repeat: no-repeat;
		margin: 0px auto;
	top: 20px;
	left: -90px;
	
	
	
		
}



#header {
	position: relative;
	width: 600px;
	height: 80px;
	float: left;
	z-index: 2; 
	text-align: center;
	font-family: 'Titillium Web', sans-serif; 
	font-size:36px;
	
	
}


#newsletter{
	position: relative;
	width: 600px;
	height: 120px;
	float: left;
	z-index: 2;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	padding-bottom: 5px;
	padding-top: 15px;
	color: #666;
	top: 50px;
	
	
}







#nadel {
	position: absolute;
	width: 154px;
	height: 180px;
	z-index: 201;
	left: 549px;
	top: 11px;
}
	


#footer {
	position: fixed;
	width: 100%;
	height: 30px;
	z-index: 201;
	bottom:0px;
	background-color: #F90;
	color:#000;
	text-align:center;
	font-size:14px;
	
	
}