/*******************************************************************************
 * Teaser List
 ******************************************************************************/

.teaserList {
    overflow: hidden;
}
.teaserList.t3_teaserList {
    width: 725px;
}

.t3_teaserItemOverflowWrap {
    width: 1020px;
}

/* Template 1 */
.t2_teaserItem,
.t1_teaserItem {
    height: 220px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    width: 570px;
}

.t2_teaserItem a,
.t1_teaserItem a {
    color: #2d2e30;
}

.t2_teaserItem a:hover,
.t1_teaserItem a:hover {
    text-decoration: none;
}

.t1_teaserItem h2.t1_teaserItemHeader {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.1em;
    margin: 0;
}

.t1_teaserItem h3.t1_teaserItemSubHeader {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.1em;
    margin: 0 0 5px 0;
}

.t1_teaserItem .t1_teaserItemDate {
    font-size: .9em;
    color: #c6cacb;
}

.t2_teaserItem .t2_teaserItemImage,
.t1_teaserItem .t1_teaserItemImage {
    background-color: #b2b5ba;
    float: left;
    height: 180px;
    margin-right: 20px;
    padding: 2px;
    text-align: center;
    width: 280px;
}

.t2_teaserItem .t2_teaserItemMore,
.t1_teaserItem .t1_teaserItemMore {
    background: url(../img/footerMenu_li.png) left 4px no-repeat;
    bottom: 5px;
    display: block;
    font-weight: bold;
    padding-left: 12px;
    position: absolute;
    right: 5px;
}

.t3_teaserItem .t3_teaserItemMore a:hover,
.t2_teaserItem .t2_teaserItemMore a:hover,
.t1_teaserItem .t1_teaserItemMore a:hover {
    color: #028BC0;
}

/* Template 2*/
.t2_teaserItem {
    color: #000;
    height: 180px;
}

.t2_teaserItem .t2_teaserItemImage {
    background-color: none;
    float: left;
    height: 180px;
    margin-right: 20px;
    padding: 0;
    text-align: center;
    width: 280px;
}

.t2_teaserItem h3.t2_teaserItemHeader {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.t2_teaserItem  p.t2_teaserItemText {
    margin: 0;
}

.t2_teaserItem .t2_teaserItemMore {
    right: 225px;
}

/* Template 3 */
.t3_teaserItem {
    float: left;
    height: 180px;
    margin: 0 11px 11px 0;
    overflow: hidden;
    position: relative;
    width: 360px;
}

.t3_teaserItem .t3_teaserItemContent {
    top: 88px;
    position: absolute;
    width: 360px;
}

.t3_teaserItem .t3_teaserItemTitle {
    top: 49px;
    position: absolute;
    z-index: 2;
}

.t3_teaserItem .t3_teaserItemTitle h3 {
    background: #fff;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.1em;
    /*height: 35px;*/
    min-height: 35px;
    margin: 0;
    width: 230px;
}

.t3_teaserItem .t3_teaserItemTitle h3 a {
    background: #eeefef;
    color: #000;
    display: block;
    padding: 10px 5px;
}

.t3_teaserItem .t3_teaserItemTitle h3 a:hover {
    text-decoration: none;
}

.t3_teaserItem .t3_teaserItemText {
    background: #fff;
    height: 52px;
    padding: 10px 5px 5px 5px;
    position: absolute;
    top: 70px;
    width: 316px;
    z-index: 1;
}
.t3_teaserItem .t3_teaserItemText p {
    display: none;
}

.t3_teaserItem .t3_teaserItemMore {
    background: url(../img/footerMenu_li.png) left 4px no-repeat;
    display: block;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 12px;
}

.t3_teaserItem .t3_teaserItemMore a {
    color: #2d2e30;
}

/* Template 4 */
.t4_teaserList {
    height: 445px;
    width: 998px;
}

.t4_teaserItem {
    position: relative;
}
.t4_teaserItemText {
    color: #000;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 2em;
    height: 377px;
    left: 0;
    padding: 10px 10px 58px 10px;
    position: absolute;
    width: 978px;
    top: 0;
}

/*IE7 Conditions*/
*+html .t3_teaserItem .t3_teaserItemText {padding-top: 20px;}
*+html .t4_teaserItem a {text-decoration: none;}

.t5_teaserItem {
    float: left;
    height: 240px;
    margin: 0 10px 35px 0;
    width: 320px;
}

.t5_teaserItemHeader {
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    margin-bottom: 5px;
    overflow: hidden;
}

.t5_teaserItemHeader a {
    color: #2D2E30;
}

.t5_teaserItemHeader a:hover {
    text-decoration: none;
}

/* Page Navigation below Teasers
***************************************************************************/

.browseBoxWrap {
    clear: both;
    text-align: center;
}

.browseBoxWrap table {
    margin: auto;
}

.disabledLinkWrap a,
.inactiveLinkWrap a {
    color: #000;
    text-decoration: none;
}

.activeLinkWrap {
    background-color: #efefef;
    padding: 2px 5px;
}

.inactiveLinkWrap {
    padding: 0 2px;
}

.activeLinkWrap a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.disabledLinkWrap #browsePrev {
    background: url(../img/browse_prev_inact.gif) top no-repeat;
    height: 18px;
    margin-right: 10px;
    width: 22px;
}

.disabledLinkWrap #browseNext {
    background: url(../img/browse_next_inact.gif) top no-repeat;
    height: 18px;
    margin-left: 10px;
    width: 22px;
}

.inactiveLinkWrap #browsePrev {
    background: url(../img/browse_prev.gif) top no-repeat;
    height: 18px;
    margin-right: 10px;
    width: 22px;
}

.inactiveLinkWrap #browseNext {
    background: url(../img/browse_next.gif) top no-repeat;
    height: 18px;
    margin-left: 10px;
    width: 22px;
}

/*******************************************************************************
 * _Search
 ******************************************************************************/

#searchform {
    background: #4c4c4c;
    color: #000;
    height: 25px;
    padding: 3px 0;
    width: 191px;
}

#searchform input[type='text'] {
    background: #fff;
    border: none;
    float: left;
    height: 23px;
    margin-right: 5px;
    padding: 1px 3px;
    width: 150px;
    border-left: 3px solid #4c4c4c
}

#searchform input[type='submit'] {
    background: url(../img/searchSubmit.png) top left no-repeat;
    border: none;
    height: 25px;
    width: 25px;
}

#content .tx-indexedsearch-searchbox {
    border: 1px solid red;
    display: none;
}

/*******************************************************************************
 * _Search
 ******************************************************************************/

#tx-solr-search-form-pi-search {
    background: #4c4c4c;
    color: #000;
    height: 25px;
    padding: 3px 0;
    width: 191px;
}

#tx-solr-search-form-pi-search input.tx-solr-q {
    background: #fff;
    border: none;
    float: left;
    height: 23px;
    margin-right: 5px;
    padding: 1px 3px;
    width: 150px;
    border-left: 3px solid #4c4c4c
}

#tx-solr-search-form-pi-search input.s_button {
    background: url(../img/searchSubmit.png) top left no-repeat;
    border: none;
    height: 25px;
    width: 25px;
}

/*
* Ad Gallery
*******************************************************************************/

.ad-gallery {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    width: 725px;
}

.ad-gallery .ad-image-wrapper {
    background: #eeefef !important;
    height: 445px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.ad-gallery .ad-image-wrapper .ad-loader {
    margin: -14px 0 0 -14px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 10;
}

.ad-gallery .ad-image-wrapper .ad-next,
.ad-gallery .ad-image-wrapper .ad-prev,
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image,
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image {
	background: #000 url(../img/browse_slider.gif) no-repeat;
    cursor: pointer;
	display: block;
	height: 48px !important;
    opacity: 1 !important;
    position: absolute;
	width: 48px;
    z-index: 100;
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image,
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image {
    display: none;
    z-index: 101;
}

.ad-gallery .ad-image-wrapper .ad-next {
    background-position: right top;
    right: 10px;
    bottom: 10px;
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background-position: right bottom;
}

.ad-gallery .ad-image-wrapper .ad-prev {
    right: 58px;
    bottom: 10px;
}
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image {
    background-position: left bottom;
}

.ad-gallery .ad-image-wrapper .ad-image {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 9;
}

.ad-gallery .ad-image-wrapper .ad-image a img {
    border: none;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    background: url(../img/adgallery/opa75.png);
    bottom: 0;
    color: #000;
    left: 0;
    padding: 7px;
    padding-right: 80px;
    position: absolute;
    text-align: left;
    width: auto;
    z-index: 2;
}
* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='../img/adgallery/opa75.png');
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
    display: block;
}

.ad-gallery .ad-controls {
    height: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.ad-gallery .ad-info:before {
    content: 'Bild ';
}

.ad-gallery .ad-slideshow-controls {
    float: right;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-start,
.ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
    cursor: pointer;
    padding-left: 5px;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
    font-size: 0.9em;
    padding-left: 5px;
}
.ad-gallery .ad-slideshow-running .ad-slideshow-start {
    cursor: default;
    font-style: italic;
}

.ad-gallery .ad-nav {
    -webkit-box-shadow: 0px 0px 5px 0px #999;
    -moz-box-shadow: 0px 0px 5px 0px #999;
    box-shadow: 0px 0px 5px 0px #999;
    padding: 5px 0;
    position: relative;
    width: 725px;
}
.ad-gallery .ad-forward,
.ad-gallery .ad-back {
    background: url(../img/adgallery/nav_scroll.png) no-repeat;
    cursor: pointer;
    display: block;
    height: 100px;
    opacity: 1 !important;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 10;
}

/*IE7-8 Conditions*/
*+html .ad-gallery .ad-back {background-image: url(../img/adgallery/nav_scroll_ie.png); filter: alpha(opacity = 100) !important;}
*+html .ad-gallery .ad-forward {background-image: url(../img/adgallery/nav_scroll_ie.png); filter: alpha(opacity = 100) !important;}
html>/**/body .ad-gallery .ad-back {background-image: url(../img/adgallery/nav_scroll_ie.png); filter: alpha(opacity = 100) !important;}
html>/**/body .ad-gallery .ad-forward {background-image: url(../img/adgallery/nav_scroll_ie.png); filter: alpha(opacity = 100) !important;}


.ad-gallery .ad-back {
    background-position: 0 5px;
    left: 0;
}
.ad-gallery .ad-forward {
    background-position: -50px 5px;
    right: 0;
}

.ad-gallery .ad-nav .ad-thumbs {
    overflow: hidden;
    width: 100%;
}
.ad-gallery .ad-thumbs .csc-firstHeader,
.ad-gallery .ad-thumbs .subheader {
    display: none;
}
.ad-gallery .ad-thumbs .ad-thumb-list {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 9000px;
}
.ad-gallery .ad-thumbs li {
    background: none !important;
    float: left;
    list-style-type: none;
    padding-right: 5px;
}
.ad-gallery .ad-thumbs li a {
    display: block;
}
.ad-gallery .ad-thumbs li a img {
    border: 1px solid #CCC;
    display: block;
}
.ad-gallery .ad-thumbs li a.ad-active img {
    border: 1px solid #616161;
}
.ad-gallery .ad-thumbs li span {
    display: none;
}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
    left: -9000px;
    position: absolute;
    top: -9000px;
}

/*******************************************************************************
 * Events
 ******************************************************************************/

.tx-svw-events {
    padding: 1em 0;
}

.tx-svw-events table.dataTable {
    border: 1px solid #cbcbcb;
    border-collapse: collapse;
    border-spacing: 0px;
    /*table-layout: fixed;*/
    width: 100%;
}

.tx-svw-events .DTTT_container {
    padding: 5px;
}
.tx-svw-events .DTTT_container.ui-buttonset .ui-button {
    color: #fff !important;
    margin-right: 0.1em;
}

.tx-svw-events .dataTables_scrollHead table.dataTable,
.tx-svw-events .dataTables_scrollHead table.dataTable th {
    border-bottom: none;
}
.tx-svw-events .dataTables_scrollBody table.dataTable {
    border-bottom: none;
    border-top: none;
}

.tx-svw-events table.dataTable thead {
    font-weight: bold;
}
.tx-svw-events table.dataTable thead tr {
    text-align: left;
}
.tx-svw-events table.dataTable tbody tr.even {
    background: #eeefef;
}
.tx-svw-events table.dataTable tbody tr:hover {
    background: #ffc;
}

.tx-svw-events table.dataTable td,
.tx-svw-events table.dataTable th {
    border: 1px solid #cdcdcd;
    padding: 10px 8px 10px;
    vertical-align: top;
}

.tx-svw-events table.dataTable td.control,
.tx-svw-events table.dataTable th.control {
    width: 115px;
}
.tx-svw-events table.dataTable td.control table {
    border-collapse: collapse;
    border-spacing: 0px;
    table-layout: fixed;
    width: 115px;
}
.tx-svw-events table.dataTable td.control table td {
    border: none;
    padding: 0;
    width: 25px;
}
.tx-svw-events table.dataTable td.control table td .button {
    text-align: center;
    width: 13px;
}

.tx-svw-events table.dataTable td.group {
    background: #e5f3f9;
    font-weight: bold;
}

.tx-svw-events table.dataTable td.number,
.tx-svw-events table.dataTable th.number {
    width: 25px;
}


.tx-svw-events .dataTables_wrapper {
    position: relative;
}
.tx-svw-events .dataTables_wrapper .css_right {
    float: right;
}

.tx-svw-events .dataTables_info {
    float: left;
    font-weight: normal;
    height: 34px;
    line-height: 2.9em;
    padding: 5px;
}

.tx-svw-events .dataTables_paginate {
    float: right;
    margin: 0;
    padding: 5px;
}
.tx-svw-events .dataTables_paginate.ui-buttonset .ui-button {
    margin-right: 0.1em;
    padding: 8px 8px 8px;
}

.tx-svw-events fieldset {
    border: none;
    padding: 0;
    margin-bottom: 1em;
}
.tx-svw-events fieldset legend {
    font-weight: bold;
    margin-bottom: 2em;
}

.tx-svw-events .form-field {
    margin-bottom: 0.5em;
}

.tx-svw-events .form-field label {
    display: block;
    float: left;
    width: 190px;
}

.tx-svw-events .form-field.validation p {
    float: left;
}
.tx-svw-events .form-field.validation input {
    clear: left;
    margin-left: 190px;
}

/*******************************************************************************
 * _Search
 ******************************************************************************/

.tx-solr .tx-solr-search-form {
    float: left;
    margin: 15px 0;
}

.tx-solr .tx-solr-search-form input.tx-solr-q {
    width: 300px;
}

.tx-solr #tx-solr-pagination {
    float: right;
    margin-top: 20px;
}

.tx-solr ul.results-list {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}

.tx-solr ul.results-list {
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    margin: 10px 0;
}

.tx-solr ul.results-list li {
    padding-bottom: 20px;
}

.tx-solr ul.results-list .results-title  {
    display: block;
    margin: 0 0 5px 0;
}

.tx-solr ul.results-list .results-title a {
    color: #000;
}

.tx-solr ul.results-list .results-title a:hover {
    color: #028BC0;
}

ul.ui-autocomplete {
    background: #fff;
    border: 3px solid #4c4c4c;
    border-top: none;
    list-style-type: none;
    padding: 0 5px 0 5px;
    width: 174px;
    z-index: 20 !important;
}

ul.ui-autocomplete li {
    border-bottom: 1px solid #c9c9c9;
    padding: 5px 0;
}

ul.ui-autocomplete li:last-child {
    border: none;
}

ul.ui-autocomplete li a,
ul.ui-autocomplete li a:link,
ul.ui-autocomplete li a:visited {
    color: #000;
}

ul.ui-autocomplete li a:hover,
ul.ui-autocomplete li a:active,
ul.ui-autocomplete li a.ui-state-hover {
    color: #028BC0;
    cursor: pointer;
    text-decoration: none;
}

/*******************************************************************************
 * _Pagebrowse
 ******************************************************************************/

.tx-pagebrowse-pi1 {
    text-align: center;
}

.tx-pagebrowse-pi1 ul {
    list-style-type: none;
    margin: 0;
}

.tx-pagebrowse-pi1 li {
    display: inline;
}

.tx-pagebrowse-pi1 li.tx-pagebrowse-first {
    margin-right: 5px;
}

.tx-pagebrowse-pi1 li.tx-pagebrowse-last {
    margin-left: 5px;
}

.tx-pagebrowse-pi1 li.tx-pagebrowse-first,
.tx-pagebrowse-pi1 li.tx-pagebrowse-prev,
.tx-pagebrowse-pi1 li.tx-pagebrowse-next,
.tx-pagebrowse-pi1 li.tx-pagebrowse-last {
    font-size: 1.2em;
}

.tx-pagebrowse-pi1 ol {
    list-style-type: none;
    display: inline-block;
    width: 60%;
    width: auto;
    margin: 0;
    padding: 0;
}

.tx-pagebrowse-pi1 ol li {
    padding: 0 5px;
}

/*******************************************************************************
 * _TT News
 ******************************************************************************/

/**List**/
.news-list-container h2.t1_teaserItemHeader {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 5px 0;
}

/**Single**/
.news-single-item .news-single-timedata {
    font-weight: bold;
}

.news-single-item .news-single-top-navi {
    height: 18px;
    margin-bottom: 10px;
    width: 725px;
}

.news-single-item #prevNews,
.news-single-item #backToList {
    background: url(../img/browse_prev.gif) top left no-repeat;
    float: left;
    height: 18px;
    margin-right: 5px;
    width: 22px;
}

.news-single-item #nextNews {
    background: url(../img/browse_next.gif) top right no-repeat;
    float: right;
    height: 18px;
    margin-left: 5px;
    width: 22px;
}

.news-single-item .news-single-top-prev {
    float: left;
    width: 200px;
}

.news-single-item .news-single-top-next {
    float: right;
    width: 105px;
}

.news-single-item .news-single-top-next a span {
    float: left;
}

.news-single-item .news-single-top-navi a:hover,
.news-single-item .news-single-backlink a:hover {
    color: #25282b;
    text-decoration: none;
}

.news-single-item .borderBottom {
    border-top: 1px solid #25282b;
    padding-bottom: 10px;
}

.news-single-item .news-single-contentSingle {
    margin: 15px 0;
}

.news-single-item .news-single-imageSingle {
    float: left;
    margin-right: 10px;
}


/*******************************************************************************
 * Login
 ******************************************************************************/

.tx-felogin-pi1 div.input {
    margin: 3px 0;
}

.tx-felogin-pi1 input[type=text],
.tx-felogin-pi1 input[type=password],
.tx-felogin-pi1 input.text,
.tx-felogin-pi1 textarea {
    border: 1px solid #4C4C4C;
    padding: 4px;
    width: 220px;
    color: #2a2f33;
}

.tx-felogin-pi1 input[type=submit] {
    background: #4C4C4C; /* Old browsers */
    border: 1px solid #999;
    cursor: pointer;
    display: block;
    color: #fff;
    margin-top: 8px;
    padding: 3px 10px;
    width: 110px;
}
.tx-felogin-pi1 input[type=submit]:hover {
}

.tx-felogin-pi1 label {
    display: block;
    float: left;
    font-weight: bold;
    padding-left: 0;
    width: 100px;
}

.tx-felogin-pi1 form fieldset div {
    border: none;
    clear: both;
}

.tx-felogin-pi1 form fieldset {
    border: none;
}
