/* Version 14 */
/* 28.04.2009 */

#bodyInhalt {
    width: 60%;
    float: left;
    font-size: 0.7em;
    margin: 0;
    padding: 0;
}

#bodyInhalt a:link, #bodyInhalt a:visited {
    color: #1E4070;
    text-decoration: none;
}

#bodyInhalt a:hover, #bodyInhalt a:focus, #bodyInhalt a:active {
    color: #1E4070;
    text-decoration: underline;
}

#bodyInhalt a[name] {
    color: #000000;
    text-decoration: none;
}

/* CP 11.09.2009 */

#bodyInhalt .spalte ul li { clear: left; list-style-type: none; }
#bodyInhalt .spalte ul li div { padding: 15px 0; }
#bodyInhalt .spalte ul li img { float: left; margin: 0 5px 0 0; }
dl, dd, dt { margin: 0; }

#bodyInhalt .hr {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background-image: url(../upload/css_img/inhalt_linie.gif);
    height: 0.1em;
} 

#bodyInhalt .right {
   float:right;
}

#bodyInhalt .left {
   float:left;
}

.breadcrumb {
    padding: 1em 1.5em 1em 1.5em;
}

.textbereich {
    margin-right: 1.5em;
    margin-left: 1.5em;
}

.textbereich h1 {
    /*color: #757575;*/
    margin: 0.3em 0 0.8em 0;
    padding: 0;
    font-size: 1.6em;
}

.textbereich h1.abstand {
    clear: both;
    padding-top: 1.5em;
}

.textbereich h1.rss {
    float: left;
    padding-right: 0.5em;
}

.textbereich img.rss {
    margin: 0.3em 0 0 0;
}


.textbereich ul
{
    /*list-style: inside;*/
    list-style-type: square;
}

/* Startseite */

.teaser {
    /* background-color: #F1F1F1; */
    float: left;
    width: 100%;
    background-image: url(../upload/css_img/inhalt_linie_blau.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}

 .teaser div {
    padding: 0.5em 1em 0.5em 0;
} 

.teaser img.startseiteBild {
    float: left;
    margin: 0 1em 1em 0;
}

.teaser h2 {
    margin: 0 0 0.5em 0;
    font-size: 1.2em;
    color: #1E4770;
}

.teaser p {
    margin: 0.3em 0;
}

.odd {
    background-color: #E5E5E5;
}

.oddhilfe {
    background-color: #E5E5E5;
    padding: 0.4em 0em 0.4em 0.6em;
    font-size: 1.1em;
}


.hilfekasten {
    background-color: white;
    padding: 0 0em 0.4em 0.6em;
    font-size: 1.1em;
}

.last {
    background-image: none;
}

/* Uebersichtsseite */

.uebersicht h2 {
    font-size: 1em;
    padding-left: 0.2em;
    margin: 0;
}

table.zweispalten {
    width: 100%;
    border-collapse: collapse;
}

table.zweispalten td {
    background-color: #F1F1F1;
    width: 50%;
    border-top: solid 3px #FFFFFF;
    padding: 0.25em 0.5em 0.2em 2.1em;
    background-image: url(../upload/css_img/inhalt_tabliste.gif);
    background-position: top left;
    background-repeat: no-repeat;
    vertical-align: top;
}

table.zweispalten td.extern {
    background-image: url(../upload/css_img/inhalt_tabliste_extern.gif);
}

table.zweispalten td.leer {
    background-color: #e5e5e5;
    background-image: none;
    width: 1px;
    padding: 0.2em;
}

/* Ankerliste */

.ankerliste ul {
    margin: 0 0 0 -2em;
}

.ankerliste li {
    list-style-image: url(../upload/css_img/inhalt_liste.gif);
}

.ankerliste li.extern {
    list-style-image: url(../upload/css_img/inhalt_liste_extern.gif);
}

.ankerliste h2 {
    font-size: 1.2em;
    background-image: url(../upload/css_img/inhalt_linie.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    margin: 0 0 0 0;
    padding: 2.5em 0 0.3em 0;
}

.footerName {
    float: left;
    font-weight: bold;
}

.footerTop {
    float: right;
}

/* Standard */

.standard h2 {
    font-size: 1em;
}

.standard ul
{
    margin-left: 0;
    list-style: inside;
    list-style-type: square;
}

.standard li {
    padding-bottom: 0.3em;
}

.standard ul.linkliste {
    margin: 2em 0 0 -2em;
    list-style-type: none;
}

.standard ul.linkliste li {
    list-style-image: url(../upload/css_img/inhalt_liste.gif);
}

.standard ul.linkliste li.extern {
    list-style-image: url(../upload/css_img/inhalt_liste_extern.gif);
}

.standard form {
    margin: 0;
    padding: 0;
}

.textbereich img.bildListe {
    margin: 0 1em 1em 0;
    float: left;
}

.textbereich .bildGalerie {
    background-color: #DDDDDD;
    width: 100%;
    margin: 0.2em 0 0 0;

}


.textbereich .bildGalerie img {
    margin: 1em 1em 1em 1em;
}

.textbereich .bildGalerieHeader {
    background-color: #C3C8CC;
    width: 100%;
}

.textbereich .bildGalerieHeader div {
    background-color: #C3C8CC;
    padding: 0.5em 0 0.5em 0.5em;
}

input, textarea, select {
    font-family: Arial, Helvetica, Verdana, Helv, sans-serif;
    font-size: 1em;
}


.standard input, .standard textarea, .standard select {
    border: solid 1px #000000;
    padding: 0.3em;
    font-size: 0.95em;
    background-color: #F1F1F1;
    margin: 0.5em 0 0 0;
    width: 27em;
}

.standard .label {
    float: left;
    width: 9em;
    padding-top: 0.6em;
}

.standard input.inputBreit {
    width: 37em;
}

.standard textarea.inputBreit {
    font-family: Arial, Helvetica, Verdana, Helv, sans-serif;
    width: 33.2em;
    font-size: 1em;
}

.standard .button {
    width: 10em;
    color: #FFFFFF;
    background-color: #1E4770;
    padding: 0.2em 0;
}

.standard .bildLinks {
    float: left;
    padding: 0.3em 1em 0 0;
}

.teaserbildLinks {
    float: left;
    padding: 0 1em 0 0;
}

.linkInternText {
    position: relative;
	white-space: nowrap;
	padding-left: 14px;
	background-image: url(../upload/css_img/inhalt_link_intern.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

.linkIntern {
	padding-left: 14px;
	background-image: url(../upload/css_img/inhalt_link_intern.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

.standard table.grau {
    border-collapse: collapse;
    width: 100%;
}

.standard .grau th {
    background-color: #DDDDDD;
    text-align: left;
    padding: 0.5em 0.8em 0.3em 0.6em;
    border-top: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}

.standard .grau th.zelle {
    border-top: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    background-color: #F1F1F1;
    font-weight: normal;
}

.standard .grau td {
    background-color: #F1F1F1;
    padding: 0.5em 0.8em 0.3em 0.6em;
    border-top: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    border-left: none;
    vertical-align: top;
}

.standard .grau td.link {
    background-image: url(../upload/css_img/inhalt_liste.gif);
    background-position: 0 -1px;
    background-repeat: no-repeat;
    padding-left: 2.3em;
}

.standard .grau td.linkExtern {
    background-image: url(../upload/css_img/inhalt_liste_extern.gif);
    background-position: 0 -1px;
    background-repeat: no-repeat;
    padding-left: 2.3em;
}


.standard .grau td.zeit {
    white-space: nowrap;
}

.textblockLinks {
    float: left;
    width: 45%;
}

.textblockRechts {
    float: right;
    width: 45%;
}

/* Webweiser */

.webweiser .zweispalten {
    margin-bottom: 2em;
}

.webweiser h2 {
    font-size: 1.2em;
    background-image: url(../upload/css_img/inhalt_linie.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    margin: 0 0 0 0;
    padding: 0.5em 0 0.3em 0;
}

.webweiser ul {
    margin-left: -3.2em;
    list-style-type: none;
}

.webweiser li {
    padding-bottom: 0.4em;
}

/* Sitemap */

.sitemap { /* CP 08.05.2009 */
    padding: 0;
    margin: 0 0 0 1.6em;
}

.sitemap ul {
    padding: 0;
    margin: 0 0 2em 1.6em;
}

.sitemap ul ul {
    padding: 0;
    margin: 0 0 0 1.2em;
}

.sitemap ul li { /* CP 18.11.2009 */
    list-style-image: url(../upload/css_img/inhalt_liste.gif);
}

.sitemap ul li a { /* CP 18.11.2009 */
    font-weight: bold;
}

.sitemap ul li p { /* CP 18.11.2009 */
    margin: 3px 0;
}

.sitemap ul ul li {
    font-weight: normal;
    list-style-type: square;
    list-style-image: none;
    padding-top: 0.6em;
}

.sitemap li {
    padding-bottom: 0.3em;
}

.sitemap li li {
    padding-bottom: 0;
}

.sitemap h2 {
    font-size: 1.2em;
    background-image: url(../upload/css_img/inhalt_linie.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    margin: 0 0 0.5em 0;
    padding: 0.5em 0 0.3em 0;

}

/* Footer */

.bodyFooter {

    float: left;
    margin-top: 2em;
    padding: 1.6em;
}

.bodyFooter .linie {
    float: left;
    background-image: url(../upload/css_img/inhalt_linie.gif);
    background-position: top;
    background-repeat: repeat-x;
}

.bodyFooterLinks {
    float: left;
    padding-top: 0.2em;
}

.bodyFooterRechts {
    float: right;
    padding-top: 0.2em;
}

.switchcontent {
    background-color: #f5f5f5;
    clear: both;
    padding: 0.6em;
    width: 98%;
}

/* Kontaktformular */

.fehlerausgabe {
    color: #990000;
}


/*Lucene erweiterte Suche*/

.spalteLinks {
    float:left;   
    width:20em;
    margin-left:1em;
}

.spalteRechts {
    float:left;
    width:40%;       
}

.inputMittel {
    border: solid 1px #000000;

    padding: 0.3em;
    font-size: 0.95em;
    background-color: #F1F1F1;
    margin: 0.5em 0 0 0;
    width: 20em;
}

#bodyInhalt fieldset {
   padding:0.5em;
}

div.clear {
   clear:both;
   font-size:0.1em;
   height:0.1em;
   margin:0;
   padding:0;
   border:0;
}

.uppercase {
   text-transform: uppercase;
}

/*Suchergebnisse*/

#sucheAusgabe {
   
}

#sucheAusgabe .sucheSubmit {
   vertical-align: middle;
}

.sucheParameter {
   
}

#sucheAusgabe .sucheOptionen {
   width:100%;
   background-color: #f5f5f5;
   padding:0.5em;
   float:left;
}

.sucheOptionen .sucheSortierung {
   float: left;
   width:15em;
}

.sucheOptionen .sucheAnzahl {
   float: left;   
   width:20em;
}

.sucheSelect {
	float: left;
	width: auto;
	line-height: 1.3em;
 	margin: 5px 0 0 0;
}

#suchoptionen .sucheSubmit {
   vertical-align: bottom;
}

#sucheErgebnisse {
   clear:both;   
}

#sucheErgebnisse ul {
    list-style: none;
}

#sucheErgebnisse li {
    color:#333333; 
    margin:0 0 0 -42px;
    padding:0 0 16px;
}

#sucheErgebnisse a, #sucheErgebnisse a:hover, 
#sucheErgebnisse a:link, #sucheErgebnisse a:focus, #sucheErgebnisse a:visited  {
   padding-left:12px;
/*	padding: 0 0 0 12px;*/
	font-weight: normal;
	background-image: url(../upload/css_img/pfeil.jpg);
	background-position: 3px 3px;
	background-repeat: no-repeat;
}


#sucheErgebnisse p {

}


#sucheErgebnisse  em {
 	text-transform: uppercase;
}

#sucheErgebnisse .sucheindikator {
 	margin: 6px 8px 3px 2px;
	float: left;
	display: block;
	height: 7px;
	font-size: 0;
   background-color: #1e4070;
   color:#1e4070;
}

#blaetterfunktion {
	border-top: 1px solid #B5B7C6;
}

#blaetterfunktion h2 {
   float:left;
   font-size:1em;
}

#blaetterfunktion ul {
	float: left;
        list-style:none;
}


#blaetterfunktion li {
	float: left;
 	margin: 0;
 	padding: 0 8px 0 7px;
	background-image: url(../upload/css_img/pipe.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#blaetterfunktion .letzteseite {
	background-image: none;
}


#blaetterfunktion span {
	color: #333333;
 	margin: 0;
	padding: 0 0 0 10px;
	line-height: 1.3em;
	font-weight: normal;
	background-image: url(../upload/css_img/pfeil.jpg);
	background-position: 3px 3px;
	background-repeat: no-repeat;
}


#blaetterfunktion a {
	color: #333333;
 	margin: 0;
	padding: 0 0 0 12px;
	line-height: 1.3em;
	font-weight: normal;
	background-image: url(../upload/css_img/pfeil.jpg);
	background-position: 3px 3px;
	background-repeat: no-repeat;
}

#blaetterfunktion a:hover, #blaetterfunktion a:focus, #blaetterfunktion a:active {
	background-image: url(../upload/css_img/pfeil.jpg);
	background-position: 3px 3px;
	background-repeat: no-repeat;
}

/*Ende Lucene-Suche*/

/*Videoeinbindung*/
.videoCenter {
   background-color:#e5e5e5;
   padding:1em;
   text-align:center;
}

.center {
   text-align:center;
}

.underline {
    text-decoration: underline;
}

/* Tabellen */
table.grau td.zelleHellblau {
	background-color: #C8D7E7;
	color: #000000;
}

table.grau tr {
    vertical-align: top;
}

table.grau td.zelleDunkelblau {
	background-color: #1E4770;
	color: #FFFFFF;
}

#bodyInhalt table.grau td.zelleDunkelblau a {
	background-color: #1E4770;
	color: #FFFFFF;
}

table.grau {
    border-collapse: collapse;
    width: 100%;
}

.grau th {
    background-color: #DDDDDD;
    text-align: left;
    padding: 0.5em 0.8em 0.3em 0.6em;
    border-top: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}

.grau th.zelle {
    border-top: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    background-color: #F1F1F1;
    font-weight: normal;
}

.grau td {
    background-color: #F1F1F1;
    padding: 0.5em 0.8em 0.3em 0.6em;
    border-top: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    border-left: none;
    vertical-align: top;
}

/* Links */
a.fliesstextLinkIntern {
	background-image: url(../upload/css_img/linkIntern.gif);
	background-position: left;
	background-repeat: no-repeat;
        padding-left: 1.2em;
        font-weight: bold;
        color: #1E4070;
}
a.fliesstextLinkExtern {
	background-image: url(../upload/css_img/linkExtern.gif);
	background-position: left;
	background-repeat: no-repeat;
        padding-left: 1.2em;
        font-weight: bold;
        color: #1E4070;
}
a.fliesstextLinkGeneric {
	background-image: url(../upload/css_img/linkPDF.gif);
	background-position: left;
	background-repeat: no-repeat;
        padding-left: 1.2em;
        font-weight: bold;
        color: #1E4070;
}
a.fliesstextLinkEmail {
	background-image: url(../upload/css_img/linkEmail.gif);
	background-position: left;
	background-repeat: no-repeat;
        padding-left: 1.2em;
        font-weight: bold;
        color: #1E4070;
}n


.textbereich .meldungStartseite {
    width:100%;
}

/* Formatierung Startseite */
.textbereich .meldungStartseite h2 {
    color: #1E4770;
}

.textbereich .meldungStartseite img {
    float:left;
}


/* Formatierung Bildblock */
.textbereich .standard div.blockMitBild {
    clear: both;
}


.textbereich .standard div.blockBildLinks {
    float: left;
    /*width: 27.7%;*/
    /*border-style: solid;*/
    margin: 0 0.7em 0.5em 0;
    padding: 0 0 0 0;
}

.textbereich .standard div.blockBildLinks span.hochformat {
    color: #888888;
    width:245px;
    display: block;
}

.textbereich .standard div.blockBildLinks span.querformat {
    color: #888888;
    width:245px;
    display: block;
}

.textbereich .standard div.blockBildRechts {
    float: right;
    /*width: 27.7%;*/
    /*border-style: solid;*/
    margin: 0 0 0.5em 0.7em;
    padding: 0 0 0 0;
}

.textbereich .standard div.blockBildRechts span.hochformat {
    color: #888888;
    width:245px;
    display: block;
}

.textbereich .standard div.blockBildRechts span.querformat {
    color: #888888;
    width:245px;
    display: block;
}

/* .textbereich .standard div.blockHtmlText {
    float: left;
    /*border-style: solid;*/
    width: 67%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
} */

.blockAbstand {
    margin: 0 0 2em 0;   
}





/* Formatierung Bildblock */
.textbereich div.blockMitBild {
    clear: both;
}


.textbereich div.blockBildLinks {
    float: left;
    /*width: 27.7%;*/
    /*border-style: solid;*/
    margin: 0 0.7em 0.5em 0;
    padding: 0 0 0 0;
}

.textbereich div.blockBildLinks span.hochformat {
    color: #888888;
    width:245px;
    display: block;
}

.textbereich div.blockBildLinks span.querformat {
    color: #888888;
    width:245px;
    display: block;
}

.textbereich div.blockBildRechts {
    float: right;
    /*width: 27.7%;*/
    /*border-style: solid;*/
    margin: 0 0 0.5em 0.7em;
    padding: 0 0 0 0;
}

.textbereich div.blockBildRechts span.hochformat {
    color: #888888;
    width:245px;
    display: block;
}

.textbereich div.blockBildRechts span.querformat {
    color: #888888;
    width:245px;
    display: block;
}

/* .textbereich div.blockHtmlText {
    float: left;
    /*border-style: solid;*/
    width: 67%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
} *//* CSS Document */


