@charset "utf-8";
body {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	letter-spcacing: -1px;
	line-height: 18px;
	background: #bdde1f;
	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: #777777;
}

h1 {
	font-size: 19px;
	font-weight: normal;
	color: #bdde1f;
	line-height: 21px;
	margin: 5px 0px;
	margin-bottom: 15px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #aaaaaa;
	line-height: 19px;
	margin: 5px 0px;
	margin-bottom: 5px;
}
p {
	line-height: 18px;
	margin: 5px 0px;
	margin-bottom: 15px;
}
a {
	color: #bdde1f;
	text-decoration: underline;
}
a {
	text-decoration: none;
}
#content img {
	border: 1px solid #dddddd;
}

#kader {
	border: 1px solid #dddddd;
	float: right;
	width: 253px;
	margin-left: 21px;
	margin-top: 5px;
	margin-bottom: 21px;
	background-image:url(../img/kader_gradient.gif);
	background-position: 50% 50%;
	background-repeat: repeat-x;
}
#kader p, {
	padding: 0px 7px;
	font-size: 12px;
	line-height: 18px;
} 
#kader h1 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 4px 7px;
	background: #bdde1f;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
#kader img {
	border: none;
}

.oneColFixCtrHdr #mainContainer {
	background: #eeeeee;
	background-image:url(../img/footer.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom: 21px;
	border-top: 10px solid #bdde1f;
}
.oneColFixCtrHdr #container {
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: 1px solid #dddddd;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image:url(../img/logo.gif);
	background-position: left 35px;;
	background-repeat: no-repeat;
	height: 110px;
	margin: 0px auto;
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0px;  /* 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. */
}
#main_photo {
	height: 365px;
	border-bottom: 1px solid #555555;
	background-image: url(../img/main_photo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent {
	padding: 21px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom: 10px;
	background: #FFFFFF;
	clear: both;
	border-top: 10px solid #bdde1f;
}
#content {
	border-top: 1px solid #dddddd;
	padding-top: 10px;
}
.oneColFixCtrHdr #footer {
	margin: 0 21px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px solid #dddddd;
	height: 57px;
}
.oneColFixCtrHdr #footer h1 {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	letter-spcacing: -1px;
	line-height: 11px;
	font-weight: bold;
	margin: 0px;
	margin-top: 21px;
	color: #aaaaaa;
}
#menu {
	background-image:url(../img/menu.gif);
	background-repeat:repeat-x;
	height: 36px;
	clear: both;
	width: 998x;
}
#menu div {
	float: left;
	width: 100px;
}
#menu div a {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	letter-spcacing: -1px;
	line-height: 11px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	background-image:url(../img/button_off.gif);
	background-repeat:no-repeat;
	padding-top: 17px;
	padding-bottom: 8px;
	padding-left: 7px;
}
#menu div.active a {
	background-image:url(../img/button_on.gif);
}
#menu div a:hover {
	background-image:url(../img/button_on.gif);
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
