body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px auto 0px auto;
	
	font-family: Trebuchet MS, Arial, Verdana,Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
#website {
	width: 927px;
}
form {
	display: inline;
}
img {
	border: 0px;
}
a {
	color: #0D579F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	color: #3371AE;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
}
h1 a {
	color: #3371AE;
	text-decoration: none;
}
h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}
h2 a {
	color: #000000;
	text-decoration: none;
}
h3 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}
h3 a {
	color: #0D579F;
	text-decoration: none;
}
input {
	font-family: Trebuchet MS, Arial, Verdana,Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	padding: 0px;
}
#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 111px;
	position: relative;
}
#mainMenu #language {
	left: 0px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding: 12px 30px;
}
#mainMenu #language a {
	color: #FFFFFF;
	text-decoration: none;
}
#header #language a:hover {
	color: #8F8F8F;
	text-decoration: underline;
}
#mainMenu {
	background-image: url(img/menu_bar.jpg);
	background-repeat: no-repeat;	
	height: 36px;
}
#mainMenu {
	background-image: url(img/menu_bar.jpg);
	background-repeat: no-repeat;	
	height: 36px;
}
#mainMenu .tab, #mainMenu .tabSelected {
	font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	float: left;
	padding-left: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin-left: 4px;
}
#mainMenu .tab span, #mainMenu .tabSelected span {
	line-height: 36px;
	height: 36px;
	padding-right: 12px;
	display: block;
	float: left;
}
#mainMenu .tab {
	color: #FFFFFF;
	font-size: 16px;
}
#mainMenu .tab:hover {
	background: url(img/tabh_left.gif) left top no-repeat;
}
#mainMenu .tab:hover span {
	background: url(img/tabh_right.gif) right top no-repeat;
}
#mainMenu .tabSelected {
	background: url(img/tab_left.gif) left top no-repeat;
	color: #E2001A;
	font-size: 18px;
}
#mainMenu .tabSelected span {
	background: url(img/tab_right.gif) right top no-repeat;
}
#subMenu {
	height: 29px;
	background-color: #FAFAFA;
	border-bottom: 1px solid #CFCFCF;
	font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0D579F;
	padding-left: 10px;
}
#subMenu .items a {
	float: left;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	background-image: url(img/more1.gif);
	background-position: 9px 11px;
	background-repeat: no-repeat;
	padding-left: 21px;
	padding-right: 9px;
}
#subMenu .items a:hover {
	background-image: url(img/more2.gif);
	background-color: #E2ECF5;
}
#subMenu .items .selected, #subMenu .items .selected:hover {
	background-color: #FAFAFA;
	background-image: url(img/more4.gif);
	background-position: 8px 12px;
	color: #E60118;
}
#subMenu #searchBox {
	float: right;
	width: 230px;
	margin-right: 10px;
	margin-top: 4px;
	text-align: right;
	height: 29px;
	line-height: 29px;
}
#mainColumn {
	width: 648px;
	float: left;
	margin-top: 20px;
	padding-bottom: 20px;
}
#rightColumn {
	width: 243px;
	float: right;
	margin-top: 20px;
	padding-bottom: 20px;
}
#main {
	height: 100%;
	padding-left: 8px;
	padding-right: 8px;
}
#main:after { 
	content: "";
	display: block;
	height: 1px;
	clear: both;
}
.subheader1 {
	height: 220px;
	background-color: #EBEBEB;
}
.subheader1 .text {
	height: 196px;
	width: 292px;
	float: right;
	padding: 12px 12px 12px 0px;
}
.subheader1 .text h1 {
	font-size: 20px;
	margin-bottom: 12px;
}
.subheader2 {
	height: 129px;
	background-color: #1085D7;
}
.subheader2 .text {
	height: 129px;
	width: 319px;
	float: left;
}
.subheader2 .text h1 {
	color: #FFFFFF;
	font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin-left: 14px;
	margin-top: 75px;
}
.subheader2 .text h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
.split {
	margin-top: 15px;
	height: 100%;
	background-image: url(img/split_bg.gif);
	background-repeat: repeat-y;
	background-position: 327px;
	padding-left: 14px;
	padding-right: 10px;
}
.split:after { 
	content: "";
	display: block;
	height: 1px;
	clear: both;
}
.split .left {
	float: left;
	width: 292px;
}
.noColor {
	color: #000000;
	text-decoration: none;
}
.split .right {
	float: right;
	width: 292px;
}
.split .img {
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}
.split .text {
}
.full {
	margin-top: 15px;
	margin-left: 14px;
	margin-right: 10px;
}
.yellowBlock {
	border: 3px solid #FAD500;
	background-image: url(img/yellowb_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 8px 10px 8px 10px;
	margin-bottom: 7px;
}
.yellowBlock h1 {
	color: #000000;
	font-family: Trebuchet MS, Arial, Verdana,Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
}
.yellowBlock h1 a {
	color: #000000;
	text-decoration: none;
}
.callMeBack {
	background-image: url(img/callback.jpg);
	background-repeat: no-repeat;
	border: 2px solid #CFCFCF;
	height: 72px;
	padding-left: 80px;
	padding-top: 2px;
	padding-right: 10px;
	color: #969696;
	font-size: 11px;
	margin-bottom: 7px;
}
.callMeBack h1,  .callMeBack h1 a {
	font-family: Trebuchet MS, Arial, Verdana,Helvetica, sans-serif;
	font-size: 16px;
	color: #3371AE;
	font-weight: bold;
	margin: 0px;
}
.callMeBack a {
	color: #969696;
	text-decoration: none;
}
.phonenr {
	background-image: url(img/phone.jpg);
	background-repeat: no-repeat;
	border: 2px solid #CFCFCF;
	height: 56px;
	padding-left: 10px;
	padding-right: 80px;
	padding-top: 12px;
	color: #969696;
	font-size: 11px;
	margin-bottom: 7px;
	background-position: right;
}
.phonenr h1, .phonenr h1 a {
	font-family: Trebuchet MS, Arial, Verdana,Helvetica, sans-serif;
	font-size: 16px;
	color: #3371AE;
	font-weight: bold;
	margin: 0px;
}
.phonenr h1 span {
	font-size: 12px;
	font-weight: normal;
}
.phonenr a {
	font-size: 20px;
	color: #FF0000;
	text-decoration: none;
}
.co2neutral {
	background-color: #99CC67;
	margin-bottom: 7px;
}
.quoteBlock {
	background-color: #D1ECFF;
	background-image: url(img/quote_open.gif);
	background-repeat: no-repeat;
	background-position: 13px 15px;
	border: 3px solid #BDDDF2;
	font-family: Georgia, "Times New Roman", Times, serif
	font-size: 14px;
	font-style: italic;
	padding: 12px 10px 10px 30px;
	margin-bottom: 7px;
}
.quoteBlock .author {
	font-family: Trebuchet MS, Arial, Verdana,Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	margin-top: 3px;
}
#footer {
	background-color: #ECECEC;
	border-top: 3px solid #F40001;
	height: 35px;
	padding-top: 15px;
	padding-left: 20px;
	font-size: 12px;
	color: #666666;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.date {
	font-size: 11px;
	color: #999999;
}
.more1 {
	font-size: 11px;
	text-decoration: none;
}
.more1:hover {
	text-decoration: underline;
}
.more2 {
	text-decoration: none;
	background-image: url(img/more3.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-top: 7px;
	display: block;
	
}
.more2:hover {
	text-decoration: underline;
}
.spacer1 {
	height: 15px;
}
.button {
	height: 26px;
	margin-top: 2px;
}
.button span {
	background-image: url(img/button_left.jpg);
	background-repeat: no-repeat;
	float: left;
}
.button a {
	height: 26px;
	float: left;
	line-height: 24px;
	background-image: url(img/button_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 25px;
	padding-right: 20px;
}

#searchResults .result {
	margin-top: 15px;
}
#searchResults .result .abstract a {
	color: #000000;
	text-decoration: none;
}
#searchResults .result h3 a {
	color: #0D579F;
	text-decoration: none;
}
#searchResults .result .path a, #searchResults .result .path {
	color: #0D579F;
	text-decoration: none;
	font-size: 11px;
}
.newsitem {
	margin-bottom: 12px;
}

table.form {
	border: 1px solid #D7D7D7;
	margin-top: 8px;
	width: 648px;
}
table.form .splitRow {
	border-top: 1px solid #D7D7D7;
}
table.form input, table.form textarea, table.form select, table.form input.smallinputfield {
	border: 1px solid #AEAEAE;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Verdana,Helvetica, sans-serif;
	color: #AEAEAE;
}
table.form input, table.form input.smallinputfielderror, table.form input.inputfielderror {
	height: 18px;
}
table.form input.smallinputfielderror, table.form input.inputfielderror, table.form textarea.textareafielderror {
	border: 1px solid red;
	color: #FF0400;
	background-color: #F6C6C6;
}
table.form select.inputfielderror, table.form input.inputfielderror2 {
	color: #FF0400;
	background-color: #F6C6C6;
}


table.form input.inputfielderror, table.form textarea.textareafielderror, table.form input.inputfield, table.form textarea.textareafield {
	width: 328px;
}

table.form td {
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 8px;
	vertical-align: top;
}
#errorField {
	vertical-align: top;
	color:	#FF0400;
	margin-left: 10px;
}
