@charset "UTF-8";
body {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #454E56;
	border-right-color: #454E56;
	border-bottom-color: #454E56;
	border-left-color: #454E56;
	line-height: 22px;
	background-image: url(assets/all/bg.jpg);
	background-repeat: repeat-y;
	background-color: #454E56;
	background-position: center top;
}

body,td,th {
	font-family: Helvetica, sans-serif;
	font-size: medium;
	line-height: 1.4;
	padding-right: 8px;
}

.oneColFixCtrHdr #container {
	width: 880px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 0px;
	border-bottom-color: #454E56;
}
.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 #mainContent {
	padding: 0 9px;
}
.oneColFixCtrHdr #footer {
	height: 62px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 9px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	width: 873px;
}
.dennisnav {
	position: relative;
	top: 0px;
	right: 0px;
	list-style-image: url(assets/all/headline_pfeil.jpg);
}
.dennistext {
	margin-left: 37px;
	margin-right: 30px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	list-style-type: decimal;
	list-style-position: outside;
}
.dennissubnav {
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 1px;
}

.dennissecondary {
	padding-right: 3px;
	padding-top: 10px;
}
.smallpics {
	padding-top: 53px;
}
.small_headlines {
	padding-bottom: 5px;
	color: #454E56;
	padding-top: 20px;
}
