/* CSS Document */

/* Farben Bulling // Ruhige Zone

Orange:			e84e0e
Blau:			00b1eb
Grau:			575656
Hellgrau: 		c6c6c6

*/



body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size:18px; line-height:1.5em;
	color:#575656;
	background:#f0f0f0;
}

h1 {
	line-height: 1.2em;
	
}


img { width: 100%; max-width: 100%; height:auto;}


a.btn {
	width:auto;
	padding:13px 30px;
	background: #e84e0e;
	color:#fff;
	text-align: center;
	text-decoration: none;
	
}

a.btn:hover, a.btn:focus {
	cursor: pointer;
	background: #00b1eb;
	
	
}

#wrapper { 
	max-width:760px;
	margin: 50px auto 50px auto;
	border:1px solid #f0f0f0; 
	background: #fff;
}




#header { padding:20px 20px; }

#content { 
	padding:25px 40px 70px 40px;
	text-align: center;

}

@media(min-width:480px) {
	
	
	
#header { padding:20px 80px; }

#content { padding:25px 80px 70px 80px;}

}





#footer { 
	font-size:14px;
	padding:20px 80px;
	background-color:#e84e0e;
	color:#fff;
	text-align: center;
}


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

