/*CSS-Layout http://www.dlb-gust.de*/


body{
	background-color: #afca21;
	background-attachment: fixed;
  	background-repeat: no-repeat;
}


html, body{
	height: 100%;
}


*{
	margin: 0;
	padding: 0;
	font-family: 'Lato', "Arial", Verdana, sans-serif;
	color: #FFF;
}

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


/* Layout Divs */
#seite{
    max-width: 100%;
	width: 100%;
	overflow: hidden;
}

#seite img{
	display: block;
	width: 50%; 
	margin: auto;	
}

