@charset "UTF-8";

/* @import url("/stream/css/sprites/contact.css"); */

@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; overflow-y: scroll; }
	body {
		font-size: 100.01%;

		color: #000;
		background: #fff;
		text-align: left;
	}

	fieldset, img { border: 0 solid; }

	p { margin: 0 0 0.6em 0; }

	ul, ol, dl { margin: 0 0 1em 1em }
	li { margin-left: 1.5em; line-height: 120%; }

	dt { font-weight: bold; }
	dd { margin: 0 0 1em 2em; }

	blockquote { margin: 0 0 1em 1.5em; }
}

@media all
{	/* layout */
	#header, #nav, #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; position: relative; }

	.c16l, .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l { float:left; }
	.c16r, .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r { float:right; margin-left:-5px; }

	.c16l, .c16r { width:16.666%; }
	.c20l, .c20r { width:20%; }
	.c40l, .c40r { width:40%; }
	.c60l, .c60r { width:60%; }
	.c80l, .c80r { width:80%; }
	.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%; }

	.subc  { padding:0 10px; }
	.subcl { padding:0 20px 0 0; }
	.subcr { padding:0 0 0 20px; }

	.equalize, .equalize .subcolumns { overflow:visible; display:table; table-layout:fixed; }

	.equalize > div {
		display:table-cell;
		float:none; 
		margin:0; 
		overflow:hidden;
		vertical-align:top;
	}

	.skip, .hideme, .print {
		position: absolute;
		left: -1000em;
		top: -1000em;
	}

	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;

		line-height: 120%;
	}

	.page_margins {
		position: relative;

		margin: 0 auto 0 auto;

		width: 990px;

/**
		border-right: 1px solid #ffffff;
**/
	}

	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;
	}

	table.admin_toolbar {
		z-index: 9999;
	}

	#shadowbox_content.html {
		padding: 1em 0;

		background: #ffffff;
	}

	#shadowbox_content.html div.navigation {
		margin: 1em 0;
	}

	.hlblue {
		font-size: 22.5pt;
		font-weight: normal;

		line-height: 120%;

		text-decoration: none;

		color: #008cee;
	}

	/* {{{ Sliding Panel */
	.slidepanel {
		position: absolute;

		margin: 0 auto;

		text-align: left;

		z-index: 99;
	}

	.slidepanel.top {
		top: 0px;
	}

	.slidepanel .panel {
		float: left;

		position: relative;

		color: #999999;

		display: none;

		overflow: visible;

		z-index: 3;
	}

	.slidepanel.init_open .panel {
		display: block;
	}

	.slidepanel .tab {
		position: relative;

		padding: 0 10px;

		color: #999999;

		clear: both;
	}

	.slidepanel .tab .toggle a {
		line-height: 16px;

		text-decoration: none;

		color: #999999;
	}

	.slidepanel .tab .toggle a.icon {
		position: absolute;

		right: 10px;
		top: 2px;

		width: 15px;
		height: 15px;

		background: url(/stream/images/layout/down.gif) no-repeat 0 0;
	}

	.slidepanel .tab .toggle a.icon:hover {
		background: url(/stream/images/layout/down_hover.gif) no-repeat 0 0;
	}

	.slidepanel .tab ul.hlist li {
		float: left;

		margin: 0 0 0 0;
		padding: 0 6px;

		height: 20px;

		display: block;
	}

	.slidepanel .tab ul.hlist li.lft {
		padding: 0 0 0 0;

		width: 20px;
	}

	.slidepanel .tab ul.hlist li.rgt {
		padding: 0 0 0 0;

		width: 20px;
	}

	#panel_language {
		position: absolute;

		top: 0;
		right: 0;

		width: 198px;

		font-size: 7pt;

		background: #e8e8e8;
	}

	#panel_language .panel {
		padding: 10px 10px;

		width: 178px;
		height: 70px;
	}

	#panel_language .panel a.close {
		position: absolute;

		top: 0px;
		right: 0px;

		display: block;

		width: 16px;
		height: 16px;

		font-size: 9pt;

		text-decoration: none;

		color: #008cee;
		background: url(/stream/images/layout/icon_close.png) no-repeat 50% 50%;
	}

	#panel_language .panel a.close:hover {
		color: #ff0000;
		background: url(/stream/images/layout/icon_close_hover.png) no-repeat 50% 50%;
	}

	#panel_language .tab ul.hlist li {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	#panel_language .tab ul.hlist li.lft {
		padding: 0 0 0 0;

		width: 1em;
	}

	#panel_language .tab ul.hlist li.rgt {
		padding: 0 0 0 0;

		width: 1em;
	}

	#panel_language .panel ul.hlist {
		margin: 0 0 0 -20px;
		padding: 0 0 0 0;
	}

	#panel_language .panel ul.hlist ul {
		float: left;
	}

	#panel_language .panel ul.vlist li {
		display: block;

		padding-left: 20px;
		padding-bottom: 1em;
	}

	#panel_language .panel ul.vlist li a {
		display: block;

		line-height: 16px;
	}

	#panel_language .toggle span,
	#panel_language .panel ul.vlist a {
		padding: 0 0 0 30px;

		text-decoration: none;

		color: #000000;
		background-repeat: no-repeat;
		background-position: 0 50%;
	}

	#panel_language .panel ul.vlist a:hover {
		color: #008cee;
	}

	#panel_language .toggle span.en,
	#panel_language .panel ul.vlist a.en {
		background-image: url(/stream/images/layout/language_select/en.gif);
	}

	#panel_language .toggle span.de,
	#panel_language .panel ul.vlist a.de {
		background-image: url(/stream/images/layout/language_select/de.gif);
	}

	#panel_language .toggle span.fr,
	#panel_language .panel ul.vlist a.fr {
		background-image: url(/stream/images/layout/language_select/fr.gif);
	}

	#panel_language .toggle span.es,
	#panel_language .panel ul.vlist a.es {
		background-image: url(/stream/images/layout/language_select/es.gif);
	}

	#panel_language .toggle span.cn,
	#panel_language .panel ul.vlist a.cn {
		background-image: url(/stream/images/layout/language_select/cn.gif);
	}

	#panel_language .toggle span.ru,
	#panel_language .panel ul.vlist a.ru {
		background-image: url(/stream/images/layout/language_select/ru.gif);
	}
	/* Sliding Panel }}} */

	#header {
		position: relative;

		height: 90px;

		background: #ffffff;

		overflow: hidden;
	}

	#header img {
		display: block;
	}

	#header h1 {
		position: absolute;

		left: 208px;
		bottom: 2px;

		margin: 0 0 0 0;
		padding: 0 0 0 0;

		width: 775px;

		font-size: 22.5pt;
		font-weight: normal;

		line-height: 120%;
	}

	#logo {
		position: absolute;

		bottom: 10px;
		left: 10px;
	}

	#ext_logo {
		position: absolute;

		bottom: 5px;
		right: 208px;
	}

	#toplinks {
		margin: 0 208px 0 208px;

		font-size: 7pt;

		line-height: 200%;

		text-align: right;

		color: #000000;
	}

	#toplinks a {
		text-decoration: none;

		color: #000000;
	}

	#toplinks a:hover {
		text-decoration: underline;
	}

	#location {
		margin: 0.75em 10px 1em 208px;

		font-size: 7pt;

		overflow: hidden;
	}

	#location a {
		text-decoration: none;

		color: #000000;
	}

	#location a:hover {
		text-decoration: underline;
	}

	#location ul.generator {
		float: right;

		margin: 2px 0 0 0;
	}

	#location ul.generator li {
		padding-left: 2px;
	}

	#col3 #location {
		margin: 0 0 0 0;
		padding: 0 10px;

		height: 20px;

		font-size: 7.5pt;

		line-height: 20px;

		color: #ffffff;
		background: #008cee;

		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}

	#col3 #location a {
		color: #ffffff;
	}

	#col3 #location a:hover {
		text-decoration: underline;

		color: #ffffff;
	}

	#col3 #scroller {
		border-top: 1px solid #ffffff;
	}

	#quickfinder {
		float: right;

		padding: 1px 10px 0 10px;

		height: 20px;

		overflow: hidden;
	}

	#quickfinder select {
		width: 178px;
		height: 18px;

		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		font-weight: normal;

		line-height: 18px;

		border: none;
	}

    #quickfinder ul {
        display: none;
    }

	#search {
		float: left;

		padding: 1px 10px 0 10px;
	}

	#search input {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		font-weight: normal;

		line-height: 18px;

		border: none;
	}

	#search input.text {
		margin: 0 0.5em 0 0;
		padding: 0 0.5em;

		width: 145px;
		height: 18px;

		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
	}

	#search .ui-autocomplete {
		font-size: 9pt;
	}

	#footer {
		font-size: 7pt;

		line-height: 20px;

		color: #ffffff;
		background: #9c9c9c;

/**
		border-bottom: 1px solid #ffffff;
**/
	}

	#footer a {
		text-decoration: none;

		color: #ffffff;
	}

	#footer a:hover {
		color: #ff0000;
	}

	#footer a.top {
		float: right;

		margin-left: 0;
		margin-right: 10px;

		background: url(/stream/images/layout/top_white.gif) no-repeat 50% 0px;
	}

	#footer a.top:hover {
		background: url(/stream/images/layout/top_hover.gif) no-repeat 50% 0px;
	}

	#footer a.top span {
		display: block;

		width: 16px;
		height: 14px;

		overflow: hidden;
	}

	#footer .footer_content {
		margin: 0 198px;
		padding: 0 10px;

/**
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
**/
	}

	#footer .actions {
		float: right;
	}

	#footer .footer_downloads {
		margin: 0 198px;
		padding: 0 10px;

		border-bottom: 1px solid #cecece;

/**
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
**/
	}

	#cart_link {
		position: absolute;

		top: 0;
		left: 0;

		width: 198px;
		height: 18px;

		font-size: 8pt;

		line-height: 18px;
	}

	#cart_link a {
		margin: 0 10px 0 10px;
		padding: 0 0 0 20px;

		background: url(/stream/images/icons/cart/cart.gif) no-repeat 0 50%;
	}

	#nav {
		height: 20px;

		font-size: 13px;
		font-weight: normal;

		line-height: 20px;

		text-align: right;

		color: #ffffff;
		background: #9c9c9c;
/**
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
**/

		overflow: hidden;
	}

	#nav a {
		display: block;

		height: 20px;

		line-height: 20px;

		text-decoration: none;

		color: #ffffff;
	}

	#nav a:hover {
		color: #d9d9d9;
	}

	#nav ul.hlist {
		margin: 0 198px;
		padding: 0 10px;

		height: 20px;

		background: #008cee;

/**
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
**/
	}

	#nav ul.hlist li.first {
		margin: 0 0 0 0;
		padding: 0 0 0 0;

		border-left: none;
	}

	#nav ul.hlist li {
	    display: inline;
	    float: left;

		margin: 0 0 0 0.5em;
		padding: 0 0 0 0.5em;

		line-height: 20px;

		border-left: 1px solid #ffffff;
	}

	#subnav {
		margin: 0 0 0 0;

		font-size: 9pt;

		border-bottom: 1px solid #008cee;
	}

	#subnav ul {
		margin: 0 0 0 0;
		padding: 0 0 0 0;

		list-style-type: none;
	}

	#subnav li {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	#subnav h2 {
		margin: 0 0 0 0;
		padding: 0 0 0 0;

		font-size: 100%;
	}

	#subnav a {
		display: block;

		padding: 0 10px;

		font-weight: bold;

		line-height: 20px;

		text-decoration: none;

		color: #ffffff;
		background: #008cee;
	}

	#subnav li {
		border-top: 1px solid #e8e8e8;
	}

	#subnav ul.level1 li {
		border-top: 1px solid #008cee;
	}

	#subnav li.path a,
	#subnav li a:hover {
		font-weight: bold;

		background: #005999;
	}

	#subnav ul.level1 li.nopath a {
		font-weight: normal;

		color: #000000;
		background: #e8e8e8;
	}

	#subnav ul.level1 li.path a {
		font-weight: bold;

		color: #ffffff;
		background: #9c9c9c;
	}

	#subnav ul.level1 li.nopath a:hover {
		color: #000000;
		background: #9c9c9c;
	}

	#subnav ul.level2 li {
		border-top: none;
	}

	#subnav ul.level2 a {
		padding-left: 20px;
	}

	#subnav ul.level2 li.nopath a {
		font-weight: normal;

		color: #000000;
		background: #e8e8e8 url(/stream/images/layout/subnav_arrow_normal.gif) no-repeat 10px 2px;
	}

	#subnav ul.level2 li.path a {
		color: #000000;
		background: #e8e8e8 url(/stream/images/layout/subnav_arrow_hover.gif) no-repeat 10px 2px;
	}

	#subnav ul.level2 li.nopath a:hover {
		color: #000000;
		background: #e8e8e8 url(/stream/images/layout/subnav_arrow_hover.gif) no-repeat 10px 2px;
	}

	#subnav ul.level3 a {
		padding-left: 30px;
	}

	#subnav ul.level3 li.nopath a {
		font-weight: normal;

		color: #000000;
		background: #e8e8e8 url(/stream/images/layout/subnav_arrow_normal.gif) no-repeat 20px 2px;
	}

	#subnav ul.level3 li.path a {
		color: #000000;
		background: #e8e8e8 url(/stream/images/layout/subnav_arrow_hover.gif) no-repeat 20px 2px;
	}

	#subnav ul.level3 li.nopath a:hover {
		color: #000000;
		background: #e8e8e8 url(/stream/images/layout/subnav_arrow_hover.gif) no-repeat 20px 2px;
	}

	#subnav ul.level4 a {
		padding-left: 40px;
	}

	#subnav ul.level4 li.nopath a {
		font-weight: normal;

		color: #000000;
		background: #e8e8e8 url(/stream/images/layout/subnav_arrow_normal.gif) no-repeat 30px 2px;
	}

	#subnav ul.level4 li.path a {
		color: #000000;
		background: #e8e8e8 url(/stream/images/layout/subnav_arrow_hover.gif) no-repeat 30px 2px;
	}

	#subnav ul.level4 li.nopath a:hover {
		color: #000000;
		background: #e8e8e8 url(/stream/images/layout/subnav_arrow_hover.gif) no-repeat 30px 2px;
	}

	#subnav ul.level5 a {
		padding-left: 50px;
	}

	#subnav ul.level5 li.nopath a {
		font-weight: normal;

		color: #000000;
		background: #e8e8e8 url(/stream/images/layout/subnav_arrow_normal.gif) no-repeat 40px 2px;
	}

	#subnav ul.level5 li.path a {
		color: #000000;
		background: #e8e8e8 url(/stream/images/layout/subnav_arrow_hover.gif) no-repeat 40px 2px;
	}

	#subnav ul.level5 li.nopath a:hover {
		color: #000000;
		background: #e8e8e8 url(/stream/images/layout/subnav_arrow_hover.gif) no-repeat 40px 2px;
	}

	#subnav ul.level6 a {
		padding-left: 60px;
	}

	#subnav ul.level6 li.nopath a {
		font-weight: normal;

		color: #000000;
		background: #e8e8e8 url(/stream/images/layout/subnav_arrow_normal.gif) no-repeat 50px 2px;
	}

	#subnav ul.level6 li.path a {
		color: #000000;
		background: #e8e8e8 url(/stream/images/layout/subnav_arrow_hover.gif) no-repeat 50px 2px;
	}

	#subnav ul.level6 li.nopath a:hover {
		color: #000000;
		background: #e8e8e8 url(/stream/images/layout/subnav_arrow_hover.gif) no-repeat 50px 2px;
	}

	#subnav ul.level7 a {
		padding-left: 70px;
	}

	#subnav ul.level7 li.nopath a {
		font-weight: normal;

		color: #000000;
		background: #e8e8e8 url(/stream/images/layout/subnav_arrow_normal.gif) no-repeat 60px 2px;
	}

	#subnav ul.level7 li.path a {
		color: #000000;
		background: #e8e8e8 url(/stream/images/layout/subnav_arrow_hover.gif) no-repeat 60px 2px;
	}

	#subnav ul.level7 li.nopath a:hover {
		color: #000000;
		background: #e8e8e8 url(/stream/images/layout/subnav_arrow_hover.gif) no-repeat 60px 2px;
	}

	#main {
		position: relative;
	}

	#teaser {
		margin: 0 0 0 0;

		height: 200px;
	}

	#col1 {
		float: left;

		width: 198px;

		background: #e8e8e8;
	}

	#col2 {
		float: right;

		width: 198px;

		background: #e8e8e8;
	}

	#col3 {
		margin: 0 198px 0 198px;

		background: #ffffff;
	}

	#col3 {
		margin-left: 0;
		margin-right: 0;

		border-left: 198px solid #e8e8e8;
		border-right: 198px solid #e8e8e8;
	}

	#col3 .c33l,
	#col3 .c33r {
		width: 198px;
	}

	#col3 .c66l,
	#col3 .c66r {
		width: 396px;
	}

	.small_text {
		font-size: 7.5pt;
	}

	body#fam-teaser #teaser {
		position: absolute;

		top: 0;
		right: 0;

		width: 792px;
	}

	body#fam-teaser #col2,
	body#fam-teaser #col3 {
		padding-top: 200px;
	}

	#col1_content {
		padding: 18px 0 18px 0;
	}

	#col2_content {
		padding: 0 0 0 0;
	}

	#col3_content {
		padding: 0 0 0 0;

		border-top: 1px solid #ffffff;
	}

	#col3_content div.scope0 {
		height: auto !important;
		min-height: 396px;
		height: 396px;
	}

	#col3_content div.scope0 div.content {
		padding-top: 1em;
		margin-top: -1em;
	}

	#col1 li,
	#col2 li {
		line-height: 120%;
	}

	#col2 ol.vlist {
		margin: 0 0 0 0;
		padding: 0 0 0 0;

		list-style-type: none;
	}

	#col2 ol.vlist li {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	#col2 h6 {
		margin: 0 0 1em 0;
		padding: 0 0 0 0;

		font-size: 100%;
		font-weight: bold;

		color: #008cee;
	}

	a {
		text-decoration: none;

		color: #008cee;
	}

	a:hover {
		color: #ff0000;
	}

	h1, h2, h3, h4, h5, h6 {
		margin: 0.5em 0;
		padding: 0;

		font-weight: normal;

		line-height: 110%;

		color: #000000;
	}

	/* {{{ Empty */
	div.contenttype_empty {
		margin: 10px;
	}

	#col3_content div.contenttype_empty.scope0 {
		height: auto !important;
		min-height: 376px;
		height: 376px;
	}

	div.contenttype_empty div.search {
		margin: 1em 0;
	}

	div.contenttype_empty ol.links {
		margin: 1em 0;
	}
	/* }}} Empty */

	/* {{{ CMS */
	div.cmspage {
		padding: 20px 10px 1em 10px;
	}

	div.cmspage table.editmode {
		margin-bottom: 1em;
	}

	div.cmspage h1 {
		margin: 0 0 0.5em 0;
		padding: 0 0 0 0;

		font-size: 22.5pt;
		font-weight: normal;

		line-height: 120%;
	}

	div.contenttype_cms.scope1 {
		border-bottom: 1px solid #ffffff;
	}
	/* }}} CMS */

	.block_content {
		margin: 1em 10px;
	}

	.block_content img {
		display: block;
	}

	.block_content ul {
		margin: 0 0 1em 0;
		padding: 0 0 0 0;

		list-style-image: url(/stream/images/layout/li_dot.gif);
	}

	.block_content ul ul {
		list-style-image: url(/stream/images/layout/li_line.gif);
	}

	.block_content .tb_image.align_right {
		margin: 0 0 0.5em 1em;
	}

	.block_content .tb_image.align_left {
		margin: 0 1em 0.5em 0;
	}

	.block_content div.extra {
		padding: 2px 10px;

		height: 1em;

		/* background: #e8e8e8; */
	}

	.block_content div.extra a.wk_icon {
		display: block;

		float: right;

		width: 12px;
		height: 12px;

		text-indent: -1000em;

		background: transparent url(/stream/images/icons/cart/cart.gif) no-repeat 50% 50%;
	}

	.block_content.stage {
		margin: 0 0 0 0;
	}

	.block_content.stage .stage {
		margin: 1em 10px 0 10px;
	}

	.block_content.stage.type_a .media_element {
		margin: -1em -10px 1em -10px;
	}

	.block_content.stage.type_b .media_element {
		margin: -1em -10px 0 10px;

		float: right;
	}

	.block_content.stage.type_b .media_element.textflow {
		margin-bottom: 0.5em;
	}

	.block_content.stage.type_b .media_element.border {
		border-bottom: 1px solid #ffffff;
	}

	.block_content.stage.type_b .text_layout.block {
		margin: 0 396px 0 0;
	}

	.block_content.teaser {
		margin: 0 0;
	}

	.block_content.teaser .subtitle {
		padding: 0.25em;

		font-size: 7.5pt;
	}

	.block_content.teaser.default {
		margin: 1em 10px;
	}

	.block_content.teaser.centered {
		margin: 1em 10px;

		text-align: center;
	}

	.block_content.teaser.centered img {
		display: inline-block;
	}

	.block_content.imagegallery {
		margin: 0 0;
	}

	.block_content.imagegallery .subcolumns {
		margin-bottom: 1em;
	}

	.block_content.imagegallery .c33l,
	.block_content.imagegallery .c33r {
		width: 198px;
	}

	.block_content.imagegallery .c16l,
	.block_content.imagegallery .c16r {
		width: 99px;
	}

	.block_content.imagegallery .subtitle {
		padding: 0.25em;

		font-size: 7.5pt;

		color: #008cee;
	}

	.block_content.imagegallery .download {
		float: right;
	}

	.block_content.imagegallery a.wk_icon {
		display: block;

		float: right;

		width: 12px;
		height: 12px;

		text-indent: -1000em;

		background: transparent url(/stream/images/icons/cart/cart.gif) no-repeat 50% 50%;
	}

	.block_content.videogallery {
		margin: 0 0;
	}

	.block_content.videogallery .subcolumns {
		margin-bottom: 1em;
	}

	.block_content.videogallery .c33l,
	.block_content.videogallery .c33r {
		width: 198px;
	}

	.block_content.videogallery .c16l,
	.block_content.videogallery .c16r {
		width: 99px;
	}

	.block_content.videogallery .subtitle {
		padding: 0.25em;

		font-size: 7.5pt;

		color: #008cee;
	}

	.block_content.videogallery .download {
		float: right;
	}

	.block_content.prospectgallery {
		margin: 0 0;
	}

	.block_content.prospectgallery .subcolumns {
		margin-bottom: 1em;
	}

	.block_content.prospectgallery .c33l,
	.block_content.prospectgallery .c33r {
		width: 198px;
	}

	.block_content.prospectgallery .c16l,
	.block_content.prospectgallery .c16r {
		width: 99px;
	}

	.block_content.prospectgallery .subtitle {
		padding: 0.25em;

		font-size: 7.5pt;

		color: #008cee;
	}

	.block_content.prospectgallery .download {
		float: right;
	}

	.block_content.text .image.top_left,
	.block_content.text .image.top_right {
		margin: 0 0 1em 0;
	}

	.block_content.text .image.top_left {
		text-align: left;
	}

	.block_content.text .image.top_right {
		text-align: right;
	}

	.block_content.text .image.bottom_left,
	.block_content.text .image.bottom_right {
		margin: 0 0 1em 0;
	}

	.block_content.text .image.bottom_left {
		text-align: left;
	}

	.block_content.text .image.bottom_right {
		text-align: right;
	}

	.block_content.text .image.top_left img,
	.block_content.text .image.top_right img,
	.block_content.text .image.bottom_left img,
	.block_content.text .image.bottom_right img {
		display: inline-block;
	}

	.block_content.text .image.left {
		float: left;
	}

	.block_content.text .image.right {
		float: right;
	}

	.block_content.text td.text {
		width: 100%;
	}

	.block_content.downloadlist ul {
		margin: 0;

		list-style-image: none;
	}

	.block_content.downloadlist ul a {
		padding: 0 0 0 20px;

		display: block;
	}

	.block_content.downloadlist img {
		display: inline-block;
	}

	.block_content.contact ul {
		list-style-image: none;
	}

	.block_content.contact ul.contact img {
		display: inline;
	}

	.block_content.contact .sprite-contact.contact-phone,
	.block_content.contact .sprite-contact.contact-fax,
	.block_content.contact .sprite-contact.contact-email,
	.block_content.contact .sprite-contact.contact-maps-link,
	.block_content.contact .sprite-contact.contact-www {
/*		padding-left: 1.5em; */
	}

	.block_content.contact .contact-name {
		font-weight: bold;
	}

	.block_content.contact .sprite-contact.contact-email {
		margin-top: 0.5em;
	}

	.block_content.contact .media_element {
		float: right;
	}

	.block_content.stage.contact .media_element {
		margin: -1em -10px 0 10px;
	}

	#col2 table.mode_edit .block_content.teaser img {
		width: 196px;
	}

	#col2 table.mode_edit .block_content.imagegallery .subcolumns {
		width: 196px;
	}

	#col3 table.mode_edit .block_content.teaser.borderless img {
		width: 592px;
	}

	#col3 table.mode_edit .block_content.text .image.top_left,
	#col3 table.mode_edit .block_content.text .image.top_right,
	#col3 table.mode_edit .block_content.text .image.bottom_left,
	#col3 table.mode_edit .block_content.text .image.bottom_right {
		width: 572px;

		overflow: hidden;
	}

	#col3 table.mode_edit .block_content.imagegallery .subcolumns {
		width: 592px;

		overflow: hidden;
	}
}

@media print {
}
