﻿@charset "utf-8";
/* CSS Document */

body { 
	/*background-image:url(images/bg.png);*/
	background-color: #ffffff;

	/* Schrifteigenschaften */
	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	font-size: 13px; /* dieser Wert muss geaendert werden bei Textgroesse - 13px, 15px, 17px */

	/* Texteigenschaften */
	text-align: left; /* Horizontal Ausrichtung left,right,center,justify, Inherit*/
	line-height: 18px;/* Zeilenh�he normal, Zahl, L�ngenangabe oder Prozentangabe, Inherit*/
	letter-spacing: 0.01em;
	font-weight: normal;

	color:#666666;

	/* Rahmen */
	padding: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	
	background: #ebebeb;
}
/*------------------------------------------------------------------------
 * Klassen für Container
 *---------------------------------------------------------------------------*/
div.container { /*wird immer mittig angezeigt*/
	position: absolute;
	visibility: visible;
	left: 50%;
	width: 1007px;
	height: auto;
	margin-left: -503px;
	
	/*border-style:solid;
	border-color:#FF0000;
	border-width:thin;*/
}
/*------------------------------------------------------------------------
 * Klassen für obersten Header
 *---------------------------------------------------------------------------*/
div.topHeader{
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 1007px;
	height: 83px;

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	background: top left repeat-y url(topheader_bg.png);
}

/*------------------------------------------------------------------------
 * Klassen für TopMenue
 *---------------------------------------------------------------------------*/
div.topMenue{
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 1007px;
	height: 30px;

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	/*background: top left no-repeat url(topmenue_bg.png);*/
}
div.topMenue-Text{
	/* Ausrichtung */
	float:right;

	/* Groesse */
	width: 400px;
	height: 25px;

	/* Rahmen */
	padding: 6px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	
	/* Texteigenschaften */
	text-align: right; /* Horizontal Ausrichtung left,right,center,justify, Inherit*/
	text-transform:uppercase;

	/*border-style:solid;
	border-color:#0066FF;
	border-width:thin;*/
}
div.topMenue-Text a{
	
	/* Rahmen */
	padding: 0px 8px 0px 7px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Texteigenschaften */
	text-decoration:none; 
	color:#FFFFFF;
	font-size: 0.96em;
	font-weight: 500;
	letter-spacing: 0.03em;
}
div.topMenue-Suche{
	/* Ausrichtung */
	float:right;

	/* Groesse */
	width: 201px;
	height: 30px;

	/* Rahmen */
	padding: 0px 12px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	
	text-align: right;
	
	/*border-style:solid;
	border-color:#0066FF;
	border-width:thin;*/
	
}
input.suchFeld {

	/* Groesse */
	width: 136px;
	height: 22px;

	/* Rahmen */
	padding: 0px 0px 0px 6px; /*top|right|bottom|lef*/
	margin: -8px 7px 0px 0px; /*top|right|bottom|lef*/

	/* Texteigenschaften */
	color:#999999;
	text-decoration:none; 
	text-align: left;
	vertical-align: middle;
	font-size: 0.96em;
	font-weight: lighter;

	border-top: 1px solid #666666; 
	border-bottom: 1px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC; 
	border-right: 1px solid #666666;
}
input.sucheButton {

	/* Groesse */
	width: 35px;
	height: 22px;

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 4px 0px 0px 0px; /*top|right|bottom|lef*/

	border: none;
	background: bottom center no-repeat url(suche_button2.png);
	
	text-align: right;
	
	/*border-style:solid;
	border-color:#0066FF;
	border-width:thin;*/
}
div.topHeader_textgroesse{
	/* Ausrichtung */
	float:right;

	/* Groesse */
	width: 177px;
	height: 26px;
	
	text-align: right;

	/* Rahmen */
	padding: 3px 23px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 3px 0px 0px; /*top|right|bottom|lef*/
	
	/*border-style:solid;
	border-color:#0066FF;
	border-width:thin;*/
}
div.topHeader_textgroesse img{
	border: 0px;

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/
}
/*------------------------------------------------------------------------
 * Klassen für Header - mit Bilder
 *---------------------------------------------------------------------------*/
div.header {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 1007px;
	height: 154px;
	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	background: top left no-repeat url(header_bg2.png);
	
	/*border-style:solid;
	border-color:#0066FF;
	border-width:thin;*/
}
/*------------------------------------------------------------------------
 * Klassen für Header - Back2Root-Navigation
 *---------------------------------------------------------------------------*/
div.headerB2R {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 1007px;
	height: 42px;
	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/*border-style:solid;
	border-color:#0066FF;
	border-width:thin;*/
}
div.headerB2R_left {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 255px;
	height: 42px;
	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	background: top left no-repeat url(header_b2r_left_bg.png);
	
	/*border-style:solid;
	border-color:#0066FF;
	border-width:thin;*/
}

div.headerB2R_right {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 204px;
	height: 42px;
	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	background: top left no-repeat url(header_b2r_right_bg.png);
	
	/*border-style:solid;
	border-color:#0066FF;
	border-width:thin;*/
}
/*------------------------------------------------------------------------
 * Klassen für Content
 *---------------------------------------------------------------------------*/
div.content {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 1007px;
	height: auto;
	/* Rahmen */
	padding: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/*border-style:solid;
	border-color:#996600;
	border-width:thin;*/

	background: top left repeat-y url(content_bg.png);
}
/*------------------------------------------------------------------------
 * Klassen für Content - Linksnavigation
 *---------------------------------------------------------------------------*/
div.contentLeft {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 251px;
	height: auto;
	/* Rahmen */
	padding: 10px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 4px;/*top|right|bottom|lef*/
	
	/* Schrift */
	font-size: 1.0em;
	font-weight: 500;
	/*border-style:solid;
	border-color:#CC0000;
	border-width:0;
	background:#CC3366;*/
}
a.contentLeftNavigationEben1_inactive:active, a.contentLeftNavigationEben1_inactive:focus, a.contentLeftNavigationEben1_inactive:visited, a.contentLeftNavigationEben1_inactive:link {
	/* Ausrichtung */
	display:block; 

	/* Groesse */
	width: 224px; /*padding-left abziehen*/
	height: 23px; /*padding-top abziehen*/

	/* Rahmen */
	padding: 9px 0px 0px 27px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/* Schrift */
	color:#ffffff;
	text-decoration:none; 
	text-align: left;
	vertical-align: middle;

	/*border-style:solid;
	border-color:#CC0000;
	border-width:0;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5e86b7;
}
a.contentLeftNavigationEben1_inactive:hover {
	/* Hintergrund */
	background-color:#5e86b7; 
	
}
a.contentLeftNavigationEben1_active:active, a.contentLeftNavigationEben1_active:focus, a.contentLeftNavigationEben1_active:visited, a.contentLeftNavigationEben1_active:link {
	/* Ausrichtung */
	display:block; 

	/* Groesse */
	width: 224px; /*padding-left und border abziehen*/
	height: 23px; /*padding-top abziehen*/

	/* Rahmen */
	padding: 9px 0px 0px 27px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/* Schrift */
	color:#ffffff;
	text-decoration:none; 
	text-align: left;
	vertical-align: middle;

	/*border-style:solid;
	border-color:#CC0000;
	border-width:0;*/
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #e1e8f4;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e1e8f4;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e1e8f4;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e8f4;
	
	background: bottom left repeat-y url(arrow_down.png) #5e86b7;
}
a.contentLeftNavigationEben2_inactive:active, a.contentLeftNavigationEben2_inactive:focus, a.contentLeftNavigationEben2_inactive:visited, a.contentLeftNavigationEben2_inactive:link {
	/* Ausrichtung */
	display:block; 

	/* Groesse */
	width: 189px; /*padding-left abziehen*/
	height: auto; /*padding-top abziehen*/

	/* Rahmen */
	padding: 9px 0px 5px 62px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/* Schrift */
	color:#07458f;
	text-decoration:none; 
	text-align: left;
	vertical-align: middle;

	/*border-style:solid;
	border-color:#CC0000;
	border-width:0;*/

	background: #e1e8f4;
}
a.contentLeftNavigationEben2_inactive:hover {

	/* Groesse */
	width: 188px; /*border abziehen*/

	/* Rahmen */
	padding: 9px 0px 5px 61px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e1e8f4;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e1e8f4;

	/* Hintergrund */
	background-color:#9fb7d5; 
	
}
a.contentLeftNavigationEben2_active:active, a.contentLeftNavigationEben2_active:focus, a.contentLeftNavigationEben2_active:visited, a.contentLeftNavigationEben2_active:link {
	/* Ausrichtung */
	display:block; 

	/* Groesse */
	width: 189px; /*border padding-left abziehen*/
	height: auto; /*padding-top abziehen*/

	/* Rahmen */
	padding: 9px 0px 5px 60px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/* Schrift */
	color:#07458f;
	text-decoration:none; 
	text-align: left;
	vertical-align: middle;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e1e8f4;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e1e8f4;

	/* Hintergrund */
	background: center left no-repeat url(arrow_right.png) #9fb7d5; 
}
div#contentLeftNavigation_active {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 251px;
	height: auto;
	/* Rahmen */
	padding: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 10px 0px;/*top|right|bottom|lef*/

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e8f4;

}
div#contentLeftNavigation_inactive {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 251px;
	height: auto;
	/* Rahmen */
	padding: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/*border-style:solid;
	border-color:#CC0000;
	border-width:0;
	background:#CC3366;*/

}
/*------------------------------------------------------------------------
 * Klassen für Content - Infobereich
 *---------------------------------------------------------------------------*/
div.contentRight_TrennerTop {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 200px;
	height: 2px;
	/* Rahmen */
	padding: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	background-color: #FFFFFF;
	/*border-style:solid;
	border-color:#CC0000;
	border-width:0;
	background:#CC9933;*/
}
div.contentRight {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 200px;
	height: auto;
	/* Rahmen */
	padding: 35px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/*border-style:solid;
	border-color:#CC0000;
	border-width:0;
	background:#CC9933;*/
}
div#infoBox {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 181px;
	height: auto; /*auf auto setzen*/
	
	/* Rahmen */
	padding: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 10px 0px 10px 11px;/*top|right|bottom|lef*/

	background: #c6d4ec;
}
div#infoBox a:active, div#infoBox a:focus, div#infoBox a:visited, div#infoBox a:link {

	/* Rahmen */
	padding: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	
	text-decoration: none;
	color: #07458f;

}
div#infoBox a:hover {

	/* Rahmen */
	padding: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	
	text-decoration: underline;
	color: #07458f;
	
}

div#infoBoxHeader {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 181px;
	height: 25px;
	
	/* Rahmen */
	padding: 8px 0px 0px 9px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/* Schrift */
	color:#ffffff;
	text-decoration:none; 
	text-align: left;
	vertical-align: middle;

	background: top left no-repeat url(infobox_header.png);
}
a.infoBoxHeader_open:active, a.infoBoxHeader_open:focus, a.infoBoxHeader_open:visited, a.infoBoxHeader_open:link {
	/* Ausrichtung */
	display:block; 

	/* Groesse */
	width: 181px;
	height: 25px;
	
	/* Rahmen */
	padding: 8px 0px 0px 9px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/* Schrift */
	color:#ffffff;
	text-decoration:none; 
	text-align: left;
	vertical-align: middle;

	/* Hintergrund */
	background: top left no-repeat url(infobox_header.png);
}
a.infoBoxHeader_close:active, a.infoBoxHeader_close:focus, a.infoBoxHeader_close:visited, a.infoBoxHeader_close:link {
	/* Ausrichtung */
	display:block; 

	/* Groesse */
	width: 181px;
	height: 25px;
	
	/* Rahmen */
	padding: 8px 0px 0px 9px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/* Schrift */
	color:#ffffff;
	text-decoration:none; 
	text-align: left;
	vertical-align: middle;

	/* Hintergrund */
	background: top left no-repeat url(infobox_header_close.png);
}

div#infoBoxContentTop {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 181px;
	height: 4px;
	
	background: top left no-repeat url(infobox_content_top.png);
}
div#infoBoxContentBottom {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 181px;
	height: 5px;
	
	background: top left no-repeat url(infobox_content_bottom.png);
}
div#infoBoxContent {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 141px;
	height: auto;

	/* Rahmen */
	padding: 8px 15px 10px 20px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	
	/* Schrift */
	text-decoration:none; 
	text-align: left;
	vertical-align: middle;
}
div#infoBoxContent p {
	/* Rahmen */
	padding: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/
}
div#infoBoxContent_line {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 163px;
	height: auto;

	/* Rahmen */
	padding: 8px 0px 10px 8px;/*top|right|bottom|lef*/
	margin: 0px 15px 0px 12px;/*top|right|bottom|lef*/
	
	/* Schrift */
	text-decoration:none; 
	text-align: left;
	vertical-align: middle;
	
	background: bottom left no-repeat url(infobox_content_trenner.png);
}
/*------------------------------------------------------------------------
 * Klassen für Content - Bereich fuer den Inhalt
 *---------------------------------------------------------------------------*/
div.contentMiddle {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 546px;
	height: auto;
	/* Rahmen */
	padding: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 1px;/*top|right|bottom|lef*/

	/*border-style:solid;
	border-color:#CC0000;
	border-width:0;
	background:#CC3366;*/
}
div.contentMiddle_Header {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 518px;
	height: auto;
	/* Rahmen */
	padding: 20px 22px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/*border-style:solid;
	border-color:#CC0000;
	border-width:thin;*/
}
div.contentMiddle_Header_bkk-linde-logo {
	/* Ausrichtung */
	float:right;

	/* Groesse */
	width: 194px;
	height: 93px;

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	background: top right no-repeat url(bkk-linde-logo.png);
	
	/*border-style:solid;
	border-color:#CC0000;
	border-width:thin;*/
}
div.contentMiddle_B2R {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 516px;
	height: auto;
	/* Rahmen */
	padding: 0px 0px 0px 36px; /*top|right|bottom|lef*/
	margin: -2px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Texteigenschaften */
	text-align: left;
	vertical-align: middle;
	text-decoration:none; 
	color:#666666;

	/*border-style:solid;
	border-color:#0066FF;
	border-width:thin;*/
}
div.contentMiddle_B2R a{
	
	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Texteigenschaften */
	color:#666666;
	text-decoration:none; 
	font-size: 0.90em;
	font-weight: 500;
	
	text-transform: uppercase;
}
div.contentMiddle_B2R_Trenner {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 481px;
	height: 1px;
	/* Rahmen */
	padding: 0px 0px 0px 36px; /*top|right|bottom|lef*/
	margin: 8px 0px 0px 0px; /*top|right|bottom|lef*/

	background: top right no-repeat url(trenner_grau.png);
	
	/*border-style:solid;
	border-color:#0066FF;
	border-width:thin;*/
}
div.contentMiddle_newsticker {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 468px;
	height: auto;
	/* Rahmen */
	padding: 5px 40px 5px 35px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/*border-style:solid;
	border-color:#CC0000;
	border-width:0;
	background:#CC3311;*/
}
div.contentMiddle_Content {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 468px;
	height: auto;
	/* Rahmen */
	padding: 0px 40px 40px 35px;/*top|right|bottom|lef*/
	margin: 25px 0px 0px 0px;/*top|right|bottom|lef*/

	/*border-style:solid;
	border-color:#CC0000;
	border-width:1;*/
}

div.contentMiddle_Content h1 {
	/* Schrift */
	font-size: 1.4em;
	text-decoration:none; 
	text-align: left;
	vertical-align: middle;
	
	color:#07458f;
	
	/* Rahmen */
	padding: 0px 0px 5px 0px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
	
}
div.contentMiddle_Content h2 {
	font-size: 1.15em;
	color:#07458f;
	
	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
	
}
div.contentMiddle_Content p {

	/* Groesse */
	width: 480px;

	/* Rahmen */
	padding: 15px 0px 15px 0px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
	
	/* Schrift */
	text-align: justify;
}
div.contentMiddle_Content li p, div.contentMiddle_Content li div {

	/* Groesse */
	width: 350px;

	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 5px 0px 5px 0px; /*top|right|bottom|lef*/

	/* Schrift */
	text-align: justify;
}
div.contentMiddle_Content img {

	/* Rahmen */
	padding: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 20px 0px 20px 0px;/*top|right|bottom|lef*/

	border-style:solid;
	border-color:#009933;
	border-width:0;

}
div.contentMiddle_Content a:active, div.contentMiddle_Content a:focus, div.contentMiddle_Content a:visited, div.contentMiddle_Content a:link {

	/* Rahmen */
	padding: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	
	text-decoration: none;
	color: #07458f;

}
div.contentMiddle_Content a:hover {

	/* Rahmen */
	padding: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	
	text-decoration: underline;
	color: #07458f;
	
}
div.contentMiddle_Content a.wichtig:active, div.contentMiddle_Content a.wichtig:focus, div.contentMiddle_Content a.wichtig:visited, div.contentMiddle_Content a.wichtig:link {
	
	display: block;
	
	height: 30px;
	
	/* Rahmen */
	padding: 0px 0px 0px 30px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/* Schrift */
	color:#07458f;
	text-decoration:none;

	/* Hintergrund */
	background: top left no-repeat url(arrow.png);
}
div.contentMiddle_Content a.wichtig:hover {

	display: block;

	height: 30px;

	/* Rahmen */
	padding: 0px 0px 0px 30px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/* Schrift */
	color:#07458f;
	text-decoration: underline;

	/* Hintergrund */
	background: top left no-repeat url(arrow.png);

}
div.contentMiddle_Content table{
	width: 480px;

	/* Rahmen */
	padding: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	
	border: 0px;
}
div.contentMiddle_Content table p{

	/* Groesse */
	width: 200px;

	/*opacity:.50;*/
	/*filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	border:0px solid black; */
	
	/* runde Ecken */
	/*-moz-border-radius:10px;
	-khtml-border-radius:30px;*/

	/* Rahmen */
	padding: 10px 0px 10px 0px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
	
}
div.contentMiddle_Content table td {
	/* Rahmen */
	padding: 10px 5px 10px 10px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/
}
div.contentMiddle_Content table td#datum {
	/* Groesse */
	width: 100px;

	/* Rahmen */
	padding: 10px 5px 5px 5px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	
	font-size: 1.1em;
	text-decoration:none; 
	text-align: left;
	vertical-align: middle;
	font-weight:bold;
	
	color:#07458f;
}
div.contentMiddle_Content table td#titel {
	/* Groesse */
	width: 380px;

	/* Rahmen */
	padding: 10px 5px 5px 5px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	font-size: 1.1em;
	text-decoration:none; 
	text-align: left;
	vertical-align: middle;
	font-weight:bold;
	
	color:#07458f;
}

div.contentMiddle_Content table td#suchergebnis {
	/* Groesse */
	width: 480px;

	/* Rahmen */
	padding: 10px 5px 5px 5px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	font-size: 1.1em;
	text-decoration:none; 
	text-align: left;
	vertical-align: middle;
	font-weight:bold;
	
	color:#07458f;
}
div.contentMiddle_Content table tr#zeile1 {
	background: #e1e8f4;

	/* Rahmen */
	padding: 10px 5px 5px 5px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/
}
div.contentMiddle_Content table tr#zeile2 {
	background: #eeeeee;
	/* Rahmen */
	padding: 10px 5px 5px 5px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/
}
/*------------------------------------------------------------------------
 * Klassen für Content-Footer
 *---------------------------------------------------------------------------*/
div.contentFooter {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 1007px;
	height: 44px;
	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	background: top left repeat-y url(content_bg.png);
	
	/*border-style:solid;
	border-color:#0066FF;
	border-width:thin;*/
}
div.contentFooter_left {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 255px;
	height: 44px;
	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/*border-style:solid;
	border-color:#0066FF;
	border-width:thin;*/
}
div.contentFooter_middle {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 535px;
	height: 34px;
	/* Rahmen */
	padding: 10px 10px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 2px;/*top|right|bottom|lef*/

	/* Texteigenschaften */
	text-align: right;
	vertical-align: middle;
	text-decoration:none; 
	color:#FFFFFF;

	background: bottom right no-repeat url(content_footer.png);
	
	/*border-style:solid;
	border-color:#0066FF;
	border-width:thin;*/
}
div.contentFooter_middle img {
	/* Rahmen */
	padding: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	border: 0px;
}

div.contentFooter_right {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 204px;
	height: 44px;
	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/*border-style:solid;
	border-color:#0066FF;
	border-width:thin;*/
}
/*------------------------------------------------------------------------
 * Klassen für Footer
 *---------------------------------------------------------------------------*/
div.footer {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 1007px;
	height: 50px;
	/* Rahmen */
	padding: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/*border-style:solid;
	border-color:#996600;
	border-width:thin;*/

	background: top left repeat-y url(footer_bg2.png);
}
div.footer_ab {
	/* Ausrichtung */
	float:right;

	/* Groesse */
	width: 88px;
	height: 16px;
	/* Rahmen */
	padding: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 16px 19px 0px 0px;/*top|right|bottom|lef*/
	
	background: top left repeat-y url(link_agenturblank.png);
}
div.footer_ab img {
	border: 0px;
}
div.footerAdd {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 1007px;
	height: auto;
	/* Rahmen */
	padding: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/*border-style:solid;
	border-color:#996600;
	border-width:thin;*/
}
div.footerAdd_section1 {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 181px;
	height: auto;
	/* Rahmen */
	padding: 0px 0px 0px 21px;/*top|right|bottom|lef*/
	margin: 47px 0px 20px 0px;/*top|right|bottom|lef*/

	font-size: 0.85em;
	color:#07458f;
	text-transform:uppercase;
	font-weight:bold;

	/*border-style:solid;
	border-color:#996600;
	border-width:thin;
	background: #155EAE;*/
}
div.footerAdd_section2 {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 180px;
	height: auto;
	/* Rahmen */
	padding: 0px 0px 0px 21px;/*top|right|bottom|lef*/
	margin: 47px 0px 20px 0px;/*top|right|bottom|lef*/

	font-size: 0.85em;
	color:#666666;
	text-transform:uppercase;
	font-weight:bold;

	/*border-style:solid;
	border-color:#996600;
	border-width:thin;
	background: #1F1EAE;*/
}
div.footerAdd_section2 a {
	text-decoration: none;
	color:#666666;
	font-weight:normal;
}
div.footerAdd_section2 a:hover {
	text-decoration: none;
	color:#999999;
	font-weight:normal;
}


/**
 * Uebernahme aus alter Seite
 */
.ansprechpartner {
	border-bottom: 1px dashed #4472B9;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 10px;
}
.ansprechpartnertext {
	text-align: right;
}
.ansprechpartnerbild {
	margin-right: 10px;
	border: 1px solid #999999;
}
.name {
padding-bottom: 10px;
font-weight: bold;

}

.aufgabe {
font-weight: bold;
font-size: 120%;
}


.geschaeftsstelle{
	border-bottom: 1px dashed #4472B9;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #e1e8f4;
	color: #575959;
}
/*------------------------------------------------------------------------
 * Klassen fuer das Feedbackformular
 *---------------------------------------------------------------------------*/
div.feedback {
	/* Ausrichtung */
	float:left;

	/* Rahmen */
	padding: 0px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/*border-style:solid;
	border-color:#996600;
	border-width:thin;*/

}
div.feedback p {

	/* Rahmen */
	padding: 15px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
	
}
div.feedback strong {

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
	
}
div.feedback ul {

	/* Rahmen */
	padding: 5px 0px 0px 40px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
	
}
div#feedback_frage {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 100%;
	
	/* Rahmen */
	padding: 12px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/*border-style:solid;
	border-color:#996600;
	border-width:thin;*/

}
div#feedback_fragebuendel {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 100%;
	
	/* Rahmen */
	padding: 7px 0px 0px 0px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/*border-style:solid;
	border-color:#996600;
	border-width:thin;*/

}
div#feedback_input {
	/* Ausrichtung */
	float:left;

	/* Groesse */
	width: 100%;
	
	/* Rahmen */
	padding: 7px 0px 0px 35px;/*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px;/*top|right|bottom|lef*/

	/*border-style:solid;
	border-color:#996600;
	border-width:thin;*/

}
div#feedback_input input {

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
	
}

