
/* 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 div.links_zw,
#inhalt .links {    /* linke Spalte auf der Startseite, _zw f�r die Zwischenseiten */
    width: 48%;
    vertical-align: top;
    text-align: left;
    float: left;
    clear: left;
    margin-right: 2%;
}
#inhalt div.rechts_zw,
#inhalt .rechts {   /* rechte Spalte auf der Startseite, _zw f�r die Zwischenseiten */
    width: 48%;
    vertical-align: top;
    text-align: left;
    float: right; /* Kann auch wahlweise auf left geschaltet werden, wenn Probleme auftauchen sollten */
}

#inhalt div.fotoalbum { /* Spalten Fotoalbum */
    /*width: 30%;*/
    vertical-align: top;
    text-align: left;
    float: left;
    margin:0.6em;
    /*margin-right: 1%;*/
    width: 160px;
}

#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;
    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.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 */



/* Einstellungen f�r die Wahlkreiskarte von TWT */
/* Grauhinterlegter Tabellenkopf mit Fettschrift und einem f�hrendem Zeilenumbruch Statt mit <br> wird der Abstand mit CSS generiert */

#inhalt th.kopfbr {
    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;
}

#inhalt th.kopfbr:before {
    content: " ";
    display: block;
    margin-top: 1.1em;
}




/*
#inhalt ul,
#inhalt li  {
    list-style-type:none;
}
*/


/* 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;
    border-left: #52585c 5px solid;
    color: #db1118;
    border-bottom: #fff 1px 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
}


/* HELLER: Pressemitteilungen, neu 17-11-06 */
#inhalt .aufmacher {
    clear:both;
    margin-bottom:1em;
    border-bottom:0px solid rgb(181, 187, 191);
}
#inhalt .einzelneMitteilung {
    clear:both;
    margin-top:0.5em;
    padding-top:0.5em;
    /*border-top: 1px solid rgb(181, 187, 191);*/
    border-bottom:0;
}

#inhalt .einzelneMitteilungPlenumLive {
    clear:both;
    margin-top:0.5em;
    padding-top:0.5em;
    /*border-top: 1px solid rgb(181, 187, 191);*/
    border-bottom:0;
}
/*
#inhalt .einzelneMitteilungPlenumLive h2 {
    margin-top:0em;
    padding-top:0em;
    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
}
*/

/* HELLER: wegfallende Linie der ersten Mitteilung auf der Seite */
#inhalt .einzelneMitteilung.mlgFirst {
    border-top: 0px;
}
/* HELLER: das div des ersten Aufmachers auf der Startseite
bitte um die class="aufmacher"  erg�nzen - die Style im HTML sind damit hinf�llig  */

#inhalt .aufmacher img ,
#inhalt .einzelneMitteilung img {
    float:left;
    margin-right:0.6em;
    margin-bottom: 0.6em;
}


#inhalt .einzelneMitteilung_links img {
    vertical-align: top;
    text-align: right;
    float:left;
    margin-right:0.6em;
    margin-bottom: 0.6em;
}

#inhalt .einzelneMitteilung_rechts img {
    vertical-align: top;
    text-align: left;
    float:right;
    margin-right:0.6em;
    margin-bottom: 0.6em;
}

#inhalt .einzelneMitteilung h2 {
    margin-bottom: 0.4em;
    padding-top:0;
    margin-top:0;
}
#inhalt .einzelneMitteilung h2 span {
    font-weight:400;
}
#inhalt .aufmacher p,
#inhalt .einzelneMitteilung p {
    margin-bottom: 1.0em;
}
* html #inhalt .aufmacher p,
* html #inhalt .einzelneMitteilung p {
    display:inline;
}
#inhalt .einzelneMitteilung p {
    margin-bottom: 1.0em;
}


/* HELLER: 17-11-06 Darstellung der Landtagspr�sidentin */

#inhalt #dieVerwaltung div {
   clear:both;
}

#inhalt #dieVerwaltung img {
    float:left;
    margin-right:0.6em;
    margin-bottom: 0.6em;
}
#inhalt #dieVerwaltung p {
    margin-bottom: 1.0em;
}


/* HELLER: 17-11-06 Darstellung von "Landtag intern" */
#inhalt .lantagIntern  {
   clear:both;
}
#inhalt .lantagIntern .linkBox {
   float:left;
   padding-right:1em;
}
#inhalt .lantagIntern .linkBox img.ausgabe {
   width:7.12em;
}

#inhalt .lantagIntern ul {
   padding-right:1em;
   display:block;
   padding-left:10em;
}

/* Browser-Hack f�r den IE - dieser stellt Abst�nde anders dar
die der Schreibweise "* html" vor der Deklaration wird nur vom IE verstanden
"+*html" f�r den IE 7er, falls es Probleme bereiten sollte
*/
* html #inhalt .lantagIntern ul {
   padding-left:7em;
}



/** 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,
#content_link_liste a:hover acronym,
#content_link_liste a:focus acronym,
#content_link_liste a:active acronym,
#inhalt a:hover acronym,
#inhalt a:focus acronym,
#inhalt a:active acronym
 {
    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;
}


/* nach-oben-Link f�r den Papierkorb ? (wird z.B. FAQ nicht benutzt)

.nachoben img {
    vertical-align: middle;
    border-width: 0;
}

div.nachoben{
   padding-bottom:0.3em;
   padding-top:0.3em;
   width:100%;
   text-align:right;
}

div.nachoben a{
    color: #000000;
    text-decoration: underline;
}
div.nachoben a:hover,
div.nachoben a:focus,
div.nachoben a:active {
    color: #fff;
    background-color: #000000;
    text-decoration: none;
}

*/











#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;
}





/* Sitemap-Style */

h2.sitemap {
    padding: 0px;
    margin: 0px;
    display: block;
}
h2.sitemap img{
border: 0em;
vertical-align: middle;
margin-right:5px;
}
h2.sitemap a {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin: 0px;
    font: 1.1em verdana, sans-serif;
    font-weight: 600;
    color: #000;
    background-color: #e0e8ed;
    text-decoration: none;
    border-left:0px solid #FFFFFF;

}
h2.sitemap a:hover,
h2.sitemap a:focus,
h2.sitemap a:active {
    color: #fff;
    background-color: #000;
    text-decoration: underline;
    padding: 0px;
    border-left:0px solid #FFFFFF;
}





/* �berschrift H3 - Inline-Befehle */
#inhalt h2 img { /* Bilder innerhalb der �berschrift H2 */
    vertical-align: middle;
    margin: 0 0.25em;
    padding: 0;
}














ul.sitemap {
    margin:0px;
    padding:0px;
    list-style-type:none;
    margin-top: -5px;
    background-color: #f0f3f5;
}
ul.sitemap li {
    margin:0px;
    padding:1px;
}
ul.sitemap li a{
    color: #000;
    margin-left: 40px;
   /* font: bold 0.8em verdana, sans-serif; */
    color: #282e33;
    background-color: #f0f3f5;
    text-decoration: underline;
    padding-left: 5px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-left:0px solid #FFFFFF;
}




ul.sitemap a:hover,
ul.sitemap a:focus,
ul.sitemap a:active {
    color: #fff;
    background-color: #000;
    text-decoration: underline;
    padding:0px;
    border-left:5px solid #FFFFFF;

}
ul.sitemap ul  {
    margin:0px;
    padding-left:50px;
    list-style-type:none;
    background-color: #fbfdff;
}

ul.sitemap ul li a {
    margin:0px;
    margin-left: 20px;
    padding:0px;
    background-color: #fbfdff;
    /* font: 1em verdana, sans-serif; */
    padding-left: 5px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-left:0px solid #FFFFFF;
}


ul.sitemap ul li a:hover,
ul.sitemap ul li a:focus,
ul.sitemap ul li a:active {
    color: #fff;
    background-color: #000;
    text-decoration: underline;
    padding:0px;
    border-left:5px solid #FFFFFF;

}



/** 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 select.groesser { /* Auswahlbox groessere L�nge */
    width: 25em;
}


#inhalt input,
#inhalt textarea
{
  font: 0.9em verdana, sans-serif;
}




/** Formulareinstellungen von CPMO Papierkorb ?


input.text, textarea.text {
    width: 100%;
}


.erlaeuterung {
    float: left;
    height: 100%;
    width: 10em;
}
.formhead {
    text-align:right;
    width:9em;
}

input.textsmall, textarea.textsmall {
    width: 63%;
    width/: 68%;

}
input.number {
    width: 5em;
}

**/



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 */
/* (Zomm) Style wird auch f�r den Greybox Button genommen */
a.indexsuche, a.greybox {
    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:23%;
    margin:0;
    padding:0;
   	display: inline;
}

#inhalt div.paging_links {
    float:left;
    width:15%;
    margin:0;
    padding:0;
   	display: inline;
}
#inhalt div.paging_center {
    float:left;
    width:60%;
    margin:0;
    padding:0;
   	display: inline;
}

#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;
    margin: 0;
}


#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;
}

/* CSS f�r Suchergebnisse Protokolle und Tagesordungen */

#legende {
padding: 0;
margin: 0;
margin-left:0px;
}
#legende li {
list-style: none;
/*float:left;*/
display:inline;
font: 0.8em verdana, sans-serif;
}
#legende img {
padding-left:0.2em;
vertical-align: middle;
}

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 */








/* Ebene f�r Bl�tterfunktion Anfang */

#inhalt div.blaettern {
    font-size: 0.8em;
    border: 0;
}
#inhalt div.blaettern a.left:link, #inhalt div.blaettern a.left:visited {
    display: block;
    float: left;
    width: 33%;
    text-align: left;
    background-color: #E6EBEE;
}
#inhalt div.blaettern a.left:hover, #inhalt div.blaettern a.left:focus, #inhalt div.blaettern a.left:active {
    background-color: #000;
}
#inhalt div.blaettern a.center:link, #inhalt div.blaettern a.center:visited {
    display: block;
    float: left;
    width: 33%;
    text-align: center;
    background-color: #E6EBEE;
}
#inhalt div.blaettern a.center:hover, #inhalt div.blaettern a.center:focus, #inhalt div.blaettern a.center:active {
    background-color: #000;
}
#inhalt div.blaettern a.right:link, #inhalt div.blaettern a.right:visited {
    display: block;
    float: left;
    width: 33%;
    text-align: right;
    background-color: #E6EBEE;
}
#inhalt div.blaettern a.right:hover, #inhalt div.blaettern a.right:focus, #inhalt div.blaettern a.right:active {
    background-color: #000;
}

/* Ebene f�r Bl�tterfunktion 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;
}


/** Guided Touren �bersicht */

#inhalt .gtimg{
margin: 15px;
border: 1px solid #000000;
}

#guidedtourgrafikframe{
margin:0px;
padding:0px
}

#guidedtourgrafikframe li{
list-style-type:none;
}
#guidedtourgrafikframe li a{
list-style-type:none;
margin-left:7.5em;
}

#guidedtourgrafikframe  h2{
    margin-top: 1.5em;
    padding-left: 5px;
    margin-bottom: 0.4em;
    font: bold 1em verdana, sans-serif;
    color: #000;
    border-left: #e6ebee 5px solid;
    border-bottom: #e6ebee 2px solid;
    background-color: #e6ebee
}
#guidedtourgrafikframe li img{
   margin-top:1em;
}
#guidedtourgrafikframe p{
padding-bottom:5px;
padding-top:5px;
}
.guidedtourgrafik a {
white-space: nowrap;
}



/* 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%;
}

/* Beginn fuer Meldungen jetzige Homepage*/
#inhalt div.meldung p {
float : left;
width : 87.5%;
}
/* Ende fuer Meldungen jetzige Homepage*/


#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;
}

/* hier ist die Formatierung f�r die Bilder von der Pr�sidentin und dem Direktor f�r das Internet "Parlament->Landtagsverwaltung" */
#divFloatLeft{ float:left; margin:0.1em;}
#divClearLeft{ clear:left;}

/* 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;
}

/* VIESEHON 12-01-2007
   Frage des Monats    */
#FrageDesMonats td{
    border-bottom-style: none;
}

/* Die Meldungen des aktuellen Benutzers im Admin-Tool sollen optisch hervorgehoben sein */
.adminToolUserOwnedAdvice{
	background: #eef;
}

/* Ende Intranet Design */



/* Erweiterungen Jugendangebot - Heller, 19.02.07 */


#contentbereich.jugend #inhalt {
/*
   background: url('http://www.landtag.nrw.de/portal/Grafiken/Jugend/Hintergruende/Neu_bw.gif') center center no-repeat ;
*/
}
/* Hintergruende Beginn */
#contentbereich.jugend #inhalt .jugend_bw {
   min-height:31em;
   background: url('http://www.landtag.nrw.de/portal/Grafiken/Jugend/Hintergruende/Jugend_bw.gif') top center  no-repeat ;
}

#contentbereich.jugend #inhalt .jugend_landtag_bw {
   min-height:31em;
   background: url('http://www.landtag.nrw.de/portal/Grafiken/Jugend/Hintergruende/Landtag_bw.gif') top center  no-repeat;
}

#contentbereich.jugend #inhalt .jugend_neu_bw {
   min-height:31em;
   background: url('http://www.landtag.nrw.de/portal/Grafiken/Jugend/Hintergruende/Neu_bw.gif') top center  no-repeat ;
}
#contentbereich.jugend #inhalt .jugend_frage_bw {
   min-height:31em;
   background: url('http://www.landtag.nrw.de/portal/Grafiken/Jugend/Hintergruende/Frage_bw.gif') top center  no-repeat ;
}
#contentbereich.jugend #inhalt .jugend_film_bw {
   min-height:31em;
   background: url('http://www.landtag.nrw.de/portal/Grafiken/Jugend/Hintergruende/Film_bw.gif') top center  no-repeat ;
}
#contentbereich.jugend #inhalt .jugend_spiel_bw {
   min-height:31em;
   background: url('http://www.landtag.nrw.de/portal/Grafiken/Jugend/Hintergruende/Spiel_bw.gif') top center  no-repeat ;
}
#contentbereich.jugend #inhalt .jugend_foto_bw {
   min-height:31em;
   background: url('http://www.landtag.nrw.de/portal/Grafiken/Jugend/Hintergruende/Foto_bw.gif') top center  no-repeat ;
}
#contentbereich.jugend #inhalt .jugend_down_bw {
   min-height:31em;
   background: url('http://www.landtag.nrw.de/portal/Grafiken/Jugend/Hintergruende/Down_bw.gif') top center  no-repeat ;
}
#contentbereich.jugend #inhalt .jugend_link_bw {
   min-height:31em;
   background: url('http://www.landtag.nrw.de/portal/Grafiken/Jugend/Hintergruende/Links_bw.gif') top center  no-repeat ;
}
#contentbereich.jugend #inhalt .jugend_quiz_bw {
   min-height:31em;
   background: url('http://www.landtag.nrw.de/portal/Grafiken/Jugend/Hintergruende/Quiz_bw.gif') top center  no-repeat ;
}
#contentbereich.jugend #inhalt .jugend_mitmachen_bw {
   min-height:31em;
   background: url('http://www.landtag.nrw.de/portal/Grafiken/Jugend/Hintergruende/Mitmachen_bw.gif') top center  no-repeat ;
}
#contentbereich.jugend #inhalt .jugend_lexikon_bw {
   min-height:31em;
   background: url('http://www.landtag.nrw.de/portal/Grafiken/Jugend/Hintergruende/Lexikon_bw.gif') top center  no-repeat ;
}


* html #contentbereich.jugend #inhalt .jugend_bw,
* html #contentbereich.jugend #inhalt .jugend_landtag_bw,
* html #contentbereich.jugend #inhalt .jugend_neu_bw,
* html #contentbereich.jugend #inhalt .jugend_frage_bw,
* html #contentbereich.jugend #inhalt .jugend_film_bw,
* html #contentbereich.jugend #inhalt .jugend_spiel_bw,
* html #contentbereich.jugend #inhalt .jugend_foto_bw,
* html #contentbereich.jugend #inhalt .jugend_down_bw,
* html #contentbereich.jugend #inhalt .jugend_link_bw, 
* html #contentbereich.jugend #inhalt .jugend_quiz_bw, 
* html #contentbereich.jugend #inhalt .jugend_lexikon_bw, 
* html #contentbereich.jugend #inhalt .jugend_mitmachen_bw 
   {
   height:31em;
}
/* Hintergruende Ende */

#contentbereich.jugend #inhalt h1 {
   border-color: white;
   color : #F79428;
   margin-left: -5px;
   font-weight : 700;
   font-size : 1.1em;
   border-bottom: 0px;
}
#contentbereich.jugend #inhalt h2 {
   border-color : transparent;
   color : #034EA2;
   margin-left : -5px;
   background-color : transparent;
   font-size : 0.9em;
   font-weight : 700;
   clear:both;
   padding-top: 18px;
   border-bottom-color: transparent;
   border-bottom: 0px solid red;
}
#contentbereich.jugend #inhalt h2.first {
   padding-top: 0px;
}

#contentbereich.jugend #inhalt h2 span.datum {
   font-size : 0.8em;
   font-weight : 700;
}
#contentbereich.jugend #inhalt h3{
   background-color : transparent;
   border-bottom : 0px;
   color : #F79428;
   font-size : 0.8em;
}
#contentbereich.jugend #inhalt p {
   padding-left : 5px;
}
#contentbereich.jugend #inhalt img.links {
   margin-left: 5px;
   float : left;
   margin-right: 1.0em;
   width: auto;

}
#contentbereich.jugend #inhalt img.rechts {
   float : right;
   margin-left: 5px;
   width: auto;
}
#contentbereich.jugend #inhalt a.mehr {
   color : #034EA2;
   font-weight : 700;
   border: 0px;
   background: url(../../../images/icon_kleinerpfeilgruen.gif) right center no-repeat;

}
#contentbereich.jugend #inhalt a.mehr:hover,
#contentbereich.jugend #inhalt a.mehr:focus,
#contentbereich.jugend #inhalt a.mehr:active {
   background-color : #034EA2;
   color : white;
}

#contentbereich.jugend #inhalt h2 a {
   color : #034EA2;
   font-weight : 700;
   border: 0px;
}
#contentbereich.jugend #inhalt dl dt {
    border-bottom: 0px;
    background-color: transparent;
}


/* Breitenverh�ltnisse scheinen anders zu sein
als die im Hauptangebot - Anpassungen in den n�chsten beiden Deklarationen*/

#contentbereich.jugend #inhalt {
    width: 58%;
}

#contentbereich.jugend #inhalt #content form#jugend_quiz ul {
   margin-bottom: 2em;
}
#contentbereich.jugend #inhalt #content form#jugend_quiz ul li {
   list-style-type: none;
}
#contentbereich.jugend #inhalt #content form#jugend_quiz ul li strong {
   color : #034EA2;
}
#contentbereich.jugend #inhalt #content form#jugend_quiz label {
   width: 15em;
   display : block;
   float : left;
}
#contentbereich.jugend #inhalt #content form#jugend_quiz label.breit {
   width: 25em;
}
#contentbereich.jugend #inhalt #content form#jugend_quiz input.submit {
   margin : 0 0 2em 3em;
}

#contentnavigation.jugend  {
   width: 24%;
   max-width: 15em;
   padding-left: 0;
   margin-left: 0;
   float : right;
   position : relative;
   top : -2.2em;
}
* html #contentnavigation.jugend  { 
    width: 15em; 
}
#contentnavigation.jugend  #module_hg {
   background-color : #bbe4f9;
   border-top: 1px solid #bbe4f9;
}
#contentnavigation.jugend  #module {
   margin-top : -4em;
}
#contentnavigation.jugend #rundung {
   background: url('http://www.landtag.nrw.de/portal/Grafiken/Jugend/Hintergruende/module_rundung.gif') left top no-repeat;
   width: 100%;
   height : 121px;
}
* html #contentnavigation.jugend  {
   padding-top : 0px;
}
#contentnavigation.jugend .ein_modul {
    min-height : 120px;
}
* html #contentnavigation.jugend .ein_modul {
    height : 140px;
   background-color : #bbe4f9;
}

#contentnavigation.jugend h1 {
   clear : both;
   color : #F79428;
   font-size : 0.7em;
   border-left-color: #abe1fa ;
   background-color : transparent;
   padding-left: 30px;
   border : 0;
   padding-top:25px;
   padding-bottom:5px;
}
#contentnavigation.jugend p {
   background-color : transparent;
   font-size : 0.7em;
   padding-left: 30px;
   padding-right : 10px;
}
#contentnavigation.jugend p a.mehr  {
   float : left;
   border : 0px solid red;
   padding-right : 0;
   background: none;
   color : #034EA2;
   font-weight : 700;
}
#contentnavigation.jugend p a.mehr:hover,
#contentnavigation.jugend p a.mehr:focus,
#contentnavigation.jugend p a.mehr:active {
   background-color : #034EA2;
   color : white;
}
#contentnavigation.jugend img {
   border: 0px solid red;
   padding-left: 30px;
   float : left;
   margin-right : 4px;
}
#contentnavigation.jugend ul {
   background-color : transparent;
   list-style-type:none;
   list-style-image: url('http://www.landtag.nrw.de/portal/CPMO/images/icon_kleinerpfeilschwarz.gif');
   font-size : 0.8em;
   padding-left: 50px;
   padding-right : 10px;
}
#contentnavigation.jugend #contentnavigationshintergrund {
   height : 300px;
   background: url('http://www.landtag.nrw.de/portal/Grafiken/Jugend/Hintergruende/module_end_verlauf.gif') ;
}

/* Ende Erweiterungen Jugendangebot */

/* f�r die Aussch�sse */
#inhalt table tbody tr td ul li{
	font-size: 1em;
}

/*Fragebogen f�r Personalabteilung*/
#fragebogen table{
	width: 70%;
	margin-left:10px;
}
#fragebogen td{
	border-bottom-width: 0px;
}
#fragebogen textarea{
	margin-left:25px;
}
.fragebogenLeftSpace{
	margin-left:25px;
}


