@charset "UTF-8";

@media all
{	/* reset */
	* { margin:0; padding: 0 }

	option { padding-left: 0.4em }

	* html body * { overflow:visible; }
	* html iframe, * html frame { overflow:auto; }
	* html frameset { overflow:hidden; }

	html { height: 100%; margin-bottom: -1px; }
	body {
		font-size: 100.01%;

		color: #000;
		background: #fff;
		text-align: left;
	}

	fieldset, img { border: 0 solid; }

	p { margin: 0 0 1em 0; }

	ul, ol, dl { margin: 0 0 1em 1em }
	li { margin-left: 1.5em; line-height: 1.5em; }

	dt { font-weight: bold; }
	dd { margin: 0 0 1em 2em; }

	blockquote { margin: 0 0 1em 1.5em; }
}

@media all
{	/* layout */
	#header, #nav, #teaser, #main, #footer { clear:both; }

	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden
	}
	.clearfix { display: block }

	#ie_clearing { display: none }

	.subcolumns { width: 100%; overflow:hidden; }

	.c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; }
	.c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; margin-left: -5px; }

	.c25l, .c25r { width: 25%; }
	.c33l, .c33r { width: 33.333%; }
	.c50l, .c50r { width: 50%; }
	.c66l, .c66r { width: 66.666%; }
	.c75l, .c75r { width: 75%; }
	.c38l, .c38r { width: 38.2%; }
	.c62l, .c62r { width: 61.8%; }

	./*c33l, .c33r { width: 230px; }

	.c66l {
		width: 470px;
	}*/

	.subc  { padding: 0 10px; }
	.subcl { padding: 0 10px 0 0; }
	.subcr { padding: 0 0 0 10px; }

	.subcl.multicol .block_content {
		margin: 0 20px 0 0;
	}

	.subcl.multicol .subcolumns .block_content {
		margin: 0 0 0 0;
	}

	div.contenttype_cms .subcolumns {
		margin: 0 0 20px 0;
	}

	div.contenttype_cms .subcolumns div.block_content.text {
		margin: 0 0 -1em 0;
	}

	.equalize, .equalize .subcolumns { overflow:visible; display:table; table-layout:fixed; }
	.equalize .c50l,.equalize .c25l,.equalize .c33l,.equalize .c38l,.equalize .c66l,
	.equalize .c75l,.equalize .c62l,.equalize .c50r,.equalize .c25r,.equalize .c33r,
	.equalize .c38r,.equalize .c66r,.equalize .c75r,.equalize .c62r {
		display:table-cell; vertical-align:top;
		float:none; margin:0; overflow:hidden;
	}

	.skip, .hideme, .print {
		position: absolute;
		left: -1000em;
		top: -1000em;
	}

	html {
		height: 100%;
	}

	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;

		line-height: 16px;

		background: #ffffff;

		overflow-y: scroll;
	}

	div.page_margins {
		margin: 0 auto 0 auto;
		padding: 0 20px;

		max-width: 960px;
	}

	ul.vlist {
		margin: 0 0 0 0;
		padding: 0 0 0 0;

		list-style-type: none;
	}

	ul.vlist li {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	ul.hlist {
		margin: 0 0 0 0;
		padding: 0 0 0 0;

		list-style-type: none;
	}

	ul.hlist li {
		display: inline;

		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	#header {
		padding: 40px 0 0 260px;

		height: 80px;
	}

	#footer {
		margin: 25px 20px 10px 260px;

		font-size: 11px;

		line-height: 16px;

		color: #64646e;
	}

	#footer a {
		text-decoration: none;

		color: #64646e;
	}

	#footer a:hover {
		text-decoration: none;

		color: #002e74;
	}

	div.kwlayer {
		margin: 10px 20px 10px 260px;

		font-size: 11px;

		line-height: 13px;

		color: #efeff0;
	}

	div.kwlayer a {
		text-decoration: none;

		color: #efeff0;
	}

	#toplinks {
		float: right;
	}

	#toplinks form#search {
		position: relative;
	}

	#toplinks input.c2w_searchval {
		padding: 0 30px 0 10px;

		width: 180px;
		height: 20px;

		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;

		line-height: 20px;

		color: #64646e;
		background: #ffffff url(/stream/images/layout/arrow_right.gif) no-repeat 200px 50%;

		border: 1px solid #a0a0a4;

		-khtml-opacity:1;
		-moz-opacity:1;
		-ms-filter:”alpha(opacity=100)”;
		filter:alpha(opacity=100);
		opacity:1;
	}

	#toplinks input.button {
		position: absolute;

		top: 1px;
		right: 1px;

		width: 30px;
		height: 20px;

		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;

		line-height: 20px;

		text-indent: -1000em;

		color: #64646e;
		background: #ffffff;

		border: none;

		-khtml-opacity:.0;
		-moz-opacity:.0;
		-ms-filter:”alpha(opacity=0)”;
		filter:alpha(opacity=0);
		opacity:.0;

		z-index: 32;
	}

	#product_finder {
		width: 220px;
		height: 20px;

		font-family: Arial, Helvetica, sans-serif;

		color: #64646e;
		background: #ffffff;

		border: 1px solid #a0a0a4;
		border-top: none;
	}

	#toplinks div.skinned-select {
		margin: 0 0 0 0;

		width: 220px !important;
		height: 20px !important;

		font-family: Arial, Helvetica, sans-serif;

		color: #64646e;
	    background: #ffffff url(/stream/images/layout/arrow_down.gif) no-repeat scroll 200px 50%;

	    border: 1px solid #a0a0a4;
		border-top: none;
	}

	#toplinks div.skinned-select-text {
	    padding: 0px 10px;

		font-size: 12px;

		line-height: 20px;
	}

	#nav {
		height: 20px;

		font-size: 12px;
		line-height: 20px;

		color: #ffffff;
		background: #8795b5;

		overflow: hidden;
	}

	#nav_right {
		float: right;

		margin: 0 20px 0 0;

		width: 200px;
		height: 20px;

		font-size: 11px;
		line-height: 18px;
	}

	#nav a {
		text-decoration: none;

		color: #ffffff;
	}

	#nav a:hover {
		color: #002e74;
	}

	#nav li.active a {
		color: #002e74;
	}

	#nav_right a.is_hover {
		color: #002e74;
	}

	#nav ul.hlist {
		margin: 0 0 0 20px;
		padding: 0 0 0 0;

		list-style-type: none;
	}

	#nav ul.hlist li {
		display: table-cell;

		margin: 0 0 0 0;
		padding: 0 10px 0 0;
	}

	#nav2 {
		margin: 20px 20px 20px 20px;
	}

	#nav2 ul.vlist li {
		margin: 0 0 5px 0;
	}

	#nav2 a {
		text-decoration: none;

		color: #002e47;
	}

	#nav2 li.nopath a:hover,
	#nav2 li.path a:hover {
		text-decoration: none;

		color: #008365;
	}

	#nav2 li.nopath a {
		color: #002e47;
	}

	#nav2 li.path a {
		color: #008365;
	}

	#nav2 li.active a {
		color: #008365;
	}

	#nav3 ul.vlist li {
		margin: 0 0 5px 0;
	}

	#nav3 ul.vlist li.path.children {
		margin-top: 20px;
	}

	#nav3 ul.vlist li.first.path,
	#nav3 ul.level1 li.path {
		margin-top: 0;
	}

	#nav3 ul.vlist ul {
		margin: 0 0 0 0;
		padding: 0 0 0 0;

		list-style-type: none;
	}

	#nav3 ul.vlist ul.level1 {
		margin-bottom: 20px;
	}

	#nav3 a {
		text-decoration: none;

		color: #64646e;
	}

	#nav3 li.nopath a:hover,
	#nav3 li.path a:hover {
		text-decoration: none;

		color: #008365 !important;
	}

	#nav3 li.nopath a {
		color: #64646e !important;
	}

	#nav3 li.path a {
		color: #008365;
	}

	#nav3 li.active a {
		color: #008365;
	}

	#nav3 ul.level1 div {
		margin: 0 0 0 1em;
	}

	#nav3 ul.level1 ul {
		margin-left: 20px;
	}

	#nav3 ul.level1 .prefix {
		float: left;

		margin: 0;
	}

	#teaser {
		position: relative;

		height: 220px;

		background: #ecedf2;

		overflow: hidden;

		z-index: 4 !important;
		z-index: 3;
	}

	#teaser div.image.mode_edit div.edit {
		left: 245px;
	}

	#teaser a {
		text-decoration: none;

		color: #002e47;
	}

	#teaser a:hover {
		text-decoration: none;

		color: #008365;
	}

	#teaser_left {
		position: absolute;

		top: 0;
		left: 0;

		width: 240px;
		height: 220px;

		color: #002e47;
		background: #ffffff;

		-khtml-opacity:.80;
		-moz-opacity:.80;
		-ms-filter:”alpha(opacity=80)”;
		filter:alpha(opacity=80);
		opacity:.80;
	}

	#teaser_right {
		position: absolute;

		top: 0;
		right: 0;

		display: none;

		width: 220px;
		height: 220px;

		color: #002e47;
		background: #ffffff;

		-khtml-opacity:.80;
		-moz-opacity:.80;
		-ms-filter:”alpha(opacity=80)”;
		filter:alpha(opacity=80);
		opacity:.80;

		z-index: 100;
	}

	#teaser_right.visible {
		display: block;
	}

	#language_selector {
		margin: 15px 20px 20px 20px;
	}

	#language_selector ul.vlist li {
		margin: 5px 0 0 0;
	}

	body#intropage #teaser,
	body#intropage #teaser_left,
	body#intropage #teaser_right {
		height: 320px;
	}

	#location {
		margin: 15px 20px 0 20px;

		width: 460px;

		font-size: 11px;

		line-height: 16px;

		color: #002e74;
	}

	#location a {
		text-decoration: none;

		color: #002e74;
	}

	#location a:hover {
		text-decoration: none;

		color: #008365;
	}

	#location li.active a {
		text-decoration: none;

		color: #008365;
	}

	#location li {
		padding: 0 0.5em 0 0;
	}

	#location li span {
		margin: 0 0 0 0.5em;
	}

	#location li.first span {
		margin: 0 0 0 0;
	}

	#main {
		margin: 0 0 0 0;
		padding: 0 0 0 0;

		border-top: 1px solid #ffffff;
	}

	#col1 {
		float: left;

		width: 240px;
	}

	#col3 {
		margin: 0 0 0 240px;

		color: #64646e;
	}

	#col1_content {
		padding: 15px 20px 20px 20px;
	}

	#col3_content {
		padding: 20px 0px 20px 20px;
	}

	#col3 img.tb_image.align_top {
		display: block;

		margin: 0 0 10px 0;
	}

	#col3 div.block_content.image_subtext {
		margin: 20px 0 0 0;
	}

	#col3 div.block_content.image_subtext img.tb_image {
		margin: 0 0 0 0;
	}

	#col3 div.block_content.image_subtext .text {
		padding: 18px 20px 0 0;

		font-style: italic;
	}

	#col3 .mode_edit div.block_content.image_subtext img.tb_image {
		margin: 0 -1px 0 -1px;
	}

	#col3 div.block_content.text img.tb_image {
		margin: 0 0 18px 0;
	}

	a {
		text-decoration: none;

		color: #008365;
	}

	a:hover {
		text-decoration: none;

		color: #002e74;
	}

	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 1em 0;
		padding: 0 0 0 0;

		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;

		line-height: 120%;

		color: #002e74;
	}

	h1 {
		font-size: 19px;

		line-height: 21px;
	}

	h1.kw {
		margin: 0 0 2em 0;

		font-size: 11px;

		line-height: 16px;
	}

	h2 {
		margin: 0 0 0 0;

		font-size: 11px;
		font-weight: bold;

		line-height: 16px;
	}

	h6 {
		margin: 0 0 0 0;

		font-size: 11px;
		font-weight: bold;

		line-height: 16px;

		color: #000000;
	}

	div.block_content.text_intro {
		color: #000000;
	}

	.contenttype_search {
		padding: 0 20px 0 0;
	}

	.contenttype_search .c2w_searchval {
		width: 100%;
	}

	.contenttype_search ol li {
		padding: 5px 0 0 0;

		list-style-type: decimal;
	}

	.contenttype_search .search_info {
		padding: 10px 0 5px 0;
	}

	.contenttype_search .description {
		font-size: 8pt;

		line-height: 110%;
	}

	.contenttype_search .description .hl {
		padding: 0 1px;

		font-size: inherit;
		font-weight: bold;

		color: #002e74;
	}

	.contenttype_search .link .hl {
		padding: 0 1px;

		font-size: inherit;
		font-weight: bold;

		text-decoration: inherit;
	
		color: #002e74;
	}

	.contenttype_sitemap dl {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	.contenttype_sitemap dd {
		margin: 5px 0 0 0;
		padding: 0 0 0 0;
	}

	.contenttype_sitemap dd a {
		color: #64646e;
	}

	.contenttype_sitemap dd a:hover {
		color: #008365;
	}

	.contenttype_sitemap dl.level0 dl {
		margin: 0 0 0 20px;
	}

	.block_content.contactform table {
		margin: 0 0 1em 0;
	}

	.block_content.contactform .text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;

		line-height: 16px;

		color: #64646e;
	}

	.block_content.contactform input.text {
		margin: 0 0 0 0;
		padding: 0 5px;

		width: 330px;
		height: 20px;

		border: 1px solid #64646e;
	}

	.block_content.contactform textarea.text {
		margin: 0 0 0 0;
		padding: 2px 5px;

		width: 330px;
		height: 91px;

		border: 1px solid #64646e;
	}

	.block_content.contactform td {
		padding: 10px 0 0 0;

		vertical-align: top;
	}

	.block_content.contactform label {
		padding: 0 20px 0 0;

		line-height: 22px;
	}

	.block_content.gallery {
		margin: 0 0 1em 0 !important;
	}

	.block_content.gallery img {
		display: block;
	}
}

@media print {
	#toplinks, #col1, #nav, #teaser_left, #teaser_right, table.edit_toolbar, h1.kw, div.kwlayer {
		display: none;
	}

	div.page_margins {
		margin: 0 0 0 0;

		width: 700px;

		overflow: hidden;
	}

	#location,
	#col3 {
		margin-left: 0;
	}

	#col3_content,
	#header {
		padding-left: 0;
	}

	#teaser {
		margin-left: -260px;
	}

	#footer {
		margin-left: 20px;
	}
}

@media screen and (max-width: 770px){
	#col1 {width: 0;}
	#col3 {margin: 0;}
}


