@charset "utf-8";
/* CSS Document */

* {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777948;
}

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-color:#dde0bd;
	text-align: left;
	height: 100%;
}

h {
	font-size: 12px;


}
b {
	font-size: 12px;
}

a {
	font-size: 12px;
	color:#a40001;
	text-decoration:none;
}

a:hover {
	color: #000000;
}

.holder {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 625px;
}
.border {
	background-color:#f5f5d3;
	border-top:1px solid #a40001;
	border-bottom:1px solid #a40001;
}


.header {
	text-align: center;
	padding: 50px 0px 40px 0px;
}

.content-outer {
	clear: both;
	background-color: #c90000;
	text-align: center;
	padding: 25px 0px;
}

.content-inner {
	width: 750px;
}

.content-inner, .content-inner * {
	color: #f4d9d9;
	text-align: left;
	text-transform: uppercase;
	line-height: 18px;
	margin: 0px auto;
}

.message {
	padding: 10px 0px 70px 0px;
}

.items {
	width: 498px;
	height: auto;
	margin: 0px auto;
	padding: 0px 0px 60px 0px;
}

.item {
	float: left;
	width: 166px;
	height: auto;
	text-transform: uppercase;
	text-align: center;
}

.footer-outer {
	width: 100%;
	height: auto;
	padding: 20px 0px 20px 0px;
}

.footer-inner {
	margin: 0px auto;
	width: 766px;
	text-align: left;
}

.footer-inner  * {
	font-size: 11px;
}

.footer-inner span {
	margin: 0px 8px;
	text-transform: uppercase;
}








body.imprint {
	text-align: left;
}

body.imprint p {
	color: #333333;
	line-height: 18px;
}

.frame {
	padding: 0px 20px 40px 20px;
	margin: 0px auto;
	width: 700px;
}