

body {
	background-color: #FFF;
	padding: 0;
	margin: 0;
	vertical-align: top;
	border: none;
	text-align: left;
	font-family: 'Arial', sans-serif;
	color: #336666;
	font-size: 0.8em;
	line-height: 1.6em;
}

img {
	border: 0px;
}

h1 {
	color: ##336666;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: bold;
}

h2 {
	color: ##336666;
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	color: ##336666;
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

a:link {
	color: #336666;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #879DBC;
	text-decoration: underline;
	font-weight: bold;
}

a:focus {
	color: #879DBC;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #879DBC;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #879DBC;
	text-decoration: underline;
	font-weight: bold;
}

#wideheader {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	height: 420px;
	background-image: url(../images/wideheader_bg.png);
	background-repeat: repeat-x;
	float: left;
}

#header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
	width: 100%;
	max-width: 980px;
	height: 420px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 5;
	width: 240px;
	height: 56px;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
}

.resimg {
	width: 100%;
}

#slogan {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 6;
	width: 300px;
	height: 65px;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
}

#headerteaser {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 6;
	width: 300px;
	height: 40px;
	color: #336666;
	float: right;
	margin-right: 20px;
	margin-top: 105px;
	text-align: right;
	font-weight: bold;
}

#headerimage {
	position: absolute;
	left: 0px;
	top: 150px;
	z-index: 5;
	width: 100%;
	height: 270px;
	background-image: url(../images/teaser.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-position: center center;
}

#widecontent {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 30px;
}

#content {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
	width: 100%;
	min-width: 280px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	padding-bottom: 0px;
}

#content-inner {
	margin-left: 20px;
	margin-right: 20px;
	background-color: #FFF;
}

.column_all {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	margin-right: 0px;
	float: left;
}

.column_left {
	position: relative;
	left: 0px;
	top: 0px;
	width: 65%;
	margin-right: 5%;
	float: left;
}

.column_left_footer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 65%;
	margin-right: 5%;
	float: left;
	color: #FFFFCC;
}
.column_left_footer:link {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}



.column_right {
	position: relative;
	left: 0px;
	top: 0px;
	width: 30%;
	padding-top: 50px;
	float: left;
}

.column_right_footer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 30%;
	padding-top: 20px;
	float: left;
}

.inlineimage {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	margint-top: 3px;
}

#widefooter {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	min-width: 280px;
	min-height: 230px;
	background-color: #336666;
	float: left;
	margin-top: 0px;
}

#footer {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
	width: 100%;
	min-width: 280px;
	max-width: 980px;
	min-height: 230px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
	line-height: 1.8em;
	color: #FFFFCC;
}

#footer-inner {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 25px;
}



.clearer {
	clear: both;
}

.floatimg {
	float: left;
	margin-right: 18px;
	margin-bottom: 5px;
	padding-top: 5px;
	width: 40%;
}

.resimg50 {
	width: 50%;
}

