body{
background-color:#ffffff;
color:#555555;
font-family: Arial, Helvetica, sans-serif;
margin:0px;
}

/**/
/**************************************** Kopf ***************************************/
/**/
#header{
height:auto;
min-height: 120px;
font-size: 20px;
border-bottom:7px solid #555555;
}
#header .kundenlogo {
	margin-top:20px;
	margin-left:20px;	
    float: left;	
}
#header .description{
	margin-top:40px;
	margin-right:20px;	
    float: right;
	font-style: italic;
	color: #555555;	
}
/**/
/**************************************** INHALT ***************************************/
/**/
#content{
height:60%;
margin-top:0px;
margin-bottom:0px;
background-color:#FFFBB4;
padding:30px 0px 10px 0px;
font-size: 20px;
line-height: 1.4em;
}
#inner-content{
	width: 80%;
	margin-left:10%;
	margin-right:10%;
	height:80%;
	margin-top:auto;
	margin-bottom:auto;
	vertical-align: middle;
}
#content h1{
margin:0px 0px 15px 0px;
padding:2px 0px 2px 0px;
font-size:1.2em;
}
#content h2{
margin:15px 0px 10px 0;
padding:0px 0px 0px 0px;
font-size:1em;
}
#content img{
}
/**/
/**************************************** FOOTER ***************************************/
/**/
#footer {
	background-color: #aaaaaa;
	border-top:7px solid #555555;
	height: 25%;
	margin-bottom:0px;
	}
	
/**/
/**************************************** Responsive ***************************************/
/**/	
@media (max-width: 460px) {
	#header{
		height:auto;
		min-height: 20px;
		font-size: 20px;
		border-bottom:7px solid #332467;
	}
	#header .kundenlogo {
		display:block;	
		float: none;
		text-align:center;
		margin:0px;
		margin-top:20px;
		margin-bottom:20px;			
	}
	#header .kundenlogo img{
		max-width:220px;
		height:auto;	
	}
	#header .description{
		display:none;	
	}
	#content{
	font-size: 0.9em;
	}	
	#inner-content{
		width: auto
		margin-left:0px;
		margin-right:0px;
		padding-left: 5%;
		padding-right: 5%;		
	}
	#content h1{
		font-size:1em;
	}
	#content h2{
		font-size:1em;
	}		
}	