@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #BFB6B6;
	float: none;
}

img {
	border-style: none;
}

a {text-decoration:none}

.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	margin-top: 20px;
}
.oneColFixCtrHdr #header {
	height: 140px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #000000;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #menubox {
	background-color:#000000;
	height:35px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	font-size: 80%;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 23px;
	
}#grafbox {
	height: 305px;
	width: 720px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
}
.module {
	background-color: #FFF;
	height: 220px;
	width: 235px;
	float: left;
	border: thin solid #cd071e;
	margin-right: 10px;
	overflow: hidden;
}
.mod_row {
	background-color: #FFF;
	padding: 0px;
	height: 230px;
	width: 750px;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 18px;
}
#logobox {
	height: 120px;
	width: 227px;
	float: left;
	margin-top: 12px;
	padding-left: 10px;
}
#bannerbox {
	height: 60px;
	width: 468px;
	float: left;
	padding: 0px;
	margin-top: 40px;
	margin-left: 10px;
}
.module p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	top: 10px;
}
.module h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #cd071e;
	position: static;
	padding-left: 10px;
	padding-bottom: -10px;
}
.headline_box {
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1010;
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
	width: 720px;
	font-size: 80%;
}
.module #nosto {
	top: auto;
}
.oneColFixCtrHdr #container #mainContent #grafbox .headline_box h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #cd071e;
}
.oneColFixCtrHdr #container #mainContent #grafbox .headline_box h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #cd071e;
}
