/* ------------------------------------ Generelle body-Definitionen ------------------------------------ */
body {
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.01%;
}

/* ------------------------------------ Div zur Zentrierung der gesamten Site ------------------------------------ */
/* Alle nachfolgenden Elemente befinden sich innerhalb "center" */
#center {
	width: 62.3em;
	margin: 0 auto;
	/* Hintergrundfarbe Winkel */
	background-color: #fff;
}

/* ------------------------------------ Start: Kopfbereich ------------------------------------ */
#kopf {
	position: relative;
	top: 0;
	left: 0;
	width: 62.3em;
}
/* .buttonindex{ */
/* 	background-color: white;  */
/*     color: #4461aa; opacity: 0.85; */
/*     border: 3px solid #4461aa; */
/*     padding: 6px 12px; */
/*     text-align: center; */
/*     text-decoration: none; */
/*     font-size: 12px; */
/*     margin: 4px 2px; */
/*     cursor: pointer; */
/*     display: inline-block; */
    
/* } */
/* Lebensbaum StMUG */
#baum {
	position: absolute;
	top: 10px; /* Anpassung W-LOGO, vorher 20px; */ 
	left: 30px;
}
/* Schriftzug, beinhaltet Metanavigation und Amtskennung */
/* Amtskennung */
#schriftzug {
	width: 61.9em;
	height: 4.7em; /* Anpassung W-LOGO, vorher 4.7em; */
}
#schriftzug h1 {
	margin:  .055em 7.45em 0 0;
	padding: 0;
	font-size: 0.95em;
	text-align: right;
	line-height: 1.4em;
	/* Farbe Amtskennung */
	color: #0f3b7c;
	/* background-image: url(../images/layout/wappen_global.gif);
	background-position: right top;
	background-repeat: no-repeat; */
}
/* Metanavigation */
#navi_meta {
	position: relative;
	left: 8em;
	width: 33em;
	height: 1.5em;
	font-family: Verdana;
	font-size: 0.9em;
	text-align: center;
}
#navi_meta ul {
	margin: 0;
	padding: 0;
}
#navi_meta ul li {
	list-style-type: none;
	display: inline;
}
#navi_meta ul li a {
	padding: 0 .5em;
	font-size: 0.64em;
	font-weight: bold;
	/* Textfarbe Metanavigation */
	color: #636363;
}
/* Grafik oberhalb der horizontalen Navigation */
#kopfgrafik {
	width: 52em;
}
/* Horizontalen Navigation, zwei Ebenen */
#navi_horizontal, #navi_horizontal_sub {
	height: 1.25em;
	width: 54.95em;
	overflow: hidden;
}
#navi_horizontal {
	border-bottom: 1px solid #fff;
}
#navi_horizontal_sub {
	border-top: 1px solid #fff;
}
#navi_horizontal ul {
	margin: 0 0 0 1.7em;
	padding: 0;
	font-size: 0.75em;
	font-weight: bold;
}
#navi_horizontal_sub ul {
	margin: 0 0 0 1.9em;
	padding: 0;
	font-size: 0.7em;
}
#navi_horizontal ul li, #navi_horizontal_sub ul li {
	margin: 0;
	padding-top: 0.18em;
	height: 1.5em;
	list-style-type: none;
	list-style-image: none;
	float: left;
}
#navi_horizontal ul li a, #navi_horizontal_sub ul li a {
	display: block;
}
#navi_horizontal_sub ul li {
	padding-top: 0.25em !important;
}
#navi_horizontal a:link, #navi_horizontal  a:visited, #navi_horizontal_sub a:link, #navi_horizontal_sub  a:visited  {
	text-decoration: none;
}
#navi_horizontal_sub  #nav_hs_1,
#navi_horizontal_sub  #nav_hs_2,
#navi_horizontal_sub  #nav_hs_3,
#navi_horizontal_sub  #nav_hs_4,
#navi_horizontal_sub  #nav_hs_5,
#navi_horizontal_sub  #nav_hs_6,
#navi_horizontal_sub  #nav_hs_7,
#navi_horizontal_sub  #nav_hs_8,
#navi_horizontal_sub  #nav_hs_9,
#navi_horizontal_sub  #nav_hs_10 {
	display: none;
}
#navi_horizontal_sub  .navi_horizontal_visible {
	display: block !important;
}
/* ------------------------------------ Ende: Kopfbereich ------------------------------------ */

/* ------------------------------------ Content-Container ------------------------------------ */
/* Alle nachfolgenden Elemente befinden sich innerhalb "content" */
#content {
	width: 54.95em;
	margin: 0;
	padding: 0;
	clear: left;
}


/* ------------------------------------ Start: Surfpfad, beinhaltet Breadcrumbs, Funktionssymbole und Suche ------------------------------------ */
#surfpfad {
	width: 53.85em;
	height: 3em;
	float: left;
}
/* Breadcrumbs */
#surfpfad ul {
	position: relative;
	top: 1em;
	left: 0.95em;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	float: left;
}
#surfpfad ul li {
	list-style-type: none;
	display: inline;
}
/* Funktionssymbole */
#kopfsymbole {
	float: right;
	width: 20em;
}
#kopfsymbole ul {
	left: 0;
	float: right;
	margin-right: 1em;
}
#kopfsymbole ul li {
	margin-right: .35em;
}
/* Suchfeld */
#kopfsymbole form {
	float: right;
	margin-top: .2em;
}
#kopfsymbole form input {
	font-size: .7em;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: .37em;
	margin-bottom: 0;
}
#kopfsymbole label {
	display: none !important;
}
#kopfsymbole #submit {
	font-size: .65em;
	width: 2.2em;
	height: 1.9em;
	position: relative;
	top: .05em;
	margin-right: 0.3em;
}
#kopfsymbole #search_submit {
	position: relative;
	top: .4em;
	margin-right: 0.4em;
}
/* ------------------------------------ Ende: Surfpfad, beinhaltet Breadcrumbs, Funktionssymbole und Suche ------------------------------------ */


/* ------------------------------------ Rechte Navigationsleiste ------------------------------------ */
/* zweispaltig (2c), dreispaltig (3c) */
#navi_rechts_2c, #navi_rechts_3c {
	float: right;
	font-size: 0.8em;
}
#navi_rechts_2c {
	width: 23.45em;
}

#navi_rechts_3c {
	width: 12.5em;
}

/* ------------------------------------ Start: Linke Navigationsleiste ------------------------------------ */
/* Nur bei dreispaltigem Seitenlayout vorhanden (3c) */
#navi_links_3c, #navi_links_3c_warnungen {
	float: left;
	width: 12.5em;
	font-size: 0.8em;
	height: auto; overflow: hidden;
}

/*#navi_links_3c {
	float: left;
	width: 12.5em;
	font-size: 0.8em;
	height: auto; overflow: hidden;
	padding-top:5px;
}*/

#navi_links_3c ul {
	margin: 0;
	padding: 0;
	margin: .4em 0 .4em 0;
}
#navi_links_3c ul  li {
	margin: 0;
	padding: .2em 0 .2em .6em;
	list-style: none !important;
	list-style-image: none !important;
}
#navi_links_3c ul ul {
	margin: .2em 0 .2em 0;
	line-height: .85em;
}
#navi_links_3c ul ul  li {
	width: 147px;
	padding: .2em 0 .2em .4em;
}
#navi_links_3c ul ul li a {
	font-size: .85em;
}
#navi_links_3c ul ul ul {
	margin: .2em 0 .2em 0;
}
#navi_links_3c ul ul ul li a {
	font-size: .82em;
}
/* ------------------------------------ Ende: Linke Navigationsleiste ------------------------------------ */


/* ------------------------------------ Container f�r den Seitencontent ------------------------------------ */
#content_2c, #content_3c {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
#content_2c {
	width: 42.6em;
	clear: left
}
#content_3c {
	width: 42.6em;
	float: left;
	margin-left: .5em;
}
/* Seitencontent mit padding */
#paddingcontent {
	padding: 0.1em 1em .5em 1em;
}


/* ------------------------------------ Container unterhalb Seitencontent, ganze Seitenbreite ------------------------------------ */
#content_footer {
	padding-left: 2em;
	font-size: 0.8em;
}


/* ------------------------------------ Seitenfu�zeile, Copyright etc. ------------------------------------ */
#footer {
	padding: 1.5em 3em 1.5em 3em;
	font-size: 0.7em;
	clear: both;
}


/* ------------------------------------ Contentformate ------------------------------------ */
/* �berschriften */
#content h1 { font-size: 1.4em; font-weight: normal }
#content h2 { font-size: 1.2em; font-style: normal }
#content h3 { font-size: 1em; }
#content h4 { font-size: 0.9em; font-weight: bold; }
/* Abst�nde vor und nach �berschriften */
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h1 + h2, h2 + h3, h3 + h4, h4 + h5 {
	margin-top: 0;
}

/* Linkmanagement */
a:link, a:visited  { text-decoration: none; }
a:hover, a:active , a:focus { text-decoration: underline;}
a.navi_link_marker:link, a.navi_link_marker:visited, a.navi_link_marker:hover, a.navi_link_marker:active { font-weight: bold; }

a.navi_link_marker:link, a.navi_link_marker:visited, a.navi_link_marker:hover,
	a.navi_link_marker:active {
	font-weight: bold;
}

/* Listenelement */
.liste {
	text-align: left;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
}

.liste_horizontal ul {
	margin-left: 3px;
	padding: 0;
	list-style-type: none;
	display: inline;
}

.liste_horizontal ul li {
	margin-left: 5px;
	padding: 0;
	list-style-type: none;
	display: inline;
}

/* Index A-Z */
.liste_az ul, .liste_az_p ul {
	padding: 0;
	list-style-type: none;
	display: inline;
}

.liste_az ul li, .liste_az_p ul li {
	padding: 0;
	list-style-type: none;
	display: inline;
}

.liste_az ul {
	margin-left: 10px;
}

.liste_az ul li {
	margin-left: 8px;
}

.liste_az_p ul {
	margin-left: 20px;
}

.liste_az_p ul li {
	margin-left: 20px;
}

/* Trennlinie */
hr {
	height: 1px;
}

/* Hoch- und Tiefstellung */
sub {
	font-size: 80%;
	line-height: 0;
	bottom: 1px;
}

sup {
	font-size: 80%;
	line-height: 0;
	top: 2px;
}

/* Images: Kein Rahmen */
img {
	border: 0;
}

/* Formulare */
/*input { font-family: Arial; }*/

/* Float aufheben */
.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.clear_both {
	clear: both;
}

/* Hidden Elemente z.B. �berschriften f�r Screenreader */
.nodisplay {
	display: none;
}

/* Bildpositionierung im Text */
.bild_rechts {
	float: right;
	margin-left: 5px;
	border: 0;
}

.bild_links {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 0;
}

.bild_mitte {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

.bild_noborder {
	border: 0;
}

legend {
	font-weight: bold;
}

.pdf_ba {
	background-image: url(../images/layout/pdf_barrfrei.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
}

 
.tabreiter ul,
.tabreiter li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
 
.tabreiter li,
.tabreiter input[type="radio"] + label
{
    display: inline-block;
}
 
.tabreiter li > div,
.tabreiter input[type="radio"]
{
    position: absolute;
}
 
.tabreiter li > div,
.tabreiter input[type="radio"] + label
{
    border: solid 1px #ccc;
}
 
.tabreiter input[type="radio"] + label
{
    margin: 0 2px 0 0;
    padding: 0 18px;
    line-height: 25px;
    background: #F2F2F2;
    text-align: center;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    color: #7C6363;
    font-family: Verdana;
	font-size: 0.9em;
	font-weight: bold;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
 
.tabreiter input[type="radio"][id^="tabreiter-"]:checked + label
{
    z-index: 1;
    background: #fff;
    border-bottom-color: #fff;
    cursor: default;
    color: #CC7B17;
}
 
.tabreiter input[type="radio"]
{
    opacity: 0;
}
  
.warnKarte:hover {
	width: 300px;
	height: 300px;
	float: left;
	background-color: blue;
	transform: scale(1.2);
}