@charset "utf-8";
/* CSS Document */

/* LAYOUT */

body {
	background-color: #fff;
	background-image: url(../layout/bg_logo.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;	
}

#header {
	background-image:url(../layout/header.png);
	background-repeat:no-repeat;
	width: 971px;
	height: 300px;
	margin: 0px auto 0px auto;
}

#body {
	background-image:url(../layout/body.png);
	background-repeat:repeat-y;
	width: 971px;
	min-height: 420px;
	margin: 0px auto 0px auto;
}

#footer {
	background-image:url(../layout/footer.png);
	background-repeat:no-repeat;
	width: 971px;
	height: 50px;
	margin: 0px auto 0px auto;
}

/* HEADER */

#headerlogo {
	position:relative;
	top: 25px;
	left: 25px;
	background-image:url(../layout/logo.png);
	background-repeat:no-repeat;
	width: 921px;
	height: 104px;
}

#headerbilder {
	overflow:hidden;
	position: relative;
	top: 35px;
	left: 14px;
	border-top: 2px solid #780211;
	height: 156px;
	width: 942px;
	border-bottom: 2px solid #780211;
	text-align:center;
}

#headerbilder img {
	margin: 3px 3px 0px 3px;
}

/* CONTENT */

#content {
	overflow:hidden;
	position: relative;
	right: 14px;
	float: right;
	width: 670px;
	padding: 20px 25px 0px 25px;
}

/* FOOTER */

#footer, #footer a {
	color: #7A0F1C;
}

#footer .created {
	position: relative;
	float: left;
	top: 20px;
	left: 20px;
	font-size:90%;
}

#footer .copyright {
	position:relative;
	float: right;
	top: 20px;
	right: 20px;
}

#footer .footermenu {
	position:relative;
	float: right;
	top: 20px;
	right: 40px;
}
