html, body {
	height: 100%;
}

html, body {
	background: #ccc;
}

#content {
	background: white;
}

#page,
#header .inner {
	width: 85%;
	margin: 0 auto;
	position: relative;
	min-width: 720px;
	max-width: 1000px;
}

#logo {
	top: 30px;
	right: -26px;
	height: 155px;
	position: absolute;
}

#logo a,
#logo img {
	display: block;
}

#header {
	z-index: 2;
	position: relative;
	background: #1B2c47;
}

#header .inner {
	color: white;
	height: 160px;
	background: #002b58 url("/assets/images/background-amfluss-mood.jpg") no-repeat right 0;
	font-weight: 700;
}

#language { display: none; }

#header .claim h1 {
	color: white;
	margin: 0;
	height: 134px;
	font-weight: 700;
	line-height: 134px;
	padding-left: 30px;
}

#content {
	width: auto;
	height: auto !important;
	height: 240px;
	padding: 25px 250px 15px 30px;
	min-height: 240px;
}

.full #content { padding: 25px 30px 15px 30px; }

#footer {
	color: white;
	padding: 15px 30px 18px;
	background: #333 url("/assets/images/footer.png") repeat-x;
}
#footer p { margin: 0; }

#footer a {
	color: white;
	text-decoration: underline;
}

#footer .credits {
	float: right;
}

/* H */

#navigation {
	height: 26px;
	position: relative;
}

#navigation ul {
	margin: 0 0 0 18px;
	padding: 0 0 26px 0;
}

#navigation li {
	float: left;
	list-style: none;
	margin-right: 2px;
}

#navigation a {
	color: white;
	display: block;
	padding: 3px 12px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAAXNSR0IArs4c6QAAAAtJREFUCNdjYPABAABPAE0Cq0hBAAAAAElFTkSuQmCC);
	background: rgba(0, 0, 0, 0.3);
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
}

#navigation li.active a {
	color: #002b58;
	background: white;
}

#navigation a:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAAXNSR0IArs4c6QAAAAtJREFUCNdjYNgMAAC2ALQ8Ey6DAAAAAElFTkSuQmCC);
	background: rgba(0, 0, 0, 0.7);
}

#navigation ul ul {
	top: 102px;
	right: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
}

#navigation ul ul li {
	float: none;
	width: 190px;
}

#navigation ul li.active ul a {
	color: #666;
	border-bottom: 1px solid #999;
}

#navigation ul li.active ul a:hover,
#navigation ul li.active ul li.active a {
	color: #531800;
}

#navigation ul li.active ul li.last a {
	border-bottom: none;
}

