/**  @author B49 										
------------------------------------------------------------------------------------------------- */

@font-face { 
	font-family: "Quicksand"; 
	src: url("../../../fonts/Quicksand-Light.otf"); 
} 

body,html { height:100%;}

body {
	color: #000;
	margin: 0px;
	padding: 0;
	background-color: #aaa;
}

/** Version für alle Devices 
------------------------------------------------------------------------------------------------- */

	.kopfzeile_wrapper{
		position:fixed; 
		top:0px;
		left:0px;
		right: 0px;
		width: 100%; 
		background-color:#FFF;
		height:90px;
		opacity: 0.9;
	}
	
	.logo {
		margin-top: 20px;
		margin-left: 20px;
	}
	
	.logo img {
		height: 50px;
		width: auto;}
	
	
	.inhalt_wrapper {
		position:relative; 
		background-color: #2B648F;
		border-top: 1px white solid;
		top:90px;
		left:0px;
		width: 100%; 
		z-index: -1;
		padding-left: 20px;
	}
	
	.inhalt {
	padding-right: 120px;
	bottom: 20px;}
	
	.slogan {
		font: bold 44px Times; color:#fff;
		line-height: 40px; 
	}
	
	.fliesstext {
		font: normal 14px helvetica, arial, sans-serif; color:#fff;
		line-height: 18px;
	}

	.smoltext {
		font: normal 12px helvetica, arial, sans-serif; color:#fff;
		line-height: 14px;
	}	
	

	
	
	.inhalt_wrapper a {
		color: inherit;
		text-decoration: none;}		
	

