@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; 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(/images/layout/down.gif) no-repeat 0 0;
	}

	.slidepanel .tab .toggle a.icon:hover {
		background: url(/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(/images/layout/icon_close.png) no-repeat 50% 50%;
	}

	#panel_language .panel a.close:hover {
		color: #ff0000;
		background: url(/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(/images/layout/language_select/en.gif);
	}

	#panel_language .toggle span.de,
	#panel_language .panel ul.vlist a.de {
		background-image: url(/images/layout/language_select/de.gif);
	}

	#panel_language .toggle span.fr,
	#panel_language .panel ul.vlist a.fr {
		background-image: url(/images/layout/language_select/fr.gif);
	}

	#panel_language .toggle span.es,
	#panel_language .panel ul.vlist a.es {
		background-image: url(/images/layout/language_select/es.gif);
	}

	#panel_language .toggle span.cn,
	#panel_language .panel ul.vlist a.cn {
		background-image: url(/images/layout/language_select/cn.gif);
	}

	#panel_language .toggle span.ru,
	#panel_language .panel ul.vlist a.ru {
		background-image: url(/images/layout/language_select/ru.gif);
	}
	/* Sliding Panel }}} */

	#header {
		position: relative;

		height: 90px;

		background: #ffffff;

		overflow: hidden;
	}

	#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%;
	}

	#header img.logo {
		position: absolute;

		left: 208px;
		bottom: 10px;

		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	#logo {
		position: absolute;

		bottom: 10px;
		left: 10px;
	}

	#logo img {
		display: block;
	}

	#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;
	}

	#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: 138px;
		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(/images/layout/list/top_white.gif) no-repeat 50% 0px;
	}

	#footer a.top:hover {
		background: url(/images/layout/list/top_hover.gif) no-repeat 50% 0px;
	}

	#footer .footer_content {
		margin: 0 198px;
		padding: 0 10px;

/**
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
**/
	}

	#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(/images/icons/shop/cart.gif) no-repeat 0 50%;
	}

	#nav {
		height: 20px;

		font-size: 13px;
		font-weight: bold;

		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;
	}

	#nav .headline_text a:hover {
		color: #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(/images/layout/subnav_arrow_normal.gif) no-repeat 10px 2px;
	}

	#subnav ul.level2 li.path a {
		color: #000000;
		background: #e8e8e8 url(/images/layout/subnav_arrow_hover.gif) no-repeat 10px 2px;
	}

	#subnav ul.level2 li.nopath a:hover {
		color: #000000;
		background: #e8e8e8 url(/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(/images/layout/subnav_arrow_normal.gif) no-repeat 20px 2px;
	}

	#subnav ul.level3 li.path a {
		color: #000000;
		background: #e8e8e8 url(/images/layout/subnav_arrow_hover.gif) no-repeat 20px 2px;
	}

	#subnav ul.level3 li.nopath a:hover {
		color: #000000;
		background: #e8e8e8 url(/images/layout/subnav_arrow_hover.gif) no-repeat 20px 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;
	}

	.nobr {
		white-space: nowrap;
	}

	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: 18px 10px 0px 10px;
	}

	#col3_content {
		padding: 0 0 0 0;

		height: auto !important;
		min-height: 480px;
		height: 480px;

		border-top: 1px solid #ffffff;
	}

	#col1 div.news.list {
		font-size: 7.5pt;
	}

	#col1 div.news.list ol.vlist {
		margin: 0 0 0 0;
		padding: 0 0 0 0;

		list-style-type: none;
	}

	#col1 div.news.list ol.vlist li {
		margin: 0 0 1em 0;
		padding: 0 10px 0 10px;
	}

	#col1 div.news.list h2 {
		font-size: 10pt;

		color: #008cee;
	}

	#col1 div.news.list h3 {
		margin: 0 0 0.25em 0;
		padding: 0 0 0 0;

		font-size: 100%;
	}

	#col1 div.news.list h3 img {
		float: right;
	}

	#col1 div.news.list div.short_text {
		padding: 0 0 0 0;
	}

	#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;
	}

	/* {{{ Pager */
	ul.pager {
		margin: 0 0 1em 0;

		height: 16px;
	}

	ul.pager li {
		float: left;
	}

	ul.pager a {
		display: block;

		width: 16px;
		height: 16px;
	}

	ul.pager a span {
		display: none;
	}

	ul.pager a.first_page {
		width: 32px;

		background: url(/images/pagebuttons/back.gif) no-repeat 50% 0px;
	}

	ul.pager a.first_page:hover {
		background: url(/images/pagebuttons/back_hover.gif) no-repeat 50% 0px;
	}

	ul.pager a.prev_page {
		background: url(/images/pagebuttons/lastpage.gif) no-repeat 50% 0px;
	}

	ul.pager a.prev_page:hover {
		background: url(/images/pagebuttons/lastpage_hover.gif) no-repeat 50% 0px;
	}

	ul.pager a.next_page {
		background: url(/images/pagebuttons/nextpage.gif) no-repeat 50% 0px;
	}

	ul.pager a.next_page:hover {
		background: url(/images/pagebuttons/nextpage_hover.gif) no-repeat 50% 0px;
	}

	ul.pager a.all_pages {
		background: url(/images/pagebuttons/allpages.gif) no-repeat 50% 0px;
	}

	ul.pager a.all_pages:hover {
		background: url(/images/pagebuttons/allpages_hover.gif) no-repeat 50% 0px;
	}

	.list_actions.video ul.pager {
		float: right;
	}
	/* }}} Pager */

	/* {{{ Image Navigation */
	#col2 ol.imagenavigation {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	#col2 ol.imagenavigation img {
		display: block;

		width: 198px;
	}

	#col2 ol.imagenavigation li {
		margin: 0 -10px 1em -10px;
	}

	#col2 ol.imagenavigation .subtitle {
		padding: 0.25em 10px 0 10px;

		font-size: 7.5pt;
	}
	/* }}} Image Navigation */

	/* {{{ List common */
	#col2 ul.generator {
		margin: 0 0 0.5em 0;

		text-align: right;
	}

	#col2 ul.generator li {
		padding-left: 2px;
	}

	#col2 ul.modeselect {
		float: right;
	}

	#col2 ul.modeselect li {
		float: left;
	}

	#col2 ul.modeselect a {
		display: block;

		width: 16px;
		height: 16px;
	}

	#col2 ul.modeselect a span {
		display: none;
	}

	#col2 ul.modeselect a.mode_default {
		background: url(/images/layout/list/mode/default.gif) no-repeat 50% 0px;
	}

	#col2 ul.modeselect a.mode_default:hover {
		background: url(/images/layout/list/mode/default_hover.gif) no-repeat 50% 0px;
	}

	#col2 ul.modeselect a.mode_a {
		background: url(/images/layout/list/mode/a.gif) no-repeat 50% 0px;
	}

	#col2 ul.modeselect a.mode_a:hover {
		background: url(/images/layout/list/mode/a_hover.gif) no-repeat 50% 0px;
	}

	#col2 li.item .header {
		margin: 0 0 1em 0;

		font-size: 10pt;
		font-weight: bold;

		line-height: 16px;

		overflow: hidden;
	}

	#col2 li.item .header .listposnumber {
		margin: 0 0.25em;
	}

	#col2 li.item .header .detail {
		display: none;
	}

	#col2 li.item .header a {
		margin: 0 0.25em;
	}

	#col2 li.item .header a.top {
		margin-left: 0;

		background: url(/images/layout/list/top.gif) no-repeat 0px 0px;
	}

	#col2 li.item .header a.top:hover {
		background: url(/images/layout/list/top_hover.gif) no-repeat 0px 0px;
	}

	#col2 li.item .header a.top2 {
		margin-left: 0;

		background: url(/images/layout/list/top2.gif) no-repeat 0px 0px;
	}

	#col2 li.item .header a.top2:hover {
		background: url(/images/layout/list/top2_hover.gif) no-repeat 0px 0px;
	}

	#col2 li.item .header a.detail {
		background: url(/images/layout/list/detail.gif) no-repeat 50% 0px;
	}

	#col2 li.item .header a.cart_add {
		background: url(/images/layout/list/carticon_small.gif) no-repeat 50% 0px;
	}
	/* }}} List common */

	/* {{{ Kontakte List */
	#col2 ol.kontakte_neu li.item {
		margin: 0 0 2em 0;

		font-size: 7.5pt;
	}

	#col2 ol.kontakte_neu li.item .flag {
		float: right;
	}

	#col2 ol.kontakte_neu li.item a.detail {
		color: #000000;
	}
	/* }}} Kontakte List */

	/* {{{ Produkte/Anlagen List */
	#col2 ol.anlage li.item,
	#col2 ol.geraet li.item {
		margin: 0 0 1em 0;

		font-size: 7.5pt;
	}

	#col2 ul.images ul.vlist.images {
		position: relative;

		margin: 0 0 1em 0;
	}

	#col2 ul.images ul.vlist.images li.buttons {
		padding: 0.125em 0 0.125em 0;
	}

	#col2 ul.images ul.vlist.images li.buttons a {
		margin: 0 0.125em;
	}

	#col2 ul.images img {
		display: block;

		width: 178px;
	}

	#col2 ul.images li.buttons img {
		display: inline;

		width: auto;
	}
	/* }}} Produkte/Anlagen List */

	/* {{{ Videos List */
	#col2 ol.videos li.item {
		margin: 0 0 1em 0;

		font-size: 7.5pt;
	}

	#col2 ol.videos .buttons {
		padding: 0.125em 0 0.125em 0;
	}

	#col2 ol.videos .buttons a {
		margin: 0 0.125em;
	}

	#col2 ol.videos img {
		display: block;

		width: 178px;
	}

	#col2 ol.videos .buttons img {
		display: inline;

		width: auto;
	}
	/* }}} Videos List */

	a {
		text-decoration: none;

		color: #008cee;
	}

	a:hover {
		color: #ff0000;
	}

	/* {{{ Leadpage */
	div.leadpage {
	}

	div.leadpage ul {
		margin: 0 0 1em 0;
		padding: 0 0 0 0;

		list-style-image: url(/images/layout/li_dot.gif);
	}

	div.leadpage ul li {
		margin-bottom: 0.5em;
	}

	div.leadpage ul.list_menu {
		list-style-type: none;
		list-style-image: none;
	}

	div.leadpage ul.list_menu li {
		margin-left: 0;
	}

	div.leadpage ul.list_menu a {
		display: block;

		padding-left: 1.5em;

		background: url(/images/layout/li_dot.gif) no-repeat 3px 3px;
	}

	div.leadpage ul.list_menu a:hover {
		background: url(/images/layout/li_dot_hover.gif) no-repeat 3px 3px;
	}

	div.leadpage ul.list_free.linked {
		list-style-type: none;
		list-style-image: none;
	}

	div.leadpage ul.list_free.linked li {
		margin-left: 0;
	}

	div.leadpage ul.list_free.linked a {
		display: block;

		padding-left: 1.5em;

		background: url(/images/layout/li_dot.gif) no-repeat 3px 3px;
	}

	div.leadpage ul.list_free.linked a:hover {
		background: url(/images/layout/li_dot_hover.gif) no-repeat 3px 3px;
	}

	div.leadpage.video {
		padding: 0;
	}

	div.leadpage.video .stage {
		padding: 20px 10px 1em 10px;
	}

	div.leadpage.video .media_element {
		float: right;

		margin: -20px -10px 0px 10px;

		text-align: right;
	}
/*
	div.leadpage.stage_b .media {
		margin-bottom: -10px;
	}
*/
	div.leadpage .stage {
		padding: 20px 10px 1em 10px;
	}

	div.leadpage.stage_a .stage {
		padding: 0 0 0 0;
	}

	div.leadpage .media_element {
		float: right;
	}

	div.leadpage.stage_a .media_element {
		float: none;
	}

	div.leadpage.stage_b .media_element {
		margin: -20px -10px 0 10px;
	}

	div.leadpage .text {
		margin: 1em 10px 1em 10px;
	}

	div.leadpage .stage .text {
		margin-bottom: 0;
	}

	div.leadpage .stage .text_layout.block {
		width: 178px;
	}

	div.leadpage .stage .image_rotate {
		margin: -20px 0px 1em -10px;

		width: 198px;
	}

	div.leadpage.stage_none .media_element {
		float: right;

		width: 350px;
	}

	div.leadpage span.text_normal,
	div.leadpage span.text_bold {
	}

	div.leadpage span.text_bold {
		font-weight: bold;
	}

	div.leadpage span.subtitle,
	div.leadpage span.subtitle_normal {
		font-size: 11pt;

		line-height: 120%;
	}

	div.leadpage span.subtitle {
		font-weight: bold;
	}

	div.leadpage span.subtitle2_normal,
	div.leadpage span.subtitle2_bold {
		font-size: 12pt;

		line-height: 120%;
	}

	div.leadpage span.subtitle2_bold {
		font-weight: bold;
	}

	div.leadpage span.subtitle3_normal,
	div.leadpage span.subtitle3_bold {
		font-size: 14pt;

		line-height: 120%;
	}

	div.leadpage span.subtitle3_bold {
		font-weight: bold;
	}

	div.leadpage span.subtitle4_normal,
	div.leadpage span.subtitle4_bold {
		font-size: 18pt;

		line-height: 120%;
	}

	div.leadpage span.subtitle4_bold {
		font-weight: bold;
	}

	div.leadpage span.title_normal,
	div.leadpage span.title_bold {
		font-size: 22.5pt;

		line-height: 120%;
	}

	div.leadpage span.title_bold {
		font-weight: bold;
	}

	div.leadpage table.list_videos {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	div.leadpage table.list_videos.left td.li {
		padding: 10px 0 0 0;
	}

	div.leadpage table.list_videos.left td.li.first {
		padding: 0 0 0 0;
	}

	div.leadpage table.list_videos.bottom td.li {
		padding: 0 0 0 1em;
	}

	div.leadpage table.list_videos.bottom td.li.first {
		padding: 0 0 0 0;
	}

	div.leadpage div.navigation .column_image {
		margin-right: -2px !important;

		width: 200px !important;

		text-align: left;

		background: #e8e8e8;
	}

	div.leadpage div.navigation .column_image img {
		border: 1px solid #9c9c9c;
	}

	div.leadpage div.navigation .buttons img {
		border: none;
	}

	div.leadpage ul.generator {
		margin: 2px 2px 0 1em;

		height: 18px;

		text-align: right;
	}

	div.leadpage ul.generator li {
		padding-left: 2px;
	}

	div.leadpage div.job {
		margin-top: 4em;
	}

	div.leadpage div.job.first {
		margin-top: 0;
	}

	div.leadpage div.job div.hlblue {
		margin-bottom: 0.5em;
	}
	/* Leadpage }}} */

	/* {{{ Detailpage */
	div.detailpage {
	}

	div.detailpage ul.generator {
		margin: 1px 10px 0 1em;

		text-align: right;
	}

	div.detailpage ul.generator li {
		padding-left: 2px;
	}

	div.detailpage ul {
		margin: 0 0 1em 0;
		padding: 0 0 0 0;

		list-style-image: url(/images/layout/li_dot.gif);
	}

	div.detailpage ul li {
		/*margin-bottom: 0.5em;*/
		margin-top:1px;
	}
/*
	div.detailpage.stage_b .media {
		margin-bottom: -10px;
	}
*/
	div.detailpage .stage {
		padding: 20px 10px 1em 10px;
	}

	div.detailpage.stage_a .stage {
		padding: 0 0 0 0;
	}

	div.detailpage .media_element {
		float: right;

		text-align: right;
	}

	div.detailpage.stage_a .media_element {
		float: none;
	}

	div.detailpage.stage_b .media_element {
		margin: -20px -10px 0 10px;

		width: 396px;
	}

	div.detailpage .media_element img {
		display: block;
	}

	div.detailpage .media_element .navigation {
		margin-top: -10px;

		text-align: left;
	}

	div.detailpage .media_element .navigation ul.images li {
		float: left;
	}

	div.detailpage .media_element .navigation ul.images li img {
		display: block;

		margin-top: 0;
		margin-left: 0;
	}

	div.detailpage .media_element .navigation ul.images li.first img {
		margin-left: 0;
	}

	div.detailpage .text {
		margin: 1em 10px 1em 10px;
	}

	div.detailpage .stage .text {
		margin-bottom: 0;
	}

	div.detailpage .stage .text_layout.block {
		width: 178px;
	}

	div.detailpage .stage .image_rotate {
		margin: -20px 0px 1em -10px;

		width: 198px;
	}

	div.detailpage.stage_none .media_element {
		float: right;

		width: 350px;
	}

	div.detailpage span.subtitle {
		font-size: 11pt;
		font-weight: bold;

		line-height: 120%;
	}

	div.detailpage div.news {
		margin-top: 3em;
	}

	div.detailpage div.navigation {
		margin-top: 1em;
	}

	div.detailpage div.navigation .row {
		margin-bottom: 1em;
	}

	div.detailpage div.navigation .column_image {
		text-align: left;

		background: #e8e8e8;
	}

	div.detailpage div.navigation ul.generator {
		height: 18px;
	}

	div.detailpage.video .text_layout {
		clear: left;

		padding-top: 1em;
		padding-left: 10px;
	}

	div.detailpage.video .media_element .navigation {
		float: right;

		width: 396px;
	}
	/* Detailpage }}} */

	/* {{{ Imagenavigation */
	div.leadpage.spezial div.subcolumns.media,
	div.detailpage div.subcolumns.media {
		height: auto !important;
		min-height: 396px;
		height: 396px;
	}

	div.leadpage.spezial div.separator,
	div.detailpage div.separator {
		height: 20px;

        background: #008cee;

		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}

	div.leadpage div.navigation,
	div.detailpage div.navigation {
		margin-top: 1em;

		font-size: 7.5pt;

        line-height: 120%;
	}

	div.leadpage div.navigation .row,
	div.detailpage div.navigation .row {
		margin-bottom: 1em;
	}

	div.leadpage div.navigation.leadpage {
		margin-top: 0;
	}

	div.leadpage div.navigation.leadpage .row {
		margin-bottom: 0;
		border-bottom: 1px solid #ffffff;
	}

	div.navigation.videos {
		margin-top: 0;
	}

	div.navigation.videos .row {
		margin-bottom: 0;
		border-bottom: 1px solid #ffffff;
	}
	/* }}} Imagenavigation */

	/* {{{ Kontakte Detailpage */
	div.detailpage.kontakte_neu .media_element img {
		margin-bottom: 1px;
	}

	div.detailpage.kontakte_neu .media_element {
		margin-bottom: -1px;
	}

	div.leadpage div.navigation.contacts,
	div.detailpage div.navigation.contacts {
		margin-top: 0;
	}

	div.leadpage div.navigation.contacts .row,
	div.detailpage div.navigation.contacts .row {
		margin-bottom: 0;
		border-bottom: 1px solid #ffffff;
	}
	/* }}} Kontakte Detailpage */

	/* {{{ Videos Detailpage */
	div.detailpage.video .row {
		margin-bottom: 1em;
	}

	div.detailpage.video .subcr {
		padding: 0.25em 0.25em 1.25em 10px;
	}

	div.detailpage.video .column_image {
		/*height: 224px;*/
	}

	div.detailpage.video .text {
		position: absolute;

		bottom: 0;

		margin: 0 0 0 0;

		width: 188px;

		font-size: 7.5pt;
	}

	div.detailpage.video h2 {
		font-size: 100%;

		color: #008cee;
	}

	div.detailpage.video.raster .subtitle {
		padding: 0.25em 0.25em 0.25em 0.25em;

		font-size: 7.5pt;
		text-align: left;

		background: #ffffff;
	}

	div.detailpage.video.raster .subtitle .icon {
		float: right;
	}
	/* }}} Videos Detailpage */

	/* {{{ Certificates Detailpage */
	div.detailpage.certificate table {
		width: 178px;
	}

	div.detailpage.certificate img {
		border: 1px solid #9c9c9c;
	}

	div.detailpage.certificate div.download {
		position: absolute;

		left: 10px;
		bottom: 2px;
	}

	div.detailpage.certificate div.download a {
		padding: 3px 0 3px 20px;

		font-size: 7.5pt;

		background: url(/images/layout/icon_pdf.gif) no-repeat 0 50%;
	}
	/* }}} Certificates Detailpage */

	/* {{{ Catalogue Detailpage */
	div.detailpage.catalogue .media_element img {
		float: right;
	}

	div.detailpage.catalogue .media_element img.catalogue {
		border: 1px solid #9c9c9c;
	}

	div.detailpage.catalogue .downloads {
		float: left;

		margin-top: 0.5em;
		margin-left: 10px;

		font-size: 7.5pt;
	}

	div.detailpage.catalogue .actions {
		float: right;

		margin-top: 0.5em;
		margin-right: 10px;
	}

	div.navigation.catalogue .row {
		border-bottom: 1px solid #ffffff;
	}

	div.navigation.catalogue img {
		border: 1px solid #9c9c9c;
	}
	/* }}} Catalogue Detailpage */

	/* {{{ Dictionary */
	div.dictionary {
		padding: 10px 10px 10px 10px;

		font-size: 7.5pt;
	}

	div.dictionary .copyright {
		margin-top: 2em;

		font-size: 8pt;
	}

	div.dictionary .category {
		margin: 0 0 1em 0;
	}

	div.dictionary .category li {
		float: left;

		margin: 0 0.5em 0 0;
		padding: 0 0.5em 0 0;

		border-right: 1px solid #000000;
	}

	div.dictionary .category li.last {
		border-right: none;
	}

	div.dictionary .filter {
		margin: 0 0 1em 0;
	}

	div.dictionary .filter li {
		float: left;

		margin: 0 0.5em 0 0;
		padding: 0 0.5em 0 0;

		border-right: 1px solid #000000;
	}

	div.dictionary .filter li.last {
		border-right: none;
	}

	div.dictionary .searchform {
		margin: 0 0 1em 0;
	}

	div.dictionary .items {
		margin: 1em 0;
	}
	/* }}} Dictionary */

	div.news.list h1 {
		margin: 0.5em 0;
		padding: 0 10px;

		font-size: 120%;
		font-weight: normal;

		color: #008cee;
	}

	div.news.list h2 {
		margin: 0.5em 0;
		padding: 0 10px;

		font-size: 100%;
		font-weight: bold;
	}

	div.news .subcolumns {
		margin: 0 0 1em 0;

		text-align: left;
	}

	div.news.list .short_text {
		padding: 0 10px;
	}

	div.news.list .more_link {
		display: inline;

		text-align: right;
	}

	div.news.list img {
		border: 1px solid #9c9c9c;
	}

	div.news.detail {
		padding: 10px 10px;
	}

	div.news.detail h2 {
		margin: 0.5em 0 0.75em 0;

		font-size: 150%;
		font-weight: normal;

		line-height: 110%;
	}

	div.news.detail .stage .media_element {
		float: none;
	}

	div.news.detail .download {
		text-align: right;
	}

	div.news.detail .download a {
		padding: 3px 0 3px 30px;

		font-size: 7.5pt;

		background: url(/images/layout/icon_pdf.gif) no-repeat 10px 0;
	}

	div.news.detail .text {
		margin: 0 0 1em 0;
	}

	div.news.detail .media_element img {
		display: block;
	}

	div.news.detail .media_element table {
		width: 268px;
	}

	div.news.detail .media_element table.small {
		width: 139px;
	}

	div.news.detail .media_element {
		float: right;

		margin: 0 0 10px 0;
	}

	div.news.detail .media_element td.media {
		padding: 0 0 0 10px;
	}

	div.news.detail .media_element td.subtitle {
		padding: 0.5em 0 0 10px;

		font-size: 7.5pt;
		font-weight: normal;

		line-height: 100%;

		vertical-align: top;
	}

	div.news.detail .stage .media_element {
		margin: -10px -10px 1em -10px;
	}

	div.edit_mode_panel {
		margin: 10px 10px;
	}

	/* {{{ Bildpool */
	div.bildpool.detail {
		text-align: right;
	}

	div.bildpool .row {
		margin-bottom: 1em;

		background: #FFFFFF;
	}

	div.bildpool .image {
		vertical-align: top;

		background: #ffffff;
	}
	
	div.bildpool .subtitle {
		padding: 0.25em 0.25em 0.25em 0.25em;

		font-size: 7.5pt;
		text-align: left;

		background: #ffffff;
	}

	div.bildpool .subtitle .icon {
		float: right;
	}

	div.bildpool div.options {
		margin: 1em 10px;

		text-align: left;
	}

	div.bildpool ul.pager {
		margin-bottom: 0;
	}

	div.bildpool ul.pager.mode {
		float: right;
	}

	div.bildpool ul.pager a {
		width: 16px;
		height: 16px;

		background: none;
	}

	div.bildpool ul.pager a.first_page {
		background: url(/images/pagebuttons/bildpool/firstpage.gif) no-repeat 50% 0px;
	}

	div.bildpool ul.pager a.first_page:hover {
		background: url(/images/pagebuttons/bildpool/firstpage_hover.gif) no-repeat 50% 0px;
	}

	div.bildpool ul.pager a.last_page {
		background: url(/images/pagebuttons/bildpool/lastpage.gif) no-repeat 50% 0px;
	}

	div.bildpool ul.pager a.last_page:hover {
		background: url(/images/pagebuttons/bildpool/lastpage_hover.gif) no-repeat 50% 0px;
	}

	div.bildpool ul.pager a.prev_page {
		background: url(/images/pagebuttons/bildpool/prevpage.gif) no-repeat 50% 0px;
	}

	div.bildpool ul.pager a.prev_page:hover {
		background: url(/images/pagebuttons/bildpool/prevpage_hover.gif) no-repeat 50% 0px;
	}

	div.bildpool ul.pager a.next_page {
		background: url(/images/pagebuttons/bildpool/nextpage.gif) no-repeat 50% 0px;
	}

	div.bildpool ul.pager a.next_page:hover {
		background: url(/images/pagebuttons/bildpool/nextpage_hover.gif) no-repeat 50% 0px;
	}

	div.bildpool ul.pager a.mode_all {
		background: url(/images/pagebuttons/bildpool/mode_all.gif) no-repeat 50% 0px;
	}

	div.bildpool ul.pager a.mode_all:hover {
		background: url(/images/pagebuttons/bildpool/mode_all_hover.gif) no-repeat 50% 0px;
	}

	div.bildpool ul.pager a.mode_pages {
		background: url(/images/pagebuttons/bildpool/mode_pages.gif) no-repeat 50% 0px;
	}

	div.bildpool ul.pager a.mode_pages:hover {
		background: url(/images/pagebuttons/bildpool/mode_pages_hover.gif) no-repeat 50% 0px;
	}

	div.bildpool ul.pager a.mode_a {
		width: 32px;

		background: url(/images/pagebuttons/bildpool/back.gif) no-repeat 50% 0px;
	}

	div.bildpool ul.pager a.mode_a:hover {
		background: url(/images/pagebuttons/bildpool/back_hover.gif) no-repeat 50% 0px;
	}

	div.bildpool ul.pager a.mode_b {
		background: url(/images/pagebuttons/bildpool/mode_b.gif) no-repeat 50% 0px;
	}

	div.bildpool ul.pager a.mode_b:hover {
		background: url(/images/pagebuttons/bildpool/mode_b_hover.gif) no-repeat 50% 0px;
	}
	/* }}} Bildpool */

	/* {{{ Videoclips */
	div.videoclips.detail {
		text-align: right;
	}

	div.videoclips .row {
		margin-bottom: 1em;

		background: #FFFFFF;
	}

	div.videoclips .image {
		vertical-align: top;

		background: #ffffff;
	}
	
	div.videoclips .subtitle {
		padding: 0.25em 0.25em 0.25em 0.25em;

		font-size: 7.5pt;
		text-align: left;

		background: #ffffff;
	}

	div.videoclips .subtitle .icon {
		float: right;
	}

	div.videoclips div.options {
		margin: 1em 10px;

		text-align: left;
	}

	div.videoclips ul.pager {
		margin-bottom: 0;
	}

	div.videoclips ul.pager.mode {
		float: right;
	}

	div.videoclips ul.pager a {
		width: 16px;
		height: 16px;

		background: none;
	}

	div.videoclips ul.pager a.first_page {
		background: url(/images/pagebuttons/bildpool/firstpage.gif) no-repeat 50% 0px;
	}

	div.videoclips ul.pager a.first_page:hover {
		background: url(/images/pagebuttons/bildpool/firstpage_hover.gif) no-repeat 50% 0px;
	}

	div.videoclips ul.pager a.last_page {
		background: url(/images/pagebuttons/bildpool/lastpage.gif) no-repeat 50% 0px;
	}

	div.videoclips ul.pager a.last_page:hover {
		background: url(/images/pagebuttons/bildpool/lastpage_hover.gif) no-repeat 50% 0px;
	}

	div.videoclips ul.pager a.prev_page {
		background: url(/images/pagebuttons/bildpool/prevpage.gif) no-repeat 50% 0px;
	}

	div.videoclips ul.pager a.prev_page:hover {
		background: url(/images/pagebuttons/bildpool/prevpage_hover.gif) no-repeat 50% 0px;
	}

	div.videoclips ul.pager a.next_page {
		background: url(/images/pagebuttons/bildpool/nextpage.gif) no-repeat 50% 0px;
	}

	div.videoclips ul.pager a.next_page:hover {
		background: url(/images/pagebuttons/bildpool/nextpage_hover.gif) no-repeat 50% 0px;
	}

	div.videoclips ul.pager a.mode_all {
		background: url(/images/pagebuttons/bildpool/mode_all.gif) no-repeat 50% 0px;
	}

	div.videoclips ul.pager a.mode_all:hover {
		background: url(/images/pagebuttons/bildpool/mode_all_hover.gif) no-repeat 50% 0px;
	}

	div.videoclips ul.pager a.mode_pages {
		background: url(/images/pagebuttons/bildpool/mode_pages.gif) no-repeat 50% 0px;
	}

	div.videoclips ul.pager a.mode_pages:hover {
		background: url(/images/pagebuttons/bildpool/mode_pages_hover.gif) no-repeat 50% 0px;
	}

	div.videoclips ul.pager a.mode_a {
		width: 32px;

		background: url(/images/pagebuttons/bildpool/back.gif) no-repeat 50% 0px;
	}

	div.videoclips ul.pager a.mode_a:hover {
		background: url(/images/pagebuttons/bildpool/back_hover.gif) no-repeat 50% 0px;
	}

	div.videoclips ul.pager a.mode_b {
		background: url(/images/pagebuttons/bildpool/mode_b.gif) no-repeat 50% 0px;
	}

	div.videoclips ul.pager a.mode_b:hover {
		background: url(/images/pagebuttons/bildpool/mode_b_hover.gif) no-repeat 50% 0px;
	}
	/* }}} Videoclips */

	/* {{{ 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%;
	}
	/* }}} CMS */

	/* {{{ Search */
	div.contenttype_search {
		
	}

	div.contenttype_search hr {
		margin: 0.5em 0;
	}

	div.contenttype_search td {
		font-size: 7.5pt;

		line-height: normal;
	}

	div.contenttype_search .subtitleLight {
		font-size: 10.25pt;
	}

	div.contenttype_search .highlite {
		background: #ffff80;
	}

	div.contenttype_search .headline {
		font-size: 22.5pt;
	}
	/* }}} Search */

	#toolbox {
		font-size:9px;
		line-height:250%;
	}
	#toolbox a {
		font-size:9px;
		display:inline;
		background-color:#FFFFFF;
		padding:2px;
		margin:2px;
		border:1px solid #000000;
		white-space: nowrap;
	}
}

@media print {
}

