/**
 * CSS styles for ls1 client.
 * 
/* --- general html structure --- */

html, body, div, p, td, a {
    font-family:Arial, Verdana, sans-serif;
    color:#5b5b5b;
    font-size:13px;
}

p {
    margin:0px;
    padding:0px;
}

.lila {
    color:#0c5298;
}

.linkhell {
    color:#ffffff;
    text-decoration: none;
}
.linkhell a {
    color:#ffffff;
    text-decoration: none;
}

.linkhell a:hover {
    color:#000000;
    text-decoration: underline;
}


input, textarea, select {
    font-family:Verdana, Arial, sans-serif;
    color:#333;
    font-size:12px;
}

html, body {
    margin:0;
    padding:0;
}
html {
    height:100%;
}
body {
    background-image:url(../images/back.jpg);
    height:100%;
    background-color: #dfdfdf;
    background-repeat: repeat-x;
    background-position: top;
}
form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:85px;
}

img {
    border:0;
}


/* /----------------- general html structure */

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */

#space {
    height:30px;
    display: block;
    clear: both;
}
#space_small {
    height:3px;
    display: block;
    clear: both;
}

#out{
    background-image: url(../images/contentback.png);
    background-repeat: repeat-x;
    background-color: #FFF;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 990px;
    min-height:90%;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #0c5298;
    border-left-color: #0c5298;
    background-position: 0px 170px;
}
#outbutton{
    background-color:#ffffff;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 990px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #0c5298;
    border-left-color: #0c5298;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #666;
    border-bottom-color: #0c5298;
}
#outerContainer{
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 990px;
    min-height:90%;
}
* html #outerContainer {
    height:100%;
}
#contentContainer {
    width:990px;
}



#content {
    width:700px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:30px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #0C5298;
    left: -1px;
    float: left;
    position: relative;
}

#contentAktuell {
    width:660px;
    padding-left:30px;
    padding-right:30px;
    padding-top:0px;
    padding-bottom:30px;
    float: left;
}

#contentAktuell2 {
    width:440px;
    padding-left:30px;
    padding-right:30px;
    padding-top:0px;
    padding-bottom:30px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #0C5298;
    float: left;
    left: -1px;
    position: relative;
}

#content1 {
    width:770px;
    padding-left:30px;
    padding-right:30px;
    padding-top:15px;
    padding-bottom:30px;
    float: left;
}


#rechteSpalte {
    width:185px;
    float: right;
    padding-top:0px;
    padding-bottom:30px;
}

#rechteSpalteaktuell {
    width:260px;
    float: right;
    padding-top:0px;
    padding-bottom:30px;
}

#articlelist {
    width:230px;
    overflow: hidden;
}

#articlelist_left {
    width:190px;
    padding-top:30px;
    padding-left:25px;
    overflow: hidden;
}

#articleContainer #article2 {
    width:313px;
    height: 410px;
    float: right;
    background-color: #ffffff;
    overflow: hidden;
}

#articleContainer3 #article2 {
    width:313px;
    height: 410px;
    float: right;
    background-color: #ffffff;
    overflow: hidden;
}


/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#head {
    height:122px;
    width: 990px;
    padding:0;
    margin:0;
    background-color: #0c5298;
}

#topheadline {
    height:43px;
    padding-top: 17px;
    padding-bottom: 30px;
    padding-left: 25px;

}

#logonav {
    height:122px;
    width: 990px;
}

#logo {
    height: 90px;
    width: 230px;
    padding-top: 30px;
    padding-left: 25px;
    float: left;
}

#metaNav {
    height:24px;
    width: 530px;
    margin-left:170px;
    padding-top: 20px;
    padding-right: 20px;
    line-height: 24px;
    vertical-align: middle;
    float:left;
}

#socialMedia {
    height:24px;
    width: 200px;
    padding-top: 20px;
    padding-right: 30px;
    line-height: 24px;
    vertical-align: middle;
    text-align: right;
    float:right;
}

#search {
    height:20px;
    width: 400px;
    float: right;
    padding-top: 15px;
    padding-right: 33px;
    background-color:transparent;
    line-height: 20px;
    vertical-align: middle;
    text-align: right;
}

#login {
    height:60px;
    width: 630px;
    float: right;
    padding-top: 10px;
    padding-right: 33px;
    background-color:transparent;
    text-align: right;
}

#login label {
    font-size:12px;
    color:#eaeaea;
}

#username, #password {
    font-size:12px;
    color:#0C5298;
    background-color:#eaeaea;
    border: 1px solid #eaeaea;
}

#username2, #password2 {
    font-size:12px;
}

#loginBtn {
    font-size:11px;
    }
    
#picnav {
    clear: both;
    height: 264px;
    width: 990px;
}

#contentpic {
    width:439px;
    height: 264px;
    padding-right:1px;
    float: right;
    overflow: hidden;   
}



/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */


#blindmenu{
    display: none;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


#navigation {
    height: 55px;
    width: 990px;
    background-image: url(../images/topnavback.png);
    background-repeat: repeat-x;
    clear: both;    
}

#navigation-inner {
    height: 55px;
    width: 990px;
}

#navigation-inner ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#navigation2 {
    width:220px;
    padding-top:0px;
    padding-left:0px;
    padding-bottom:30px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #0C5298;
    float:left;
}

#navigation2 ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#nav2inner{
    clear: both;
}

.navMainPassive {
    font-weight: bold;
    vertical-align: middle;
    float: left;
    height: 52px;
    width: 165px;
    color: #0c5298;
    display: table-cell;

}
.navMainPassive a{
    padding-right: 20px;
    padding-left: 20px;
    font-family: Arial, Verdana, Geneva, sans-serif;
    color: #0c5298;
    font-size: 13px;
    height: 52px;
    width: 165px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.navMainPassive a:hover{
    padding-right: 20px;
    padding-left: 20px;
    color: #ffffff;
    height: 51px;
    width: 165px;
    display: table-cell;
    background-color:#1769bc;
    text-decoration: none;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
}
/* ### NavPoint als Unterpunkt inaktiv ########################################### */
.navMainPassiveOpen {
}
.navMainPassiveOpen a{
}
.navMainPassiveOpen a:hover{
}
/* ### NavPoint aktiv ################################################### */
.navMainActive {
    font-weight: bold;
    vertical-align: middle;
    float: left;
    height: 52px;
    width: 165px;
    display: table-cell;
    color: #ffffff;
    background-image: url(../images/navactback.png);
    background-repeat: repeat-x;
    background-position: 0px 1px;
}
.navMainActive a{
    font-family: Arial, Verdana, Geneva, sans-serif;
    padding-right: 20px;
    padding-left: 20px;
    color: #ffffff;
    font-size: 13px;
    height: 52px;
    width: 165px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.navMainActive a:hover{
    padding-right: 20px;
    padding-left: 20px;
    color: #ffffff;
    height: 51px;
    width: 165px;
    display: table-cell;
    background-color:#1769bc;
    text-decoration: none;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
}

/* ### NavPoint als Unterpunkt aktiv ################################################### */
.navMainActiveOpen {
}
.navMainActiveOpen a{
}
.navMainActiveOpen a:hover{
}   



/* ###################################################### */
/* ###################################################### */


/* ### NavPoint normal inaktiv ################################################## */
.navSecPassive {
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: normal;
    vertical-align: middle;
    color: #0c5298;
    margin-left: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0C5298;
}
.navSecPassive a{
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #0c5298;
    padding-left:30px;
    padding-right:5px;
    padding-top:9px;
    padding-bottom:9px;
    display: block;
    background-image: url(../images/passive.gif);
    background-repeat: no-repeat;
    background-position: 12px 11px;
}
.navSecPassive a:hover{
    color: #333;
    display: block;
    background-color:#f4f4f4;
    text-decoration: none;
    background-image: url(../images/hover.gif);
    background-repeat: no-repeat;
    background-position: 12px 11px;
}
/* ### NavPoint als Unterpunkt inaktiv ########################################### */
.navSecPassiveOpen {
}
.navSecPassiveOpen a{
}
.navSecPassiveOpen a:hover{
}
/* ### NavPoint aktiv ################################################### */
.navSecActive {
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    color: #F8901F;
    margin-left: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0C5298;
}
.navSecActive a{
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #de0000;
    display: block;
    padding-left:30px;
    padding-right:5px;
    padding-top:9px;
    padding-bottom:9px;
    background-image: url(../images/active.gif);
    background-repeat: no-repeat;
    background-position: 12px 11px;
}
.navSecActive a:hover{
    color: #333;
    display: block;
    background-color:#f4f4f4;
    text-decoration: none;
    background-image: url(../images/hover.gif);
    background-repeat: no-repeat;
    background-position: 12px 11px;
}
/* ### NavPoint als Unterpunkt aktiv ################################################### */

.navSecActiveOpen {
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    color: #F8901F;
    margin-left: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0C5298;
}
.navSecActiveOpen a{
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #de0000;
    display: block;
    padding-left:30px;
    padding-right:5px;
    padding-top:9px;
    padding-bottom:9px;
    background-image: url(../images/active.gif);
    background-repeat: no-repeat;
    background-position: 12px 11px;
}
.navSecActiveOpen a:hover{
    color: #333;
    display: block;
    background-color:#f4f4f4;
    text-decoration: none;
    background-image: url(../images/hover.gif);
    background-repeat: no-repeat;
    background-position: 12px 11px;
}   

/* ### 3. Stufe passive ################################################### */

.navThirdPassive  {
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    color: #0c5298;
    margin-left: 2px;
    background-image: none;
}

.navThirdPassive a{
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #0c5298;
    display: block;
    padding-left:35px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
    background-image: none;
}

.navThirdPassive a:hover{
    color: #333;
    display: block;
    text-decoration: none;
    background-color:#f4f4f4;
    background-image: none;
}   


/* ### 3. Stufe active ################################################### */

.navThirdActive  {
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    color: #de0000;
    margin-left: 2px;
    background-image: none;
}

.navThirdActive a{
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #de0000;
    display: block;
    padding-left:35px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
    background-image: none;
}

.navThirdActive a:hover{
    color: #333;
    display: block;
    text-decoration: none;
    background-color:#f4f4f4;
    background-image: none;
}   

.navspace{
    height:7px;
    width: 80px;
}   

/* ###################################################### */
/* ##################### Box rechte Spalte ############### */
/* ###################################################### */
#sprboxhead {
    background-image: url(../images/boxtop.png);
    background-repeat: repeat-x;
    height: 23px;
    margin-bottom: 1px;
    padding-top: 7px;
    padding-left: 10px;
    color: #0C5298;
    font-weight: bold;
}

#sprback {
    background-color: #f1f1f1;
    margin-bottom: 1px;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
        border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0C5298;
}

/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */

#search label {
    vertical-align: middle;
    font-size:12px;
    color:#eaeaea;
}
#search input {
    font-size:12px;
    color:#0C5298;
    vertical-align: middle;
    background-color:#eaeaea;
    border: 1px solid #eaeaea;
}
#search input.sbmt {
    border:0;
    margin-left: 1px;
    vertical-align: middle;
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
    margin:0 0 10px 0;
}
#searchResults p.message {
    margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
    border-bottom:1px solid #ccc;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
    font-size:14px;
    margin:0 0 5px 0;
    padding:0;
    color:#452969;
    font-style:normal;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */

#topheadline h1 {
    font-size:20px;
    font-weight:normal;
    color:#0c5298;
}

#content h1, #content1 h1, #content3 h1, #content5 h1,
{
     line-height:22px;   
    font-size:20px;
    font-weight:normal;
    color:#0c5298;
}
#content h1, #content2 h1, #content1 h1 , #content5 h1 {
    line-height:22px;   
    color:#0c5298;
}
#content h1 a, #content1 h1 a, #content3 h1 a, #content5 h1 a  {
    color:#000000;
    text-decoration:none;
}
#content h2, #content1 h2, #content3 h2, #content5 h2, #contentAktuell h2  {
    color:#0c5298;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
}

.textItem {
    font-family:Arial, Verdana, sans-serif;
    color:#5b5b5b;
    font-size:13px;
}

img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}



/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    height:68px;
    width:990px;
    font-size:11px;
    color:#FFF;
    background-image: url(../images/footer.png);
    overflow:hidden;
}

#footer #footNote {
    width:990px;
    height:45px;
}


#footerContainer {
    line-height: 45px;
    vertical-align: middle;
}

#footer #footNote #footerContainer .box .textItem p{
    color:#452969;
}

#end{
    background-color:transparent;
    height:29px;
}

#copyright {
    height:45px;
    width:990px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #383838;
    text-align: center;
    line-height: 45px;
    vertical-align: middle;
    position: relative;
}

#copyright a{
    color: #383838;
}

#copyright a:hover {
    color: #ff004e;
}


* html #footerContentRight {
    padding-top:10px;
}

#footerContentRight h3 {
    font-size:11px;
}


#metaNavigation {
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #0c529;
}

#metaNavigation a{
    font-size: 12px;
    color: #0c529;
}

#metaNavigation a:hover{
    color: #ff0000;
    text-decoration: none;
}

ul#metaNavigation {
    margin:0 0 20px 0;
    padding:0;
}
ul#metaNavigation li {
    margin:0;
    display:inline;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333;
    padding-top: 0;
    padding-right: 8px;
    padding-bottom: 0;
    padding-left: 8px;
}

#logoutText {
    font-size:12px;
    color:#eaeaea;
}
#logoutText a {
    color:#eaeaea;
    text-decoration:none;
}
#logoutText a:hover {
    color:#ffffff;
    text-decoration:none;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:#0c5298;
    text-decoration:none;
}
a:hover {
    color:#000000;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    width: 400px;
    font-size:11px;
}

#contactForm2 {
    max-width:215px;
    font-size:11px;
}


#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:105px;
}

#contactForm2 label {
    display:block;
    float:left;
    width:50px;
}

#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1;
    width:250px;
    color:#000000;
    font-size:12px;
}
#contactForm2 .contactRow input, #contactForm .contactRow textarea {
    border:1;
    width:150px;
    color:#000000;
    font-size:12px;
}
#contactForm .contactRow select {
    width:123px;
    color:#000000;
    font-size:12px;
}
#contactForm2 .contactRow select {
    width:102px;
    color:#000000;
    font-size:12px;
}


* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    border:0;
    width:250px;
    color:#000000;
    font-size:12px;
}

* html #contactForm2 .contactRow input, * html #contactForm .contactRow textarea {
    border:0;
    width:150px;
    color:#000000;
    font-size:12px;
}

#contactForm .contactRow input {
    height:14px;
    font-size:12px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:12px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 10px;
    width:120px;
}


#contactFormSubmitLeft2 {
    float:left;
    margin:0px;

}

*+ html #contactFormSubmit #contactFormSubmitLeft {
    width:70px;
    margin-left: 5px;
}


#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:70px;

}

*+html #contactFormSubmit #contactFormSubmitRight { /*IE7 only*/  
    float:right;
    margin-right: 30px;  
}


#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    float:right;
    margin:0;
    font-size:12px;
    color:#333;
}

#contactFormSubmit #contactFormSubmitLeft input {
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}

/* ###################################################### */
/* ####################### Artikelliste################## */
/* ###################################################### */


.articlelistPagecounter { width: 100%; text-align: center; margin: 20px 0 15px 0; padding-bottom: 15px; border-bottom: 1px solid #CCC; }
.articlelistItem p.articlelistContent { }
.articlelistItem p.articlelistContent img { float: right; margin-left: 10px; }
.articlelistItem p.articlelistMore { clear: left; text-align: right; font-weight: bold; }
.articlelistItem a.articlelistBack { }
.articlelistItem a.articlelistNext { }
.articlelistItem a.articlelistPageNumber { }
.articlelistItem a.articlelistBegin { }
.articlelistItem a.articlelistEnd { }
.articlelistItem a.articlelistPrevious { }
.articlelistItem a.articlelistNext { }
.articlelistNavigation {
    width: 100%;
    text-align: center;
    clear: both;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding-top: 5px;
}

.headHeadline {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    color: #e9e9e9;
    vertical-align: middle;
    margin-bottom: 3px;
    line-height: 31px;
    background-color: #80807d;
    text-align: center;
    height: 31px;
}
.headHeadline2 {
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 18px;
    color:#0c5298;
    padding-top: 7px;
    padding-Bottom: 7px;
}

.articlelistBG {
    width: 670px;
    background-image: url(../images/newsback.gif);
    background-position: center 0px;
    background-repeat: repeat-y;
    display: table-cell;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #0c5298;
    border-bottom-color: #0c5298;
}

.articlelistBG1 {
    width: 670px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #0c5298;
}
.articlelistBG2 {
    width: 670px;
}
.articlelistBG1_1 {
    width: 670px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0c5298;
}

.articlelistItem {
    width: 290px;
    height: 254px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top:15px;
    float: left;
    overflow: auto;
}

.articlelistItem1 {
    width: 550px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top:15px;
    margin-bottom:25px;
    overflow: auto;
}
.articlelistItem2 {
    width: 630px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom:0px;

}

.articlelistDate {
    padding-top: 5px;
    padding-bottom: 5px;
}

.articlelistDate2 {
    padding-bottom: 5px;
}


.articlelistItem img {
    float: left;
    padding-top: 0px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 0px;    
    
    }

.articlelistImage {
    float: left;
    padding-right: 7px;
    padding-bottom: 7px;
}

.picside {

    width: 0px;
    height: 0px;
}
.picside1 {
    width: 250px;
    height: 130px;
    overflow: hidden;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
}
.listcontent {
    width: 244px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.articlelistHeadline {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #2a2a2a;
    padding-top:5px;
    padding-bottom: 5px;
}

.articlelistHeadline2 {
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #0c5298;
    padding-top:3px;
    padding-bottom:7px;
}
.articlelistHeadline a{
    color: #ff004e;
}

.articlelistHeadline2 a{
    color: #0c5298;
    font-size: 16px;
}

.articlelistHeadline a:hover{
    color: #333;
    text-decoration: none;
}

.articlelistHeadline2 a:hover{
    color:#ff0000;
    text-decoration: none;
}

.articlelistHeadline1 {
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 15px;
    color: #452969;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    vertical-align: middle;
    background-color: #bca7d0;
}
.articlelistHeadline1 a{
    color: #452969;
}
.articlelistHeadline1 a:hover{
    color: #000000;
    text-decoration: none;
}

.articlelistSubheadline {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #606060;
    margin-bottom: 15px;
}

.articlelistSubheadline2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color:#5b5b5b;
    height: 65px;
    margin-bottom: 15px;
}

.articlelistSubheadline1{
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 13px;
    color:#5b5b5b;
    height: 108px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.moreFrame {

}
.moreFrame2 {
	clear: both;
}

.moreButton {
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #0c5298;
    background-color: #e1dcd7;
    text-align: center;
    vertical-align: middle;
    height: 20px;
    margin-top:10px;
    width: 120px;   
}

.moreButton a{
    color: #0c5298;
    display: block;
}

.moreButton a:hover{
    color: #ffffff;
    background-color: #0c5298;
    text-decoration: none;
    display: block;
}

.moreButtonLong {
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #0c5298;
    background-color: #e1dcd7;
    text-align: center;
    vertical-align: middle;
    height: 20px;
    margin-top:10px;
}

.moreButtonLong a{
    color: #0c5298;
    display: block;
}

.moreButtonLong a:hover{
    color: #ffffff;
    background-color: #0c5298;
    text-decoration: none;
    display: block;
}


/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
    position:absolute;
    left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author rbi
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2009-01-16
 */

ul.sitemapStandardMainCat {
    margin-left:0;
    padding-left: 0;
    width: 600px;       
}

ul.sitemapStandardMainCat li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_1 {
    background-color: #CCC;
    padding-top: 6px;
    padding-right: 3px;
    padding-bottom: 6px;
    padding-left: 10px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_2 {
    background-color: #E6E6E6;
    padding-top: 6px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 {
    background-color: #EFEFEF;
    padding-top: 6px;
    padding-right: 3px;
    padding-bottom: 6px;
    padding-left: 50px;
}

.teaser_image {
    float:left; 
    margin-top:4px; 
    margin-right:4px;
}


/* ###################################################### */
/* ####################### sKalender ############### */
/* ###################################################### */

#tList {
    margin-bottom: 7px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0C5298;
}

#mod_sK { 
 margin-left: 0px;
 margin-bottom: 0px;
}


#mod_sK a { 
 font-size: 12px;
 text-decoration: none; 
}

#mod_sK a.tag { 
 font-size: 12px;
 color: #5b5b5b;
}

#mod_sK table {
 width: 160px;
/* border: 1px solid #ccc; */
 margin-left: 10px;
 border-spacing: 4pt;
 font-size: 12px;
 text-decoration: none; 
}

#mod_sK td.navl {
    width: 20%;
    font-weight: bold;
    border: 0px;
}

#mod_sK td.navr {
 text-align: right; 
 width: 20%;
 font-weight: bold;

}
#mod_sK td.navm {
 text-align: center; 
 width: 60%;
 font-weight: bold;
}

#mod_sK td.wtag {
    width:14%;
    background-color: #0C5298;
    color:#E6E6E6;
    text-align: center;
}

#mod_sK td.wochenende {
    background-color: #C7C7C7;
    color: #000000;
    text-align: right;
    border: 1px solid #aaaaaa;
    padding-right: 3px;
 }
 
#mod_sK td.wochenende a {
    color: #000000;
 }

#mod_sK td.wochentag {
 color: #CCC;   
 text-align: right; 
 border: 1px solid #aaaaaa;
 padding-right: 3px;
 }

#mod_sK td.wochentag a{
    color: #5b5b5b;
 }
 
#mod_sK td.heute {
    background-color: #7E7A7A;
    color: #43A0AF;
    text-align: right;
    border: 1px solid #aaaaaa;
    padding-right: 3px;
 }
 
 #mod_sK td.heute a{
    color: #ffffff;
 }

#mod_sK td.belegt {
    background-color: #F00;
    color: #ffffff;
    text-align: right;
    border: 1px solid #aaaaaa;
    padding-right: 3px;
 }
 
 #mod_sK td.belegt a {
    color: #ffffff;
 }

#mod_sK td.belegtwe {
    background-color: #D20000;
    color: #ffffff;
    text-align: right;
    border: 1px solid #aaaaaa;
    padding-right: 3px;
 }
 
 #mod_sK td.belegtwe a{
    color: #ffffff;
 }

#mod_sK td.tangiert {
    background-color: #FF004E;
    color: #ffffff;
    text-align: right;
    border: 1px solid #aaaaaa;
    padding-right: 3px;
 }

#mod_sK td.tangiert a{
    color: #ffffff;
 }

#mod_sK td.tangiertwe {
    background-color: #FF004E;
    color: #000000;
    text-align: right;
    border: 1px solid #aaaaaa;
    padding-right: 3px;
 }
 
 #mod_sK td.tangiertwe {
    color: #000000;
 }

/* ###################################################### */
/* #####################  Termin Ausgabe  ############### */
/* ###################################################### */

#mod_te {
    padding-left: 20px;
    padding-top: 10px;
    color:#5b5b5b;
    width: 450px;
}

#mod_te a{
    color:#5b5b5b;
}

#mod_te h6 {
    font-size:20px;
    font-weight:normal;
    color:#5b5b5b;
    line-height: 24px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

#mod_te h5 {
    font-size:14px;
    font-weight:normal;
    color:#5b5b5b;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

#mod_te h4 a{
    color:#5b5b5b;
}

#mod_te h4 a:hover{
    color:#000000;
}

#mod_te h2 {
    color:#5b5b5b;
    margin: 0px;
    padding: 0px;
}

#mod_te p {
    color:#5b5b5b;
    font-size:13px;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
}

/* ###################################################### */
/* #####################   Termin Liste   ############### */
/* ###################################################### */

.kopf {
    color: #0C5298;
    text-align: left;
}

.wtag {color: #5b5b5b;}
.datum {color: #5b5b5b;}
.zeit {color: #5b5b5b;}
.link {color: #5b5b5b;}

#mod_tlh {
   text-align: left;
}

#mod_tlf {
   text-align: left;
}

#mod_tl table {
   width: 500px; 
   background-color: #ffffff;
   border-collapse: collapse;
}

#mod_tl th {
   width: 100%;
   text-align: left;
   vertical-align: top;
   line-height: 200%;
   background-color: #cacaca;
   margin-top: 5px;
   margin-bottom: 5px;
   padding-left: 5px;
}

#mod_tl td {
   text-align: left;
   vertical-align: top;
   line-height: 130%;
}

#mod_tl a .highlight {
   color: red;
}

#mod_tl .border { 
    border-top:1px solid #000000; 
    border-bottom: 1px solid #000000; 
}

#mod_tl .hell { background-color: #ffffff; }
#mod_tl .dunkel { background-color: #dfdfdf; }
#mod_tl .sp0 { width: 40px; }
#mod_tl .sp1 { width: 65px; }
#mod_tl .sp2 { width: 5px; }
#mod_tl .sp3 { width: 300px; }
#mod_tl .sp4 { width: 100px; }
#mod_tl .einrueck { padding-left: 15px; }

.sp0 { width: 40px; }
.sp1 { width: 65px; }
.sp2 { width: 5px; }
.sp3 { width: 350px; }
.sp4 { width: 100px; }



/* ###################################################### */
/* ####################### Termin Teaser  ############### */
/* ###################################################### */

#mod_ttl {

}

#mod_ttl table {
    width: 100%;
    background-color: #f1f1f1;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0C5298;
}

#mod_ttl th {
}

#mod_ttl td {
    text-align:  left;
    vertical-align: top;
    background-color: #f1f1f1;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
}

#mod_ttl .hell {
    color: #0C5298;
}
#mod_ttl .hell a{
    color: #0C5298;
}
#mod_ttl .hell a:hover{
    color: #ff0000;
}
#mod_ttl .dunkel {
    color: #0C5298;
}
#mod_ttl .dunkel a{
    color: #0C5298;
}
#mod_ttl .dunkel a:hover{
    color: #ff0000;
}

#liste_ttl {
    background-color: #e1dcd7;
    color: #0c5298;
    height: 20px;
    width: 130px;
    float:right;
    position:relative;
    top: 6px;
    right: -10px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
}


#liste_ttl a{
    color: #0c5298;
    display: block;
}

#liste_ttl a:hover{
    color: #ffffff;
    background-color: #0c5298;
    text-decoration: none;
    display: block;
}

 #mod_ttl .sp1 {    padding-top: 5px; }
 #mod_ttl .sp2 {    padding-top: 5px; }


/* ###################################################### */
/* ################   Terminliste Select   ############## */
/* ###################################################### */

#mod_ts {
   width: 600px; 
}

/* ###################################################### */
/* ##################### COMMENTS SD #################### */
/* ###################################################### */

a.c_sd_link {
    color: #0C5298;
    text-decoration: none;
    background-image: url('../images/comments/link_text.gif');
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 20px;
}
a.c_sd_link:hover {
text-decoration: underline;
}

div.c_sd_box_main {
clear:both;
width: 90%;
border-left: 1px solid #999999;
border-top: 1px solid #999999;
border-radius: 5px;
margin-left: 10px;
margin-top: 30px;
padding-left: 10px;
padding-top: 10px;
}

div.c_sd_box_comment_tree {
margin-bottom: 20px;
}

div.c_sd_commentbox_1,
div.c_sd_commentbox_2,
div.c_sd_commentbox_3,
div.c_sd_commentbox_4,
div.c_sd_commentbox_5,
div.c_sd_commentbox_6,
div.c_sd_commentbox_7,
div.c_sd_commentbox_8,
div.c_sd_commentbox_9 {
clear: both;
width: 70%;
margin-top: 20px;
border: 1px solid #999999;
border-radius: 5px 5px;
}

div.c_sd_commentbox_1 {
border: 1px solid #000000;
background-color: #efefef;
}

div.c_sd_commentbox_backend_options {
width: 90%;
text-align: right;
}
div.c_sd_headline_comments {
    color: #0C5298;
    font-weight: 900;
    font-size: 14px;
}
table.c_sd_commentbox {
width: 100%;
border-collapse: collapse;
}
td.c_sd_commentbox_1_a {
width: 80%;
font-weight: 900;
padding: 3px;
}
td.c_sd_commentbox_1_b {
width: 20%;
text-align: right;
padding: 3px;
}
td.c_sd_commentbox_2 {
color: #555555;
padding: 3px;
border-top: 1px dotted #999999;
border-bottom: 1px solid #999999;
}
td.c_sd_commentbox_3 {
text-align: right;
padding: 3px;
}


