@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-image: url(images/navbg.jpg);
	background-color: #556A31;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 140px;
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #headernav {
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #FFFFFF;
	background-image: url(images/mainbg.png);
	background-repeat: no-repeat;
	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}
a {
	color: #000;
}
a:hover {
	color: #A1BD72;
}

a:visted {
	color: #000;
}

p {
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-size: 14px;
}
.ratetbl {
	border: 2px solid #364027;
	font-size: 12px;
	padding: 2px;
}
.ratetbltxt {
	font-size: 12px;
	font-weight: bold;
	text-indent: 5px;
}

.lownav {
	color: #FFF;
}

.imgb {
	border: 2px solid #3B4C22;
}
.hallo {
	color: #FFF;
}
.rtbg {
	background-color: #A1BD72;
}
.rtbglight {
	background-color: #DAE9C9;
}
.imgrb {
	float: right;
	border: 1px solid #364027;
}
.pbox {
	border: 2px solid #415224;
	padding: 5px;
}
.imgr {
	float: right;
	padding-left: 5px;
}
#info {
	float: right;
	width: 300px;
	top: auto;
}
.slide {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	border: 3px solid #FFF;
	background-color: #364027;
}
#slidensmain {
	margin: 10px;
}

