 
@charset "utf-8";


body {
	
	background-color: #666;
}

.Container {
	position: relative;
	top: 0px;
	height: 100%; min-height: 100%;
	margin: 0 auto;
	width: 1123px;
	background-color:#FFF;
	
}

.bild_links {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 280px;
}
div.HauptInhalt	{
	display: block;
	position: absolute;
	top: 0px; right: 0px; bottom: 0px; left: 0px;
	}
.logo {
	position: relative;
	top: 20px;
	left: 300px;
	width: 100%;
	display: block;
}
div.logo img	{
	width: 220px; box-sizing: border-box;
	}
.slogan {
	position: relative;
	top: 20px;
	left: 300px;
	width: 100%;
	display: block;
}

div.slogan h1 {
	font-size: 18px;
}

.bild {
	position: absolute;
	top: 180px;
	left: 40px;
	right: 0px;
	height: 340px;
	overflow: hidden;
	}

div.bild img	{ width: 100%;}

.content	{
	position: absolute;
	top: 528px;
	bottom: 0px; 
	left: 0px;
	right: 0px;
	}
.menuswitch	{ display: none;}
.menu {
	position: absolute;
	left: 25px;
	top: 0px;
	width: 260px;
	padding: 20px 0 0 0;
	display: block;
}
.inhalt {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 264px;
	bottom: 40px;
	padding: 20px 20px 20px 36px;
	display: block;
	overflow: auto;
	font-size: 14px;
}
div.inhalt h1:first-child {margin: 0px 0px 18px 0px;}
div.inhalt h1	{
	margin: 12px 0px 18px 0px;
	font-size: 18px; 
	color: #e42d24;
	letter-spacing: 0.1em;}

.footer {
	position: absolute;
	
	bottom: 8px;
	left: 0px;
	right: 20px;
	font-size: 14px;
	text-align: right;
}

img.menulistenbild	{ max-width: 320px; max-height: 320px;}
