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

        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
	}

	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, #location, #footer { clear:both; }

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

	#ie_clearing { display: none }

	.subcolumns { display:table; width:100%; table-layout:fixed; }

	.c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l { float:left; }
	.c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r { float:right; margin-left:-5px; }

	.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 0.5em; }
	.subcl { padding:0 0.5em 0 0; }
	.subcr { padding:0 0 0 1em; }

	.equalize, .equalize .subcolumns { table-layout:fixed; }

	.equalize > div {
		display:table-cell;
		float:none; 
		margin:0; 
		overflow:hidden;
		vertical-align:top;
	}

	.subcolumns.multicol .c66l {
		width: 485px;
	}

	.subcolumns.multicol .c33r {
		width: 140px;
	}

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

	body {
		font-family: Verdana, helvetica, sans-serif;
		font-size: 10pt;

		line-height: 130%;

		background: #ffffff;
	}

	.page_margins {
		margin: 0 auto 0 auto;
		padding: 0 50px 0 50px;

		width: 860px;

		background: url(/stream/images/layout/page_bg.jpg) no-repeat 50% 0%;
	}

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

	#extra {
		margin: 1em 0;
	}

	#extra .box {
		padding: 10px;

		background: #ffffff url(/stream/images/layout/box_bg.jpg) repeat-x 0 0;
	}

	#extra .subcl {
	    margin-right: 2em;
	}

	#extra .subc {
		margin: 0 1em;
	}

	#extra .subcr {
		margin-left: 2em;
	}

	#footer {
		position: relative !important;
		overflow: hidden;

		margin: 20px 0 0 0px;
		padding: 10px 0 10px 0;
		
		font-size: 8pt;
		background: #ffffff url(/stream/images/layout/footer_bg.jpg) repeat-x 0 0;
		border-top: 1px solid #d0d0d0;
	}

	#footer_content {
		text-align:center;
		color: #3d3d3d;
	}

	#footer a {
		text-decoration: none;
		color: #3d3d3d;
	}

	div.kwlayer {
		margin: 20px 0 0 0;
		text-align:center;
		font-size: 7pt;
		line-height: 130%;
		color: #C2C2C2;
	}

	div.kwlayer a {
		color: #C2C2C2 !important;
	}

	div.kwlayer a:hover {
		color: #C2C2C2 !important;
	}

	#contact_tabs {
		margin: 0 0 1em 0;

		font-size: 0.8em;
	}

	#contact_tabs .ui-tabs-nav {
		font-size: 1em;
	}

	#contact_tabs .ui-tabs-nav li a {
		padding: 0.5em 5px;
	}

	#contact_tabs label {
		font-size: 0.9em;
		font-weight: bold;
	}

	#contact_tabs .form_row {
		margin: 0 0 1em 0;
	}

	#contact_tabs input.text {
		width: 180px;
	}

	#contact_tabs.ui-tabs .ui-tabs-panel {
		padding: 5px 5px 5px 10px;
	}

	#contact_tabs span.phone {
		margin: 0 0 0 -5px;
		padding: 0 0 0 15px;

		background: url(/stream/images/layout/icon_phone.gif) no-repeat 0 1px;
	}

	#contact_tabs span.email {
		margin: 0 0 0 -5px;
		padding: 0 0 0 15px;

		background: url(/stream/images/layout/icon_email.gif) no-repeat 0 1px;
	}

	#contact_tabs span.contact {
		margin: 0 0 0 -5px;
		padding: 0 0 0 15px;

		background: url(/stream/images/layout/icon_contact.gif) no-repeat 0 1px;
	}

	#header {
		margin: 0 0 0 0;
		padding: 0 0 0 0;

		height: 100px;

		vertical-align: bottom;

		overflow: hidden;
	}

	#toplinks {
		margin: 0 20px 0 220px;
		padding: 10px 0 10px 0;

		font-size: 8pt;
		text-transform: uppercase;

		color: #6d6d6d;
	}

	#toplinks a {
		text-decoration: none;

		color: #6d6d6d;
	}

	#toplinks a:hover {
		color: #CD0102;
	}

	#col1 .search {
		margin: 0 0 0 0em;
		height: 20px;
	}

	#col1 .search form {
		position: relative;
	}

	#col1 .search input {
		background: none;
		border: none;
	}
	

	#col1 .search input.c2w_searchval {
		position:absolute;
		padding: 0 5px;
		padding-right: 20px;
		width: 188px;
		height: 20px;

		font-size: 8pt;
		border:1px solid #CD0102;
		line-height: 20px;

		color: #a2a2a2;
		background: url(/stream/images/layout/search_input_bg.jpg) no-repeat 50% 50%;
	}

	#col1 .search input.send {
		position:absolute;
		left:193px;
		width: 20px;
		height: 22px;

		/*text-indent: -1000em;*/
		/*border:1px solid #CD0102;*/
		color: #000000;
		/*background: url(/stream/images/layout/lupeff.jpg) no-repeat 50% 50%;*/

		cursor: pointer;

		outline: none;
	}
	
	#col1 .quickfinder select {
		margin-top: 10px;
		height:20px;
		border:1px solid #CD0102;
		color: #a2a2a2;
		width: 215px;
		font-size: 8pt; 
		line-height:20px;
	}

	#teaser {
		margin: 1px 0 1px 0;

		height: 180px;
	}

	#teaser .border-top {
		overflow: hidden;

		margin: 0 0 -15px 0;

		height: 15px;

		z-index: 24;
		background: red;
	}

	#mainimage {
		position: relative;

		overflow: hidden;

		width: 860px;
		height: 180px;
	}

	#mainimage img {
		display: block;
	}

	#mainimage img.animate {
		position: absolute;

		top: 0;
		left: 0;
	}

	#nav {
		position: relative;

		overflow: hidden;

		height: 40px;
		letter-spacing: 2px;
		font-family: Verdana, helvetica, sans-serif;
		font-weight: normal;

		line-height: 40px;

		color: #ffffff;
		background: url(/stream/images/layout/nav_bg_1.jpg) repeat-x 0 0;
		
		font-size: 14px;
	}

	#nav a {
		display: block;

		margin: 10px 0 10px 0;
		padding: 0 8px 0 8px;

		height: 20px;

		text-decoration: none;

		line-height: 20px;

		color: #ffffff;

		border-left: 1px solid #dfdfdf;
	}

	#nav ul {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	#nav li {
		display: inline;

		float: left;

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

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

	#nav li.active a {
		color: #ffffff;
	}
	
	#nav a:hover {
		color: #ffffff;
		text-decoration: underline;
	}

	#nav_sub {
		margin: 0 0 1em 0;
		padding: 40px 0 0 0;

		font-family: Verdana, helvetica, sans-serif;
		font-weight: bold;

		line-height: 20px;

		color: #3d3d3d;
	}

	#nav_sub a {
		display: block;

		padding: 0.25em 10px;

		text-decoration: none;

		color: #3d3d3d;

		border-top: 1px dotted #a2a2a2;
	}

	#nav_sub a:hover {
		color: #CD0102;
		text-decoration: underline;
	}

	#nav_sub ul.level2 a span {
		margin: 0 0 0 0.25em;
	}

	#nav_sub ul.vlist li.path a,
	#nav_sub ul.vlist li.nopath a:hover {
		color: #efefef;
		background: #CD0102;
	}

	#nav_sub ul.level1 li.path a,
	#nav_sub ul.level1 li.nopath a:hover {
		color: #CD0102;
		background: transparent;

		border-top: none;
	}

	#nav_sub ul.vlist {
		margin: 0 0 1em 0;

		border-bottom: 1px dotted #a2a2a2;
	}

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

		list-style-type: none;
	}

	#nav_sub ul.level1,
	#nav_sub ul.level1 li.nopath a {
		color: #3d3d3d;
		background: #ededed;
	}

	#nav_sub ul.level2,
	#nav_sub ul.level2 li.nopath a {
		color: #3d3d3d;
		background: #efefef;
	}

	#nav_sub ul.level3,
	#nav_sub ul.level3 li.nopath a {
		color: #3d3d3d;
		background: #f2f2f2;
	}

	#nav_sub ul.level1 li.path a,
	#nav_sub ul.level1 li.nopath a:hover {
		background: #dedede;
	}

	#nav_sub ul.level2 li.path a,
	#nav_sub ul.level2 li.nopath a:hover {
		background: #eaeaea;
	}

	#nav_sub ul.level3 li.path a,
	#nav_sub ul.level3 li.nopath a:hover {
		background: #efefef;
	}

	#nav_sub ul.level1 a {
		padding-left: 10px;
	}

	#nav_sub ul.level2 a {
		padding-left: 10px;
	}

	#nav_sub ul.level3 a {
		padding-left: 20px;
	}

	#nav_sub ul ul a {
		padding: 0.125em 10px;

		font-weight: normal;

		border-top: none;
	}

	#news {
		margin: 2em 0 1em 0;
	}

	#news h1 {
		font-size: 120%;
	}


	#news h2 {
		font-size: 100%;
	}

	#news h2 a {
		text-decoration: none;

		color: #CD0102;
	}

	#news .news-text {
		font-size: 9pt;
	}

	#location {
		margin: 0 0px 0 15px;
		padding: 0 0 0 220px;

		height: 30px;

		font-size: 7.5pt;

		line-height: 30px;

		color: #6d6d6d;
	}

	#location a {
		margin: 0 0 0 0.5em;

		text-decoration: none;

		color: #6d6d6d;
	}

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

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

	#location a span {
		margin: 0 0 0 0.25em;
	}

	#main {
		color: #3d3d3d;
		background: #ffffff url(/stream/images/layout/main_bg.jpg) repeat-x 0 0;
	}

	#col1 {
		float: left;

		width: 215px;
	}

	#col3 {
		margin: 0 0 0 225px;
	}

	#col1_content {
		padding: 30px 0 0 0;
	}

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

	p {
		margin: 0.5em 0 1em 0;
	}

	a {
		text-decoration: underline;

		color: #3d3d3d;
	}

	a:hover {
		color: #CD0102;
	}

	a.external.wikipedia {
		color: #c913e8;
	}

	a.external.wikipedia:hover {
		color: #CD0102;
	}

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

		font-family: "Trebuchet MS", times, serif;
		font-weight: bold;

		line-height: 150%;

		text-align: left;

		color: #cd0102;
	}

	h1 {
		font-size: 130%;
		border-bottom: 1px solid #c2c2c2;
	}

	h1.kw {
		margin-bottom: 1.5em;

		font-size: 10pt;

		color: #a2a2a2;

		border-top: 1px dotted #a2a2a2;
	}

	h2 {
		font-size: 120%;
	}

	h3 {
		margin: 0 0 0.25em 0;

		font-size: 115%;
	}

	h4 {
		font-size: 110%;
	}

	h5 {
		font-size: 105%;
	}

	h6 {
		margin: -0.25em 0 0.25em 0;

		font-size: 100%;

		line-height: 120%;
	}

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

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

	.block_content {
		text-align: justify;
	}

	.block_content td {
		text-align: justify;
	}

	.block_content li {
		text-align: left;
	}

	.contenttype_news .block_content {
		margin: 0 0 1em 0;
		padding: 5px;

		background: #deefe9;

		border: 1px solid #CD0102;
	}

	.block_content.headline_border {
		margin: 0 0 1em 0;
		padding: 5px;

		background: #deefe9;

		border: 1px solid #CD0102;
	}

	.block_content.text_border {
		margin: 0 0 1em 0;
		padding: 5px;

		background: #ebebeb;

		border: 1px solid #cd0102;
	}

	.block_content.hover {
		text-decoration: underline;
	}

	.block_content.anchorlist_border {
		margin: 0 0 1em 0;
		padding: 5px;

		background: #deefe9;

		border: 1px solid #CD0102;
	}

	.block_content.flashvideo_border {
		margin: 0 0 1em 0;
		padding: 5px;

		background: #deefe9;

		border: 1px solid #CD0102;
	}

	.block_content.leadpage_border {
		margin: 0 0 1em 0;
		padding: 5px;

		background: #deefe9;

		border: 1px solid #CD0102;
	}

	.block_content.pressetext {
		margin: 0 0 1em 0;
		padding: 5px;

		background: #deefe9;

		border: 1px solid #CD0102;
	}

	.block_content.pressetext_leadpage {
		margin: 0 0 1em 0;
		padding: 5px;

		background: #deefe9;

		border: 1px solid #CD0102;
	}

	.block_content.pressetext_list {
		margin: 0 0 1em 0;
		padding: 5px;

		background: #deefe9;

		border: 1px solid #CD0102;
	}

	.block_content.pressetext_list .pressetext {
		padding: 0 0 0 0;

		background: none;

		border: none;
	}

	.block_content.pressetext_list ol {
		margin: 0 0 1em 0;
		padding: 0 0 0 0;

		list-style-type: none;
	}

	.block_content.pressetext_list ol li {
		margin: 0 0 0.5em 0;
		padding: 0 0 0 0;
	}

	.block_content.pressetext_news_border {
		margin: 0 0 1em 0;
		padding: 5px;

		background: #deefe9;

		border: 1px solid #CD0102;
	}

	.block_content.sitemap dl,
	.block_content.sitemap dd {
		margin: 0 0 0.25em 0;
		padding: 0 0 0 0;
	}

	.block_content.sitemap dl dl {
		margin-left: 20px;
	}

	.block_content.sitemap dl.level1 {
		margin-bottom: 1em;
	}

	.block_content.sitemap em {
		font-style: normal;
	}

	.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-weight: bold;

		background: #f9f69b;
	}

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

		font-weight: bold;

		text-decoration: inherit;

		background: #f9f69b;
	}

	.info {
		padding: 10px 0 0 0;
	}

	.info .pager {
		margin: 0 0 10px 0;

		font-size: 8pt;
	}

	.info .info-item {
		margin-bottom: 10px;

		border: 1px solid #fbf7f7;
		border-top: 1px dotted #CD0102;
	}

	.info .item-header {
		padding: 4px 4px 8px 4px;

		text-align: left;

		background: #ffffff;
	}

	.info .item-header a {
		text-decoration: none;

		color: #CD0102;
	}

	.info .item-header h1 {
		margin: 0 15% 0 0;
		padding: 0 0 0 0;

		font-family: "Trebuchet MS", times, serif;
		font-size: 115%;
		font-weight: bold;

		line-height: 150%;

		text-align: left;
		text-transform: none;

		color: #CD0102;

		border-top: none;
	}

	.info .item-header h2 {
		float: right;

		margin: 0 0 0 0;

		font-size: 9pt;

		border-top: none;
	}

	.info .item-text {
		display: inline-block;

		padding: 10px 10px 10px 10px;
	}
	
	#mandanteninfo  {
		padding: 10px 0 0 0;
	}

	#mandanteninfo .pager {
		margin: 0 0 10px 10px;
	}

	#mandanteninfo .list .info-item {
		margin-bottom: 10px;
		margin-left:10px;

		border: 1px solid #DDDDDD;
	}

	#mandanteninfo .list .item-header {
		padding: 4px 4px 8px 10px;

		background: #DDDDDD;
		font-weight:bold;
		text-align: left;
	}
	
	
	#mandanteninfo .item-header h1 {
		margin-left: 10px;
		text-transform: none;
		font-size: 150%;
	}

	#mandanteninfo .item-header h2 {
		margin-left: 10px;
		font-size: 100%;
		font-weight: bold;
	}

	#mandanteninfo .list .item-text {
		padding: 10px 10px 10px 10px;

		display: inline-block;
	}
	
	#mandanteninfo .detail .item-text {
		padding: 0px;
		margin:0px;
		margin-left:10px;
		}

	#mandanteninfo .item-backlink {
		margin:0 0 0 10px;
	}
}

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

	.page_margins {
		background-image: none;
	}

	#col3 {
		margin: 0 0 0 0;
	}

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

	#footer {
		margin: 20px 0 0 0;
	}
}

.anwalt-marl {
	margin-top: 50px;
}

.anwalt-dorsten {
	margin-top: 40px;
}


.tipps {
	margin-top: 40px;
}

.aktuelles {
	margin: 40px 0;
}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  background: #cd0102;
  padding: 10px 73px;
  text-decoration: none;
  margin-top: 20px;
}

.btn:hover {
  background: #a30003;
  text-decoration: none;
  color: white;
}

.vk-btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  background: #cd0102;
  padding: 10px 80px;
  text-decoration: none;
  margin-top: 20px;
}

.vk-btn:hover {
  background: #a30003;
  text-decoration: none;
  color: white;
}

.a-btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  background: #cd0102;
  padding: 10px 69px;
  text-decoration: none;
  margin-top: 20px;
}

.a-btn:hover {
  background: #a30003;
  text-decoration: none;
  color: white;
}

.d-btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  background: #cd0102;
  padding: 10px 73px;
  text-decoration: none;
  margin-top: 20px;
}

.d-btn:hover {
  background: #a30003;
  text-decoration: none;
  color: white;
}

.tb_image {
	width: 100%;
}
