@charset "utf-8";

/*
    @import url("/ltnds/css/style-jugendseite.css");
    @import url("/ltnds/css/style-landtagsarbeit.css");
    */
@import url("style-additional.css");

/*********
    Allgemeine Definitionen
    **********/
* {
    margin: 0;
    padding: 0;
}

body, input, select, option {
    font-family: Verdana, sans-serif;
    font-size: small; /*13px*/
    color: #3c4d5e;
}

body.medium, body.medium input, body.medium select, body.medium option, body.medium #logo img.logo {
    font-size: 15px;
}

body.large, body.large input, body.large select, body.large option, body.large #logo img.logo {
    font-size: 17px;
}

input {
    font-size: 1em;
}

body {
    background-color: #e6ebef;
    text-align: center;
}

ul.navi, ul.navi ul {
    list-style: none;
}

p.teaser {
    border: 1px solid #3c4d5e;
    padding: 8px 5px;
}

h1 {
    font-size: 1.23em; /*16px*/
}

h1.info, h2.info {
    position: absolute;
    top: -2000px;
}

h2 {
    font-size: 1.23em; /*16px*/
    margin-bottom: 10px;
}

h3 {
    font-size: 1.05em; /*14px*/
margin-top: 0px;
padding-top: 0px;

}

h3 a {
    text-decoration: none;
}

h3.header2 {
    border-bottom: 1px solid #587896;
    margin-top: 0px;
    clear: left;
}

h3.header2 span {
    padding: 1px 15px 1px 15px;
    background: #587896 url(../bilder/pfeil-weiss.gif) no-repeat 5px 0.5em;
    color: #fff;
    font-weight: normal;
    display: inline-block;
}

h4 {
    font-size: 1em; /*13px*/
    margin-top: 1em;
}

a {
    color: #3c4d5e;
}

a.pdf, a.ppt {
    background: url(../bilder/icon_download.gif) no-repeat right bottom;
    padding-right: 15px;
}

#dokumente a.pdf, #dokumente a.ppt {
    padding-right: 0;
}

.presse #dokumente a.pdf, .presse #dokumente a.ppt {
    padding-right: 15px;
}

a.extern {
    background: url(../bilder/icon_new_window.gif) no-repeat right bottom;
    padding-right: 15px;
}

a.extern.IE6 {
    background-image: none;
    padding-right: 7px;
}

a.extern.IE6 span {
    position: absolute;
    text-indent: -9999px;
    background: url(../bilder/icon_new_window.gif) no-repeat right bottom;
    padding-right: 14px;
}

a.extern.IE6:hover span {
    background-color: #fffffe;
}

a.email {
    background: url("../bilder/icon_mail.gif") no-repeat right bottom;
    padding-right: 15px;
}

hr {
    border: 0;
    background: #dce1e5;
    height: 1px;
    margin: 5px 0;
}

.dickhr {
    border: 0;
    background: #dce1e5;
    height: 3px;
    margin: 5px 0;
}
.clear {
    clear: both;
    position: static;
}

a.thickbox {
    display: block;
    text-decoration: none;
}

/*
a.thickbox {
    background-color: #DCE1E5;
    border: 0.3em solid #DCE1E5;
    display: block;
    float: left;
    margin-bottom: 1em;
    margin-right: 1em;
    overflow: hidden;
    padding-bottom: 2px;
    text-decoration: none;
    width: 180px;
}

a.thickbox span {
    display: block;
}

a.thickbox span span {
    background: url("/ltnds/bilder/fotogalerie-plus.gif") no-repeat scroll 0 -2px transparent;
    display: block;
    font-size: 0.85em;
    padding: 2px 0 0 22px;
    text-decoration: underline;
}

a.thickbox span span:hover {
    background-color: #DCE1E5;
}
*/

.thickbox img {
    border: 0 none;
    /*
    display: block;
    margin: 0 auto;
    max-height: 120px;
    max-width: 180px;
    */
}

.pflicht {
    color: #ff0000;
}

.unsichtbar {
    position: absolute;
    top: -2000px;
    left: -2000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
}

/*********
    Skiplinks
    **********/
#skip {
    position: absolute;
    left: -1000px;
    z-index: 100;
}

#skip a {
    position: absolute;
    left: 0;
}

#skip a:focus, #skip a:active {
    position: absolute;
    top: 4px;
    left: 1004px;
    background-color: #fff;
    color: #000;
    display: block;
    font-weight: bold;
    line-height: 25px;
    padding: 0 24px 4px;
    text-align: center;
    text-decoration: none;
}

/*********
    Wrapper
    **********/
#wrapper {
    width: 71.77em; /*933px(925+2*4)*/
    background-color: #fff;
    margin: auto;
    text-align: left;
}

/*********
    Wrapper 2
    **********/
#wrapper2 {
    clear: left;
    /* position: relative; */
    margin-left: 4px;
}

/*********
    Wrapper für Hauptnavigation und Suche
    **********/
#wrapperNaviSuche {
    border-bottom: 4px solid #ff9900;
    margin-left: 4px;
    width: 71.14em; /*925px*/
    position: relative;
}

/*******************
    Navigationen
    ********************/
.navi a {
    text-decoration: none;
}

/*********
    Meta-Navigation
    **********/
#metanavi {
    height: 1.54em; /*20px*/
    background-color: #e6ebef;
    font-size: 0.91em; /*13px*/
    padding-left: 4px;
    line-height: 1.5em;
}

#metanavi li {
    display: inline;
}

#metanavi a:hover, #metanavi a:focus {
    text-decoration: underline;
    background-color: #fff;
}

/*********
    Hauptnavigation
    **********/
#navi1 {
    width: 55.46em; /*721px*/
    float: left;
}

#navi1 li {
    display: inline;
}

#navi1 li a {
    background: #fff url(../bilder/navi1_n.gif) no-repeat left 0.75em;
    padding: 0 0.63em 0 23px;
    font-weight: bold;
    font-size: 1.1em; /*14px*/
    height: 1.6em;
    float: left;
    line-height: 1.6em;
}

#navi1 li a:hover {
    background-color: #587896;
    background-image: url(../bilder/navi1_a.gif);
    color: #fff;
    text-decoration: underline;
}

#navi1 li.active a {
    background-color: #587896;
    background-image: url(../bilder/navi1_a.gif);
    color: #fff;
}

/*********
    Unternavigation
    **********/
#navi2 {
    width: 15.38em; /*200px*/
    float: left;
    margin-top: 4.55em;
}

.ohneNavi2 #navi2 {
    display: none;
}

#navi2 li {
    border: 1px solid #fff;
}

#navi2 li a {
    display: block;
    font-size: 1em; /*13px*/
    background: #587896 url(../bilder/navi2_1n.gif) no-repeat left 0.7em;
    padding: 2px 12px;
    color: #fff;
    font-weight: bold;
}

#navi2 li a:hover, #navi2 li a:focus {
    background-color: #dce1e5;
    color: #3c4d5e;
    text-decoration: underline;
}

#navi2 li.active a {
    background: #dce1e5 url(../bilder/navi2_1a.gif) no-repeat left 0.7em;
    color: #3c4d5e;
}

#navi2 ul ul li {
    margin-left: 0.9em;
}

#navi2 li.active li a {
    font-weight: normal;
    background: #fff url(../bilder/navi2_2n.gif) no-repeat left 0.7em;
}

#navi2 li.active li.active a {
    font-weight: bold;
    background: #fff url(../bilder/navi2_2a.gif) no-repeat left 0.7em;
    list-style: none;
}

#navi2 li.active li a:hover {
    background: #fff url(../bilder/navi2_1a.gif) no-repeat left 0.7em;
    list-style: none;
    text-decoration: underline;
}

/*********
    Breadcrumb-Navigation
    **********/
#breadcrumb {
    margin-top: 0.91em;
    height: 3.64em;
    font-size: 0.917em;
}

#breadcrumb h2 {
    display: inline;
    font-weight: normal;
}

#content #breadcrumb ul {
    display: inline;
    margin: 0;
}

#breadcrumb li {
    display: inline;
}

#breadcrumb a {
    font-size: 0.92em; /*12px*/
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:focus {
    text-decoration: underline;
}

/*********
    Footer
    **********/
#footer {
    border-top: 1px solid;
    padding-top: 5px;
    padding-bottom: 2em;
    margin-left: 16.38em;
    margin-top: 2em;
    width: 38.1em;
}

.ohneNavi2 #footer {
    margin-left: 3em;
    width: 50.5em;
}

#footer a {
    background: no-repeat right center;
}

#footer a.seitenanfang, #footer a.drucken {
    padding-right: 20px;
    margin-right: 20px;
}

#footer a.kontakt, #footer a.impressum {
    float: right;
    margin-left: 10px;
}

#footer a.seitenanfang {
    background-image: url(../bilder/icon_top.gif);
}

#footer a.drucken {
    background-image: url(../bilder/icon_drucken.gif);
}

#footer a.kontakt {
    background-image: url(../bilder/icon_linkemail.gif);
    padding-right: 20px;
}

/*******************
    andere Bereiche
    ********************/
/*********
Header
**********/
#logo {
    margin: 4px;
}

#logo img {
    width: 55.46em; /*721px*/
    height: 12.69em; /*165px*/
    margin-right: 4px;
    border: none;
}

#logo img.logo {
    width: 15.38em; /*200px*/
    margin-right: 0;
}

/*********
    Suche
    **********/
#suche {
    background-color: #ff9900;
    color: #fff;
    position: absolute;
    left: 55.77em; /*725px*/
    width: 15.38em; /*200px*/
}

#suchfeldeingabe {
    position: relative;
    float: left;
    left: 4px;
    top: 2px;
}

#suchfeldsubmiticon {
    position: relative;
    float: left;
    top: 2px;
    right: -4px;
    height: 23px;
}

#suche input {
    border: 0;
    height: 1.6em;
    width: 13em;
}

#suche input.submit {
    width: auto;
}

/*********
    Inhaltsbereich
    **********/
#content {
    width: 38.1em; /*mit margin 500px*/
    float: left;
    margin: 0 1em 0 0.3em;
    position: relative;
}

.ohneNavi2 #content {
    width: 51.5em; /*700px*/
    margin: 0 1em 0 2em;
    display: inline; /*IE6 Double Margin Bug*/
}

#content p {
    margin: 0.4em 0 0.2em 0;
}

#content ul {
    margin-left: 1.54em;
    margin-bottom: 1em;
    list-style: square;
}

#content ul ul {
    list-style: disc;
}

#content ol {
    margin-left: 1.94em;
    margin-bottom: 1em;
}

#content ol ol {
    margin-bottom: 0.5em;
}

#content table {
    margin-bottom: 20px;
}

#content table.tabelle1 {
    border-collapse: collapse;
}

#content table th {
    padding: 2px 4px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    vertical-align: top;
}

#content table th.first {
    border-style: none;
}

#content table.tabelle1 th.first {
    border-style: none;
    border-left: 1px solid #587896;
}

#content table.tabelle1 th.last {
    border-style: none;
    border-right: 1px solid #587896;
}

#content table th.last {
    border-style: none;
}

#content table.tabelle1 th {
    background-color: #587896;
    color: #fff;
}

#content table.tabelle2 th {
    background-color: #587896;
    color: #fff;
    border-bottom: 1px solid #fff;
}

#content table.tabelle1 tr.even {
    background-color: #dce1e5;
}

#content table.tabelle2 tr.even {
    background-color: #e6ebef;
}

#content table.tabelle2 tr.first td {
    border-top: 2px solid #ff9900;
}

#content td {
    vertical-align: top;
    padding: 0 0.77em 0.46em 0;
}

#content table.tabelle1 td, #content table.tabelle2 td {
    padding: 2px 4px;
}

#content table.tabelle1 td {
    border: 1px solid #587896;
}

#content table.tabelle2 td {
    border: 1px solid #dce1e5;
}

#content .news-item {
    clear: left;
    min-height: 130px;
    height: auto !important;
    height: 130px;
    border-bottom: 1px solid #dce1e5;
    margin-bottom: 10px;
}

#content .news-item img {
    float: left;
    margin-right: 5px;
    border: 0;
}

#content .news-item h3 {
    margin-left: 185px;
}

#content .news-item p {
    margin-left: 185px;
}

#content .news-item a {
    margin-bottom: 10px;
}

#content .news-item hr {
    clear: left;
    margin-top: 10px;
    height: 0;
    color: #fff;
    background-color: #fff;
}

#content #indextermine h3 {
    float: left;
}

#content #indextermine h4 {
    font-weight: normal;
}

#content #indextermine div {
    margin-left: 125px;
}

#content #indextermine p {
    margin: 0;
}

#content #abgeordnetensuche input, #content #abgeordnetensuche select {
    width: 24em;
    margin-bottom: 0.5em;
}

#content #abgeordnetensuche input.submit {
    background: #587896 url(../bilder/weiter.gif) no-repeat right;
    border: 0;
    color: #fff;
    width: 8em;
    padding-right: 20px;
    font-weight: bold;
    margin-left: 16em;
}

#content .abgeordneter {
    position: relative;
}

#content .AbgeordenteImg {
    float: left;
    margin: 5px;
    width: 9.23em;
}

#content .AbgeordenteImg img {
    width: 9.23em;
}

#content .AbgeordenteDesc {
    margin-left: 10em;
}

#content .abgeordneter span.kontakt {
    margin-right: 0.5em;
}

#content .abgeordneter a.kontakt {
    float: none;
    margin: 0;
    width: auto;
}

#content .Form input[type="text"] {
    width: 17.69em; /*15.38em;*/
}

#content .Form input.Double {
    width: 36.61em;
}

#content .Form input.error {
    width: 15.38em;
    background-color: #FFCCCC;
    border: 3px solid #CC0000;
}

#content .Form input.submit {
    background: #587896 url(../bilder/weiter.gif) no-repeat right;
    border: 0;
    color: #fff;
    width: auto;
    padding: 1px 20px 1px 4px;
    font-weight: bold;
    float: right;
}

#content .Form input.reset {
    background-color: #587896;
    border: 0;
    color: #fff;
    width: auto;
    padding: 1px 4px;
    font-weight: bold;
}

#content .Form input.zurueck {
    background: #587896 url(../bilder/zurueck.gif) no-repeat left;
    border: 0;
    color: #fff;
    width: auto;
    padding: 1px 4px 1px 20px;
    font-weight: bold;
    float: left;
}

#content .Form textarea {
    width: 36.61em;
    height: 9em;
}

#kontaktformular {
    position: relative;
    line-height: 1.8em;
    margin-bottom: 20px;
}

#kontaktformular #kf_left {
    position: relative;
    float: left;
    width: 220px;
}

#kontaktformular #kf_right {
    position: relative;
    width: 200px;
    float: left;
}

#kontaktformular input {
    width: 15.38em;
}

#kontaktformular input.submit {
    background: #587896 url(../bilder/weiter.gif) no-repeat right;
    border: 0;
    color: #fff;
    width: auto;
    padding-right: 20px;
    font-weight: bold;
    text-align: right;
}

#kontaktformular #submitdiv {
    right: 5.89em;
    float: right;
    position: relative;
    margin-top: 1em;
}

 #kontaktformular textarea {
    width: 32em;
    height: 9em;
}

#fraktionsuebersicht_left {
    position: relative;
    float: left;
    width: 140px;
    height: 300px;
}

#fraktionsuebersicht_left img {
    border: 0;
    margin: 5px;
}

#fraktionsuebersicht_right {
    position: relative;
    float: left;
    padding-left: 20px;
    line-height: 3.25em;
}

#content .fotogalerie a {
    background-color: #DCE1E5;
    border: 0.3em solid #DCE1E5;
    display: block;
    float: left;
    margin-bottom: 1em;
    margin-right: 1em;
    overflow: hidden;
    text-decoration: none;
    width: 10.64em;
    height: 8.5em;
}

#content .fotogalerie img {
    border: 0 none;
    display: block;
    margin: 0 auto;
    height: 7.05em;
    max-width: 10.64em;
}

#content .fotogalerie a span {
    background: url("../bilder/fotogalerie-plus.gif") no-repeat scroll 0 -2px transparent;
    display: block;
    font-size: 0.85em;
    padding: 1px 0 0 22px;
    text-decoration: underline;
}

#content .fotogalerie a span:hover {
    background-color: #DCE1E5;
}

#content .fotogalerie-anzeigen {
    margin-top: 40px;
    text-align: center;
    width: 37em;
}

#content .foto-navigation {
    position: relative;
    margin-bottom: 5px;
    width: 37em;
    float: left;
}

#content .foto-navigation .zurueck {
    width: 8.4em;
    float: left;
}

#content .foto-navigation .weiter {
    width: 8.4em;
    float: right;
}

#content .zurueck {
    background: #587896 url(../bilder/zurueck.gif) no-repeat left;
    color: #fff;
    font-weight: bold;
    padding: 1px 5px 1px 25px;
    text-decoration: none;
}

#content .weiter {
    background: #587896 url(../bilder/weiter.gif) no-repeat right;
    color: #fff;
    font-weight: bold;
    padding: 1px 25px 1px 5px;
    text-decoration: none;
}

#content .presse hr {
    margin-top: 5px;
}

#dokumente li > a.download {
    float: left;
    min-width: 100px;
    width: auto;
}

#dokumente p {
    margin-left: 10em;
}

#dokumente ul {
    margin-left: 0;
    list-style-type: none;
}

#dokumente ul li {
    border-bottom: 1px solid #DCE1E5;
    padding: 0 0 15px 0;
}

#dokumente ul ul {
    margin-left: 11em;
    list-style-type: square;
}

#dokumente ul ul li {
    border: 0;
}

#dokumente_dms ul {
    list-style-type: none;
    margin: 0;
}

#dokumente_dms ul li {
    border-bottom: 1px solid #DCE1E5;
    padding: 5px 0;
}

#sitzungen h3 {
    font-size: 1em;
    margin: 0 !important;
    padding: 0 !important;
    float: left;
}

#sitzungen ul {
    margin-left: 8.6em;
}

#sitzungen ul ul {
    margin-left: 1em;
}

#content ul.Input {
    list-style: none;
    margin: 0.5em;
}

#content ul.Input li {
    margin: 0.26em 0;
}

#content ul.Legend {
    list-style: none;
    margin: 0.5em;
    font-size: 0.8em;
    margin-left: 1em;
}

#content p.Legend {
    margin: 0.5em 0.5em 0.5em 1em;
    font-size: 0.8em;
}

/*********
    Artikelbilder
    **********/
.ArticleImg {
    float: right;
    margin: 5px;
}

.ArticleImg A IMG {
    margin: 0;
    display: block;
}

.ArticleImgCapt {
    background: no-repeat left center;
    text-decoration: none;
    display: block;
    font-size: 0.8em;
    border-bottom: 4px solid #dce1e5;
    border-right: 4px solid #dce1e5;
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 2px;
    line-height: 120%;
    margin: 0;
}

.normal .ArticleImgCapt {
    background-image: url(../bilder/plus2.gif);
}

/*********
Quiz
**********/
#content .Quiz OL {
    margin: 0.5em 0.5em 0.5em 2em;
    font-size: 100%;
    font-weight: bold;
}

#content .Quiz OL LI {
    margin-bottom: 2em;
}

#content .Quiz OL OL {
    list-style-type: lower-latin;
    font-size: 100%;
    font-weight: normal;
}

#content .Quiz OL OL.IE6 {
    list-style-type: none;
    font-size: 100%;
    font-weight: normal;
    margin-left: 0;
}

#content .Quiz OL OL LI {
    padding-left: 2em;
    margin: 0.4em 0;
}

#content .Quiz OL OL.IE6 LI {
    padding-left: 0;
    margin: 0.4em 0;
}

#content .Quiz OL OL LI INPUT {
    margin-left: -2em;
    width: 2em;
    border: 0;
}

#content .Quiz OL OL.IE6 LI INPUT {
    margin-left: 0;
    width: auto;
    border: 0;
}

#content UL.Input {
    list-style: none;
    margin: 0.5em;
}

#content UL.Input LI {
    margin: 0.26em 0;
}

/*********
    Marginalspalte
    **********/
#marginalspalte {
    width: 15.38em;
    float: left;
    margin-left: 16px;
    margin-top: 10px;
}

#service {
    margin-bottom: 20px;
    background-color: #dce1e5;
    padding-bottom: 4px;
    line-height: 2em;
	//margin-right: -8px;
}

#service4 {
    margin-bottom: 20px;
	background-color: #dce1e5;
    padding-bottom: 4px;

}
#service4text  {
   padding: 5px;
	line-height: 150%;
	

}



#service h1 {
    margin-bottom: 10px;
    line-height: 1.5em;
}

#service span {
    margin-left: 4px;
    display: block;
    float: left;
    width: 90px;
}

#service br {
    clear: left;
}
#service2 {
    margin-bottom: 20px;
    background-color: #dce1e5;
    padding-bottom: 4px;
    line-height: 2em;
	
}

#service2 h1 {
    margin-bottom: 10px;
    line-height: 1.5em;
}
#service2 a {
    margin-left: 4px;
}

#service2 span {
    margin-left: 4px;
    display: block;
    float: left;
    width: 90px;
}

#service2 br {
    clear: left;
	
}


#service3 {
    margin-bottom: 20px;
    background-color: #dce1e5;
    padding-bottom: 4px;
    line-height: 1.6em;
	//margin-right: -8px;
}
#service3 h1 {
    margin-bottom: 10px;
    line-height: 1.5em;
}
#service3 a {
    margin-left: 4px;
}

#service3 span {
    margin-left: 4px;
    display: block;
    float: left;
    width: 90px;
}

#service3 br {
    clear: left;
}

#marginalspalte img {
    border: 0;
}

#infoboxen div {
    margin-top: 10px;
    background-color: #dce1e5;
    padding-bottom: 4px;
}

#marginalspalte ul, #marginalspalte p {
    margin: 2px 5px;
}

#marginalspalte h1, #marginalspalte h2 {
    color: #fff;
    background-color: #587896;
    font-size: 1em;
    padding: 2px 5px;
    margin-bottom: 2px;
}

#infoboxen img {
    margin: 2px 0.38em;
}

#infoboxen img.infobox {
    width: 14.62em
}


#infoboxen a:hover {
    background-color: transparent;
}

#infoboxen li a:hover {
    background-color: #fffffe;
}

#marginalspalte ul {
    list-style: none;
}

#marginalspalte li {
    background: url(../bilder/marginal_li.gif) no-repeat left 0.6em;
    padding-left: 5px;
    margin-bottom: 0.4em;
}

#sprachauswahl {
    margin-bottom: 10px;
    background-color: #dce1e5;
    padding-bottom: 4px;
    line-height: 2em;
}

#sprachauswahl h1 {
    margin-bottom: 10px;
    line-height: 1.5em;
}

#sprachauswahl select {
    width: 190px;
    margin-bottom: 10px;
    margin-left: 4px;
    background-color: #fff;
    padding: 1px;
}

/*********
    Sitemap
    **********/
#sitemap .subnavi {
    text-decoration: none;
}

#sitemap h4.smheader {
    background: url("../bilder/pfeil-weiss.gif") no-repeat scroll 5px 0.3em #587896;
    font-size: 1.2em;
    color: #fff;
    border-bottom: 2px solid #587896;
    padding-left: 15px;
    display: block;
}

#sitemap_left {
    position: relative;
    float: left;
    width: 300px;
}

#sitemap_right {
    position: relative;
    float: left;
    margin-left: 10px;
    width: 300px;
}

#sitemap {
    font-size: 0.85em;
}

#sitemap ul {
    list-style-image: url(../bilder/sitemap_arrow_blue.gif);
}

#sitemap ul ul {
    list-style-image: url(../bilder/sitemap_arrow_blue.gif);
    margin-left: 2em;
}

#sitemap ul ul ul {
    margin-left: 2em;
    display: none;
}

#sitemap ul ul ul ul {
    margin-left: 2em;
}

ul.sitzungen_jahresuebersicht {
    margin-left: 0 !important;
}

ul.sitzungen_jahresuebersicht a.inactive {
    text-decoration: none;
}

ul.sitzungen_jahresuebersicht li {
    display: inline;
}

ul.sitzungen_jahresuebersicht li img {
    margin: 0 0 2px 4px;
}

/*********
    Kalender
    **********/
.ausstellungskalender {
    margin: 1em 0;
}

.ausstellungskalender p {
    margin: 0 0 0.5em 0 !important;
}

.ak_line {
    display: block;
    height: auto;
    *height: 100%; /* kleiner Hack für den IE */
}

.ak_left {
    float: left;
    width: 12em;
}

.ak_right {
    display: block;
    margin-left: 12em;
}

/*********
    Abgeordneten-Tooltip
    **********/
#abgTooltipContainer {
    background: none repeat scroll 0 0 white;
    border: 0.4em solid #587896;
    padding-right: 15px;
    position: absolute;
}

#abgTooltipContainer dl.abgeordneten_tooltip {
    width: 28.46em;
    background: white;
    text-decoration: none;
    display: block;
}

#abgTooltipContainer dl.abgeordneten_tooltip dt {
    float: left;
    margin-right: 10px;
}

#abgTooltipContainer dl.abgeordneten_tooltip dd {
    text-align: left;
    margin-left: 10em;
}

#abgTooltipContainer dl.abgeordneten_tooltip:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#abgTooltipContainer img {
    width: 9.23em;
    float: left;
    border: none;
}

/* GALERIE */

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

#galerieauswahl {
    margin-bottom: 20px;
    background-color: #DCE1E5;
    padding: 0 10px;
    line-height: 3em;

}

select#galerie_thema {
    padding: 1px;
    margin-right: 15px;
    width: 180px;
    border: 1px solid #dce1e5;
    height: 23px;
}

input#galerie_suchtext {
    width: 127px;
    padding: 2px;
    border: 1px solid #DCE1E5;
    height: 17px;
}

input#galerie_suche_submit {
    position: relative;
    top: 6px;
    left: -6px;
    height: 21px;
    border: 1px solid #DCE1E5;
    width: 20px;
}

.galerie_item {
    margin-bottom: 20px;
}

.galerie_item_head {
    background-color: #587896;
    padding: 5px 20px;
    position: relative;
}

.galerie_title {
    color: #fff;
    font-weight: bold;
    display: block;
    width: 360px;
    float: left;
}

.galerie_itemcount {
    color: #fff;
    font-weight: bold;
    float: right;
}

.galerie_content {
    padding: 0px 25px;
    background-color: #dce1e5;
}

.galerie_content a, .galerie_content img {
    border: 0;
    outline: 0 none;
}

.galerie_left {
    display: block;
    float: left;
    position: relative;
    padding-right: 10px;
    top: 30px;
}

.galerie_right {
    display: block;
    float: left;
    position: relative;
    padding-left: 10px;
    top: 30px;
}

.galerie_thumbnails {
    margin: 0;
    float: left;
}

.galerie_thumbnails div {
    padding-right: 1px;
    padding-bottom: 10px;
}

.galerie_single {
    background-color: #DCE1E5;
    margin-top: 0px;
}

.img_info {
    position: relative;
    margin-top: 10px;
    font-size: 10px;
}

.img_info p {
    display: inline;
}

.galerie_item_text {
    font-size: 9px;
    margin-bottom: 20px;
}

.galerie_download {
    float: right;
}

.galerie_download a {
    margin-right: 5px;
}

.galerie_single_left {
    display: block;
    float: left;
    position: relative;
    top: -140px;
    left: 10px;
    z-index: 1001;
}

.galerie_single_mid {
    min-width: 495px;
    min-height: 261px;
    margin-top: 1px;
    float: left;
    z-index: 1000;
}

.galerie_single_mid_container {
    width: 495px;
    height: 371px;
    overflow-y: hidden;
    background-color: #dce1e5;
}

.galerie_single_mid img {
    display: block;
    margin: 0 auto;
}

.galerie_single_right {
    display: block;
    float: right;
    position: relative;
    top: -140px;
    right: 10px;
    z-index: 1002;
}

.galerie_item_container {
    width: 130px;
    height: 87px;
    overflow-y: hidden;
    margin: 0px 1px 1px 0px;
}

.galerie_item_container img {
    display: block;
    margin: 0 auto;
}

/* Readspeaker */
h2 > a.rs_icon, h3 > a.rs_icon, h4 > a.rs_icon {
    float: right;
}

.landtagstvue {
 background: #fff url(../bilder/navi1_n.gif) no-repeat left 0.75em;
    padding: 0 0.63em 0 23px;
    font-weight: bold;
    font-size: 1.1em; /*14px*/
    height: 1.6em;
    float: left;
    line-height: 1.6em;

}

.pdfdownload {
vertical-align: bottom;
}

#breadcrump2 {
padding-bottom: 10px;
margin-bottom: 10px;
}

.testbetrieb {
	color: red;
	
    padding: 0 0.63em 0 23px;
    font-weight: bold;
    font-size: 1.0em; /*14px*/
    height: 1.6em;
   
    line-height: 1.6em;
	
}

.redebeitraege{
	
line-height: 170%;	
}
.infobutton{

vertical-align : -3px;	
	
}

.vjs-big-play-button {
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;

	border-radius: 1.5em!important;
	line-height: 1.4em!important;
	font-size: 8em!important;
	height: 1.5em!important;
	width: 1.5em!important;
}

.fa-play-circle{
cursor: pointer; }

.fa-download{
cursor: pointer; }

.fa-info-circle{
cursor: pointer; }

a.extern {
    background: url(https://www.landtag-niedersachsen.de/ltnds/bilder/icon_new_window.gif) no-repeat right bottom;
    padding-right: 15px;
}

