/* ------------------------------------ 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;
	clear: both; 
}

/* Lebensbaum StMUG */
#baum {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
/* Schriftzug, beinhaltet Metanavigation und Amtskennung */
/* Amtskennung */
#schriftzug { width: 59.9em; height: 5.8em; }
#schriftzug h1 { padding: 0; font-size: 1.2em; text-align: right; line-height: 1.4em;
	/* Farbe Amtskennung */
	color: #0f3b7c; background-position: right top; background-repeat: no-repeat; margin-top: 0; margin-bottom: 0; margin-left: 0; }
/* Metanavigation */
#navi_meta { 
	position: relative;
	left: 0;
	width: 24em;
	height: 1.5em;
	font-family: Verdana;
	font-size: 0.9em;
	text-align: center;
}
#navi_meta ul { 
	margin: 0 0 0 3em;
	padding: 0;
}
#navi_meta ul li { 
	list-style-type: none; 
	display: inline; 
}
#navi_meta ul li a { 
	padding: 0 0.5em 0 0.2em;
	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: 62.3em;
	overflow: hidden;
}
#navi_horizontal {
	border-bottom: 1px solid #fff;
}
#navi_horizontal_sub { 
	border-top: 1px solid #fff;
}
#navi_horizontal ul { margin: 0 0 0 20em; font-size: 0.75em; font-weight: bold; padding: 0 0 0 8em; }
#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: 62.3em; 
	margin: 0; 
	clear: left; 
	padding-right: 0; 
	padding-bottom: 0; 
	padding-left: 0; 
}


/* ------------------------------------ Start: Surfpfad, beinhaltet Breadcrumbs, Funktionssymbole und Suche ------------------------------------ */
#surfpfad {
	width: 54.95em;
	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; float:left; padding-top: 25px; }

#navi_rechts_3c {
	width: 12.5em;
}

/* ------------------------------------ Start: Linke Navigationsleiste ------------------------------------ */
/* Nur bei dreispaltigem Seitenlayout vorhanden (3c) */
#navi_links_3c {
	float: left;
	width: 12.5em;
	font-size: 0.8em;
}
#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 {
	font-size: 0.8em;
	float: left;
}
#content_2c { width: 51.85em; margin: 0 0 0 3px; padding: 5px 3px 5px 8px; background-color: #ffffff; }
#content_3c { 
	width: 42.6em;
	margin: 0 0 0 0.5em;
	padding: 0;
	background-color: #ffffff;
}
/* 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; }


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

/* Linkliste */
.linkliste { margin-left: 5px; list-style-type: none; }

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