 /***** STRUCTURE *****/
 
 body { 
	background-color: #fff;
	}
	
h1, h2, h3, h4, h5, h6 {
	text-shadow: white 0.02em 0.02em;
	font-family: 'Helvetica', sans-serif;
	}

	
h2 {
	font-size: 2.3em;
}
 
 .content {
	padding:100px 0 60px 0;
	font-size: 1.1em;
	line-height: 1.8em;
	}
	
.content p {@font-face {
	font-family: 'Helvetica', sans-serif;
    font-weight: normal;
    font-style: normal;

}
	font-size: 1.0em;
	line-height: 1.8em;
	margin-bottom: 1.1em;
	}
	

/***** BODY *****/

.app-img img { 
   border:1px solid #021a40;
}
	
/***** NAVIGATION BAR *****/

.navbar .brand {
	font-weight: bold;
	color: grey;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125);
}

/***** FOOTER *****/

.footer {
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 15px 0;
	border-top: 1px solid #CCC;
}

#copyright {
	float:left;
	}
	
#impressum {
	float:left;
	margin-left: 20px
	}
	
#credits {
	float:right;
	}