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

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

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

	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;

		line-height: 120%;

		background: #ffffff;
	}

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

		width: 860px;

		background: #ffffff;
	}

	.page {
		background: #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;
	}

	div.kwlayer {
		margin: 20px 0 0 0;

		font-size: 7pt;

		line-height: 130%;

		color: #a2a2a2;
	}

	div.kwlayer a {
		color: #a2a2a2;
	}

	div.kwlayer a:hover {
		color: #800000;
	}

	#header {
		padding: 0;
		height: 247px;
		font-size: 0;
		background: url(/stream/images/layout/home-head.jpg) ;
	}

	#toplinks {
		margin: 0;
		padding: 0.5em 1em;

		font-size: 8pt;

		text-align: right;

		color: #333333;
		background: #d0d0d0;
	}

	#toplinks a {
		text-decoration: none;

		color: #333333;
	}

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

	#nav {
		margin-top: 5px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-weight: bold;
		background: url(/stream/images/layout/nav-bg.jpg) repeat-x;
		height: 47px;
		background-position: bottom;
		border: 1px solid lightGrey;
	}

	#nav a {
		display: block;
		padding: 0px 15px;
		font-weight: bold;
		text-decoration: none;
		line-height: 45px;
		color: #333333;
	}
	
	#nav li {
		margin: 0px;
		display: inline;
		float: left;
	}

	#nav a:hover {
		color: #ffffff;
		background: url(/stream/images/layout/nav-hover.jpg) repeat-x;
		font-weight: bold;
		height: 47px;
	}

	#nav li.active {
		margin: 0;
	}

	#nav li.active a {
		color: #ffffff;
		background: url(/stream/images/layout/nav-hover.jpg) repeat-x;
		font-weight: bold;
		height: 47px;
	}

	#nav li.first {
		margin-left: 0;
	}

	#nav li a span {
		padding-left: 18px;
	}


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

		list-style-type: none;
	}

	#nav2 {
		margin: 0 0 2em 0;
		padding: 20px 0 0 0;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 12px;
		line-height: 15px;
		color: #3d3d3d;
		height: auto;
	}

	#nav2 a {
		display: block;
		padding: 2px 10px 2px 25px;
		text-decoration: none;
		line-height: 19px;
		color: #333333;
		font-weight: bold;
	}

	#nav2 a:hover {
		color: #ffffff;
		background: url(/stream/images/layout/nav-hover.jpg) repeat-x;
	}
	
	#nav2 li {
		display:block;
		padding-top:1px;
		margin-left:0px;
	}

	#nav2 li.path a {
		color: #ffffff;
		background: url(/stream/images/layout/nav-hover.jpg) repeat-x;
		font-weight: bold;
	}



	#nav2 ul.level1 {
		background: #D4E6F6;
		margin:0px;
		padding-bottom: 10px;
	}

	#location {
		margin: 0 0 0 0;
		padding: 1em 1em 1em 0;

		font-size: 11px;
		background: none;
		color: #9C9C9C;
		border-bottom: 1px dotted #B2B4B5;
	}

	#location a {
		margin: 0 0 0 0;

		text-decoration: none;

		color: #9C9C9C;
		
		padding: 10px 5px 7px 12px;
		background: url(/stream/images/layout/lexikon-pfeil.gif) 0 60% no-repeat;

	}

	#location a:hover {
		color: #7F1E29;
	}

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

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

	#footer {
		text-decoration: none;
		display: block;
		color: #4C4C4C;
		font-size: 12px;
		font-weight: normal;
		padding: 15px 0 15px 50px;
		border-top: 1px solid lightGrey;
		border-bottom: 1px solid lightGrey;
		text-align: center;

	}

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

	#footer a:hover {
		color: #800000;
		text-decoration: underline;
	}

	#main {
		color: #515151;
	}

	.logo {
		float:left;
		padding:0;
		margin:15px 0 15px 0;
		width:203px;
		height:69px;
		z-index:1;
	}
	
	#col1 {
		float: left;

		width: 200px;
	}
	
#imgleft {
		width:200px;
		text-align:center;	
	}
	
	#col3 {
		margin: 0 0 0 205px;

		border-left: 1px dotted #ffffff;
	}
	
	#col3 a {
		color: #7F1E29;
		text-decoration: none;
	}
	
	#col3 a:hover {
		color: #7F1E29;
		text-decoration: underline;
	}

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

	#col3_content {
		padding: 10px 0 40px 20px;

		min-height: 400px;
		height: auto !important;
		height: 400px;
	}
	
	#col3 ul {
		list-style-image: url(/stream/images/layout/dot.gif);
	}

	a {
		text-decoration: underline;

		color: #3d3d3d;
	}

	a:hover {
		color: #800000;
	}

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

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

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

		font-family: times, serif;
		font-weight: normal;

		line-height: 150%;

		text-align: left;

		color: #800000;
	}

	h1 {
		background: url(/stream/images/layout/icon-auflistung.jpg) 5px 2px no-repeat;
		border-bottom: 1px dotted #B2B1B1;
		color: #B2B1B1;
		font: italic 18px Georgia, Arial;
		padding: 7px 0 10px 50px;
		margin-bottom: 20px;
	}

	h1.kw {
		margin-bottom: 1.5em;

		font-size: 10pt;

		color: #a2a2a2;
	}
	
	h2 {
		background: url(/stream/images/layout/icon-auflistung.jpg) 5px 2px no-repeat;
		border-bottom: 1px dotted #B2B1B1;
		color: #B2B1B1;
		font: italic 18px Georgia, Arial;
		padding: 7px 0 10px 50px;
		margin-bottom: 20px;
	}

	h3 {
		color: #820318;
		font: bold 12px Arial;
	}

	h4 {
		color: #820318;
		margin: 1.5em 0 0.75em 0;
		font-size: 115%;
		font: bold 12px Arial;
		border-bottom: 1px dotted #cccccc;
		padding-bottom: 5px;
		
	}

	h5 {
		font-size: 110%;
	}

	h6 {
		font-size: 105%;
	}


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

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

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

	.block_content.search ol li {
		padding: 5px 0 0 0;

		list-style-type: decimal;
	}

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

	.block_content.search .description {
		font-size: 8pt;

		line-height: 110%;
	}

	.block_content.search .description .hl {
		padding: 0 1px;

		font-weight: bold;

		background: #f9f69b;
	}

	.block_content.search .link .hl {
		padding: 0 1px;

		font-weight: bold;

		text-decoration: inherit;

		background: #f9f69b;
	}

	.block_content.search_archive .hl {
		padding: 0 1px;

		font-weight: bold;

		text-decoration: inherit;

		background: #f9f69b;
	}
}

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