@charset "utf-8";

/* CSS IMPORT */
@import "css/reset.css";
@import "css/styles.css";
@import "css/typo.css";
@import "css/colors.css";
@import "css/form.css";
@import "css/nl.css";

/* LAYOUT */
* {
	margin: 0; /* zero out margin */
	padding: 0; /* zero out padding */
}


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

div#wrapper {
	min-height: 97%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	padding: 0 40px;
	margin: 0 auto;
	position: relative;
	background: url(img/bg.png) repeat-y left top;
}

* html #wrapper { height: 100%; } /* ie6 and under*/


/* html { background: url(img/stripe.png) repeat; } */
html { background: #942238; }

body {
	margin: 0 auto;
	width: 958px;
/*	font-family: Verdana, "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	height: 115px;
}

#header img.logo { float: right; }

#headline {
	font-family: Georgia, serif;
	font-size: 12px;
	text-transform: uppercase;
	background: url(img/bg_nav.png) left no-repeat;
	position: relative;
	top: 67px;
	padding: 5px 0 0 10px;
	width: 400px;
	height: 20px;
}

#metanavigation {
	float: right;
	clear: left;
	display: block;
	margin-bottom: 5px;
}

#navigation {
	float: left;
	clear: right;
	margin-top: 42px;
}

#leftbar {
	float: left;
	width: 185px;
}

#content {
	float: left;
	padding: 0 20px;
	width: 473px;
}

#rightbar {
	float: right;
	width: 180px;
}


#footer {
	position: relative;
	bottom: 0;
	line-height: 20px;
	width: 958px;
	background: #942238 url(img/bg_footer.png) no-repeat left top;
} 

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
