/* Standard Stylesheet
    www.janda-roscher.de
*/

/* Reset */
* {
    padding: 0;
    margin: 0;
    border: 0;
}

/* Allgemeines */
html {
    height: 100%;
}

body {
    background: url(../img/bg-white-trans.gif) 290px bottom no-repeat;
    color: #333;
    font-family: arial,verdana,sans-serif;
    font-size: 75%;
    line-height: 1.4em;
    height: 100%;
}

#siteWrapper {
    height: 100%;
    position: absolute;
    z-index: 2;
}

#site {
    min-height:100%;
}

#siteBackground {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/* Erste Navigationsebene */
#mainNav {
    position: absolute;
    left: 160px;
    top: 176px;
    list-style-type: none;
}

#mainNav a {
    background: #BDCDC9;
    display: block;
    height: 28px;
    width: 124px;
    margin-bottom: 4px;
}

#mainNav a.active {
    background: #fff;
    width: 130px;
}

#navMain { position: absolute; left: 160px; top: 176px; list-style-type: none; }
#navMain a { display: block; height: 28px; width: 124px; margin-bottom: 4px; overflow: hidden; text-indent: 999em; white-space: nowrap; }
#navMain a:hover { background-position: 0 -28px; }
#navMain a.active { background-color: #fff; background-position: 0 -28px; width: 130px !important; }


/* Zweite Navigationsebene */
#subNav {
    list-style-type: none;
    height: 39px; /* 11px fuer die Grafik unten */
    padding-left: 30px;
    width: 650px;
    text-transform: uppercase;
}

#subNav li {
    display: inline;
}

#subNav a {
    color: #A2B8B2; /* #B7C9C4;  #748C87; */
    display: block;
    float: left;
    font-size: 0.95em;
    font-weight: bold;
    height: 18px;
    margin-right: 15px;
    text-decoration: none;
    padding-top: 6px;
}

#subNav a.active,
#subNav a:hover {
    color: #748C87; /* #576C6A; */
}

/* Dritte Navigationsebene */

#contentWrapper #thirdNav {
    list-style-type: none;
    margin-left: 2px;
    padding-bottom: 10px;
}

#contentWrapper #thirdNav li ul {
    padding-bottom: 0;
}

#contentWrapper #thirdNav li {
    background: none;
    padding: 0;
    margin: 0;
}

#contentWrapper #thirdNav li a {
    background: url('../img/arrow-inaktiv.gif') 0 3px no-repeat;
    color: #A2B8B2; /* #B7C9C4; #748C87; */
    display: block;
    font-size: 0.95em;
    font-weight: bold;
    height: 17px;
    text-decoration: none;
    padding-left: 10px;
}

#contentWrapper #thirdNav li a.active,
#contentWrapper #thirdNav li a:hover {
    background: url('../img/arrow-aktiv.gif') 0 3px no-repeat;
    color: #748C87; /* #ABC10A; */
    font-weight: bold;
}

#contentWrapper #thirdNav li ul li a {
    background: none;
    padding-left: 18px;
}

#contentWrapper #thirdNav li ul li a.active,
#contentWrapper #thirdNav li ul li a:hover {
    background: none;
}


/* ContentWrapper */
#site {
    margin-left: 290px;
    width: 680px;
}

#site h1 {
    height: 176px;
    width: 680px;
}

#site h1 a {
    display: block;
    float: right;
    /* margin-top: 92px; */
    height: 176px;
    width: 280px;
}

#site h1 span {
    display: none;
}

#contentWrapper {
    /* background: url(../img/bg-white-trans.gif) bottom no-repeat; */
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 25px;
}

#siteFooter {
    background: url(../img/bg-white-trans_color2.gif) 290px bottom no-repeat;
    margin: -25px 0;
    height: 25px;
    font-size: 80%;
    color: #899D9A;
    width: 970px;
}

#siteFooter a {
    color: #899D9A;
    text-decoration: none;
}

#siteFooter a.active,
#siteFooter a:hover {
    color: #000;
}

/* Footer Navigationen */

#bookmark {
    list-style-type: none;
    padding-left: 20px;
}

#blog {
    list-style-type: none;
    position: absolute;
    left: 300px;
}

#info {
    list-style-type: none;
    position: absolute;
    left: 696px;
    padding-top: 3px;
}

#bookmark li,
#blog li,
#info li {
    display: inline;
}

#info li {
    padding-right: 6px;
}

/* Kontaktbalken rechts */
#siteContact {
    position: fixed;
    left: 970px;
    bottom: 20px;
    background: url(../img/kontakt.gif) no-repeat;
    width: 27px;
    height: 129px;
    z-index: 5;
}

#siteContact a {
    display: block;
    width: 27px;
    height: 129px;
}

#siteContact span {
    display: none;
}

/* Content */

#contentWrapper h2 .imageheader {
    display: none;
}

#contentWrapper h2 {
    color: #7D938F;
    font-size: 1.5em;
    padding-bottom: 15px;
}

#contentWrapper h3 {
    /* color: #37B0C6; */
    color: #1D96B2;
    font-size: 1.2em;
    padding-bottom: 15px;
    font-weight: normal;
}

#contentWrapper h4 {
    font-size: 1em;
    padding-bottom: 15px;
}


#contentWrapper p {
    padding-bottom: 15px;
}

#contentWrapper ul {
    list-style-type: none;
    padding-bottom: 15px;
}

#contentWrapper li {
    background: url('../img/listenpunkt.gif') 4px 6px no-repeat;
    padding-left: 16px;
}

#contentWrapper .csc-menu li {
    background: url('../img/arrow-green.gif') 2px 5px no-repeat;
    padding-left: 16px;
}

#contentWrapper a {
    /* color: #B7C9C4; */
    /* color: #ABC10A; */
    color: #8A9D02;
    font-weight: bold;
    text-decoration: none;
}

#contentWrapper a:hover {
    /* color: #7D938F; */
}

#contentWrapper a.more {
    background: url('../img/arrow-green.gif') 2px 3px no-repeat;
    padding-left: 12px;
}

#contentWrapper a.next {
    background: url('../img/arrow-green.gif') right 3px no-repeat;
    padding-right: 10px;
}

#contentWrapper .small {
    font-size: 10px;
    line-height: 1.3em;
}

/* FCE Element: 1-2 spalten */

.divFce2Column {
}

.divFce2Column .firstCol {
    float: left;
    width: 195px;
    /* padding: 0 25px 0 0; */
}

.divFce2Column .secondCol {
    float: right;
    width: 405px;
}

.divFce2ColumnStart .firstCol {
    float: left;
    width: 87px;
    padding: 0 25px 0 0;
}

.divFce2ColumnStart .secondCol {
    float: right;
    /*width: 508px;*/
    width:620px;
}

.divFce2ColumnStart .divFce2Column50 .firstCol {
    float: left;
    /* width: 220px; 
    width: 230px;*/
    width:370px;
    padding-right: 0;
}

.divFce2ColumnStart .divFce2Column50 .firstCol .divider {
    width: 220px;
}

.divFce2ColumnStart .divFce2Column50 .secondCol {
    float: right;
    width: 244px;
}

.divFce2Column .divFce2Column50 .firstCol {
    float: left;
    /* width: 320px; */
    width: 190px;
    padding-right: 0;
}

.divFce2Column .divFce2Column50 .secondCol {
    float: right;
    width: 190px;
}

.clear {
    clear: both;
}

#contentWrapper .divider {
    background: url(../img/divider.gif) top left no-repeat;
    height: 22px;
}

/* FCE Element: Starsteite 2 spalten (gruen) */

.divFceStart {
    /* background: #ABC10A url(../img/fce-start-corner.gif) bottom left no-repeat; */
    background: #ABC10A url(../img/fce-start-nose.gif) bottom left no-repeat;
    color: #344150;
    font-size: 1.1em;
    padding-bottom: 21px;
    margin-bottom: 15px;
}

#contentWrapper .divFceStart h2 {
    padding: 9px 0 9px 11px;
}

#contentWrapper .divFceStart a {
    color: #344150;
    font-weight: normal;
    text-decoration: none;
}

/*
.divFceStart .firstCol {
    float: left;
    width: 230px;
    padding: 0 25px 0 120px;
}

.divFceStart .secondCol {
    float: right;
    width: 230px;
    padding-right: 15px;
}
*/

.divFceStart .firstCol {
    padding: 0 8px 0 12px;
}

/* References */
.tx-jrreferences-pi1 {
    padding-bottom: 10px;
}

.tx-jrreferences-pi1 div {
    float: left;
    margin: 0 9px 9px 0;
    width: 126px;
}

.tx-jrreferences-pi1 a img {
    border: 1px solid #B7C9C4;
    padding: 6px;
    height: 60px;
    width: 112px;
}

.tx-jrreferences-pi1 a:hover img {
    border: 1px solid #7D938F;
}

.tx-jrreferences-pi1 span {
    color: #748C87;
    font-size: 0.95em;
    font-weight: bold;
    margin-left: 2px;
    text-transform: uppercase;
}

/* News */

.news-single-item .leftColumn,
.news-list-item .leftColumn {
    float: left;
    width: 185px;
    padding: 0 25px 0 0;

}

.news-single-item .rightColumn,
.news-list-item .rightColumn {
    float: right;
    width: 405px;
}

.news-latest-container {
    width: 244px;
    margin-bottom: 8px;
}

.news-latest-item {
    width: 244px;
    padding-bottom:12px;
}
.news-list-item {
    padding-bottom:12px;
}

.news-latest-container .news-latest-item {
    width: 360px;
    clear:both;
}

.news-latest-container .divider {
    clear:both;
    margin-left:126px;
    width:230px !important;
}

.news-latest-container .news-latest-item .leftColumn {
    width:100px;
    float:left;
}
.news-latest-container .news-latest-item .rightColumn {
    width:235px;
    float:right; 
}

.divFce2ColumnStart .secondCol .divFce2Column50 .firstCol h3 {
   margin-left:124px;
}

#contentWrapper .news-latest-item h3 {
    padding-bottom: 0;
    /* padding-left: 23px;
    background: url(../img/arrow-start.gif) 6px 2px no-repeat; */
}

#contentWrapper .news-latest-item h4 {
    padding-bottom: 0;
}

#contentWrapper .news-latest-item .news-latest-date,
#contentWrapper .news-latest-item p {
    /* padding-left: 23px; */
}

#contentWrapper .news-latest-item p {
    padding-bottom: 9px;
}

#contentWrapper .news-single-item .divider,
#contentWrapper .news-latest-container .divider {
    height: 12px !important;
}

#contentWrapper .news-list-item h3 {
    padding-bottom: 0;
}

#contentWrapper .news-latest-item h3 a,
#contentWrapper .news-list-item h3 a {
    /* color: #37B0C6; */
    color: #1D96B2;
    text-decoration: none;
    font-weight: normal;
}

#contentWrapper .news-list-item p a {
    /* color: #B7C9C4; */
    /* color: #ABC10A; */
    color: #8A9D02;
    text-decoration: none;
}

#contentWrapper .news-list-item p a:hover {
    /* color: #7D938F; */
    text-decoration: none;
}

#contentWrapper .news-list-item .news-list-date {
    color: #A2B8B2;
}

#contentWrapper .news-list-item p {
    padding-bottom: 9px;
}

#contentWrapper .news-list-container .divider {
    height: 12px !important;
}



#contentWrapper .news-single-item .news-single-timedata {
    color: #A2B8B2;
}

#contentWrapper .news-list-item .leftColumn img,
#contentWrapper .news-latest-item .leftColumn img,
#contentWrapper .news-single-item .news-single-img img {
    border: 1px solid #B7C9C4;
    padding: 6px;
}

#contentWrapper .news-single-item .news-single-backlink {
    background: url(../img/arrow-green-back.gif) 0 3px no-repeat;
    padding-left: 12px;
}


/* logo slideshow*/

.rgslideshow .rgsnest,
.rgslideshownav,
.rgslideshow .rgstitle,
.rgslideshow .rgsdescription {
    display: none;
}

#contentWrapper .rgslideshow {
    border: 1px solid #B7C9C4 !important;
    border-bottom: 0 !important;
    /* margin-left: 21px; */
}

#contentWrapper .textlogoteaser {
    background-color: #EDE7DC;
    border: 1px solid #B7C9C4;
    border-top: 0;
    padding: 6px;
    width: 206px;
    font-size: 10px;
    line-height: 1.2em;
    /* margin-left: 21px; */
}

#contentWrapper .textlogoteaser a {
    color: #000000;
}

#contentWrapper .startteaser .csc-textpic,
#contentWrapper .startteaser h2,
#contentWrapper .startteaser h3 {
    padding-bottom: 0;
    padding-left: 21px;
}

#contentWrapper .startteaser h3 {
   background: url(../img/arrow-start.gif) 6px 2px no-repeat;
}

#contentWrapper .startteaser p {
    padding-left: 21px;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
    border: 1px solid #B7C9C4;
    padding: 6px;
    /* margin-bottom: 8px; */
}

#contentWrapper .csc-textpic-imagewrap {
    padding-bottom: 10px;
}

/* Contact Form */

#contactform {
    margin-bottom: 10px;
}

#contactform legend {
    display: none;
}

#contactform input,
#contactform textarea {
    border: 1px solid #B7C9C4;
    font-family: arial,verdana,sans-serif;
    font-size: 1em;
    padding: 2px;
    float: left;
    width: 250px;
}

#contactform textarea {
    width: 370px;
}

#contactform label {
    display: block;
    float: left;
    width: 120px;
}

#contactform .formfieldCheckbox,
#contactform .formfieldRadio,
#contactform .formfield {
    float: left;
    clear: both;
    padding-bottom: 10px;
    width: 405px;
}

#contactform .formfield label.error {
    color: #ff0000;
}

#contactform .formfield .btnSubmit {
    background: #ABC10A url(../img/btn-submit92.gif) no-repeat;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    width: 92px;
    height: 27px;
    text-transform: uppercase;
    padding-top: 0;
}

#contactform .formfieldRadio label {
    float: right;
    width: 370px;
}

#contactform .formfieldRadio input {
    border: 0;
    float: left;
    width: 12px;
}

#contactform .formfieldCheckbox label {
    float: right;
    width: 284px;
}

#contactform .formfieldCheckbox input {
    border: 0;
    float: left;
    width: 15px;
    margin: 3px 0 0 97px;
}

/* tables */

.tblKompetenzen {









    width: 405px;
    padding-bottom: 15px;
}

.tblKompetenzen td.td-0 {
    width: 150px;
}

.tblKompetenzen td {
    padding: 3px;
    vertical-align: top;
    border-bottom: 1px solid #ececec;
}

.tblKompetenzen .tr-even {
    /* background-color: #ececec; */
}

.tblKompetenzen .tr-0 td {
    background-color: #A2B8B2;
    border-bottom: 0;
    color: #ffffff;
    font-weight: bold;
}

/* email subscribe */

.tx-sremailsubscribe-pi1 h4 {
    padding-left: 0;
}

.tx-sremailsubscribe-pi1 input,
#tx-sremailsubscribe-pi1-tt_address_form textarea,
#tx-sremailsubscribe-pi1-tt_address_form input {
    border: 1px solid #B7C9C4;
    font-family: arial,verdana,sans-serif;
    font-size: 1em;
    padding: 2px;
    width: 250px;
}

.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-submit,
.tx-sremailsubscribe-pi1 #tx-sremailsubscribe-pi1-tt_address_form .tx-sremailsubscribe-pi1-submit {
    /* background: #ABC10A url(../img/btn-submit.gif) no-repeat; */
    background: #ABC10A url(../img/btn-submit92.gif)no-repeat;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    /* width: 256px; */
    width: 92px;
    height: 27px;
    text-transform: uppercase;
    margin-top: 0;
}

.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-submit {
    margin-top: 5px;
    width: 92px;
    margin-right: 10px;
}

.tx-sremailsubscribe-pi1 legend {
    padding: 0 0 15px 0;
}

.tx-sremailsubscribe-pi1 p {
    margin: 0;
    padding: 0 0 15px 0;
}

.tx-sremailsubscribe-pi1 p.tx-sremailsubscribe-pi1-click-to-edit {
    margin: 0;
    padding-top: 10px;
}

.tx-sremailsubscribe-pi1 dl {
    padding: 0;
}

.tx-sremailsubscribe-pi1 dt {
    text-align: left;
}

.tx-sremailsubscribe-pi1 dd p {
    margin: 0;
    padding: 0;
}

#contentWrapper .tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-error {
    padding-bottom: 0;
    width: 250px;
}

.tx-sremailsubscribe-pi1 a {
    padding-left: 0;
    background: none;
}

.tx-sremailsubscribe-pi1 label span {
    color: #000000;
}


/** Aenderungen Alin **/
#contentWrapper .news-list-container .news-list-item .leftColumn a img {
    float:right;
}
/* 2.1 clearfix */
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


.tx-ttnews-browsebox {margin-left:215px;}

.tx-ttnews-browsebox p {padding-bottom:0 !important;}
.tx-ttnews-browsebox td {padding-right:5px;}
.tx-ttnews-browsebox td.tx-ttnews-browsebox-SCell p a {color:#a2b8b2 !important;}

.newsArchive {display:block;margin-left:127px;background:url(../img/arrow-green.gif) no-repeat right 4px;width:150px;}

.news-single-additional-info { margin-bottom: 12px; }
.news-single-additional-info dd img { margin-right: 4px; vertical-align: middle; }

#luftbildbuch {padding-bottom:12px;}
#luftbildbuch td p.bodytext {padding-bottom:0 !important;margin-bottom:0 !important;}
#luftbildbuch td {padding:0 10px 2px 0;}

#player { margin: 0; padding: 0; overflow: hidden; white-space: nowrap; }