@charset "utf-8";
/* CSS Document */
body {
	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: #FFFFFF;
	background-color: #4A4643;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.oneColFixCtrHdr #horizon {
	color: white;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

.oneColFixCtrHdr #container {
	width: 850px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #DCDBCD;
	position: absolute;
	overflow: visible;
	height: auto;
	margin-left: -425px;
	left: 50%;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #4A4643;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	border: 8px solid #DCDBCD;
	padding: 8px;
	background-color: #CECCB6;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4A4643;
	height: 560px;
}

.oneColFixCtrHdr #mainContentExact {
	border: 8px solid #DCDBCD;
	padding: 8px;
	background-color: #CECCB6;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	height: 560px;
	color: #4A4643;
}

.oneColFixCtrHdr #mainContentFlash {
	padding: 4px;
	background-color: #4A4643;
}

.oneColFixCtrHdr #mainContentKontact {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(images/C8F17-0027.jpg);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-color: #4A4643;
	height: 560px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 0px;
	background-position: center center;
}

.oneColFixCtrHdr #sidebar1 {
	position: relative; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #4A4643;
	width: 425px;
}

.oneColFixCtrHdr #rightside {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #4A4643;
}

.oneColFixCtrHdr #bottomborder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4A4643;
	width: 300px;
}

.oneColFixCtrHdr #footer {
	padding: 0 5px;
	background-color: #4A4643;
}
.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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#mainContent A:link {
	color: #990000;
	text-decoration: none;
}

#mainContent A:visited {
	color: #990000;
	text-decoration: none;
}

#mainContent A:active {
	color: #990000;
	text-decoration: none;
}

#mainContent A:hover {
	color: #FFFF00;
	text-decoration: none;
}

/* Hyperlink colors for sections of page without a class */

a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}

a:active {
	color: #3399CC;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	color: #3399CC;
	text-decoration: none;
	font-size: 12px;
}



.heading {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
}

.list {
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	list-style-type: square;
	}

.inputtextbox{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
}
