/* CSS Document */

body {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  width: 985px;
  margin: 0 auto;
  background-image: url(../images/background2.gif);
  background-repeat: repeat-x;
}

body#column2 #divPage {
  background-image: url(../images/background_wide.gif);
  background-repeat: repeat-y;
}

body#column3 #divPage {
  background-image: url(../images/background.gif);
  background-repeat: repeat-y;
}

body#start {
  /* background-image: url(../images/background_start.gif);
  background-repeat: repeat-y; */
  background-image: url(../images/background2_start.gif);
  background-repeat: repeat-x;
}

#divPage {
  /* background-image: url(../images/background2.gif);
  background-repeat: repeat-x;
  height: 252px; */
}

#divWrapper {
  width: 985px;
  position: relative;
}

#divHead {
  /* background-color: #fff; */
  /* border-bottom: 30px solid #b9a88d; */
  height: 100px;
  background-image: url(../images/background2.gif);
  background-repeat: repeat-x;
}

#divHead .logo {
  /* padding-left: 266px; */
  float: right;
}

#logo {
  padding: 0 5px 0 13px;
  float: left;
  margin-bottom: -10px;
}

#permNav {
  background-color: #857356;
  color: #fff;
  font-size: 11px;
  height: 22px;
  margin: 70px 0 0 20px;
  padding: 8px 5px 0 1px;
  float: right;
}

#permNav a {
  color: #fff;
    padding: 8px 6px 8px 6px;
  text-decoration: none;
}

#permNav a.active, #permNav a:hover {
  text-decoration: underline;
}

#searchbox {
  float: left;
  margin-top: 70px;
  padding: 4px 0 0 15px;
}

#divNavigationContainer {
  background-color: #fedc86;
  border-top: 10px solid #fff;
  float: left;
  padding: 0px;
  margin-bottom: 1em;
  width: 245px;
  position: absolute;
  top: 100px;
}

#mainNav, #mainNav ul {
  border: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#mainNav li {
    border-bottom: 1px solid #fedc86;
    margin: 0;
    list-style-type: none;
}

#mainNav li a {
  color: #fff;
    display: block;
    padding: 6px 6px 6px 6px;
  border-left: 20px solid #857356;
  background-color: #feb400;
  text-decoration: none;
  width: 213px;
}

#mainNav li a.active, #mainNav li a:hover {
  border-left: 20px solid #bd6939;
  background-color: #f5601d;
}

#mainNav li li {
    border-top: 1px solid #fedc86;
    border-bottom: 0;
    margin: 0;
}

#mainNav li li a {
  border-left: 20px solid #ceb273;
  background-color: #fedc86;
  color: #f5601d;
  padding: 4px .5em 4px 1.3em;
  width: 200px;
}

#mainNav li li a.active, #mainNav li li a:hover {
  border-left: 20px solid #E28948;
  background-color: #fedc86;
  color: #f5601d;
  font-weight: bold;
  padding: 4px .5em 4px 1.3em;
}

#mainNav li li li a {
  background-color: #fedc86;
  border-left: 20px solid #E28948;
  color: #f5601d;
  padding: 3px .5em 3px 3em;
  width: 179px;
}

#mainNav li li li a.active, #mainNav li li li a:hover {
  background-color: #fedc86;
  background-image: url(../images/bg-navpoint.gif);
  border-left: 20px solid #E28948;
  color: #f5601d;
  font-weight: normal;
  padding: 3px .5em 3px 3em;
}

#mainNav li li li li a {
  background-color: #fedc86;
  border-left: 20px solid #E28948;
  color: #f5601d;
  padding: 3px .5em 3px 4.6em;
  width: 162px;
}

#mainNav li li li li a.active, #mainNav li li li li a:hover {
  background: #fedc86 url(../images/bg-navpoint.gif) 20px 0;
  border-left: 20px solid #E28948;
  color: #f5601d;
  font-weight: normal;
  padding: 3px .5em 3px 4.6em;
}

#divTeaserContainer {
  border-top: 10px solid #fff;
  float: right;
  width: 740px;
  height: 139px;
}

#divTeaserImage {
  float: left;
  width: 490px;
}

#divTeaserInfo {
  background-color: #f5601d;
  float: left;
  height: 139px;
  width: 250px;
}

#divBreadcrumb {
  font-size: 10px;
  padding-top: 10px;
  /* margin-bottom: -5px; */
  margin-bottom: 10px;
}

#divMainContentContainer {
  float: right;
  padding: 0 0 0 36px;
  /* text-align: justify; */
  width: 704px;
}

#divContentContainer {
  float: left;
  width: 416px;
}

#divContentContainerWide {
  float: left;
  width: 656px;
}

#divContentContainerStart h1, #divContentContainerWide h1, #divContentContainer h1 {
  color: #f5601d;
  font-size: 18px;
  padding-top: 0;
  margin-top: 0;
}

#divContentContainer h2 {
  color: #857356;
  font-size: 14px;
  padding-top: 0;
  margin-top: 0;
}

#divSidebar {
  float: right;
  width: 210px;
  padding: 0 15px 0 25px;
  margin-top: -10px;
}

#divSidebarStart h1, #divSidebar h1 {
  background: url(../images/bg-teaserh1.gif) no-repeat 0 3px;
  color: #b9a88d;
  font-size: 16px;
  padding: 0 0 5px 18px;
}

#divFooter {
  margin-top: 10px;
  border-top: 1px solid #999;
  height: 60px;
    width: 416px;
  text-align: center;
  margin-left: 281px;
}

#divFooterWide {
  margin-top: 10px;
  border-top: 1px solid #999;
  height: 60px;
    width: 656px;
  text-align: center;
  margin-left: 281px;
}

a {
  color: #f5601d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul li {
  list-style-type: square;
}

.csc-textpic-caption {
  font-size: 9px;
  padding: 2px;
}

div.divider {
    clear: both;
    border: 0;
    height: 0;
    border-top: 1px solid #999;
    margin: 9px 0;
    line-height: 0;
    font-size: 0;
}

/* Startseite */

#divPageStart {
  background-image: url(../images/background2_start.gif);
  background-repeat: repeat-x;
  /* height: 333px; */
}

#divNavigationContainerStart {
  background-color: #fedc86;
  float: left;
  padding: 0px;
  margin-bottom: 1em;
  width: 245px;
}

#divTeaserContainerStart {
  border-top: 10px solid #fff;
  float: left;
  width: 985px;
  height: 223px;
}

#divTeaserImageStart {
  float: left;
  width: 490px;
}

#divTeaserInfoStart {
  background-color: #f5601d;
  float: left;
  height: 223px;
  width: 250px;
}

#divContentContainerStart {
  float: left;
  width: 440px;
  margin-top: 20px;
  padding: 0 26px 0 26px;
  border-right: 1px dotted #999;
}

#divSidebarStart {
  float: right;
  width: 440px;
  margin-top: 10px;
  padding: 0 15px 0 15px;
}

#divFooterStart {
  margin-top: 10px;
  background-color: #ffffff;
  border-top: 1px solid #999;
  height: 60px;
    width: 945px;
  text-align: center;
  margin-left: 20px;
}

#divSidebar ul,
#divContentContainer ul {
  margin-left: 18px;
  padding: 0;
}

.filelinks { margin-bottom: 16px; }

ul.news-list-container li {
  list-style-type: square;
  /* color: #F5601D; */
}

.news-list-item {
  clear: both;
}

.news-list-item h1 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.news-list-item img {
  float: left;
  margin-right: 15px;
  padding-bottom: 5px;
}

.news-single-additional-info {
  background-color: #F4EDE2;
  padding: 2px 10px;
  margin-bottom: 10px;
}

.news-list-date,
.news-list-date-start {
        color: #333;
        display: block;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 0.4em;
}

.news-single-item h3 {
  font-size: 12px;
}

.news-single-item .news-single-img {
  float: right;
  padding-left: 15px;
}

.news-single-additional-info dt {
  margin-bottom: 3px;
  font-weight: bold;
}

.news-single-additional-info dd {
  margin: 0;
}

.news-single-additional-info dd img {
  margin-right: 5px;
}

.news-single-img .news-single-imgcaption {
    font-size: 10px;
    width: 135px;
}

.browsebox { padding: 1em 0; text-align: center; }
.news-list-browse span { padding: 0 .2em; }


hr.clearer {
  height: 0;
  clear: both;
}

#divContentContainer .csc-textpic-imagerow ul { margin-left: 0; }

/*  kontaktformular */

.csc-mailform {
    border: 0;
    padding: 10px 0 0 0;
    margin: 0;
}

.csc-mailform-field {
    padding-bottom: 10px;
}

.csc-mailform-field label {
    display: block;
    float: left;
    width: 100px;
}

/* jm_gallery */

.jm-gallery-image-entry {
  padding-right: 20px;
}

.jm-gallery-album-entry {
  height: 160px;
}

/********************************************/
/*
.tx-veguestbook-pi1 {
    padding-top: 20px;
}
*/
.tx-guestbook-list-table {
    border: 1px solid #857356;
}

.tx-guestbook-list-header {
    background-color: #857356;
}

.tx-guestbook-list-rowleft {
    background-color: #e9dfcf;
}


.tx-veguestbook-pi1 h2.tx-guestbook-header {
    background-color: #857356;
    padding: 10px !important;
    width: 396px;
    color: #fff !important;
    font-size: 12px !important;
}

.tx-veguestbook-pi1 p {
    padding: 10px;
    padding-top: 0;
    border-bottom: 1px solid #857356;
}

.tx-guestbook-comment {
    font-style: italic;
}

.tx-guestbook-form-inputfield-med {
    border: 1px solid #857356;
}

.tx-guestbook-form-inputfield-big {
    border: 1px solid #857356;
}

.tx-guestbook-form-textarea {
    border: 1px solid #857356;
}

.tx-guestbook-form-error {
    color: #f5601d;
}

.tx-veguestbook-pi1 legend {
    display: inline;
    font-weight: bold;
    color: #f5601d;
    font-size: 18px;
    padding-top: 10px;
}


/********************************************/
/* default styles for extension "tx_jwcalendar_pi1" */
div.tx-jwcalendar-pi1 {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}

div.tx-jwcalendar-pi1 img {
    border:0;
}

div.tx-jwcalendar-pi1 a, div.tx-jwcalendar-pi1 table a {
    /* text-decoration:none;*/
    text-decoration:none;
    color: #692287;
}

div.tx-jwcalendar-pi1 a:hover,div.tx-jwcalendar-pi1 table a:hover {
    color: red;
}

div.tx-jwcalendar-pi1 input {
    clear:both;
    background: #FBE29F;
    border-top:2px #FCF6E5 solid;
    border-left:2px #FCF6E5 solid;
    border-right:2px #FECC3C solid;
    border-bottom:2px #FECC3C solid;
    text-align:center;  margin:10px;
    padding: 3px 14px;
}

div.tx-jwcalendar-pi1 .tx_jw_input_text {
    width:260px;
    border:1px #FECC3C solid;
    padding:3px;
    height:23px;
}

div.tx-jwcalendar-pi1 .tx_jw_select {
    font-size: 12px;
    border: 1px solid black;
}

div.tx-jwcalendar-pi1 .tx_jw_textarea {
    font-size:12px;
    height:120px;
    width:260px;
    padding:3px;
    border:1px #FECC3C solid;
}

div.tx-jwcalendar-pi1 .tx_jw_input_button {
/*    font-size:12px;
    background: #FBE29F;
    text-align:center;
    margin:4px 10px;
    padding:2px 4px; */
}

/********************************************/
/*****************LIST view ****************/
/********************************************/

div.jwcalendar_list table.calendar {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #857356;
  width: 100%;
}

div.jwcalendar_list table.calendar td {
  background-color: #F4EDE2;
  vertical-align: top;
}

div.jwcalendar_list table.calendar td.header {
  background-color: #B9A88D; /* 857356 */
  color: #fff;
  font-weight: bold;
}

div.jwcalendar_list table.calendar a {
  color: #f5601d;
  text-decoration: none;
}

div.jwcalendar_list table.calendar a:hover {
  text-decoration: underline;
}




div.jwcalendar_list {
    width:100%;
    background-color: #fff;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color:#193A72;
    border: none;
    margin: 0;
    padding: 0;
}

div.jwcalendar_list .title{
    font-size: 12px;
    font-weight: normal;
    color: #333;
    padding: 0 0 15px 0;
}

div.jwcalendar_list .prev_items {
    float:left;  font-size: 11px;  font-weight: bold;  text-align:left;  color:#193A72;  padding:8px 0 0 16px;
}

div.jwcalendar_list .next_items {
    float:right;  font-size: 11px;  font-weight: bold;  text-align:right;  color:#193A72;  padding:8px 0 0 16px;
}

div.jwcalendar_list .next_items {
}

div.jwcalendar_list .itemslist {
    padding: 0;
}

div.jwcalendar_list table.items {
    width:100%;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    text-align:left;
line-height:1.4em;
    empty-cells:show;
    border: none;
}

div.jwcalendar_list table.items td.label {
    background:#FCECC0;  width:33%;    vertical-align:top;  border: 1px  #FFC725 dotted;
    padding:5px;
}

div.jwcalendar_list table.items td.item {
    background:#FBE29F;  width:67%;
    border: 1px  #FFC725 dotted;  vertical-align:top;  padding:5px;
}

div.jwcalendar_list table.items p {
    font-size: 11px;   padding:0;
}

div.jwcalendar_list .submit {
    clear:both;     font-size: 11px;   padding:0;
}

/********************************************/
/*****************WEEK view ****************/
/********************************************/

div.jwcalendar_week{
  width:100%;  background-color:#FDF2D2;  font-family: Verdana, sans-serif;  font-size: 12px;
  color:#193A72;  border: 1px  #FFC725 solid;  margin:10px 0;
}

div.jwcalendar_week .prev_week {
    margin:4px 120px 0px 10px;   float:left;
}

div.jwcalendar_week .selector {
    margin:4px 0 0 0; float:left;
}

div.jwcalendar_week .next_week {
    text-align:right;    margin:4px 10px 0px 120px;
}

div.jwcalendar_week table.days {   clear:both;   font-family: Verdana, sans-serif;   font-size: 12px;   width:100%;   line-height:1.4em;   border-collapse:collapse;   empty-cells:show;   border-spacing:0;   border:1px solid #FFC725;   margin:8px;}div.jwcalendar_week table.days td.dayname{    text-align:right;    vertical-align:top;    border:1px solid #FFC725;    padding:2px 8px 0 4px;}div.jwcalendar_week table.day_events,div.jwcalendar_week table.times {      background:#FBE29F;     font-family: Verdana, sans-serif;       font-size: 12px;    width:100%;     border-collapse:collapse;       empty-cells:show;       border-spacing:0;}div.jwcalendar_week table.times {   border:1px solid #FFC725;}div.jwcalendar_week table.times td.time{   border-left:2px solid #FFC725;   border-right:2px solid #FFC725;}div.jwcalendar_week table.days a{    text-decoration:none;}div.jwcalendar_week table.days td.time{   font-family: Verdana, sans-serif;   font-size: 11px;   text-align:center;}div.jwcalendar_week table.days td.event_time{   height:4px;   padding:0;   margin: 0px;}div.jwcalendar_week table.days td.event{   font-family: Verdana, sans-serif;   font-size: 11px;   vertical-align:top;   padding:4px 2px;   margin: 0px;}div.jwcalendar_week table.days td.event a{   font-family: Verdana, sans-serif;   font-size: 11px;}

/********************************************/
/*****************MONTH view ****************/
/********************************************/

div.jwcalendar_month{  width:100%;  background-color:#FDF2D2;  font-family: Verdana, sans-serif;  font-size: 12px;  color:#193A72;  border: 1px  #FFC725 solid;  margin:10px 0;}div.jwcalendar_month .title{  clear:both;  text-align: center;  font-size: 14px;  font-weight:bold;  color: #333;  padding:5px 0;}div.jwcalendar_month .navi, div.jwcalendar_month .days_view{    padding:0 10px;}


/*******************/
/*tables navi******/
/*******************/

div.jwcalendar_month table.navs{   width:100%;}div.jwcalendar_month table.months, div.jwcalendar_month table.year{   width:100%;   font-family: Verdana, sans-serif;   font-size: 11px;   font-weight:bold;   text-align:center;   empty-cells:show;   border-collapse:separate;   border-spacing:10px;}div.jwcalendar_month table.year {   font-size: 12px;   border-spacing:5px;}div.jwcalendar_month table.months td, div.jwcalendar_month table.year td{}div.jwcalendar_month table.months td.other_month, div.jwcalendar_month table.year td.last_year, div.jwcalendar_month table.year td.next_year{   background: #FBE29F;   border-top:2px #FCF6E5 solid;   border-left:2px #FCF6E5 solid;   border-right:2px #FECC3C solid;   border-bottom:2px #FECC3C solid;   padding:15px 5px;}div.jwcalendar_month table.months td.other_month{   padding:5px;}div.jwcalendar_month table.months td.current_month{   background: #FBE29F;   border-right:2px #FCF6E5 solid;   border-bottom:2px #FCF6E5 solid;   border-top:2px #FECC3C solid;   border-left:2px #FECC3C solid;   padding:5px;}

/*****************/
/*table days******/
/*****************/

/*div.jwcalendar_month .days_view table{*/

div.jwcalendar_month table.days{   font-family: Verdana, sans-serif;   font-size: 11px;   width:100%;   line-height:1.4em;   border-collapse:collapse;   empty-cells:show;   border-spacing:0;   border:1px solid #FFC725;   padding:0;}div.jwcalendar_month table.days a{    text-decoration:none;}div.jwcalendar_month table.days td{   vertical-align:top;   border:dotted 1px #FFC725;   padding:4px;}div.jwcalendar_month table.days td.week{   background:#FBE29F;   font-weight:bold;}div.jwcalendar_month table.days td.dayname{   background:#FBE29F;   font-weight:bold;   text-align:center;}div.jwcalendar_month table.days,div.jwcalendar_month table.days td.inside,div.jwcalendar_month table.days td.today,div.jwcalendar_month table.days td.inside_weekend,div.jwcalendar_month table.days td.today_weekend,div.jwcalendar_month table.days td.outside_weekend{   font-weight:bold;}div.jwcalendar_month table.days a,div.jwcalendar_month table.days td.inside a,div.jwcalendar_month table.days td.today_inside a,div.jwcalendar_month table.days td.inside_weekend a,div.jwcalendar_month table.days td.today_weekend a,div.jwcalendar_month table.days td.outside_weekend a{   font-weight:bold;   color:blue;}div.jwcalendar_month table.days td.today{  background: #F9F4E7;    border:solid 2px #CD9705;    border:solid 1px #AD1602;    }div.jwcalendar_month table.days td.outside_weekend,div.jwcalendar_month table.days td.outside{   background:#EAEAEB;   border:dotted 1px #F9DF94;}div.jwcalendar_month table.days td.inside_weekend{   background:#FCECC0;}

/**********************/
/*table singleday******/
/**********************/

div.jwcalendar_month table.singleday,div.jwcalendar_month table.singleday td,div.jwcalendar_month table.singleday td a,div.jwcalendar_month table.singleday a{   font-weight:bold;   font-family: Verdana, sans-serif;   font-size: 11px;   width:100%;   line-height:1.0em;   border-collapse:collapse;   empty-cells:show;   border-spacing:0px;   border:0px solid #ddd;   padding:0px;   margin:0 0 2px 0;}div.jwcalendar_month table.singleday{   background: #eee;   border:1px dotted #ddd;}div.jwcalendar_month table.singleday td{   border:0px solid #ddd;   padding:3px 0;}

/*****************/
/*table dayitem******/
/*****************/

div.jwcalendar_month table.dayitem,div.jwcalendar_month table.dayitem a{   font-weight:normal;   font-family: Verdana, sans-serif;   font-size: 11px;   width:100%;   line-height:1.0em;   border-collapse:collapse;   empty-cells:show;   border-spacing:0px;   border:1px solid #ddd;   padding:0px;   margin:1px 0;}div.jwcalendar_month table.dayitem td.item,div.jwcalendar_month table.dayitem td.item a{  color:#333;  text-decoration:none;  font-weight:normal;  border:0;}div.jwcalendar_month table.dayitem td.itemcat,div.jwcalendar_month table.dayitem td.itemcat a{  font-weight:normal;  color:#333;  text-decoration:none;   font-size: 8px;   padding:0px;   Cursor:help;   width:2px;   border:0;}

/********************************************/
/*****************SINGLE view ****************/
/********************************************/

div.jwcalendar_single {
    background-color: #fff;
    border: none;
    padding: 0;
}

div.jwcalendar_single .content,div.jwcalendar_single .header,div.jwcalendar_single .org {
    width:100%;
    clear:both;
}

div.jwcalendar_single .contentie,div.jwcalendar_single .headerie,div.jwcalendar_single .orgie {
    float:left;
    width:100%;
    text-align:left;
    border-left: 1px  #FFC725 dotted;
    border-right: 1px  #FFC725 dotted;
    border-bottom: 1px  #FFC725 dotted;
    background:#FCECC0;
}

div.jwcalendar_single .headerie {
   border-top: 1px  #FFC725 dotted;
}

div.jwcalendar_single .contentie {
   background:#FBE29F;
}

div.jwcalendar_single .title, div.jwcalendar_single .category {
    float:left;
    font-size: 14px;
    text-align:left;
    font-weight:bold;
    padding:4px 8px 8px 8px;
}

div.jwcalendar_single .catcolor {
    float:none;
    font-size: 2px;
    padding:0;
}

div.jwcalendar_single .category {
    float:none;
    font-size: 12px;
    font-weight:normal;
    padding:6px 8px 8px 8px;
}

div.jwcalendar_single .images{
  float:left;    padding:10px 8px;    margin:0px;
}

div.jwcalendar_single .itemtext {
    margin:8px;
}

div.jwcalendar_single .itemtitle p:first-letter {
    font-size: 15px;  font-weight:bold;    color:red;
}

div.jwcalendar_single .itemtitle  p:first-line {
    font-size: 13px;  font-weight:bold;    line-height:1.2em;
}

div.jwcalendar_single .teaser {
  font-weight:bold;    font-style:italic;  line-height:1.8em;
}

div.jwcalendar_single .desc{    font-size: 11px;}

div.jwcalendar_single .itemlink{  line-height:1.8em;}

div.jwcalendar_single .label, div.jwcalendar_feEntry .label,div.jwcalendar_feEntry .timelabel {    clear:both;  float:left;  text-align:right;  font-weight:bold;    width:33%;  padding:4px 8px;
}

div.jwcalendar_single .item, div.jwcalendar_feEntry .item{  text-align:left;  padding:4px 4px 4px 32%;}

/********************************************/
/*****************feEntry view ****************/
/********************************************/

div.jwcalendar_feEntry{  background-color:#FDF2D2;  border: 1px  #FFC725 solid;  padding:8px;}div.jwcalendar_feEntry .label,div.jwcalendar_feEntry .timelabel{    vertical-align:bottom;    line-height:1.6em;  padding:8px 8px;    width:32%;}    div.jwcalendar_feEntry .timelabel{    width:20%;}  div.jwcalendar_feEntry .title{  font-size:14px;    font-weight:bold;    color:blue;  text-align:left;  line-height:1.0em;  padding:0px 8px;}div.jwcalendar_feEntry .title p:first-letter{  font-size:20px;  }div.jwcalendar_feEntry .item{  text-align:left;  padding:8px 8px;}div.jwcalendar_feEntry .fileitem{  text-align:left;  padding:8px 8px;  width:30px;}div.jwcalendar_feEntry input{  clear:none;  background: white;  border-top:2px #FCF6E5 solid;  border-left:2px #FCF6E5 solid;  border-right:2px #FECC3C solid;  border-bottom:2px #FECC3C solid;  text-align:left;  font-size:12px;  margin:0;  padding: 0; }div.jwcalendar_feEntry .error ul li{  list-style:circle inline;  text-align:left;  font-size:12px;  color:red;  margin:4px 40px;}div.jwcalendar_feEntry .error ul li:first-letter{  font-size:16px;  font-weight:bold;}div.jwcalendar_confirm .error{  font-size:12px;  color:red;  margin:10px;}div.jwcalendar_confirm .conftext{  font-size:14px;  margin:10px;}/********************************************//*****************ORGANIZER view ****************//********************************************/div.jwcalendar_organizer, div.jwcalendar_location{  background-color:#FDF2D2;  border: 1px  #FFC725 solid;  padding:10px 10px;}div.jwcalendar_organizer .content,div.jwcalendar_organizer .header,div.jwcalendar_organizer .org, div.jwcalendar_location .content,div.jwcalendar_location .header,div.jwcalendar_location .org{    width:100%;    clear:both;}div.jwcalendar_organizer .contentie,div.jwcalendar_organizer .headerie,div.jwcalendar_organizer .orgie,div.jwcalendar_location .contentie,div.jwcalendar_location .headerie,div.jwcalendar_location .orgie{   float:left;   width:100%;   text-align:left;   border-left: 1px  #FFC725 dotted;   border-right: 1px  #FFC725 dotted;   border-bottom: 1px  #FFC725 dotted;   background:#FCECC0;}div.jwcalendar_organizer .headerie,div.jwcalendar_location .headerie{   border-top: 1px  #FFC725 dotted;}div.jwcalendar_organizer .contentie,div.jwcalendar_location .contentie{   background:#FBE29F;}div.jwcalendar_organizer .title,div.jwcalendar_location .title{    float:left;    font-size: 14px;  text-align:left;  font-weight:bold;    padding:4px 8px 8px 8px;}div.jwcalendar_organizer .text,div.jwcalendar_location .text{    margin:8px;}div.jwcalendar_location .name,div.jwcalendar_organizer .name{    font-size: 14px;  text-align:left;  font-weight:bold;      padding:0;}div.jwcalendar_location .name p:first-letter,div.jwcalendar_organizer .name p:first-letter{    font-size: 15px;  font-weight:bold;    color:red;}div.jwcalendar_location .name  p:first-line,div.jwcalendar_organizer .name  p:first-line{    font-size: 13px;  font-weight:bold;    line-height:1.2em;}div.jwcalendar_location .images,div.jwcalendar_organizer .images{  float:left;    padding:10px 8px;    margin:0px;}div.jwcalendar_location .desc,div.jwcalendar_organizer .desc{    font-size: 11px;}div.jwcalendar_location .label,div.jwcalendar_organizer .label{    clear:both;  float:left;  text-align:right;  font-weight:bold;    width:33%;  padding:4px 4px;}div.jwcalendar_location .item,div.jwcalendar_organizer .item{  text-align:left;  padding:4px 4px 4px 32%;}div.jwcalendar_location .addritem,div.jwcalendar_organizer .addritem{  text-align:left;  padding:4px 4px 0px 32%;}div.jwcalendar_location .cityitem,div.jwcalendar_organizer .cityitem{  text-align:left;  padding:0px 4px 8px 32%;}.jwcalendar_olbg { border: solid 0px #003399; background-color: #6666CC; }.jwcalendar_olfg {  border: 0px; background-color: #EEEEEE; padding:4px 6px; text-align:left;}.jwcalendar_olcf { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 2em; font-weight: bold; color: #FFFFFF; }.jwcalendar_oltf { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }




.contenttable { border-spacing: 1px; border: 1px solid #b9a88d; margin-bottom: 16px; width: 100%; }
.contenttable th { background-color: #B9A88D; color: #fff; text-align: left; padding: 5px; }
.contenttable td { background: #f4ede2; padding: 5px; vertical-align: top; }
.contenttable tr.tr-0 td { background: #756042; color: #fff; font-weight: bold; }

.eventlist .td-0 { width: 140px; }
.eventlist .td-2 { width: 140px; }

#start .eventlist { border-spacing: 0; margin-bottom: 0; border: 0; }
#start .eventlist th { display: none; }
#start .eventlist td { background: none; border-bottom: 1px solid #B9A88D; width: auto !important; }

.col2-33 td.td-0 { width: 33% !important; }

/* Poll */

.polltable { padding-left: 25px; }
.pollquestion { font-weight: bold; }



/* Mailform */



#mailformKommentar {
  width: 300px;
  height: 200px;
}

.news-single-imgcaption {
    font-size: 8px;
}

.no-go {
    display: none !important;
}

/* Powermail */
.tx-powermail-pi1_formwrap fieldset {
    border: 0;
  margin: 0;
  padding: 0;
}

.tx-powermail-pi1_formwrap legend {
    display: none;
}

.tx-powermail-pi1_formwrap .tx_powermail_pi1_fieldwrap_html {
  padding-bottom: 5px;
}

.tx-powermail-pi1_formwrap label {
  float: left;
    width: 120px;
}

.tx-powermail-pi1_formwrap .tx_powermail_pi1_fieldwrap_html_select select,
.tx-powermail-pi1_formwrap .tx_powermail_pi1_fieldwrap_html_text input,
.tx-powermail-pi1_formwrap .tx_powermail_pi1_fieldwrap_html_textarea textarea {
  border: 1px solid #999;
  padding: 3px;
    width: 280px;
}

.tx-powermail-pi1_formwrap .tx_powermail_pi1_fieldwrap_html_label {
  margin-left: 120px;
  font-style: italic;
}

.tx-powermail-pi1_formwrap .tx_powermail_pi1_fieldwrap_html_submit {
  margin-left: 120px;
}

.powermail_mandatory,
.powermail_mandatory_js {
  color: #f5601d;
}

/* wt_gallery */

.wtgallery_category_pic {
  border: 0;
}

.wtgallery_listpic_pic {
  border: 0;
  margin: 0 6px 6px 0;
}

.wtgallery_listpic_pic_lastofrow {
  margin-right: 0;
}

.wtgallery_category_area {
    clear: left;
}

.wtgallery_categories {
    float: left;
    width: 131px;
    height: 164px;
}

.wtgallery_category_folder {
    display: none;
}

.wtgallery_category_pic {
    margin-bottom: 2px;
}

.wtgallery_pagebrowser {
    width: 649px;
}

.wtgallery_pagebrowser_sign {
    float: left;
    margin-right: 10px;
}

.wtgallery_pagebrowser_up {
    float: right;
}

#cse-search-box input.q { background: #ffffff !important; border: 1px solid #857356 !important; padding: 3px !important; }
#cse-search-box input.sa { /* border: none !important; */ }

/* Shared styles for lightbox & slimbox*/
#prevLink, #nextLink {
  display:block;
  position:absolute;
  top:0;
  width:35%;
  height:100%;
  background:transparent url(/typo3conf/ext/perfectlightbox/res/img/blank.gif) no-repeat; /* Trick IE into showing hover */
}

#prevLink {
  left:0;
  float:left;
}

#nextLink {
  right:0;
  float:right;
}

#prevLink:hover {
  /* Edit here for a different image!*/
  background:transparent url(/typo3conf/ext/perfectlightbox/res/img/prev.gif) no-repeat 0% 15%;
}

#nextLink:hover {
  /* Edit here for a different image!*/
  background:transparent url(/typo3conf/ext/perfectlightbox/res/img/next.gif) no-repeat 100% 15%;
}

#playLink,#pauseLink,#saveLink,#closeLink {
  display:block;
  float:right;
  /* Set these two to the actual dimensions of your images! If they differ in size you have to set them seperately!*/
  width:26px;
  height:26px;
  /* End*/
  margin-left:1.0em;
}

#playLink {
  /* Edit here for a different image! Add width & height here if needed*/
  background:transparent url(/typo3conf/ext/perfectlightbox/res/img/play.gif) no-repeat center;
}

#pauseLink {
  /* Edit here for a different image! Add width & height here if needed*/
  background:transparent url(/typo3conf/ext/perfectlightbox/res/img/pause.gif) no-repeat center;
}

#saveLink {
  /* Edit here for a different image! Add width & height here if needed*/
  background:transparent url(/typo3conf/ext/perfectlightbox/res/img/save.gif) no-repeat center;
}

#closeLink {
  /* Edit here for a different image! Add width & height here if needed*/
  background:transparent url(/typo3conf/ext/perfectlightbox/res/img/close.gif) no-repeat center;
  /*clear:right;
  float:right;*/
}



/* Slimbox-only*/
#sbOverlay {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-color:#000;
  cursor:pointer;
  z-index:90;
}

#sbCenter, #sbBottomContainer {
  position:absolute;
  left:50%;
  overflow:hidden;
  background-color:#fff;
  z-index:100;
}

#sbCenter a, #sbBottomContainer a {
  text-decoration:none;
  border:none;
  outline:none;
}

.sbLoading {
  background:#fff url(/typo3conf/ext/perfectlightbox/res/img/loading.gif) no-repeat center;
}

#sbImage {
  position:absolute;
  left:0;
  top:0;
  border:10px solid #fff;
  background-repeat:no-repeat;
}

#sbBottom {
  font-family:tahoma, arial, sans-serif;
  font-size:11px;
  color:#666;
  line-height:1.4em;
  text-align:left;
  padding:0 10px 10px 10px;
}

#sbCaption {
  width:66%;
  font-weight:bold;
  margin-bottom:0.1em;
}

#sbNumber {
  width:66%;
  margin-bottom:0.1em;
}

#sbPresent {
  width:66%;
  margin-bottom:0.1em;
}

#sbPresent a {
  position:relative;
  float:left;
  color:#777;
  border-right:0.3em solid #fff;
  border-bottom:0.1em solid #fff;
  border-left:0.4em solid #fff;
  margin-right:0.2em;
}

#sbPresent a.act {
  /*font-weight:bold;*/
  color:#fff;
  background:#777;
  border-color:#777;
}



/* Lightbox-only*/
#overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#000;
  z-index:90;
}

#lbLightbox {
  position:absolute;
  left:0;
  width:100%;
  z-index:100;
  text-align:center;
  line-height:0;
}

#lbLightbox #closeLink {
  margin-bottom:10px;
}

#lbLightbox a {
  text-decoration:none;
  border:none;
  outline:none;
}

#lbLightbox img {
  width:auto;
  height:auto;
  border:none;
}

#lbOuterImageContainer {
  position:relative;
  background-color:#fff;
  width:250px;
  height:250px;
  margin:0 auto;
}

#lbImageContainer {
  padding:10px;
}

#lbLoading {
  position:absolute;
  z-index:110;
  top:40%;
  left:0%;
  height:25%;
  width:100%;
  text-align:center;
  line-height:0;
  background:#fff url(/typo3conf/ext/perfectlightbox/res/img/loading.gif) no-repeat center;
}

#lbHoverNav {
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:10;
}

#lbImageContainer>#lbHoverNav {
  left:0;
}

#lbImageDataContainer {
  font-family:tahoma, arial, sans-serif;
  font-size:11px;
  background-color:#fff;
  margin:0 auto;
  line-height:1.4em;
  overflow:auto;
  width:100%;
}

#lbImageData {
  padding:0 10px;
  color:#666;
}

#lbImageDetails {
  width:66%;
  float:left;
  text-align:left;
  padding-bottom:10px;
}

#lbCaption {
  display:block;
  font-weight:bold;
  margin-bottom:0.1em;
}

#lbNumberDisplay {
  display:block;
  margin-bottom:0.1em;
}

#lbPresent {
  display:block;
  margin-bottom:0.1em;
}

#lbPresent a {
  position:relative;
  float:left;
  color:#777;
  border-right:0.3em solid #fff;
  border-bottom:0.1em solid #fff;
  border-left:0.4em solid #fff;
  margin-right:0.2em;
}

#lbPresent a:hover {
  color:#000;
}

#lbPresent a.act {
  /*font-weight:bold;*/
  color:#fff;
  background:#777;
  border-color:#777;
}
