/* DEFAULT begin */
body {
  margin : 0;
  padding : 0;
  font-family : Verdana, Tahoma, Arial, sans-serif;
  font-size : 11px;
  color : #333;
  background-color : #f7e7ce;
}

h1 {
  margin : 10px 0 10px 0;
  font-size : 1.2em;
}

h3.imageheader {
  margin : 0;
}

select {
  border : 1px solid #edd4a6;
  background-color : #fee5c7;
  padding : 3px;
  width : 224px;
}
select option {
  font-size : 12px;
  padding : 3px;
  border-bottom : 1px solid #edd4a6;
}

.imageheader strong {
  display : none;
}
.imageheader-title {
  margin-left : -999em;
}

.csc-textpic-clearer,
.csc-textpic-clear,
.clearer {
  clear : both;
}

.row-margin {
  margin : 0 0 30px 0;
}
.small-margin {
  margin : 0 0 50px 0;
}
.medium-margin {
  margin : 0 0 100px 0;
}
.big-margin {
  margin : 0 0 200px 0;
}
/* DEFAULT end */



/* LINKS begin */
a {
  text-decoration : none;
  color : #5f5f5f;
}
a:hover {
  color : #000;
}

a.fblink,
a.twitterlink,
a.weblink {
  padding : 0 0 5px 0;
}

a img {
  border : 0;
}
a.mail img {
  width : 25px;
  margin : 0 10px 0 0;
  border : 0;
}
a.fblink img,
a.twitterlink img,
a.weblink img {
  margin : 0 10px -8px 0;
  border : 0;
}
/*
a.fblink span.rtelink,
a.twitterlink span.rtelink,
a.weblink span.rtelink,
a.mail span.rtelink {
  display : block;
  float : right;
  margin : 4px 0 0 35px;  
}
*/
a.fblink span.rtelink,
a.twitterlink span.rtelink,
a.weblink span.rtelink,
a.mail span.rtelink {
  display : block;
  margin : -14px 0 0 35px;  
}

/* LINKS end */



/* WRAPPER begin */
#wrap {
  position : relative;
  margin : 0 auto;
  width : 950px;
  padding : 0 20px 20px 20px;
  background-color : #ffffff;
  box-shadow : 0 0 20px #764536
}
/* WRAPPER end */


/* HEADER begin */
#header {
  position : relative;
  height : 210px;
  padding : 50px 0 0 0;
  margin : 0 -20px 0 -20px;
  background-color : #EDD4a6;
}

#headmenu {
  position : absolute;
  right : 10px;
  top : 30px;
  text-align : right;
  list-style-type : none;
  padding : 0;
  margin : 0;
}
#headmenu li {
  padding : 0;
  margin : 0;
  display : inline;
}

#headimg {
  background-color : #eae3dd;
}

#suchbox {
  position : absolute;
  top : 60px;
  right : 10px;
  z-index : 9;
}
#suchbox .input,
.searchbox-tmpl-css .sword {
  width : 120px;
  border : 2px solid #eae3dd;
  font-size : 11px;
  background : #fee5c7;
}
#suchbox .submit,
.searchbox-tmpl-css .submit {
  width : 20px;
  padding : 0;
  margin : 0;
  border : 0;
  background : url(../img/lupe.png) center center transparent no-repeat;
  cursor : pointer;
}
#suchbox input:not([type="submit"]):focus,
.searchbox-tmpl-css sword:focus {
  background : #fff none;
  border : 1px solid #333;
}


#logo {
  position : absolute;
  bottom : 30px;
  right : 20px;
  text-align : right;
  z-index : 10;
}

#rootline {
  color : #999;
  font-size : 10px;
  margin : 25px 0 0 0;
}
/* HEADER end */


/* FOOTER begin */
#footer {
  position : relative;
  margin : 0 -20px -20px -20px;
  padding : 20px 20px 10px 20px;
  background-color : #EDD4a6;
}
#footer .contentspacer {
  height : 20px !important;
}
#footer_menu {
  position : relative;
  top : 0;
  left : 0;
/*
  display : block;
*/
}
#footer_menu ul {
  float : left;
  width : 195px;
  list-style-type : none;
  padding : 0;
  margin : 0 40px 0 0;
}
#footer_menu ul li {
  margin : 0 0 10px 0;
}
#footer_menu ul li.footer_l2 {
  margin : 0 0 3px 10px;
}
#footer_contact {
/*
  position : relative;
  display : block;
*/
  clear : both;
  margin : 0;

}
.footer_l1 a {
  font-weight : bold;
}
.footer_l1 {
  border-bottom : 1px solid #999;
}
/* FOOTER end */


/* MAIN begin */
#main {
  position : relative;
  margin-top : 25px;
}

#left {
  position : relative;
  width : 224px;
  float : left;
}
#left .imageheader {
  background-color : #ffe0b2;
  padding : 8px 8px 0 8px;
}
#right {
  position : relative;
  width : 706px;
  margin : 0 0 0 20px;
  float : left;
}
#right a {
  color : #bd7100;
}
#right a:hover {
  color : #9b5000;
}
.contentspacer {
  clear : both;
  display : block;
  height : 30px;
}

#contentfooter {
  position : relative;
}

#mainmenu {
  position : absolute;
  right : 10px;
  bottom : -15px;
  list-style-type : none;
  padding : 0;
  margin : 0;
  width : 560px;
}
#mainmenu li {
  display : inline-block;
  width : 180px;
  height : 30px;
  margin-right : 10px;
}
#mainmenu li.last {
  margin-right : 0;
}
/* MAIN end */


/* SUBMENU begin */
#submenu {
  list-style-type : none;
  padding : 0;
  margin : 0;
  font-size : 14px;
}
#submenu li {
  display : block;
  padding : 8px;
  width : 206px;
  background-color : #fee5c7;
}
#submenu li.l1 {
  margin : 0 0 5px 0;
}

#submenu li:hover {
  background-color : #ffe0b2;
}
/*
#submenu li.act {
  margin : 20px 0;
}
*/
#submenu li.cur {
  position : relative;
  background-color : #ffc063;
}
#submenu li.cur .arrow {
  position : absolute;
  top : 0;
  right : -34px;
  border-color : white white white #ffc063;
  border-style : solid;
  border-width : 17px;
  height : 0;
  width : 0;
}
#submenu li.cur .arrow2 {
  position : absolute;
  top : 3px;
  right : -28px;
  border-color : transparent transparent transparent #fff;
  border-style : solid;
  border-width : 14px;
  height : 0;
  width : 0;
}
a.cur  {
  color : #000;
}
.lev1 .sublev li {
  border-bottom : 1px dashed #fff;
}
.lev1 .sublev .sublev li {
  border-bottom : 1px dotted #fff;
}
.lev1 li {
  border-left : 3px solid #ffc063;
  margin : 0 0 2px 0;
}
.lev2 li,
.lev3 li {
  border-left : 0 solid white;
}
.lev2 li:last-child,
.lev3 li:last-child {
  border-top : 0 solid white !important;
  border-bottom : 0 solid white !important;
}
.lev2,
.lev3 {
  font-size : 13px;
  padding : 0;
}
#submenu .lev2 li {
  padding : 4px 0 4px 20px;
  width : 202px;
}
#submenu .lev3 li {
  padding : 4px 0 4px 40px;
  width : 182px;
}
#submenu .lev2 li.act,
#submenu .lev3 li.act {
  margin : 0 !important;
}
#submenu .lev2 li.cur .arrow,
#submenu .lev3 li.cur .arrow {
  right : -25px;
  border-width : 13px;
}
#submenu .lev2 li.cur .arrow2,
#submenu .lev3 li.cur .arrow2 {
  right : -20px;
  border-width : 10px;
}
#submenu li.sublev {
  margin : -5px 0 5px 0;
  padding : 0;
  width : 222px;
  border-top : 1px solid #fff;
}
#submenu li.sublev li.sublev {
  margin : -5px 0 0 0;
  border-top : 1px dashed #fff;
}

#submenu li.sublev:hover {
  background-color : #fee5c7;
/*
  background-color : #ffe0b2;
*/
}
#submenu li.spc {
  height : 15px;
  border-left : 0 solid white;
  background-color : transparent;
  padding : 0;
}
#submenu li.spc:hover {
  background-color : transparent;
}
/* SUBMENU end */


/* SUBPAGES-MENU begin */
.subpagesmenu {
  float : left;
  width : 240px;
}
.subpagesmenu.right {
  margin : 0 0 0 20px;
}
.subpagesmenu-entry {
  margin : 25px 0;
}
/* SUBPAGES-MENU end */


/* CONTENT begin */
#contentheader {
  position : relative;
  clear : both;
}

.col2container {
  position : relative;
  float : left;
}
#contentleft,
#contentinsideleft {
  width : 500px;
  padding : 0 10px 0 0; 
  min-height : 350px;
  border-right : 1px solid #999;
  font-size : 13px;
}
#contentleft.wide {
  width : 700px;
  border-right : none;
}
#contentleft h1,
#contentinsideleft h1 {
  margin : 10px 0 10px 0;
  font-size : 1.2em;
  border-bottom : 5px solid #ffa500;
}

#contentright,
#contentinsideright {
  margin : 10px 0 0 0;
  padding : 90px 0 90px 10px;
  width : 185px;
  min-height : 350px;
  font-size : 11px;
}
#contentinsideright {
  margin : 10px -10px 0 0;
  min-height : 170px;
}

#contentright h3,
#contentinsideright h3 {
  margin : 10px 0 10px 0;
  font-size : 1.2em;
  border-bottom : 1px solid #333;
}

#sidecontent {
  padding : 8px;
}
.box {
  position : relative;
  margin : 0 0 21px 0;
  padding : 8px;
  background-color : #ffe0b2;
}
#sidecontent.lkmap {
  padding : 350px 0 0 0;
  text-align : center;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
/* CONTENT end */


/* LOSUNGEN begin */
.losungen-main {
  padding : 0 8px 8px 8px;
  text-align : left;
  background-color : #ffe0b2;
}
.losungen-header {
  text-align : left;
  font-size : 20px;
  font-weight : bold;
  margin-bottom : 5px;
}
.losungen-date {
  text-align : left;
}
.losungen-space {
  text-align : left;
  height : 15px;
}
.losungen-verse1verse,
.losungen-verse2verse {
  text-align : right;
  font-size : 9px;
}
.losungen-license {
  text-align : center;
  font-size : 9px;
}
.losungen-lehrtextlink {
  text-align : right;
}
/* LOSUNGEN end */


/* CALENDAR begin */
#topcal {
  /*
  height : 154px;
  */
  background-color : #ffe0b2;
  padding : 8px;
  margin-bottom : 18px;
}
#calendar-event-backlink {
  clear : both;
}

#calendar-event h1 {
  text-align : left;
}

#calendar-event #contentinsideleft {
  min-height : 700px;
}
#calendar-event #contentinsideleft div {
  margin : 10px 0;
}
#calendar-event #contentinsideleft div p {
  margin : 3px 0 0 25px;
}

#calendar-event #contentinsideleft div.cal-event-orga {
  margin : 20px 0;
}
#calendar-event #contentinsideleft div.cal-event-desc {
  margin : 30px 0;
}

#calendar-event #contentinsideleft div.cal-event-label {
  float : left;
  width : 100px;
  font-weight : bold;
  clear : both;
  margin : 0 !important;
}
#calendar-event #contentinsideleft div.cal-event-label2 {
  font-weight : bold;
  margin : 0;
}
.cal-event-startdate,
.cal-event-enddate,
.cal-event-starttime,
.cal-event-endtime {
  display : inline;
}

#minical_list .minical_entry {
  background-color : #fee5c7;
  margin : 10px 0;
  padding : 4px;
}

#minical_cal #minical-header-prevnext {
  text-align : center;
}
#minical_cal .month-small {
  margin : 0 auto;
}

#minical_cal td.dayNum {
  text-align : center;
  font-size : 12px;
}

.tx-cal-controller .month-small th,
.tx-cal-controller .month-medium th,
.tx-cal-controller .month-large th,
.tx-cal-controller .month-weekdays {
  background : transparent;
}

.withEventsDay {
  background-color : #fcc471;
}

#minical_cal{
  margin : 21px 0;
}

.minical_event,
.list-entry-event-link {
  font-weight : bold;
}
.list-entry-event-link img {
  float : right;
}
.minical_info,
.list-entry-event-info {
  margin : 4px 0 0 10px;
}
.minical_info .minical-event-label {
  float : left;
  width : 48px;
  clear : both;
  font-style : italic;
}

.tx-cal-controller .list-entry {
  margin : 20px 0 0 0;
  padding : 5px;
  background-color : #fff5e9;
}
.tx-cal-controller .list-entry.even {
  background-color : #fff0e9;
}

.tx-cal-controller .list-entry-event-date {
  margin : 0 0 8px 0;
}
.tx-cal-controller .list-entry-event-time {
  margin : 0 0 0 15px;
}

.list-view p.pagebrowser {
  clear : both;
}

.cal_organizer,
.cal_location,
.cal_attendee {
  margin-bottom : 50px;
}

.cal-organizer-name,
.cal-organizer-zipcity,
.cal-organizer-phone {
  margin : 0 0 10px 0;
}

.cal-organizer-fax {
  margin : -10px 0 10px 0;
}

/* CALENDAR end */


/* NEWS begin */
.news-list-item {
  position : relative;
  padding : 5px;
  display : block;
  border-bottom : 1px solid orange;
  margin : 0 0 20px 0;
}
.news-item1 {
  margin : 0 5px 10px 0;
}
.news-item2 {
  margin : 0 0 10px 5px;
}
.news-list-item h3 {
  margin-top : 0;
}
.news-list-item img {
  position : relative;
  float : left;
  margin : 0 8px 0 0;
  /* debug */
  width: 90px;
  height: 90px;
}
.news-list-item .more-link {
  position : relative;
  float : right;
  margin : 0;
}
.news-list-item .subheader {
  font-weight : bold;
}
.news-list-item .textpreview {
  margin : 10px 0 0 0;
}
.news-list-spacer {
  border-bottom : 1px solid #333;
  height : 10px;
  margin-bottom : 10px;
}
.news-list-date {
  float: left;
  width: 200px;
}
.news-list-cat {
  float: right;
  width: 207px;
  padding-left: 73px;
}
.news-list-cat-label {
  margin-left: -73px;
}
h2.news-list-title {
  clear: both;
}

.pagebrowser,
.wtdirectory_pagebrowser {
  text-align : center;
}
.pagebrowser ul,
.wtdirectory_pagebrowser ul{
  position : relative;
  bottom : 0;
  list-style-type : none;
  padding : 0;
  margin : 0;
}
.pagebrowser ul li,
.wtdirectory_pagebrowser ul li {
  display : inline-block;
  margin : 0 10px 0 0;
}

.news-latest-container {
  padding : 0;
}
.news-latest-item {
  position : relative;
  width : 280px;
  height : 120px;
  float : left;
  padding : 0;
  margin : 10px 0 10px 36px;
  background-color : #ffe0b2;
}
.news-latest-gotoarchive {
  clear : both;
  float : right;
}
.news-latest-category {
  overflow : hidden;
  height : 14px;
  text-indent : 999em;
  white-space : nowrap;
  background-repeat : no-repeat;
}
.news-latest-textarea {
  position : relative;
  height : 108px;
  padding : 5px;
  overflow : hidden;
}
.news-latest-text {
  margin : 5px 0 0 90px;
}
.news-latest-text h3 {
  margin : 0;
}
.news-latest-image {
  position : absolute;
  left : 0;
  bottom : 0;
  margin : 0 0 -10px -10px;
}

.news-single-item {
  position : relative;
}
.news-single-item h1 {
  clear : both;
}
.news-single-item .contentspacer {
  height : 10px !important;
}
.news-single-rightbox {
  position : relative;
  float : right;
  margin : 0 0 10px 50px;
  font-weight : normal;
  clear : both;
}
.news-single-subheader {
  position : relative;
  font-weight : bold;
  margin : 0 0 10px 0;
}
.news-single-img {
  float : left;
  margin : 15px 15px 15px 0;
}

.news-single-navigation {
  margin : 50px 0 0 0;
  clear : both;
}
.news-single-nextlink,
.news-single-prevlink,
.news-single-backlink {
  float : left;
  width : 233px;
}
.news-single-backlink {
  text-align : center;
}


.news-amenu-container ul {
  list-style-type : none;
  padding : 0;
  margin : 0;
  font-size : 14px;
}
.news-amenu-container ul li {
  display : block;
  padding : 8px;
  width : 206px;
  background-color : #fee5c7;
}
.news-amenu-container ul li.news-archive-year {
  font-weight : bold;
}
.news-amenu-container ul li:hover {
  background-color : #ffe0b2;
}
.news-amenu-container ul li.news-archive-year:hover {
  background-color : #fee5c7;
}

.news-single-additional-info {
  clear: both;  
}
dl.news-single-files dd div {
  display: inline;
  margin-right: 10px;  
}

.news-related-files-description {
  margin: 1em 1em 2em 1em;
}

/* NEWS end */



/* SEARCHRESULTS begin */
.percent-tmpl-css {
  float : right;
  font-weight : normal;
  font-size : 10px;
}
.info-tmpl-css {
  margin : 0 0 0 35px;
}
ul.browsebox {
  list-style-type : none;
  padding : 0;
  margin : 30px 0 30px 0;
  text-align : center;
}
ul.browsebox li {
  padding : 0;
  margin : 0 20px 0 0;
  display : inline;
}
.search_fieldset {
  border : none;
}
.searchbox-tmpl-css {
  margin : 0 0 20px 0;
}
/* SEARCHRESULTS end */



/* POWERMAIL begin */
.tx-powermail fieldset {
  border : none;
}
.tx-powermail fieldset legend {
  display : none;
}
.powermail_pi1_fieldwrap_html {
  margin : 5px 0;
}
input.powermail_submit,
input.powermail_reset,
input.tx-powermail-pi1_confirmation_back,
input.tx-powermail-pi1_confirmation_submit {
  border : 1px solid #eae3dd;
  background : #fee5c7;
  padding : 2px;
  width : 100px;
  color : #515151;
  font-weight : bold;
}
input.powermail_submit,
input.tx-powermail-pi1_confirmation_submit {
  margin : 0 0 0 325px;
}
input.tx-powermail-pi1_confirmation_submit {
  width : 150px;
}
input.powermail_reset,
input.tx-powermail-pi1_confirmation_back {
  float : left;
  margin : 25px 0 0 170px;
  font-weight : normal;
}
input.tx-powermail-pi1_confirmation_back {
  margin : 25px 0 0 175px;
}

.tx-powermail input.powermail_input,
.tx-powermail input.powermail_date,
.tx-powermail input.powermail_datetime,
.tx-powermail textarea.powermail_textarea,
.tx-powermail select,
.powermail_all_value {
  border : 1px solid #eae3dd;
  font-size : 14px;
  background : #fee5c7;
  padding : 2px;
  width : 250px;
}
.powermail_all_value {
  background : #e8e8e8;
}
.tx-powermail .style2 input.powermail_text {
  width : 100px;
}
.tx-powermail textarea.powermail_textarea {
  height : 100px;
  max-width : 350px;
  min-width : 250px;
  min-height : 100px;
}
div.powermail_fieldwrap label a,
div.powermail_fieldwrap p a,
div.powermail_fieldwrap fieldset legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a,
div.powermail_fieldwrap fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title a {
  cursor : help;
  text-decoration : none;
}
div.powermail_fieldwrap label a dfn,
div.powermail_fieldwrap p a dfn,
div.powermail_fieldwrap fieldset legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a dfn, 
div.powermail_fieldwrap fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title a dfn {
  background-color : #fee5c7;
  border : 3px solid #ffa500;
  color : #333;
  display : none;
/*
  font-size : 11px;
*/
  padding : 3px 10px 5px;
  position : absolute;
  text-decoration : none;
  width : 250px;
  font-weight : normal;
  z-index: 10;
}
div.powermail_fieldwrap label a:hover dfn,
div.powermail_fieldwrap p a:hover dfn,
div.powermail_fieldwrap fieldset legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a:hover dfn,
div.powermail_fieldwrap fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title a:hover dfn {
  display : block;
}
div.powermail_fieldwrap img.icon_info {
  padding : 2px 2px 0;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
  margin : 0;
  padding : 0;
  font-weight : bold;
}
fieldset.powermail_fieldset label,
fieldset.powermail_fieldset fieldset legend,
td.powermail_all_label {
  display : block;
  width : 170px;
  float : left;
  font-weight : bold;
  color : #515151;
  white-space : normal;
}
.powermail_mandatory_helper {
  visibility : hidden;
  height : 1px;
  position : absolute;
}
fieldset.powermail_fieldset .powermail_check_inner,
fieldset.powermail_fieldset .powermail_radio_inner {
  margin-left : 200px;
  clear : both;
}
fieldset.powermail_fieldset .powermail_check_inner label,
fieldset.powermail_fieldset .powermail_radio_inner label {
  float : none;
  width : auto;
  display : inline;
  font-weight : normal;
  margin-left : 7px;
}
fieldset.powermail_fieldset .powermail_check_inner input,
fieldset.powermail_fieldset .powermail_radio_inner input {
  float : left;
  position : relative;
  clear : left;
}
fieldset.powermail_fieldset fieldset {
  border : 0 none;
  padding : 0;
  margin : 0;
  position : relative;
}
fieldset.powermail_fieldset fieldset legend {
  position : absolute;
  left : 0;
  padding : 0;
  margin : 0;
}
.powermail_mandatory {
  color : #ffa500;
}
.placeholder {
  color : #999;
}
fieldset.powermail_fieldset textarea:focus,
fieldset.powermail_fieldset input:not([type="submit"]):focus {
  background : #fff none;
  border : 1px solid #333;
}

/* error message */
.error,
.formErrorContent {
  background-color : #ffa500;
  border : 1px solid #ffa500;
  font-size : 11px;
  color : #333;
  padding : 3px 10px 5px 10px;
  margin-left : -2px;
  z-index : 10;
  text-align : left;
  height : auto;
}

.error p,
.formErrorContent p {
  margin : 0;
  padding : 0;
  font-weight : bold;
}

/* pure CSS arrow */
.error em,
.formErrorArrow {
  display : block;
  width : 0;
  height : 0;
  border : 10px solid;
  border-color : #ffa500 transparent transparent;
  position : absolute;
  bottom : -7px;
  left : 5px;
  border-bottom : 0 none;
}
/* POWERMAIL end */


/* RSSIMPORT begin *
.tx-gkhrssimport-pi1-rss_title, tx-gkhrssimport-pi1-rss_title a {
    color: #FF6100;
    font-family: Georgia,Times New Roman,Times,serif;
    font-size: medium;
    font-weight: bold;
    padding-bottom: 1px;
    width: 100px;
}
.tx-gkhrssimport-pi1-description {
    border-bottom: 0 solid #2763A5;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.tx-gkhrssimport-pi1-header {
    font-weight: bold;
}
.tx-gkhrssimport-pi1-content, .tx-gkhrssimport-pi1-download {
    margin-bottom: 10px;
}
.tx-gkhrssimport-pi1-pubbox, .tx-gkhrssimport-pi1-date, .tx-gkhrssimport-pi1-author, .tx-gkhrssimport-pi1-category {
    display: inline;
}
.tx-gkhrssimport-pi1-content p img {
    float: left;
    height: 100px;
    padding-bottom: 5px;
    padding-right: 5px;
    width: 150px;
}
* RSSIMPORT end */


/* T3default ANPASSUNGEN begin */
div.csc-textpic-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-right div.csc-textpic-imagewrap {
  float : right;
}

div.csc-textpic-above div.csc-textpic-imagewrap {
  margin : 0;
}

div.csc-textpic-center div.csc-textpic-imagewrap {
  text-align : center;
  margin : 0 auto !important;
}
div.csc-textpic-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap,
div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
  margin : 0 0 5px 10px;
}
div.csc-textpic-intext-left div.csc-textpic-imagewrap {
/*
  margin-top : -35px;
*/
}

div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-right .csc-textpic-imagewrap {
  padding : 5px 2px 0 15px;
}
.csc-textpic-imagewrap {
  background-color : #fee5c7;
}

div.csc-textpic-above div.csc-textpic-imagewrap,
div.csc-textpic-below div.csc-textpic-imagewrap {
  background-color : transparent;
}

div.csc-textpic-below ul {
  list-style-type : none;
  padding : 0;
  margin : 0;
}
div.csc-textpic-below ul li {
  padding : 0;
  margin : 0 10px 0 0;
  display : inline;
}

.csc-textpic-imagewrap dl {
  margin : 0;
}
.csc-textpic-caption {
  background-color : #fee5c7;
  border-top : 1px solid #333;
  margin : 10px 0 0 0;
  padding : 3px;
  font-size : 11px;
}
div.csc-textpic-above .csc-textpic-caption {
  margin : 2px 0 0 0;
}
div.csc-textpic-intext-left .csc-textpic-caption,
div.csc-textpic-intext-right .csc-textpic-caption {
  text-align : right;
}
.toplink {
  float : right;
  background : url(../img/totop.png) center right no-repeat transparent;
  padding : 0 25px 0 0;
}
.csc-header {
  clear : left;
}
.csc-header-n1,
.csc-header-n2,
.csc-header-n3,
.csc-header-n4 {
  margin-top : 30px;
}
.csc-textpic-imagerow ul {
  margin : 0;
  padding : 0;
  list-style-type : none;
}
.csc-textpic-imagerow dl,
.csc-textpic-imagerow ul li {
  display : inline;
}
/* T3default ANPASSUNGEN end */



/* offene Kirche begin */
.offene_kirche_bild {
  float: left;  
}
.offene_kirche_daten {
  margin-left: 140px;  
}
.offene_kirche_eintrag .offene_kirche_daten {
  margin-left: 280px;  
}
.offene_kirche_name,
.offene_kirche_infolabel {
  font-weight: bold;
}
.offene_kirche_mehr {
  float: right;  
}
.offene_kirche_objekt {
  margin-bottom: 20px;  
}
.offene_kirche_info {
  margin-left: 100px;
}
.offene_kirche_info p {
  margin-top: 0;
}
/* offene Kirche end */


/* content lightbox begin */
#lightboxcontent {
  background-color: #fff;  
}
#lightboxcontent #contentleft,
#lightboxcontent #contentleft.wide {
  width: 95%;
  margin: 0 auto;
}
#lightboxcontent .col2container {
  float: none;
    
}
/* content lightbox end */


/* SLIDE DOWN begin */
.slidedown .csc-header {
  cursor: pointer;
  background-image: url("../img/slidedown.png");
  background-position: center right;
  background-repeat: no-repeat;
}
.slidedown .csc-header.open {
  background-image: url("../img/totop.png");
}
/* SLIDE DOWN end */



.address-icon {
  margin-right: 6px;
}
#right .offene_kirche_listeneintrag .offene_kirche_name a {
  color: #333;
}
#right .offene_kirche_listeneintrag .offene_kirche_name a:hover {
  color: #9b5000;
}


.italic {
  font-style: italic;
}





/* GALLERYY begin */
.gallery .csc-textpic-imagerow {
  clear: both;
}
.gallery .csc-textpic-imagerow .clearer {
  margin-bottom: 20px;
}
.gallery .csc-textpic-image {
  float: left;
  margin-right: 20px;
}
.gallery .csc-textpic-image.csc-textpic-last {
  margin-right: 0;
}
/* GALLERYY end */



/* ALOHA begin */
.aloha-viewpage-controls {
  display: none !important;
}
#footer .aloha-editable-highlight,
#left .aloha-editable-highlight,
#right .aloha-editable-highlight {
  outline: 5px solid orange !important;
}
/* ALOHA end */




.divider {
  clear: both;
}
.divider hr {
  display: none;
}


li.csc-uploads-element {
  position: relative;
  margin-bottom: 1em;
}
span.csc-uploads-fileSize {
  position: absolute;
  right: 0;
  top: 0;
}
#sidecontent #bild-und-bibel .dbg-top_left,
#sidecontent #bild-und-bibel .dbg-top_middle,
#sidecontent #bild-und-bibel .dbg-top_right,
#sidecontent #bild-und-bibel .dbg-header_left,
#sidecontent #bild-und-bibel .dbg-header_middle,
#sidecontent #bild-und-bibel .dbg-header_right,
#sidecontent #bild-und-bibel .dbg-middle_left,
#sidecontent #bild-und-bibel .dbg-middle,
#sidecontent #bild-und-bibel .dbg-middle_right,
#sidecontent #bild-und-bibel .dbg-bottom_left,
#sidecontent #bild-und-bibel .dbg-bottom_middle,
#sidecontent #bild-und-bibel .dbg-bottom_right,
#sidecontent #bild-und-bibel .dbg-footer_left,
#sidecontent #bild-und-bibel .dbg-footer_middle,
#sidecontent #bild-und-bibel .dbg-footer_right {
  background: none;
}
#sidecontent #bild-und-bibel .dbg-header,
#sidecontent #bild-und-bibel .dbg-header_left,
#sidecontent #bild-und-bibel .dbg-header_right {
  height: 110px;
}
#sidecontent #bild-und-bibel .bild-und-bibel__countdown {
  font-family: inherit;
}
#sidecontent #bild-und-bibel .dbg-top_middle h3 {
  font-size: 1em;
}


div.csc-textpic-imagewrap ul {
  list-style-type : none;
  padding : 0;
  margin : 0;
}
div.csc-textpic-imagewrap ul li.csc-textpic-image {
  padding : 0;
  margin : 0 10px 0 0;
  float : left;
}
div.csc-textpic-imagewrap ul li.csc-textpic-last {
  margin: 0;
}