/* CSS Document */

/* ********************************************************************************************
 * Farbcodes
 ******************************************************************************************* *

*/


/* ********************************************************************************************
 * HTML Body
 ******************************************************************************************* */
	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:100%;
	  color: #fff;
		
		/* Hintergrundfarbe */
		background-color: #000;
				
		/* Seitenabstand */
		margin:0;
		padding:0;
		
		/* Sonstige Parameter */
		height:100%;
	}
	
	
/* ********************************************************************************************
 * html5
 ******************************************************************************************* */		
	/* Nun bringen wir den HTML5-Tags erst mal ordentliches Benehmen bei */
	article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}
	

/* ********************************************************************************************
 * General
 ******************************************************************************************* */		
	#skipContent {
		position:absolute;
		top:0;left:0;
		height:0;
		width:0;
		visibility:hidden;
		overflow:hidden;
	}
	
	#wrapper {
		position:relative;
		width:100%;
		padding:0 0 20px 0;
		background-color:transparent;
		overflow:visible;
		z-index:100;
	}	
	
	@media screen and (max-width: 970px) {
		#wrapper {
			/*width:96%;
		  margin-left:2%;
		  margin-right:2%;*/
		}
	}
	
	img {
		border:none;
    padding:0;
    margin:0;
		line-height:0;
		vertical-align:bottom;
		width:100%;
	}
	
	.clearFloat {
		clear: both;
    height: 0;
		overflow:hidden;
	}
	
	/* clearfix */
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	
	.clearfix { display: inline-block; }
	html[xmlns] .clearfix { display: block; }
	* html .clearfix { height: 1%; }

	
/* ********************************************************************************************
 * Header construction
 ******************************************************************************************* */
	header {
		position:relative;
		margin:73px 5.208% 87px 7.6%; 
	}
	
	header #iconHome {
		width:10.1%;
		float:left;
	}
	
	header #companyLogo {
		width:61.46%;
		float:right;
	}


/* ********************************************************************************************
 * Content construction
 ******************************************************************************************* */
 #body {
	 position:relative;
	 width:100%;
 }
 
 
/* ********************************************************************************************
 * Footer construction
 ******************************************************************************************* */
	footer {
		position:relative;
		margin:0 5.208% 0 7.6%; 
	}