@charset "utf-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Basisversion: 2008-12-08 | tikl
| letzte Änderung: 2009-01-11 | tikl
|
| inhaltsverzeichnis
|
| - ==reset:      						Zurücksetzen der Browserstyles
| - ==layout:      						Allgemeine Layoutbestandteile
| - ==menus:      						Navigations-Menüs
| - ==menus:main:      						Hauptnavigation
| - ==menus:toolbar:      					Toolbar oben
| - ==menus:footer:      					Toolbar unten
| - ==content:							Hauptinhalte der Seiten
| - ==teaser:							Teaser rechts
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==reset */
@import  "./@external/reset.css";
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
    color: #000;
	font: 100%, Arial, Verdana, sans-serif;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==layout */

body {
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
}

a {
	color:#A2B860;
	font-style:italic;
	text-decoration:none;
}

h1 a, h2 a, h3 a, h4 a, .menu a {
	font-style:normal;
}

td {
	vertical-align: top;
}

#outer-container {
	position: absolute;
	/*left: 8px;*/
	top: 8px;
	width: 55.25em;
}

#shadow_right {

	background: #fff url(../_pix/container_shadow_right.gif) right repeat-y;

	width: 56.7em;
	
	padding-left: 8px;
}

#shadow_top {
	background: #fff url(../_pix/container_shadow_top.gif) top right no-repeat;
	width: 56.7em;
	color: #fff;
	padding-left: 8px;
}

#shadow_bottom {
	background: #fff url(../_pix/container_shadow_bottom.gif) bottom right no-repeat;
	width: 56.7em;
	color: #fff;
	padding-left: 8px;
}

#header {
	clear: left;
}

#header img {
	height: 7.34em;
	width: 55.19em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==menus */

.menu {
	list-style: none;
	font-size: 0.8em;
	display: block;
}

.menu li {
	display: block;
	float: left;
}

.menu li a {
	display: block;
	text-decoration: none;
}

.menu li a img {
	vertical-align: middle;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  =menus:main */

#menu_main_container {
	/*width: 61.30em;
	clear: both;
	position: relative;*/
	background: transparent url(../_pix/menu_main_back.gif) top left no-repeat;
	height: 3.2em;
	font-size: 0.9em;
}

#menu_main {
}

#menu_main li {
	border-right: 0.2em solid #FFFFFF;
	display:block;
	float:left;
	height:1.8em;
}

#menu_main li a {
	color: #fff;
	padding: 0.22em 1.8em;
         font-weight: bold;
}

#menu_main li.active {
	background-image: none;
	background-color: #2B6480;
    border-bottom: 0.3em solid #2B6480;
    border-right: none;
    padding: 0px;
}

#menu_main li.active a {
         border-bottom: 0.2em solid #2B6480;
	color: #F8941E;
         background-color: none;
}

#menu_main li div.border {
}

#menu_main li div div {
	position:absolute;
	left: 1em;
	top:1.75em;
	width: 55.19em;
}

#menu_main li div div #menu_sub {
	display: inline;
	overflow:auto;
}

#menu_main li div div #menu_sub li {
	color: #fff;
	border: none;
	background-image: none;
	text-align: center;
	padding: 0.3em 1em;
    }
#menu_main li div div #menu_sub li.active {
         background: none;
         background-image: none;
   }

#menu_main li div div #menu_sub li a {
	color: #fff;
	border: none;
         font-size: 1.25em;
         font-weight: bold;
		 padding-left: 0em;
		 padding-right: 0em;
	}

#menu_main li div div #menu_sub li.active a {
         color: #F8941E;
         background: none;
         padding-top: 0.2em;
         font-size: 1.25em;
}


#menu_main li div div #menu_sub li img,{
	vertical-align: middle;
         padding-top: 0.2em;
         padding-left: 0.5em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  =menus:toolbar */

span#date {
	font-size: 0.8em;
	margin-left: 0.6em;
	color: #6D6E71;
}

#menu_toolbar {
	position: absolute;
	right: 0.4em;
	top: 0px;
	font-size: 0.8em;
}

#menu_toolbar img{
	vertical-align: middle;
}
#menu_toolbar li {
	margin-right: 1em;
	display:inline;
	font-size: 0.8em;
	color: #6D6E71;
}
#menu_toolbar li a {
	color: #6D6E71;
	text-decoration: none;
}
#menu_toolbar li a.noblock {
	display: inline !important;
	color: #6D6E71 !important;
}

/* Content Toolbars bei eEinzelartikeln*/

#content_toolbar_oben, #content_toolbar_unten {
	margin-top: 1em;
	background: transparent url(../_pix/dotted_line.gif) bottom no-repeat;
	height: 1.5em;
	position: relative;
}

#content_toolbar_unten {
	clear: both;
	background: none;
	margin-top: 2em;
}

#content_toolbar_oben span.content_schriftgroesse, #content_toolbar_unten span.content_schriftgroesse {
	margin-left: 0.6em;
	color: #949698;
}

#content_toolbar_unten span.content_schriftgroesse {
	margin-left: 0;
}

#content_toolbar_oben ul.menu_content, #content_toolbar_unten ul.menu_content {
	position: absolute;
	right: 0em;
	top: 0em;
	height: 1em;
	padding-bottom: 1em;
	white-space: nowrap;
}

#content_toolbar_oben ul.menu_content li, #content_toolbar_unten ul.menu_content li {
	margin-right: 1em;
	display: inline;
	white-space: nowrap; 
}

#content_toolbar_oben ul.menu_content li a, #content_toolbar_unten ul.menu_content li a {
	color: #949698;
	text-decoration: none;
}

#content_toolbar_oben img, #content_toolbar_unten img {
	vertical-align: middle;
}

#content_toolbar_oben ul.menu_content li a.noblock, #content_toolbar_unten ul.menu_content li a.noblock {
	display: inline !important;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  =menus:footer */

#footer_container {
	clear: both;
	width: 55.19em;
	height:1.4em;
	position: relative;
	top: 1.8em;
	border-top: 8px solid #A3B960;
	background-color: #fff;
	height: 2em;
}

#footer {
	margin: 0.2em auto;
	background: url(../_pix/footer_back.gif) top repeat-x;
	height: 2em;
	padding-left: 10em;
}

#footer li a {
	color: #fff;
	margin: 0.5em 0.5em;
	padding-right: 1em;
	border-right: 1px solid #fff;
	font-size: 0.8em;
}

#footer li.right a {
	border: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content */

#content_main {
	position: relative;
	top: 0em;
	left: 0em;
	float: left;
	clear: left;
	/*width: 44.5em;*/
	width: 41.5em;
	font-size: 0.8em;
}

.content_main_einfuehrung {
	position: relative;
	margin-top: 0.1em;
	width: inherit;
}

.content_main_einfuehrung h1 {
	width: inherit;
}

	.content_main_einfuehrung h1 img{
		position: absolute;
		top: 0px;
		width: 44.5em;
	}

	.content_main_einfuehrung h1 span {
		position: absolute;
		top: 0.2em;
		left: 1em;
		font-weight: bold;
		color: #4c4c4c;
	}

.content_main_einfuehrung div {
	border: 1px solid #e3e3de;
	background-color: #ECEBE3;
	width: 44.2em;
	margin-left: 1px;
	position: relative;
	top: 1.55em;
}

.content_main_einfuehrung div h2 {
	font-weight: bold;
	margin: 0.5em 1em;
}

.content_main_einfuehrung div h3 {
	margin: 0.5em 1em;
}

.content_main_einfuehrung div p {
	margin: 0.5em 1em;
}

.content_main_top {
	background-color: #fff;
	width: inherit;
	margin: 1em 0 1.8em 0;
}

.content_main_top div {
	width: inherit;
	position: relative;
}
.content_main_top div h2 {
	width: 43.2em;
	margin-left: 0.5em;
	margin-bottom: 2.2em;
	border-top: 1px solid #FFF;
}
.content_main_top div h2 a {
	text-decoration: none;
}
.content_main_top div h2 img {
	position: absolute;
	top: 0;
	width: inherit;
}
.content_main_top div h2 a span {
	position: absolute;
	top: 0em;
	left: 1em;
	font-weight: bold;
	color: #888;
}
.content_main_top div h2 a span img {
	position: relative;
	top: 0.05em;
	left: 0.1em;
}

.content_main_top div h3 {
	margin: 0.1em 1em 1em 0.5em;
}

.content_main_top div h3 a {
	font-family: "Times New Roman", times, serif;
	font-size: 1.6em;
	color: #231F20;
	text-decoration: none;
}

.content_main_top div h3 a:hover {
	font-family: "Times New Roman", times, serif;
	font-size: 1.6em;
	color: #231F20;
	text-decoration: underline;
}

.content_main_top div h4 {
	margin: 0.1em 1em 0.5em 1em;
	font-size: 100%;
	font-weight: bold;
}

.content_main_top div p, .content_main_top .topthema1_rechts, .content_main_top .topthema1_links {
	margin: 0em 1em 0.5em 1em;
}

.content_main_top .topthema1_rechts, .content_main_top .topthema1_links {
	margin-top: 0.5em;
}

.content_main_top .topthema1_rechts img {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}
.content_main_top .topthema1_links img {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
.content_main_top a.weiter {
     color: #A2B860;
     font-style: italic;
     padding-right: 25px;
     text-decoration: none;
     background-image:url(../_pix/gruener_pfeil.gif);
     background-repeat:no-repeat;
}
.rubrikrow a.weiterblau {
     color: #004B6C;
     font-style: italic;
     padding-right: 25px;
     text-decoration: none;
     background-image:url(../_pix/blauer_pfeil.gif);
     background-repeat:no-repeat;
}

.content_main_top form { margin: 1em; }
.content_main_top form fieldset { clear: both; padding: 1em; border: 1px solid #aaa; }
.content_main_top form legend { font-weight: bold; padding: 0 0.5em; }
.content_main_top form label { display: block; float: left; width: 10em; }
.content_main_top form .frmRow { clear: both; }
.content_main_top form .frmRow2 { clear: both; padding: 0.2em 0 0.2em 10em; }


.content_main_ressorts {
 	position: relative;
	margin-top: 0em;
	width: inherit;
	top: 0em;
	left: 0em;
}

.content_main_ressorts a.weiter {
     color: #004B6C;
     font-style: italic;
     padding-right: 25px;
     text-decoration: none;
     background-image:url(../_pix/blauer_pfeil.gif);
     background-repeat:no-repeat;
 }

.content_main_ressorts h2 {
	width: 44.5em;
	display: block;
}

	.content_main_ressorts h2 img{
		position: absolute;
		top: 0px;
		width: 44.5em;
	}

	.content_main_ressorts h2 span {
		position: absolute;
		top: 0.2em;
		left: 0.7em;
		color: #4c4c4c;
                  font-weight: bold;
	}

	.content_main_ressorts h2 span.linkarchiv {
		/*float: right;*/
		text-indent: -9999px;
	}

.content_main_ressorts div.outer_container {
	position: relative;
	border: 2px solid #EEEEEF;
	width:44.2em;
	top: 1.55em;
	background-color: white;
}

.content_main_ressorts div.bildleiste {
	height: 12em;
}

.content_main_ressorts div div {
	background-color: #fff;
	position: relative;
	margin-bottom: 1.55em;
	width: 44.2em;
	margin-left: 0px;
	top: 2.55em;
}

.content_main_ressorts div.outer_container div {
	top: 0em;
}

.content_main_ressorts div h3 {
	position: relative;
	width: 43.2em;
	margin: 1em 0em 1em 0.6em;
}


	.content_main_ressorts div h3 a {
		text-decoration: none;
		color: #fff;
		font-weight: bold;
	}

	.content_main_ressorts div h3 img{
		position: relative;
		top: 0px;
		width: 43.2em;
	}

	.content_main_ressorts div h3 span {
		position: absolute;
		top: 0.2em;
		left: 0.5em;
		font-weight: bold;
		color: #fff;
	}

	.content_main_ressorts div h3 a span img {
		position: relative;
		top: 0.05em;
		left: 0.1em;
		width: 12px;
		height: 11px;
	}

.content_main_ressorts div h4 {
	text-indent: 0em;
	padding-left: 0.7em;
}

.content_main_ressorts div h4 a {
	/*margin: 1.6em 0.2em 0.6em 0.4em;*/
    margin: 0em;
	color: #231F20;
	font-weight: normal;
	font-family: "Times New Roman", times, serif;
	font-size: 1.5em;
	text-decoration: none;
}

.content_main_ressorts div h4 a:hover {
	text-decoration: underline;
}

.content_main_ressorts div p {
	margin: 0.5em;
	width: 42.5em;
}

	.content_main_ressorts div p img {
		float: left;
		width: 9.4em;
		margin: 0.2em 0.6em 0.3em 0px;
	}

	.content_main_ressorts a.weiter img {
		 float: none;
	}

.content_main_ressorts div ul {
	clear: both;
	margin: 0.5em;
	width: 42.5em;
}

.content_main_ressorts div ul.linkliste a {
	background: url(../_pix/linklist_bullet.gif) 0em 0em no-repeat;
	padding-left: 1.5em;
	font-style: italic;
	color: #517385;
}

.content_main_ressorts div.rubrikrow, .content_main_ressorts div.rubrikrowborder{
	clear: left;
	border: none;
	margin: 0px;
}

.rubrikrow h3 {
	text-indent: none;
}

.rubrikrow h3 a {
	margin: 0.2em 0.2em 0.2em 0em;
	font-family: "Times New Roman", times, serif;
	font-size: 1.5em;
	text-decoration: none;
}

.rubrikrow h3 a:hover {
	text-decoration: underline;
}

.rubrikrow p {
	margin: 0.5em;
	width: 42.5em;
}

	.rubrikrow p a img {
		float:left;
		width: 9.4em;
		margin: 0.2em 1em 0.2em 0px;
	}

	.rubrikrow p a img.weiter_pfeile {
		float: none;
		margin: 0px;
		width: 1em;
	}

.rubrikrowborder {
	clear: both;
	border-bottom: 1px dotted #c1c1c1 !important;
	height: 0.75em;
	width: 43em !important;
	margin: 0px 1em 1em 0.5em !important;
}

#content_main #content {
padding-left: 8px;
}

#content_main #content h1 {
	font-family:"Times New Roman",times,serif;
    color: #231F20;
	font-size:1.7em;
	margin:0.5em 1em 0.5em 0em;
}

#content_main #content h2 {
    color: #231F20;
	font-size: 1em;
	font-weight: bold;
	margin:1em 1em 0.5em 0em;
}

#content_main strong {
	font-weight: bold;
}

#content_main #content div.content_image {
         float: left;
         padding:0px;
	 margin:0.2em 0.6em 0.3em 0;
	 color: #fff;
	 background-color: #A2B860;
	 width:20.9em;

}
#content_main #content div.content_image img {
         background-color: #A2B860;
         	width:20.9em;
}

#content_main #content div.content_image span.bildunterschrift {
	color: #fff;
	margin: 0;
	padding:0.2em;
	display: block;
}

#content_main #content div.content_image span.bildunterschrift strong {
	color: #fff;
}

#content_main #content div.content_image img {
	width: inherit;
}

#content_main #content p {
	margin: 0.5em 0.5em 0.5em 0px;
	/* width: 44.2em; */
}

#content_main #content #intro {
	font-weight: bold;
	margin-bottom: 1em;
}

#content_main #content .content_image {

}

.content_einleitung_text {
	background-color: #F0ECE6 !important;
	padding-top: 0.5em;
}

.content_einleitung_text * {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

p.Artikellinklist {
	padding-top: 0em;
}

p.Artikellinklist a.Artikel {
	text-decoration:none;
	color: #A2B860;
    font-style: italic;
}

p.Artikellinklist a.Artikel img {
	vertical-align: middle;
}


#content_main table {
}

#content_main table td {
	/*width:auto;*/
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==teaser */

#teaser_right {
	position: relative;
	float: left;
	margin-left: 2.7em;
	/*width: 9.69em;*/
}


/* Hintergrund weiss */
.teaserheadline {
	padding-bottom:0.5em;
}
.teaser_left {
	float:left;
}
.leftimage {
	width: 8.1em;
}
.verlauf_headline_image_text h2, .verlauf_headline_image_text p {
	position: relative;
	left: 0.5em;
	padding-right: 0.5em;	
}

.teaser_clear {clear:both; height: 1px;}

.white_headline_image, .white_headline_youtube, .white_image, .verlauf_headline_image, .verlauf_headline_image_text, .verlauf_headline_image_text_link, .verlauf_headline_text, .verlauf_image {
	color: #4C4C4C;
	border: 2px solid #EEEEEE;
	border-top: none;
	margin:0px;
	width: 24.3em;
	padding: 7px;
	font-size: 0.75em;
}
.white_headline_image, .white_headline_youtube, .white_image, .verlauf_headline_image, .verlauf_headline_image_text, .verlauf_headline_image_text_link, .verlauf_headline_text, .verlauf_image {
	color: #4C4C4C;
}
.white_headline_image h1, .white_headline_youtube h1, .white_image h1, .verlauf_headline_image h1, .verlauf_headline_image_text h1, .verlauf_headline_image_text_link h1, .verlauf_headline_text h1, .verlauf_image h1 {
	color: #00324C; font-weight: bold; padding:0px; margin: 2px 0px 11px 0px;
}
.white_headline_image h2, .white_headline_youtube h2, .white_image h2, .verlauf_headline_image h2, .verlauf_headline_image_text h2, .verlauf_headline_image_text_link h2, .verlauf_headline_text h2, .verlauf_image h2 {
	color: #4C4C4C; font-weight: bold; padding:0px; font-style:normal; margin: 0px 0px 1em 0px;
}
.white_headline_image a, .white_headline_youtube a, .white_image a, .verlauf_headline_image a, .verlauf_headline_image_text a, .verlauf_headline_image_text_link a, .verlauf_headline_text a, .verlauf_image a {
	color: #00324C; font-weight: bold; text-decoration: none;
}
.white_headline_image a.weiter, .white_headline_youtube a.weiter, .white_image a.weiter, .verlauf_headline_image a.weiter, .verlauf_headline_image_text a.weiter, .verlauf_headline_image_text_link a.weiter, .verlauf_headline_text a.weiter, .verlauf_image a.weiter {
	color: #00324C; font-size: 1.00em; font-weight: normal; text-decoration: none; font-style: italic;
}
.white_headline_image img, .white_headline_youtube img, .white_image img, .verlauf_headline_image img, .verlauf_headline_image_text img, .verlauf_headline_image_text_link img, .verlauf_headline_text img, .verlauf_image img { 
	/* width: 24.33em; */
}
.white_headline_image .linkpfeil, .white_headline_youtube .linkpfeil, .white_image .linkpfeil, .verlauf_headline_image .linkpfeil, .verlauf_headline_image_text .linkpfeil, .verlauf_headline_image_text_link .linkpfeil, .verlauf_headline_text .linkpfeil, .verlauf_image .linkpfeil {
	width: 9px; border:none;
}
.verlauf_headline_text h1 {
	border-bottom: 1px dotted #BFBFBE; margin-bottom: 8px; padding-bottom: 5px;
}
.verlauf_headline_image_text img, .verlauf_headline_image_text_link img {
	 /* width: 8.2em; */ border:none; margin-right: 11px;
}

/* Hintergrund Farbverlauf */

.verlauf_headline_image, .verlauf_headline_image_text, .verlauf_headline_image_text_link, .verlauf_headline_text, .verlauf_image {background-image:url(../_pix/teaser_bg.jpg); background-repeat:repeat-x;}
.verlauf_headline_text {font-style: italic;}
.verlauf_headline_text h1 {font-style: normal;}
.teaser_suche {
	background-image:url(../_pix/teaser_bg.jpg);
	background-repeat:repeat-x;
}


/* Styles fr Suchfeld und Newsletterfeld im Teaser rechts */
#teaser_suche {
	position: relative;
	background-repeat:no-repeat;
	border: 2px solid #EEEEEF;
	border-bottom: none;
	font-size: 0.8em;
}

#teaser_newsletter {
	position: relative;
	background-repeat:no-repeat;
	border: 2px solid #EEEEEF;
	border-bottom: none;
	font-size: 0.8em;
}

#teaser_suche img.teaser_suche_background,
#teaser_newsletter img.teaser_newsletter_background {
	width: 23.9em;
}

#teaser_suche form, #teaser_newsletter form {
	position: absolute;
	margin:0px;
	padding:0px;
	background-color: transparent;
}
#teaser_suche form {
	top: 0.8em;
	left: 2.5em;
}
#teaser_newsletter form {
	top: 1.25em;
	left: 0.8em;
	font-size: 1em;
}

#teaser_suche input.innputt {
	border:none;
	width: 19.4em;
	height:1.5em;
	font-size: 1em;
	background-color: transparent;
}
#teaser_newsletter input.innputt {
	border:none;
	width: 21em;
	height:1.5em;
	font-size: 1em;
	background-color: transparent;
}

input.teaser_submit {
	color: transparent;
	background-color: transparent;
	width: 1.5em;
	height: 1.5em;
	border: none;
	padding: 0;
	margin: 0;
}

/* Suchergebnisse */
.searchresult {
    padding-left:8px;
}

.searchresult table {
	/* width: 520px; */
	width: 566px;
	margin-bottom: 30px;
}


.searchresult .titel_klein {
	display: block;
	margin-bottom: -13px;
	color:#4C4C4C;
	font-style:normal;
	font-weight:bold;
}

.searchresult .titel_gross {
	display: block;
	color:#231F20;
	font-family:"Times New Roman",times,serif;
	font-size:1.5em;
	margin:1em 1em 0 0;
}

@media print {
	#teaser_right, #shadow_top, #shadow_bottom, #content_toolbar_oben, #content_toolbar_unten, #menu_main, #menu_toolbar_container, #footer_container {
		display: none;
	}
}

