section, article, header, footer, nav, aside {
    display: block;
}

html, head, body
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background: url(images/background.jpg) center center fixed #c4b5ae;
	background-size: cover; 
	color: #64645f;
	font-size: 18px;
	font-family: Calibri, Arial, sans-serif;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    body {
        background-position: 50.001% 0;
    }
}

a
{
	color: #025286;
}

a:hover
{
	color: #025286;
}

#background
{
	background: url(images/shadow.png) repeat-y top center transparent;
	min-height: 100%;
	height: auto !important;
	height: 100%;

}

#wrap
{
	margin: 0 auto;
	width: 980px;
}

.header
{
	width: 100%;
	height: 426px;

	padding-top: 1px;
}

.stage
{
	margin: 0;
	width: 980px;
	height: 392px;
	background: url(images/stage.jpg) no-repeat center center #fff;
	
	position: relative;
}

.stage .logo
{
	position: absolute;
	top: 0;
	left: 0;
}

nav, .content-container
{
	margin: 0 25px 0 20px;
	padding-bottom: 22px;
}

nav
{
	float: left;
	width: 155px;
	margin-top: 30px;
	line-height: 30px;
}

nav a
{
	text-decoration: none;
	color: #64645f;
	font-weight: bold;
}

nav a
{
	display: block;
}

nav a:hover
{
	color: #025286;
}

nav a:hover span.text
{
	text-decoration: underline;
}

nav a.active
{
	color: #025286;
	font-weight: bold;
}

nav .seperator
{
	display: inline-block;
}

h1
{
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #025286;
	font-style: italic;
	line-height: 30px;
}

.content-container
{
	width: 750px;
	margin-left: 210px;
	line-height: 24px;
}

.content-container .blue
{
	color: #025286;
}

.content-container p
{
	margin-bottom: 24px;
}

.content-container img
{
	border: 1px solid #0a578a;
	margin-bottom:20px;
}

.content-container img.no-border
{
	border: none;
}

.content-container .list img
{
	margin: 0;
	border: none;
	vertical-align: middle;
}

.printline
{
	display: none;
}

.fotonachweis
{
	font-size: 10px;
	color: #64645f;
	text-align: right;
}

@media print
{

body
{
	color: #000;
}

#wrap
{
	width: 100%;
}

.header 
{
	display: none;
}

.printline
{
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
}


}