@charset "utf-8";
/* CSS Document */


* {
  margin: 0;
  padding: 0;
}


html {
background: url(../pics/bg_01x.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;

}





body { font-family: 'Roboto Condensed', sans-serif;}

h1 { line-height:60px; font-size:80px; padding-top:9px; color:#FFF; 	}


h2{
	font-size: 40px;
	line-height: 35px;
	color:#FFF;
	text-align: center;
	padding-top: 9px;
	font-family: 'Roboto Condensed', sans-serif;

	


}

h3{
	font-size: 26px;
	line-height: 35px;
	color:#FFF;
	text-align: center;
	padding-top: 9px;
	font-family: 'Roboto Condensed', sans-serif;
	


}

h4{
	font-size: 22px;
	line-height: 35px;
	color:#FFF;
	text-align: center;
	padding-top: 9px;
	font-family: 'Roboto Condensed', sans-serif;
	


}

p { 
	font-size: 18px; 
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	text-align: center;
	padding-top:5px;
	line-height: 35px;


}


a:link {color:#FFF; text-decoration:none;}
a:visited {color:#FFF; text-decoration:none;}
a:active {color:#FFF; text-decoration:none;}
a:hover {color: #FFF; text-decoration:none;}


li { 
	font-size: 18px; 
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	text-align: center;
	padding-top:5px;
	line-height: 35px;


}



.textf{ 
	font-size: 22px; 
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	text-align: center;
	padding-top:5px;
	line-height: 35px;


}
.textf:link {color:#FFF; text-decoration:none;}
.textf:visited {color:#FFF; text-decoration:none;}
.textf:active {color:#FFF; text-decoration:none;}
.textf:hover {color: #C6D7E2; text-decoration:none;}


#wrapper {
	width: 600px;
	height: 500px;
	top: 100px;
	margin: 0px auto;
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: -400px;
	margin-top: -50px;
	z-index: 200;
	background-image: url(pics/bg_weiss_01.png);
 
	
}


#logo {
	position: relative;
	width: 770px;
	height: 200px;
	z-index: 2;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	background-image: url(../pics/logo_01.png);
	background-repeat: no-repeat;
	margin: 0px auto;
	left: 10px;
		
}



#header {
	position: relative;
	width: 600px;
	height: 80px;
	float: left;
	z-index: 2;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	
	
}


#newsletter{
	position: relative;
	width: 750px;
	height: 20px;
	float: left;
	z-index: 2;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 5px;
	padding-top: 15px;
	color: #666;
	top: 10px;
	left: 0;
	
	
}


#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 100px;
	color: #333;
	z-index: 500;
	background-image: url(../pics/bg_schwarz_01.png);
	font-size: 22px; 
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	text-align: center;
	padding-top:5px;
	line-height: 35px;
	
}

#footer2 {
	position: relative;
	bottom:0px;
	width: 600px;
	height: 30px;
	color:#333;
	z-index:100;
	margin: 0px auto;

	
}


.button:hover {
	color: #FFF;
  	background: #333;}

.button {
	
font-size: 18px;
font-family: 'Roboto Condensed', sans-serif;
color: #000000;
border: 1px solid #fff;
background-color: #fff;
width: 120px;
height:40px;
padding: 2px;
line-height: 130%;
}

#formResponse{	

font-size: 10px;
font-family: 'Roboto Condensed', sans-serif;

}


.feld {
	background-color:#fff; border:0px; height: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#666;	 padding-left:22px; font-size:11px;}
	
	
	.text {
	  
	font-family: 'Roboto Condensed', sans-serif;
	color:#FFF;	 font-size:22px; }
