/* Content-Bereich */

#contentbereich {
    padding-left: 14em;
}

.mitmodule {
    WIDTH: 68%
}

.ohnemodule {
    WIDTH: 93%
}


/** Inhaltsebene **/
/* Hier befinden sich alle Content-Layout-Elemente */
/* Diese Einstellungen sind nur innerhalb von Inhalt und Module wirksam */


* html #inhalt {
   height:31em;
}

#inhalt {
    min-height:31em;
    font-family: verdana, sans-serif;
    float: left;
    margin-left: 0.5em;
    vertical-align: top;
    margin-top: 1em;
    margin-right: 1em;
}

#inhalt .cboth {
    clear: both;
}

#inhalt .cright {
    clear: right;
}

#inhalt .cleft {
    clear: left;
}

#inhalt .hidden { /* F?r Elemente, die zwar vorhanden sein, aber nicht angezeigt werden sollen */
    visibility: hidden;
    font-size: 0;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
}

#inhalt span.u {
    text-decoration: underline;
}


#inhalt .unterstrichen { /* div's auf der Startseite mit Seperator*/
    border-bottom: 1px solid #B5BBBF;
    padding-bottom: 0.3em;
    /* margin-top: 0.2em; */
    margin-bottom: 0.4em;
    margin-left: 0em;
    clear: both;
}
#inhalt .hr, #inhalt hr { /* Trennliene f?r hr und DIVs oder P */
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #B5BBBF;
    height: 1px;
    margin: 0.5em 0;
    clear: both;
}
#inhalt .lightgrey {
    background-color: #f0f3f5;
    vertical-align: middle;
}


#inhalt p {
    font: normal 0.8em verdana, sans-serif;
    text-align: left;
    margin-top: 0em;
    margin-left: 0em;
    margin-bottom: 0.8em;
    margin-right: 0em;
}


/* Flie?text-Komponenten  von CPMO ggf. Papierkorb ANFANG */

#inhalt p.fliess05 { /* Flie?text mit 0.5em  Randlinks */
    margin-left: 0.5em;
}
#inhalt p.fliess1 { /* Flie?text mit 1em Rand links */
    margin-left: 1em;
}
#inhalt p.fliess5px { /* Flie?text mit 5px Rand links */
    margin-left: 5px;
}
#inhalt p.fliess10px { /* Flie?text mit 10px Rand links */
    margin-left: 10px;
}
#inhalt p.rechts05 {  /* Rechtsausgerichteter Flie?text mit 0.5em Abstand rechts */
    margin-right: 0.5em;
    text-align: right !important;
}
#inhalt p.rechts1 { /* Rechtsausgerichteter Flie?text mit 1em Abstand rechts */
    margin-right: 1em;
    text-align: right !important;
}
#inhalt p.blocksatz {
    margin-right: 0.5em;
    margin-left: 0.5em;
    text-align: justify;
}
#inhalt p.zentriert {
    margin-right: 0.5em;
    margin-left: 0.5em;
    text-align: center;
}

/* Flie?text-Komponenten  von CPMO ggf. Papierkorb ENDE */

#inhalt p.grau_80prozent {
        color: #52585c;
        font: 0.8em verdana, sans-serif;
}


#inhalt b {
    font-weight: bold;  /* Zur Sicherheit und doppelt h?lt besser */
}
#inhalt blockquote {
    margin-left: 2em;
    font-size: 0.8em;
}

#inhalt blockquote blockquote {
    margin-left: 4em;
    font-size: 1em;
}

#inhalt blockquote p, blockquote blockquote p {
    font: 1em verdana, sans-serif;
}

#inhalt ul li, #inhalt ol li {
        font: 0.8em verdana, sans-serif;
        margin-bottom: 0.5em;
}

#inhalt ul li ul li, #inhalt ol li ol li, #inhalt ul li p, #inhalt ol li p {
        font: 1em verdana, sans-serif;
}


#inhalt acronym,
#inhalt abbr{
cursor : help;
border-bottom : 1px dashed #808080;
background-color:  #e0e8ed;
}

#inhalt caption { /** ?berschriften f?r Tabellen **/
    text-align: left;
    font: bold 0.8em verdana, sans-serif;
    color: #000;
    background-color: #E6EBEE;
    border-left: 10px solid #E6EBEE;
    border-bottom: 2px solid #E6EBEE;
    margin-top: 0em;    /* Gecko macht hier einen Abstand */
    margin-bottom: 0em;
}

#inhalt table {
width:98%;
}

#inhalt th {
    border-top: 0.2em solid #FFF;
    font: bold 0.8em verdana, sans-serif;
    margin:0px;
    background-color: #e6ebee;
    text-align: left;
    border-bottom: 1px solid #B5BBBF;
    vertical-align: top;
    padding-right: 0.4em;
    padding-left: 11px;
    padding-top: 0.1em;
    padding-bottom: 0.2em;

}

#inhalt td {
    border-top: 0.2em solid #FFF;
    margin:0px;
    font: 0.8em verdana, sans-serif;
    text-align: left;
    vertical-align: top;
    padding-right: 0.4em;
    padding-left: 11px;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
}

#inhalt td.td_rechts {
    text-align:right;
}

#inhalt td.td_nowrap {
    white-space: nowrap;
}

/*  Abs?tze in Tabellen wqerden mit dieser Einstellung nicht mehr kleiner dargestellt */
#inhalt td p {
    font: 1em verdana, sans-serif;
}

.w115em { /* Zellenbreite bei pr?sident und pr?sidium */
    width: 11.5em;
}

#inhalt p.einruecken08 { /* Einruecken Textzeile siehe Vordrucke */
        margin: 0;
        margin-left: 0.8em;
        margin-bottom: 0;
        padding: 0;
        padding-bottom: 0;
        font-size: 1em;
}


#inhalt th.kopf { /* Grauhinterlegter Tabellenkopf mit Fettschrift */
    text-align: left;
    border-top: 0.2em solid #FFF;
    border-bottom: 0;
    font: bold 0.8em verdana, sans-serif;
    background: #F0F3F5;
    padding-left: 11px;
    padding-right: 0px;
    vertical-align: top;
}



/* Einstellungen f?r Tabellen von CPMO ggf. Entfernen Petitionformular? ANFANG */

/* Tabele OHNE Rand und 100% Breite */
#inhalt table.form {
    margin-bottom: 10px;
    float: left;
    width: 65%;
}

#inhalt table.form tr td {
    border: 2px solid #FFF;
}
#inhalt table.form tr th {
    background-color: #FFF;
    text-align: right;
    border-bottom: 0;
}
#inhalt table.form tr caption {
    margin-top: 0.4em;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
#inhalt table.clean tr td {
    border: 2px solid #FFF;
    padding-left: 0;
}
#inhalt table.clean tr th {
    background-color: #FFF;
    text-align: left;
    border-bottom: 0;
    padding-left: 0;
}
#inhalt table.clean caption {
    margin-top: 0.4em;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #FFF;
    border-left: 0px solid #FFF;
    border-bottom: 0;
    font-weight: normal;
}
/* Einstellungen f?r Tabellen von CPMO ggf. Entfernen Petitionformular? ENDE */




/* HELLER: 17-11-06
damit ?berschriften immer einen neuen Block beginnen,
immer ein "clear:both;" zur Deklaration hinzunehmen
- funktioniert ?brigens auch, wenn Texte oder ein DIV
wild umher fliegen, und wieder linksb?ndig beginnen sollen */

#inhalt h1 {
    margin-top: 0em;
    padding-left: 5px;
    margin-bottom: 0.4em;
    font: bold 1em verdana, sans-serif;
    color: #637B94;
    border-left: #637B94 2px solid;
    clear:both;
}
#inhalt h1.subhead { /** Haupt?berschrift (klein )**/
    font: bold 0.9em verdana, sans-serif;
    color: #D81116;
    border-left: 5px solid #53585C;
    border-bottom: 1px solid #FFF;
    padding-left: 5px;
    margin-top: 1em;    /* Gecko macht hier einen Abstand */
    margin-bottom: 0.4em;
    clear:both;
}
#inhalt h2{
    margin-top: 1.5em;
    padding-left: 5px;
    margin-bottom: 0.4em;
    font: bold 0.8em verdana, sans-serif;
    color: #000;
    border-left: #e6ebee 5px solid;
    border-bottom: #e6ebee 2px solid;
    background-color: #e6ebee
}
#inhalt h3 {
    margin-top: 1em;
    padding-left: 5px;
    margin-bottom: 0.4em;
    font: bold 0.8em verdana, sans-serif;
    border-bottom: #fff 1px solid;
    background-color: #f0f3f5
}
#inhalt h4 {
    display: block;
    padding-left: 5px;
    margin: 0.2em 0em 0em;
    font: bold 0.8em verdana, sans-serif;
    border-left: #52585c 5px solid;
    color: #00823b;
    background-color: #e0e8ed
}



/** Ausrichtungen f?r Photos **/
#inhalt img.photo { /* F?r Bilder ohne Ausrichtung und Umfluss*/
    display: block;
    border-bottom: 0.2em solid #FFF;
    float: none;
}
#inhalt img.photo_rechts { /* F?r Bilder, die rechtsb?ndig gesetzt werden sollen */
    border-left: 0.4em solid #FFF;
    border-bottom: 0.2em solid #FFF;
    border-right: 0px;
    float: right;
    clear: both;
}
#inhalt img.photo_links { /* F?r Bilder, die linksb?ndig gesetzt werden sollen */
    border-right: 0.4em solid #FFF;
    border-bottom: 0.2em solid #FFF;
    float: left;
    clear: both;
}
* html #inhalt img.photo_links {
     /* IE macht hier einen 4px Abstand und wird hiermit eleminiert
     zwecks Validierung angepasst - ggfs. f?r IE 7 mit *+ html ... anpassen */
   margin-left: -4px;
}



#content_link_liste {
     margin-top:0px;
     font: 1.0em verdana, sans-serif;
     margin-bottom: 0.4em;
     padding-bottom: 0.2em;
     margin-left: 1.5em;
     padding-left: 0em;
     list-style-type:none;
     list-style-image: url('http://www.landtag.nrw.de/portal/CPMO/images/icon_kleinerpfeilschwarz.gif');
}


#content_link_liste ul {
     padding-bottom:3px;
     border-bottom: #b5bbbf 1px solid;

}

#content_link_liste li {
    padding-bottom:3px;
    color: #000;
    font-family: verdana, sans-serif;
}



#content_link_liste a:hover,
#content_link_liste a:focus,
#content_link_liste a:active,
#inhalt a:hover,
#inhalt a:focus,
#inhalt a:active
 {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}



/* Styles f?r die Linklisten im Content z.b. ?bersicht Land und Landtag  */
#inhalt ul.liste {
    padding: 0;
    margin-left: 1em;
}
#inhalt ul.liste li{
    font: normal 0.8em verdana, sans-serif;
    list-style: disc;
    margin-bottom: 0.5em;
}
#inhalt ul.linkliste {
    padding: 0;
    margin-top: 0.5em;
    margin-left: 0;
}
#inhalt ul.linkliste li {
    border-bottom: 1px solid #B5BBBF;
    padding-bottom: 0.3em;
    margin-bottom: 0.3em;
    margin-left: 0em;
    clear: both;
    list-style: none;
    font: normal 0.8em verdana, sans-serif;
}



/* Roter MEHR-Link */
#inhalt a.mehr:link, #inhalt a.mehr:visited {
    border: 1px solid #FFF;
    font: normal 0.9em verdana, sans-serif;
    color: #DB1118;
    background: url(../../../images/icon_kleinerpfeilrot.gif) right center no-repeat;
    padding-right: 11px;
}
#inhalt a.mehr:hover, #inhalt a.mehr:focus, #inhalt a.mehr:active {
    color: #FFF;
    background-color: #DB1118;
}
/* Roter MEHR-Link f?r externe Ziele */
#inhalt a.extern:link, #inhalt a.extern:visited {
    border: 1px solid #FFF;
    font: normal 0.9em verdana, sans-serif;
    color: #DB1118;
    background: url(../../../images/icon_externerverweis.gif) right center no-repeat;
    padding-right: 20px;
}

#inhalt a.extern:hover, #inhalt a.extern:focus, #inhalt a.extern:active {
    color: #FFF;
    background-color: #DB1118;
}



#inhalt dl dt {
/*
    background-position: 0.2em 0.3em;
*/
    padding: 0px;
    /*padding-left: 1em! important;*/
    /*
    background-image: url('http://www.landtag.nrw.de/portal/CPMO/images/icon_schwarzerpunkt2.gif');
    background-repeat: no-repeat;
    */
    margin-top: 0em;
    margin-bottom: 0.4em;
    font: bold 0.8em verdana, sans-serif;
    border-bottom: #fff 1px solid;
    background-color: #f0f3f5
}

#inhalt dd {
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 1em;
    margin-left: 0.5em;
    font: 0.8em verdana, sans-serif;
        text-align: left;
        /*
        BACKGROUND-POSITION: 0.2em 0.3em;
        */
        padding: 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #B5BBBF;
}


#inhalt .pfeil { /* Klasse f?r voranlaufenden Pfeil */
    background-position: left;
    padding-left: 11px! important;
    background-image: url('http://www.landtag.nrw.de/portal/CPMO/images/icon_kleinerpfeilschwarz.gif');
    background-repeat: no-repeat;
}

#inhalt .punkt { /* Klasse f?r voranlaufenden Punkt */
    padding-left: 1em !important;
    background-image: url('http://www.landtag.nrw.de/portal/CPMO/images/icon_schwarzerpunkt2.gif');
    background-position: 0.2em 0.3em;
    background-repeat: no-repeat;
}


/* nach-oben-Link (z.B. FAQ) */
a.nachoben {
    font: normal 0.8em verdana, sans-serif;
    color: #52585C;
    text-decoration: none;
}
a.nachoben:hover, a.nachoben:focus, a.nachoben:active {
    color: #FFF;
    background-color: #DB1118;
}


#contentnavigation {
   float: left;
   width: 23%;
   margin-top:1em;
}


#contentnavigation h1 {
/*     display: block; */
    padding-left: 5px;
    margin: 1.5em 0em 0em 0em;
    font: bold 0.8em verdana, sans-serif;
    border-left: #52585c 5px solid;
    color: #00823b;
    background-color: #e0e8ed;
}
#contentnavigation p {
    padding: 0.5em;
    margin: 0em;
    font: 0.8em verdana, sans-serif;
    color: #000;
    background-color: #f0f3f5;
}
#contentnavigation ul {
     list-style-type:none;
     list-style-image: url('http://www.landtag.nrw.de/portal/CPMO/images/icon_kleinerpfeilschwarz.gif');
     padding-left: 1.8em;
     padding-top: 0.8em;
     padding-right: 0.8em;
     padding-bottom: 0.8em;
     margin: 0em;
     font: 0.8em verdana, sans-serif;
     color: #000;
     background-color: #f0f3f5;
}
#contentnavigation a{
    font-weight: normal;
    color: #000;
    font-family: verdana, sans-serif
}
#contentnavigation a:hover,
#contentnavigation a:focus,
#contentnavigation a:active {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}



/* Gr?ner MEHR-Link */
#contentnavigation a.mehr {
    border: 1px solid #F0F3F5;
    font: normal 0.9em verdana, sans-serif;
    color: #00823b;
    background: url(../../../images/icon_kleinerpfeilgruen.gif) right center no-repeat;
    padding-right: 11px;
}

#contentnavigation a.mehr:hover,
#contentnavigation a.mehr:focus,
#contentnavigation a.mehr:active {
    color: #FFF;
    background-color: #00823b;
}


/* Gr?ner MEHR-Link f?r externe Ziele */
#contentnavigation a.extern {
    border: 1px solid #F0F3F5;
    font: normal 0.9em verdana, sans-serif;
    color: #000;
    background: url(../../../images/icon_externerverweis_modul.gif) right center no-repeat;
    padding-right: 20px;
}



/* Gr?ner Absende-Knopf im Modul zb. Landtagsdokumentation einfache Suche */
#contentnavigation button.green {
    font: normal 0.9em verdana, sans-serif;
    border: 1px solid #F0F3F5;
    color: #00823b;
    background: url(../../../images/icon_pfeilgruen.gif) right center no-repeat;
    padding-right: 8px;
    padding-left: 0px;
    text-decoration: underline;
    margin: 0;
    cursor: pointer;
}
#contentnavigation button.green:hover, button.green:focus, button.green:active {
    color: #FFF;
    background-color: #00823b;
}



/* ?berschrift H3 - Inline-Befehle */
#inhalt h2 img { /* Bilder innerhalb der ?berschrift H2 */
    vertical-align: middle;
    margin: 0 0.25em;
    padding: 0;
}


/** CSS f?r Formular (hier Petition-Online) */


#inhalt select { /* Auswahlbox */
    width: 15em;
    clear: left;
    font: 0.9em verdana, sans-serif;
}

#inhalt select.halb { /* Auswahlbox halbe L?nge */
    width: 7.25em;
}


#inhalt input,
#inhalt textarea
{
  font: 0.9em verdana, sans-serif;
}


p.form_hinweis{
width:10em;
min-height:4em;
background-color: #e6ebee;
padding:0.5em;
float:left;
font: 0.8em verdana, sans-serif;
}

p.form_hinweis_breit{
width:20em;
min-height:4em;
background-color: #e6ebee;
padding:0.5em;
float:left;
font: 0.8em verdana, sans-serif;
}


#hpersonendaten{
height:7em;
}

#hkontaktdaten{
height:13em;
}

#hmitteilungsdaten{
height:10em;
}

#hvereinigung{
height:10em;
}

#hgegenstand{
height:10em;
}

#hwortlaut{
height:10em;
}



div.form_buttons{
margin-left:9em;
}
div.form_block{
padding:1em;
font: 0.8em verdana, sans-serif;
}
div.form_block input,
div.form_block textarea,
div.form_block select
{
margin:0.2em;
}



div.form_block input.plz_hsnr_feld{
width:4em;
}


div.form_block input.std_feld
{
width:17em;
}

div.form_block textarea.std_feld
{
width:17em;
}

div.form_block select.std_feld
{
width:17em;
}


div.label{
display:block;
width:12em;
float:left;
padding:0.2em;
}




#inhalt input.submit,
#inhalt input.button { /* Allgemeine Einstellung f?r Absende und andere Buttons */
    font: normal 0.8em verdana, sans-serif;
    color: #282E33;
    border: 1px solid #282E33;
    background-color: #D4D9DD;
    float: left;
    margin-right: 0.5em;
}



#inhalt input.submitHell,
#inhalt input.buttonHell { /* aus CPMO-CSS */
    font: normal 0.8em verdana, sans-serif;
    color: #282E33;
    border: 1px solid #282E33;
    background-color: #FFFFFF;
    float: left;
    margin-right: 0.5em;
}




/* generelles Formular-Style */

#inhalt .std_form legend {
   display : block;
   max-width : 38em;
   min-width : 38em;
}
* html #inhalt .std_form legend {
   margin-left : -1em;
   margin-right : -1em;
   width : 97%;
}
#inhalt .std_form p.fieldset_indiv_01 {
   height : 8.5em;
}
#inhalt .std_form p.fieldset_indiv_02 {
   height : 14.5em;
}
#inhalt .std_form p.fieldset_indiv_03 {
   height : 10em;
}
#inhalt .form_block {
/*    font-size : 1em; */
/*    font-size : 0.8em; */
   padding : 1.6em 0 0;
}
#inhalt .form_block div.nz {
   line-height : 0.1em;
   height : 1px;
   padding : 0;
   margin : 0;
}
#inhalt .std_form {
   font-size : 1.05em;
   padding : 0.2em;
}
#inhalt .std_form .form_block p {
   margin : 0 0 0.5em;
   padding : 0;
}
#inhalt .std_form .form_block p.add_top_margin {
   margin-top : 2.9em;
}
#inhalt .std_form .form_block label.radio_main_label {
   font-size : 0.8em;
}
#inhalt .std_form .form_block label span {
   font-size : 0.8em;
   color : #808080;
}
#inhalt .std_form .form_block span.form_label, #inhalt .std_form .form_block label, #inhalt .std_form .form_block p label {
   margin : 0.2em 0 0 0.5em;
   width : 12em;
   display : block;
   float : left;
}
#inhalt .std_form .form_block strong {
   padding : 0.2em 0 0.6em;
   margin : 0;
   float : left;
}
* html #inhalt .std_form .form_block strong {
   padding : 0.2em 0 0;
}
#inhalt .std_form div.form_block p select {
   width : 14em;
   clear : none;
   margin : 0.2em 0;
   padding : 0;
}
#inhalt .std_form div.form_block p select.big {
   width : 21em;
}
#inhalt .std_form div.form_block p select.bigger {
   width : 26em;
}
#inhalt .std_form div.form_block p input {
   width : 11em;
   margin : 0.2em 0;
   padding : 0;
}
#inhalt .std_form div.form_block p input.input_zwei {
   width : 3em;
}
#inhalt .std_form div.form_block p input.input_drei {
   width : 4.5em;
}
#inhalt .std_form div.form_block p textarea {
   width : 14.4em;
   height : 6em;
   margin : 0.2em 0;
   padding : 0;
}
#inhalt .std_form div.form_block div.radio_block {
   padding : 0;
   font-size : 0.8em;
   float : left;
   width : 17.5em;
}
#inhalt .std_form div.form_block div.radio_block div {
   width : 17.2em;
   display : block;
   padding : 0 0 0.2em;
}
* html #inhalt .std_form div.form_block div.radio_block div {
   padding : 0;
}
#inhalt .std_form div.form_block div.radio_block div input {
   width : auto;
}
#inhalt .std_form div.form_block div.radio_block div label {
   float : right;
   width : 14.6em;
   padding : 0;
   margin : 0;
}
* html #inhalt .std_form div.form_block div.radio_block div label {
   padding-top : 0.2em;
}
#inhalt .std_form div.form_block div.inline_elemente {
   width : auto;
   display : inline;
   padding : 0;
   margin : 0;
   font-size : 0.7em;
}
#inhalt .std_form div.form_block div.inline_elemente input {
   font-size : 1.05em;
   display : inline;
   float : left;
   height : 1.06em;
}
#inhalt .std_form div.form_block div.inline_elemente input.has_next {
   margin : 0.2em 0 0 0;
   float : left;
}
#inhalt .std_form div.form_block div.inline_elemente span {
   margin : 0.5em 0 0;
   float : left;
}
#inhalt .std_form div.form_block div.inline_elemente label {
   padding : 0 0 0 0.6em;
   width : auto;
   margin : 0.35em 0 0;
   font-size : 1.1em;
}
#inhalt .std_form div.form_block div.inline_elemente label.first_label {
   margin : 0.2em 0.45em 0 0;
   width : 12em;
   display : block;
   float : left;
}
* html #inhalt .std_form div.form_block div.inline_elemente label {
   margin : 0.4em 0 0;
}
* html #inhalt .std_form div.form_block div.inline_elemente label.first_label {
   margin : 0.4em 0.9em 0 0.2em;
}
#inhalt .std_form input.button {
   font-size : 0.8em;
   margin : 1.2em 0 0.2em 12.5em;
}
* html #inhalt .std_form input.button {
   margin : 0.2em 0 0.2em 11.2em;
}
#inhalt .std_form .red_star {
   color : red;
}
#inhalt .std_form .redstar_advice {
   font-size : 0.7em;
}
#inhalt p.re_block {
   width : 100%;
   text-align : right;
   padding : 0.8em 0;
}




/* landtagsdokumentation */
#inhalt input.ld { /* Eingabefeld f?r die Landtagsdokumentation */
    width: 15em;
}


/* Knopf f?r den Indexbutton erweiterte Suche in der Landtagsdokumentation */
a.indexsuche {
    margin-top: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px !important;
    font: normal 0.9em verdana, sans-serif !important;
    color: #282E33;
    border: 1px solid #282E33;
    background-color: #D4D9DD;
    text-decoration: none !important;
}
a.indexsuche:hover, a.indexsuche:focus, a.indexsuche:active {
    color: #FFF;
    background-color: #000;
    border: 1px solid #FFF;
}


#inhalt div.paging {
    float:left;
    width:33%;
    margin:0;
    padding:0;
}

#inhalt p.register,
#inhalt p.register_links,
#inhalt p.register_center,
#inhalt legend {
    font: bold 0.8em verdana, sans-serif;
    color: #000;
    background-color: #e6ebee;
    display:block;
    padding-left:0.5em;
    padding-right:0.5em;
    padding-top:0.2em;
    padding-bottom:0.2em;
    border-left: #e6ebee 5px solid;
    border-bottom: #e6ebee 2px solid;
}


#inhalt p.register
 {
 text-align:right;
}
#inhalt p.register_links
 {
 text-align:left;
}
#inhalt p.register_center
 {
 text-align:center;
}


#inhalt fieldset {
margin:0em;
padding:0em;
border:0px;
}


/* --- Fehlermeldungen --- */

.errorN{
    color: #FF0009;
}
.errorF{ /*f?r Formular-Labels*/
    color: #FF0009;
    font-weight: bold;
}


/** CSS f?r erweiterte Landtagsdoku-Suche */

div.erw_suche_block{
padding:1em;
font: 0.8em verdana, sans-serif;
}
div.hilfe_erw_suche{
width:8em;
background-color: #f0f3f5;
padding:0.3em;
float:right;
}
div.erw_suche_block input,
div.erw_suche_block select
{
width:11.5em;
}
div.erw_suche_block select.std_halb
{
width:5.8em;
}

/* unsichtbar */
#inhalt label.hidden {
position:absolute;
left:-1000px;
top:-1000px;
width:0;
height:0;
overflow:hidden;
display:inline;
}

fieldset.form_advanced_block{
float:left;
width:100%;
vertical-align: middle;
}
fieldset.form_advanced_block div.one{
font: normal 0.8em verdana, sans-serif;
float: left;
margin-left:0.2em;
}
fieldset.form_advanced_block div.A{
width:28%;
}
fieldset.form_advanced_block div.B{
width:36%;
}


/* CSS f?r Ergebnislisten der erw. Suche */

/* von Rolf f?r BasisPlus */
#inhalt inline.ul, inline.li
{
display: inline;
list-style-type:none;
font: normal 0.8em verdana, sans-serif;
}

#inhalt select.such_navi
{
  font:0.9em verdana, sans-serif;
  height:1.8em;
  float:left;
  margin-right:0.5em;
}
#inhalt input.button
 {
    font: 0.9em verdana, sans-serif;
    color: #282E33;
    border: 1px solid #282E33;
    background-color: #D4D9DD;
}

#inhalt ul.suche_zusammenfassung {
list-style-type:none;
font: normal 0.8em verdana, sans-serif;
}

#inhalt ul.suchergebnis {
list-style-type:none;
font: normal 0.8em verdana, sans-serif;
}
div.linie{
border-bottom:1px solid #808080;
padding-top:5px;
}
#inhalt p.suchworte {
float:left;
margin:0px;
}

#inhalt li.suche_item {
list-style-type:none;
float:left;
}
#inhalt li.show_all {
list-style-type:none;
padding-left:8em;
}

#inhalt div.suche_item {
float:left;
}
#inhalt span.suche_item_form {
display:block;
}
#inhalt div.suche_item_descr {
float:left;
margin-left:10px;
}

div.sucherg_werkzeuge {
   float: left;
   margin-right:1em;
}
div.sucherg_werkzeuge ul {
   margin:0em;
   font: 0.8em verdana, sans-serif;
}


div.erw_suche_block #ausschuss
{
width:28em;
}

input.ausschuss {
margin-left:20em;
}

/* Ergebnisanzeige BasisPlus */
#ergebnisnavlist
{
padding: 3px 0;
margin-left: 0;
margin-bottom: 5px;
border-bottom: 1px solid #778;
font: bold 1em verdana, sans-serif;
}

#ergebnisnavlist li
{
list-style: none;
margin: 0;
display: inline;
}

#ergebnisnavlist li a
{
padding: 3px 0.5em;
margin-left: 10px;
border: 1px solid #778;
border-bottom: none;
color: #fff;
text-decoration: none;
background-color: #E4E7EC;
}

#ergebnisnavlist li a:link { color: #000; }
#ergebnisnavlist li a:visited { color: #000; }

#ergebnisnavlist li a:hover
{
color: #000;
background: #F4F8FB;
border-color: #227;
}

#ergebnisnavlist li#active
{
padding: 3px 0.5em;
margin-left: 10px;
border: 1px solid #778;
color: #000;
background: #fff;
border-bottom: 1px solid white;
}

/* Ergebnisanzeige BasisPlus Ende */



/* versteckter Link zur Expertensuche (Basis) */
#versteckt a:link,
#versteckt a:visited,
#versteckt a:hover,
#versteckt a:active,
#versteckt a:focus { text-decoration:none;
                    background-color: transparent;
                    color:#000;
                    cursor:text;
}


/* Beginn Intranet Design */

#inhalt img.close {
float : right;
}


#inhalt div.links_zw p,
/* #inhalt div.meldung p, fuer Meldungen zukuenftige Homepage  */
#inhalt div.rechts_zw p {
float : left;
width : 72.5%;
}

#inhalt div.trenner {
border-bottom : 1px solid #b5bbbf;
margin-bottom : 0.2em;
}
#contentnavigation .foto {
text-align : center;
}
div.adress_zusatz_info,
address {
padding-bottom : 25px;
}
div.adress_zusatz_info span,
address span {
font-style : normal;
font-size : 0.8em;
margin : 0;
border-top : 2px solid #fff;
border-bottom : 1px solid #e2e5e7;
display : block;
font-size : 0.8em;
padding : 2px;
}
div.adress_zusatz_info span.label,
address span.label {
background-color : #f0f3f5;
color : #000;
font-weight : bold;
float : left;
width : 14em;
margin-right : 1em;
}
div.adress_zusatz_info span.data,
address span.data {
margin-bottom : 6px;
}
div.adress_zusatz_info span.label img,
address span img {
margin-left : 0.2em;
margin-right : 0.2em;
}

/* Formatierung f?r die erweiterte Suche Pressedatenbank */
#inhalt .std_form div.suche_pressedb {
    padding : 0;
}
#inhalt .std_form div.suche_pressedb input.button {
    padding : 0;
    margin : 0;
    margin-left : 15em;
}
* html #inhalt .std_form div.suche_pressedb input.button {
    margin-left : 12.4em;
}
#inhalt .std_form div.form_block div.inl_presse {
    font-size : 0.8em;
    padding : 0.6em 0;
}
#inhalt .std_form div.form_block label.pressedb,
#inhalt .std_form div.form_block div.inline_elemente label.pressedb {
    width : 18em;
}
#inhalt .std_form div.form_block div.inl_presse label {
    width : 16em;
}
#inhalt .std_form div.form_block div.checkbox_block {
    float : left;
}
#inhalt .std_form div.form_block div.checkbox_block label {
    width : 7em;
}
#inhalt .std_form div.form_block div.checkbox_block label.breit {
    width : 10.9em;
}
#inhalt .std_form div.form_block div.checkbox_block input {
    margin-top : 0.4em;
    margin-right : 1em;
    height : 1.2em;
}
#inhalt .std_form div.form_block input.text_pressedb {
    width : 20em;
    height : 1.3em;
}
#inhalt .std_form div.form_block input.button_pressedb {
    width : 5em;
    background-color : #dedede;
    border : 1px solid #808080;
}
#inhalt .std_form div.form_block .suchInfo {
    font-size : 0.8em;
    color : gray;
    margin : 0.8em 0.4em 0.4em;
    clear : both;
}
#inhalt .std_form div.form_block .feldBlock {
    padding : 0.6em 0;
    clear : both;
}
#inhalt .std_form div.form_block .topLinie {
    border-top : 0.1em solid #dedede;
}
#inhalt .std_form div.form_block .bottomLinie {
    border-bottom : 0.1em solid #dedede;
    font-size : 0.8em;
    padding : 0.6em 0;
    margin-bottom : 1em;
}


/* Ende Intranet Design */






/*Anfang Fragebogen zur Nutzung des Parlamentsspiegels*/
#fragebogen p{
	font-size: 0.8em;
	font-weight: 600;
	margin-top:30px;
}
#fragebogen ul{
	list-style-type:none;
}
#fragebogen li{
	margin-left:-30px;
}
/*Ende Fragebogen zur Nutzung des Parlamentsspiegels*/