@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; }

	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, #location, #main, #location, #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%; }

	.subc  { padding: 0 0.5em; }
	.subcl { padding: 0 2em 0 0; }
	.subcr { padding: 0 0 0 2em; }

	.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;
	}

	.logotex_gallery {
		width: 280px;
	}

	.logotex_gallery .subcl {
		padding: 0 0 0 0 !important;
	}

	.logotex_gallery img {
		margin: 0 0 0 0;
	}

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

	html {
		height: 100%;
		margin-bottom: 1px;
	}

	body {
		/*font-family: Helvetica, Tahoma, sans-serif;*/
		font-family: Verdana, Arial, Helvetica, sans-serif;

		font-size: 9pt;

		background: #ffffff;
	}

	.page_margins {
		margin: 0 auto;

		width: 995px;

		background-image: url(/stream/images/layout/border_left.gif);
		background-repeat: repeat-y;
		background-position: left;
	}

	.page {
		margin: 0 0 0 19px;
		padding: 10px 41px 10px 10px;

		background-image: url(/stream/images/layout/border_right.gif);
		background-repeat: repeat-y;
		background-position: right;
	}

	#border-bottom {
		overflow: hidden;

		margin-top: -29px;

		width: auto;
		height: 48px;

		font-size: 0;

		background-image: url(/stream/images/layout/border_bottom.gif);
		background-repeat: repeat-x;
		background-position: bottom left;
	}

	#edge-bl {
		float:left;

		width: 48px;
		height: 48px;

		background-image: url(/stream/images/layout/border_corner_bl.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
	}

	#edge-br {
		position: relative; /* IE Fix | z-index */

		float:right;

		width: 48px;
		height: 48px;

		background-image: url(/stream/images/layout/border_corner_br.gif);
		background-repeat: no-repeat;
		background-position: bottom right;
	}

	#header {
		position: relative;

		height: 100px;

		color: #313133;
	}

	#header a {
		text-decoration: none;

		color: #313133;
	}

	#footer {
		margin: 10px 0 50px 0;
		padding: 5px 5px 5px 5px;

		font-size: 8pt;
		font-weight: normal;

		text-align: right;

		color: #b7b7b7;

		border-top: 1px solid #e5e5e5;
	}

	#footer a {
		text-decoration: none;

		color: #b7b7b7;
	}

	#footer a:hover {
		color: #777777;
	}

	#topnav {
		position: absolute;

		top: 5px;
		right: 10px;

		font-size: 8pt;
	}

	#header #search {
		position: absolute;

		top: 45px;
		right: 10px;

		margin: 0 0 0 0;
		padding: 0 0 0 25px;

		background-image: url(/stream/images/layout/magnifier.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}

	#header #search input.c2w_searchval {
		margin: 0 0 0 0;
		padding: 0 10px 0 10px;

		width: 160px;
		height: 18px;

		color: #cccccc;

		border: 1px solid #c2c2c2;
	}

	#location {
		margin: 0 0 0 0;
		padding: 15px 0 10px 215px;

		font-size: 8pt;
		font-weight: normal;

		color: #b2b2b2;
	}

	#location a {
		text-decoration: none;

		color: #b2b2b2;
	}

	#location a:hover {
		color: #777777;
	}

	#mainimage {
		margin: 0 0 0 0;
	}

	#nav {
		height: 28px;

		background-image: url(/stream/images/layout/nav_bg.gif);
		background-repeat: repeat-x;
		background-position: top left;
	}

	#col1 { float: left; width: 210px }
	#col2 { display:none}
	#col3 { width: auto; margin: 0 0 0 210px }
	#col1_content { padding: 0 5px 0 0 }
	#col3_content { padding: 20px 30px 20px 30px }

	#col1 {
		color: #7f7f7f;
	}

	#callback {
		position: relative;

		padding: 40px 25px 10px 25px;

		font-family: Helvetica;
		font-size: 8pt;

		background-image: url(/stream/images/layout/callback_bg.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}

	#callback div.row0 {
		margin: 5px 0 0 -25px;
		padding: 0 0 0 20px;

		color: #444444;
		background: #ffffff;
	}

	#callback div.row1 {
		margin: 5px 0 0 -25px;
		padding: 0 0 0 20px;

		color: #444444;
		background: transparent;
	}

	#callback input.text {
		margin: 0 0 0 0;
		padding: 5px 5px 5px 5px;

		color: #444444;
		background: #ffffff;

		border: none;
	}

	#callback input.text.time {
		width: 25px;
	}

	#callback input.submit {
		margin: 0 0 0 0;
		padding: 5px 5px 5px 5px;

		color: #444444;
		background: #e4e4e4;

		border: none;
	}

	#callback img.ui-datepicker-trigger {
		margin: 0 0 0 20px;

		cursor: pointer;
	}

	#nav {
		width: 100%;
		overflow: hidden;

	    float: left;
	    display: inline;

	    position: relative;
	    line-height: 0;
	}

	#nav ul {
		display: inline;
		float: left;

		margin: 0 5px 0 210px;
		padding: 0;

		list-style-type: none;
	}

	#nav ul li {
	    display: inline;

	    float: left;

	    font-size: 10pt;
	    line-height: 28px;

	    list-style-type: none;

	    margin: 0;
	    padding: 0;
	}

	#nav a {
		margin: 0 0 0 0;
		padding: 5px 0 8px 0;

		text-decoration: none;

		color: #313133;
	}

	#nav ul li a:hover,
	#nav ul li.active a {
		color: #ffffff;

		background-image: url(/stream/images/layout/nav_bg_active.gif);
		background-repeat: repeat-x;
		background-position: top left;
	}

	#nav ul li a strong {
		padding: 0 14px 0 14px;

		font-weight: normal;

		text-transform: uppercase;

		border-left: 1px solid #737373;
	}

	#nav ul li.first a strong {
		border-left: none;
	}

	#nav_sub {
		height: 220px;
	}
	
	#nav_sub ul {
		margin: 0;
		padding: 0;

		list-style-type: none;

		border-bottom: 1px solid #dcdcdc;
	}

	#nav_sub ul li {
		margin: 0;
		padding: 0;

		border-top: 1px solid #dcdcdc;
	}

	#nav_sub ul ul {
		padding: 0 0 0 8px;

		border-bottom: none;
	}

	#nav_sub ul ul li {
		border-top: none;
	}

	#nav_sub ul a {
		margin: 0 0 0 0;
		padding: 8px 5px 8px 25px;

		text-decoration: none;

		color: #313133;
	}

	#nav_sub ul li a:hover,
	#nav_sub ul li.path a,
	#nav_sub ul li.active a {
		color: #c50e1f;

		background-image: url(/stream/images/layout/menu_dot.gif);
		background-repeat: no-repeat;
		background-position: 10px 12px;
	}

	#nav_sub ul ul li a:hover,
	#nav_sub ul ul li.active a {
		color: #c50e1f;

		background-image: none;
	}

	#col3 .contactform {
		margin: 10px -5px 10px -5px;
		padding: 4px;
		border: 1px solid #737373;
	}

	body#callback_target #col3 .contactform {
		border: none;
	}

	#col3 .contactform .header td {
		vertical-align: top;
	}

	#col3 .contactform a {
		text-decoration: none;
	}

	#col3 .contactform .red {
		color: #c50e1f;
	}

	#col3 .contactform .red a {
		color: #c50e1f;
	}

	#col3 .contactform table.anfrage td {
		padding: 4px 10px 0 0;

		vertical-align: top;
	}

	#col3 .contactform table.anfrage table.nopadding td {
		padding: 0 0 0 0;
	}

	#col3 .contactform table.anfrage td.help {
		padding: 4px;

		font-size: 75%;

		background: #fefef6;
	}

	#col3 .contactform table.anfrage td.head {
		padding-top: 20px;

		font-weight: bold;
	}

	#col3 .contactform table.anfrage td.subhead {
		font-weight: bold;
		font-size: 75%;

		text-align: center;
	}

	#col3 .contactform table.anfrage input.file {
		width: 260px;

		border: none;
	}

	#col3 .contactform table.anfrage input.text {
		padding: 2px;

		width: 260px;

		border: 1px solid #636363;
	}

	#col3 .contactform table.anfrage input.text.size {
		padding: 2px 0;

		width: 28px;
	}

	#col3 .contactform table.anfrage textarea.text {
		padding: 2px;

		width: 260px;
		height: 60px;

		border: 1px solid #636363;
	}

	#col3 {
		color: #313133;
	}

	#col3 h1 {
		font-size: 18pt;

		color: #c50e1f;
	}

	#col3 h2 {
		font-size: 14pt;

		color: #c50e1f;
	}

	#col3 h3 {
		font-size: 12pt;

		color: #c50e1f;
	}

	#col3 h4 {
		font-size: 10pt;

		color: #c50e1f;
	}

	#col3 h5 {
		font-size: 10pt;

		color: #c50e1f;
	}

	#col3 h6 {
		font-size: 10pt;

		color: #c50e1f;
	}

	#col3 a {
		color: #313133;
	}

	#col3 a:hover {
		color: #737373;
	}

	#col3 .tb_image_l {
		margin: 0 25px 10px 0;
	}

	#col3 .tb_image_r {
		margin: 0 0 10px 25px;
	}

	#col3 #dictionary table {
		margin: 10px 0 10px 0;
	}

	#col3 #dictionary td {
		vertical-align: top;
	}

	#col3 #dictionary td.title {
		color: #c50e1f;
	}

	#col3 #dictionary td.description {
		padding: 0 0 0 25px;
	}

	#col3 .search h1 {
		margin: 0 0 1em 0;
	}

	#col3 .search ol li {
		margin: 5px 0 0 0;
		padding: 5px 0 0 0;

		list-style-type: decimal;
	}

	#col3 .search .search_info {
		padding: 10px 0 5px 0;
	}

	#col3 .search .description {
		font-size: 8pt;

		line-height: 110%;
	}

	#col3 .search .description .hl {
		padding: 0 1px;

		font-weight: bold;

		background: #f9f69b;
	}

	#col3 .search .link .hl {
		padding: 0 1px;

		font-weight: bold;

		text-decoration: inherit;

		background: #f9f69b;
	}
}
