/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Global */
* {
    margin: 0;
    padding: 0;
}
.invisible, dfn, #logo_print {
    display: none;
}
body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1em;
    color: black;
}
.invisible, dfn {
    display: none;
}
div.spacer {
    clear: both;
}
br.spacer {
    clear: both;
}
* html br.spacer {
    display: none;
}
*+html br.spacer {
    display: none;
}
#content-right div.spacer {
    clear: none;
}
/* Global Ende */


#seite {
    /*position: absolute;
     top: 0;
     left: 50%;
     width: 1000px;
     height: 100%;
     margin-left: -500px;*/
    width: 1000px;
    margin: 0 auto;
}
/* Header */
#header {
    padding-top: 20px;
}
#header img {
    border: 0;
    border-bottom: 2px solid #dae5ef;
}
#top-frame {
    /*font-size: 75%;*/
    font-size: 12px;
}
/* Header Ende */


/* Navi oben */
#hmenu-frame {
    width: 800px;
    float: right;
}
* html #hmenu-frame {
    margin-left: 105px;
}
#hmenu {
    padding-top: 20px;
    height: 25px;
    float:right;
}
#hmenu li {
    text-align: center;
    list-style: none;
    float: left;
}
#hmenu a {
    font-family: 'Droid Sans', sans-serif;
    display: block;
    padding: 0 0 5px 22px;
    border-left: 1px solid white;
    color: #457fad;
    text-decoration: none;
    font-size: 11px;
}
#hmenu a:hover, #hmenu a:focus, #hmenu .active a {
    color: #b82a8e
}

#hmenu #startseite a,
#hmenu #tmenuact8 a {
    border-left: none;
}
#metamenu-frame {
    margin-left: 810px;
    padding-top: 5px;
}
#metamenu li {
    font-weight: bold;
    list-style: none;
    float: left;
}
/*
#metamenu #schrift_groesser b, #metamenu #schrift_kleiner b {
	display: none;
}
#metamenu #schrift {
	margin: 0 3px 0 4px;
}
#metamenu #hilfe {
	margin-left: 10px;
}
#metamenu #hilfe a {
	color: black;
	text-decoration: none;
}
#metamenu #schrift_groesser a, #metamenu #schrift_kleiner a {
	width: 9px;
	height: 12px;
	display:block;
}
#metamenu #schrift_groesser a {
	background: url(../images/button_plus.gif) no-repeat 0px 3px;
}
#metamenu #schrift_kleiner a {
	background: url(../images/button_minus.gif) no-repeat 0px 3px;
}
*/
/* Navi oben Ende */


#main-frame {
    /*padding-bottom: 40px;*/
    padding-bottom: 5px;
}
/* Navi links */
#left-frame {
    float: left;
    width: 790px;
}
* html #left-frame {
    margin-right: -3px;
}
#vmenu-frame {
    float: left;
    /*padding: 45px 10px 40px 25px;*/
    width: 249px;
    margin-top: 20px;

}
#vmenu {
    list-style: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/fileadmin/templates/pie/PIE.htc);
	background-color: #457fad;
}
#vmenu a {
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    padding: 10px 17px;
    display: block;
    color: #fff;
    text-decoration: none;
    border-top: 1px solid white;

}

#vmenu a:hover,
#vmenu .active a:hover,
#vmenu ul.second li.active-second a:hover {
    background-color: #b82a8e;
}
#vmenu .active > a {
    padding-right: 10px;
    background: url('../Bilder/pfeil-weiss.png') no-repeat 232px 16px;
    border-bottom: none;
}

#vmenu li.active:first-child, #vmenu li:first-child a:hover {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    behavior: url(/fileadmin/templates/pie/PIE.htc);
}

#vmenu li:last-child a:hover  {
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    behavior: url(/fileadmin/templates/pie/PIE.htc);
}

#vmenu .second li.active, #vmenu .second li a:hover  {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    behavior: url(/fileadmin/templates/pie/PIE.htc);
}

#vmenu .second {
    padding-bottom: 6px;
    background-color: #2b5d91;
}

#vmenu ul li {
    list-style: none;
}

#vmenu .active {
    background-color: #2b5d91;
}

#vmenu ul.second .active a {
    padding-right: 10px;
    background: url('../Bilder/pfeil-weiss-sub.png') no-repeat left 16px;
}

#vmenu ul.second a {
    font-size: 90%;
    margin-left: 14px;
    border-top: 1px solid #6b8eb2;
    border-bottom: none;
    padding: 5px 0 5px 16px;
}
#vmenu ul ul.second a {
    /*font-size: 90%;*/
}
#vmenu ul.second li.active-second a {
    background: url('../Bilder/pfeil-weiss-sub.png') no-repeat left 7px;
}
/* Navi links Ende */


/* Spruch des Monats */
#spruch {
    margin: 20px 0 20px 0;
}
#spruch h1, #spruch p, #spruch ul, #spruch h2 {
    display: none;
}
#spruch a {
    color: #094E8E;
}
#spruch #spruch_frame a {
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    color: #d13396;
    background-image: url('../Bilder/spiritueller-impuls.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}
#spruch #spruch_frame a:hover h1 {
    /*color: #457fad;*/
}
/*
#spruch h2 {
	color: #094e8e;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}
*/
#spruch h2 a {
    text-decoration: none;
}
#spruch h2 a:hover {
    text-decoration: underline;
}
#spruch #spruch_frame h1.csc-firstHeader {
    display: block; /*font-size: 75%;*/
    font-size: 12px;
    font-weight: bold;
    color: #b82a8e;
    background-image: url('../Bilder/readmore-icon.png');
    background-repeat: no-repeat;
    background-position: left 3px;
    padding: 5px 0 5px 28px;
    margin-top: 100px;
}
#spruch #spruch_frame a#c312, #spruch #spruch_frame a#c854 {
    display: none;
}
#spruch #spruch_frame a:hover, #spruch #spruch_frame a:focus {

}
#content-main .csc-frame-invisible {
    display: none;
}
/* Spruch des Monats Ende */


/* Facebook Like */
#fb_like a {
    color: #094E8E;
    /*font-size: 75%;*/
    font-size: 12px;
}
#fb_like {
    padding: 9px 0 1px 63px;
    background:  url(../images/logo_facebook.png) no-repeat 10px 10px #dae5ef;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/fileadmin/templates/pie/PIE.htc);
    margin-bottom: 20px;
    height: 280px;
}
#fb_like h2 {
    color: #094E8E;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 10px;
    /*text-align: center;*/
}
#fb_like h2 a {
    text-decoration: none;
}
#fb_like h2 a:hover {
    text-decoration: underline;
}
#fb_like .fb_link {
    font-size: 90%;
    /*text-align: center;*/
}
/* Facebook Like Ende */


/* Content */
#content-top {
    font-size: 70%;
}
#breadcrumb {
    /*width: 31em;*/
    margin-bottom: 15px;
    width: 100%;
    float: left;
    color: #094e8e;
}
#breadcrumb span {
    color: black;
}
#breadcrumb a {
    color: #094e8e;
}
#content-frame {
    margin-left: 273px;
}
#content-main {
    margin-top: 20px;
    float: left;
    width: 514px;
}
* html #content-main {
    margin-top: 18px;
}

#site8 #content-main .csc-header,
#site753 #content-main .csc-header,
#site756 #content-main .csc-header,
#site809 #content-main .csc-header,
#site819 #content-main .csc-header,
#site823 #content-main .csc-header,
#site854 #content-main .csc-header,
#site855 #content-main .csc-header,
#site856 #content-main .csc-header {
    border-bottom: 2px solid #b82a8e;
    margin-bottom: 20px;
}

#site8 #content-main h1,
#site753 #content-main h1,
#site756 #content-main h1,
#site809 #content-main h1,
#site819 #content-main h1,
#site823 #content-main h1,
#site854 #content-main h1,
#site855 #content-main h1,
#site856 #content-main h1 {
    font-size: 22px;
    color: #b82a8e;
    font-weight: normal;
    padding: 2px 10px 2px 10px;
    display: inline-block;
    margin-bottom: 0;
    width: 226px;
}
#site854 #content-main h1,
#site855 #content-main h1,
#site856 #content-main h1 {
    width: auto;
}

#content-main h1 {
    font-family: 'Droid Sans', sans-serif;
    font-size: 21px;
    /*margin-bottom: 10px;*/
    margin-bottom: 20px;
    color: #457fad;
    font-weight: normal;
}

#content-main h1,
#content-main .csc-textpic-below h1 {
    margin-top: 30px;
}


#content-main h1.csc-firstHeader,
#site64 #content-main h1  {
    margin-top: 0;
}


* html #content-main h1 {
    margin-bottom: 7px;
}
*+html #content-main h1 {
    margin-bottom: 7px;
}
#content-main h2 {
    font-size: 15px;
    font-weight: normal;
    color: #2b5d91;
    margin-bottom: 10px;
    /*margin-top: 18px;*/
    margin-top: 26px;
}
#content-main h3 {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 26px;
    color: #d13396;
}
#content-main h4 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 26px;
}
#content-main h5 {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 26px;
}
#content-main h6 {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 26px;
}
#content-main .news-list-container h2,
#content-main .csc-textpic h2:first-child,
#content-main .csc-textpic h3:first-child,
#content-main .csc-textpic h4:first-child,
#content-main .csc-textpic h5:first-child,
#content-main .csc-textpic h6:first-child {
    margin-top: 0;
}
#content-main p {
    /*font-size: 75%;*/
    font-size: 12px;
    /*line-height: 130%;*/
    line-height: 16px;
    margin-bottom: 10px;
}
#content-main a {
    color: #457fad;
    text-decoration: none;
}
#footer a {
    color: #000;
    text-decoration: none;
}
#content-main a:hover, #content-main a:focus,
#footer a:hover, #footer a:focus {
    text-decoration: none;
    color: #b82a8e;
}
/*
#footer-frame {
	width: 540px;
	margin-top: 30px;
	font-size: 75%;
	text-align: center;
	float: left;
}
#footer-frame a {
	color: #094e8e;
}
#footer-frame a:hover, #footer-frame a:focus {
	text-decoration: none;
}
#footer-frame p {
	margin-bottom: 20px;
}
*/
#footer {
    background-color: #dae5ef;
    margin-top: 50px;
    
}
#footer_address {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

#address-frame {
    float:left;
    margin: 20px 0 30px 282px;
}

#address-frame .footer_address_part {
    float:left;
    margin-right: 20px;
    font-size: 12px;
}

#address-frame h3 {
    font-size: 95%;
    margin-bottom: 10px;
    color: #457fad;
}

#service-frame {
    float: right;
    margin-top: 20px;
    width: 180px;
}
#service li {
    list-style: none;
    margin-bottom: 14px;
}
#service a {
    font-family: 'Droid Sans', sans-serif;
    display: block;
    font-size: 12px;
    color: #457fad;
    text-decoration: none;
}
#service #b_drucken a {
    padding: 2px 0 2px 30px;
    background: url(../images/print-icon.png) no-repeat;
}

#service #to_top a {
    padding: 2px 0 2px 30px;
    background: url(../images/top-icon.png) no-repeat;
}
/*#service #b_mail2friend a {
margin-left: 10px;
padding: 0 0 2px 17px;
background: url(../images/icon_seite.gif) no-repeat; }*/
/* Content Ende */


/* rechte Seite */
#right-frame {
    /*margin-left: 790px;*/
    /*padding: 64px 0 20px 20px;*/
    /*overflow: hidden;*/
    width: 188px;
    float: right;
    padding: 20px 0px 20px 0;
}
* html #right-frame {
    margin-left: 0px;
}
#content-right {
    width: 188px;
}

#content-right > .csc-default {
    background-color: #dae5ef;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/fileadmin/templates/pie/PIE.htc);
    padding: 8px 8px 0 8px;
    margin-bottom: 16px;
    overflow: hidden;

}
#content-right h1,
#content-right h2,
#content-right h3,
#content-right h4,
#content-right h5,
#content-right h6 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
#content-right h1 {
    color: #b82a8e;
}

#content-right h1 a, #content-right a > h1 {
    color: #b82a8e;
    text-decoration: none;
    background-image: url('../Bilder/readmore-icon.png');
    background-repeat: no-repeat;
    background-position: left 3px;
    padding: 5px 0 5px 26px;
    display: block;
}

#content-right p {
    /*font-size: 75%;*/
    font-size: 12px;
    /*line-height: 130%;*/
    line-height: 16px;
    margin-bottom: 10px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
#content-right a {
    color: #094e8e;
}
#content-right a:hover, #content-right a:focus {
    text-decoration: none;
}

#content-right .info {
    padding: 8px 0;
    background-color: transparent;
    background-image: url('../Bilder/info-icon.png');
    background-repeat: no-repeat;
    background-position: 160px 0px;
}
#content-right .info h1 {
    margin-bottom: 0;
}
#content-right .info .csc-header {
    padding: 8px;
    background-color: #dae5ef;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/fileadmin/templates/pie/PIE.htc);
    background-image: url('Bilder/info-icon.png');
    background-repeat: no-repeat;
    background-position: 160px -8px;
}


#content-right .newsletter {
    padding: 5px 0;
    background-color: transparent;
    background-image: url('../Bilder/newsletter-icon.png');
    background-repeat: no-repeat;
    background-position: 123px 0;
}
#content-right .newsletter h1 {
    margin-bottom: 0;
}
#content-right .newsletter .csc-header {
    padding: 8px;
    background-color: #dae5ef;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/fileadmin/templates/pie/PIE.htc);
    background-image: url('../Bilder/newsletter-icon.png');
    background-repeat: no-repeat;
    background-position: 123px -5px;
}

#content-right .bubble {
    background-image: url('../Bilder/teaser-bubble.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 16px;
}

#content-right .bubble div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image,
#content-right .bubble div.csc-textpic-imagewrap {
    /*margin-bottom: 30px;*/
    margin-bottom: 40px;
   
}


#content-right .bubble h1 {

}

#content-right .bubble .csc-header h1 {
    /*text-align: center;*/
    height: 0;
    color: #000;
}
/* rechte Seite Ende */

#content-right .csc-header {
    float: none;
}
/* Content Elemente */
div.csc-frame-rulerAfter {
    margin-bottom: 17px;
    padding-bottom: 7px;
    border-bottom: 1px solid #d13396;
}
#content-main ul,
#content-right ul,
.csc-textpic-intext-left ol,
.csc-textpic-intext-left ul {
    margin: 0 0 20px 1px;
}
.csc-textpic-intext-left ol,
.csc-textpic-intext-left ul {
    padding-left: 0;
}
#content-main li,
#content-right li {
    list-style: none;
    background: url(../images/square_pink.gif) no-repeat left 4px;
    margin-bottom: 5px;
    padding-left: 15px;
    /*font-size: 75%;*/
    font-size: 12px;
}
#content-main ol li,
#content-right ol li {
    background: none;
    list-style: decimal inside;
    padding: 0;
}
* html #content-main li,
* html #content-right li {
    background-position: left 7px;
    margin-bottom: 2px;
}
*+html #content-main li,
*+html #content-right li {
    background-position: left 7px;
    margin-bottom: 2px;
}
#content-main .imgtext-table {
    border: 0;
}
#content-main .imgtext-table tr {
    border: 0;
}
#content-main table {
    font-size: 12px;
    width: 100%;
    empty-cells: show;
    border-collapse: collapse;
}
#content-main table.rahmen {
    /*font-size: 75%;*/
    font-size: 12px;
    border: 1px solid #dae5ef;
}
#content-main table p {
    margin: 0;
}
#content-main td {
    padding: 2px 20px 2px 0;
    vertical-align: top;
}
#content-main thead tr {
    background: #dae5ef;
}
#content-main thead th {
    text-align: left;
    padding: 10px 7px;
    font-weight: bold;
}
#content-main .rahmen tbody td {
    border-bottom: 1px solid #dae5ef;
}
#content-main .rahmen tbody td {
    padding: 7px 20px 7px 7px;
}
#content-main .csc-sitemap ul a {
    display: block;
}
#content-main .csc-sitemap ul ul li {
    font-size: 100%;
}
#content-main .csc-sitemap ul ul {
    margin-left: 25px;
    margin-bottom: 0;
    margin-top: 5px;
}
* html #content-main .csc-sitemap ul ul {
    margin-top: 2px;
}
*+html #content-main .csc-sitemap ul ul {
    margin-top: 2px;
}
#content-main .csc-sitemap ul ul ul {
    margin-bottom: 0;
}
#content-main .csc-textpic {
    margin-bottom: 13px;
    padding-bottom: 7px;
}
#content-main .csc-textpic-intext-left, #content-main .csc-textpic-below {
    /*overflow: hidden;*/
}
#content-main dl.csc-textpic-image dd {
    background: #dae5ef;
    font-size: 65%;
    padding: 2px 8px;

}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
    padding-bottom: 0px;
}
* html #content-main div.csc-textpic-imagewrap {
    padding-bottom: 10px;
}
* html #content-main .csc-textpic-intext-left div.csc-textpic-imagewrap {
    padding-bottom: 3px;
}
*+html #content-main div.csc-textpic-imagewrap {
    padding-bottom: 3px;
}
#content-main .csc-textpic-imagerow dl.csc-textpic-image {
    margin-right: 10px;
    padding-bottom: 10px;
}
#content-main div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0;
}
#content-main div.csc-textpic-imagewrap dl.csc-textpic-lastcol {
    margin-right: 0;
}
.csc-mailform {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    /*font-size: 75%;*/
    font-size: 12px;
    border: 0;
}
form {
    margin-bottom: 20px;
}
legend {
    display: none;
}
fieldset {
    border: 0;
}
.csc-mailform-label p,
.csc-mailform-label h3 {
    width: 330px;
    clear: both;
}
.csc-mailform .csc-mailform-radio {
    margin: 5px 0 3px 0;
    float: left;
    border: 0;
    width: auto;
}
* html .csc-mailform .csc-mailform-radio {
    margin-bottom: 0;
}
*+html .csc-mailform .csc-mailform-radio {
    margin-bottom: 0;
}
.csc-mailform .csc-mailform-radio input {
    margin-right: 5px;
    margin-left: 20px;
    margin-top: 3px;
}
* html .csc-mailform .csc-mailform-radio input {
    margin-top: -1px;
}
*+html .csc-mailform .csc-mailform-radio input {
    margin-top: -1px;
}
.csc-mailform .csc-mailform-radio label {
    width: auto;
    margin-right: 20px;
    padding: 0;
}
.csc-mailform select {
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
.csc-mailform option {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    padding-right: 20px;
}
.csc-mailform input, .csc-mailform textarea {
    border: 1px solid #094E8E;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 100%;
    padding: 2px;
    width: 20em;
}
.csc-mailform .csc-mailform-check {
    border: 0;
    margin-top: 6px;
    width: auto;
}
.csc-mailform input#mailformformtype_mail {
    margin-top: 10px;
    margin-left: 7em;
    padding: 1px 14px 1px 24px;
    background: #b82a8e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/fileadmin/templates/pie/PIE.htc);
    color: white;
    width: auto;
    border: none;
    font-weight: bold;
    background-image: url('../Bilder/pfeil-weiss-sub.png');
    background-repeat: no-repeat;
    background-position: 8px center;
}
/*
.csc-mailform input#mailformformtype_mail:hover, .csc-mailform input#mailformformtype_mail:focus {
	background: white;
	color: #d13396;
}
*/
.csc-mailform-field {
    margin-bottom: 5px;
    clear: both;
    overflow: hidden;
}
.csc-mailform label {
    padding-top: 5px;
    float: left;
    display: block;
    width: 7em;
}


/************ LOGIN ********************/
.tx-newloginbox-pi1 {
    border: 1px solid #d13396;
    padding: 10px 13px 2px 13px;
}
.tx-newloginbox-pi1 .csc-mailform label {
    width: 8em;
}
.tx-newloginbox-pi1 .csc-mailform input#mailformformtype_mail {
    margin-left: 8em;
}
#content-right .tx-newloginbox-pi1 .csc-mailform input#mailformformtype_mail {
    margin-left: 0;
}
#content-right .tx-newloginbox-pi1 h2 {
    /*font-size: 75%;*/
    font-size: 12px;
}
#content-right .tx-newloginbox-pi1 .csc-mailform h2 {
    font-size: 100%;
}
#content-right .tx-newloginbox-pi1 form {
    margin-bottom: 11px;
}

#content-main .news-list-container .csc-textpic {
    margin-bottom: 20px;
    padding: 0;
}

#content-main .news-list-container div.csc-textpic-intext-left div.csc-textpic-imagewrap {
    margin-right: 0 !important;
    /*width: 160px;*/
}
#content-main .news-list-container div.csc-textpic-intext-left div.csc-textpic-imagewrap img {
    margin-right: 10px !important;
}
#content-main .news-list-container a .news-link {
    font-size: 87.5%;
    color: #b82a8e;
    background-image: url('../Bilder/readmore-icon.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 1px 0 2px 28px;
    display: block;
    float: right;
}
#content-main .news-list-container a .news-link:hover {
    color: #457fad;
}

#content-main .news-list-container h2 {
    font-family: 'Droid Sans', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: 160px;
    font-weight: normal;
    padding: 0;
    display: block;
}
#content-main .news-list-container.list2 h2 {
    margin-left: 0;
}
#content-main .news-list-container h2 a {
    color: #457fad;
    text-decoration: none;
}

#content-main .news-list-browse {
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 10px;
}


/*---- Aktionen -----*/

#content-main .news-list-container.list2 .category {
    border-bottom: 2px solid #99bbd4;
    /*border-bottom: 2px solid #b82a8e;*/
    background-color: #fff;
}

#content-main .news-list-container .category h3 {
    font-family: 'Droid Sans', sans-serif;
    /*font-size: 75%;*/
    font-size: 12px;
    font-weight: normal;
    color: #b82a8e;
    display: inline-block;
    margin-bottom: 0;

}

#content-main .news-list-container.list2 .category h3 {
    background-color: #99bbd4;
    /*background-color: #b82a8e;*/
    color: #fff;
    padding: 1px 12px;
    width: 100px;
    margin-top: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #content-main .news-list-container.list2 .category h3 {
        padding: 3px 12px 1px;
    }
}

#content-main .news-list-container.list3 .category h3 {
    margin-bottom: 5px;
}

#content-main .news-list-container.list2 .newsitem {
    width: 247px;
    float:left;
}

#content-main .news-list-container.list2 .newsitem.left {
    margin-right: 20px;
}

#content-main .news-list-container.list2 .csc-textpic {
    background-color: #e7f0f7;
    padding: 15px 10px;
}
#content-main .news-list-container.list2 a .news-link {
    float: left;
}


#content-main .news-list-container h4 {
    /*font-size: 75%;*/
    font-size: 12px;
    font-weight: normal;
}
#content-main .news-single-item .news-list-date {
    margin-bottom: 5px;
    /*font-size: 75%;*/
    font-size: 12px;
}
#content-main .news-single-item img {
    border: 1px solid #094e8e;
}
#content-main .news-single-item .news-single-imgcaption {
    /*background: #dae5ef;*/
    font-size: 65%;
    padding: 2px;
}
#content-main .news-list-container .csc-textpic-text {
    margin-bottom: 10px;
    margin-left: 160px;
}
#content-main .news-list-container.list2 .csc-textpic-text {
    margin-left: 0;
}
#content-main .news-list-container img {

}
#content-main .news-single-img {
    max-width: 250px;
}
* html #content-main .news-single-img {
    min-width: 100px;
}
*+html #content-main .news-single-item div.csc-textpic-imagewrap dl.csc-textpic-image {
    padding-bottom: 0;
}
#content-main .news-single-item div.csc-textpic-imagewrap {
    padding-bottom: 0;
}
#content-right div.csc-textpic-clear {
    clear: none;
}
#content-right div.csc-textpic-imagewrap {
    float: none;
    margin-bottom: 18px;
}
* html #content-right div.csc-textpic-imagewrap {
    margin-bottom: 0;
}
*+html #content-right div.csc-textpic-imagewrap {
    margin-bottom: 11px;
}
#content-right div.csc-textpic-text {
    clear: none;
}
#content-right dl.csc-textpic-image dd {
    width: auto;
    /*color: white;
     background: #094e8e;*/
    font-size: 65%;
    padding: 2px;
}
* html #content-right div.csc-textpic-imagewrap {
    padding-bottom: 8px;
}
*+html #content-right div.csc-textpic-imagewrap {
    padding-bottom: 12px;
}
blockquote {
    margin-top: -10px;
    margin-left: 30px;
}
#content-right div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
    padding-right: 100%;
    margin-bottom: 20px;
}
* html #content-right div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
    padding-right: 0;
}
*+html #content-right div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
    padding-right: 0;
}
/* Content Elemente Ende */




/* BESTELLFORMULAR */

.news-latest-item {
    background-color:#ECF2F7;
    padding:10px;
    height:auto;
    width:520px;
    float:left;
}
.news-latest-item-image {
    float:left;
    width:100px;
    height:auto;
}
.news-latest-item-image img {
    border: 1px solid #094E8E;
}
.news-latest-item-content {
    float:right;
    width:390px;
    height:auto;
}
.news-latest-item h2 {
    width:525px;
    _width:530px;
    background-color:#DAE5EF;
    padding:5px 5px 5px 10px;
    margin:-10px -10px 0 -10px;
}
.news-latest-item-price {
    font-weight:bold;
    font-size:110%;
    color:#ffffff;
    background-color:#094E8E;
    padding:5px;
}
.news-latest-item-quantity {
    width:55px;
    height:14px;
    border:1px solid #CA4E94;
    font-size:80%;
}
.formtable td {
    padding:0 0 10px 0;
}
.input-text {
    width:250px;
    height:16px;
    border:1px solid #CA4E94;
    font-size:80%;
}
.input-textarea {
    width:250px;
    height:100px;
    border:1px solid #CA4E94;
    font-size:100%;
    overflow:auto;
}
.formtable-overview {
    background-color:#ECF2F7;
    padding:5px;
    margin:10px 0 0 0;
}
.formtable-overview p {
    padding:0 0 5px 0;
}
.formtable-price {
    margin:10px 0 30px 0;
}
.order-wrap {
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #b82a8e;
    padding-top: 18px;
}
.order-left {
    float: left;
    width: 350px;
}
.order-right img {
    margin-bottom: 18px;
}
.order-right {
    float: right;
}
.order-in {
    padding-bottom: 18px;
}

.order-price {
    color: #094E8E;
    font-weight: bold;
    padding-bottom: 12px;
    font-size: 12px;
}
.submitter {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #094E8E;
    background-color: #FFF;
    clear: both;
    border: 1px solid #094E8E;
    cursor: pointer;
    padding: 2px;
}
table.formtable tr td {
    font-size: 12px;
}
.input-t04 {
    border: 1px solid #094E8E;
    background-color: #FFF;
    width: 302px;
    padding: 2px;
}
#nachricht {
    border: 1px solid #094E8E;
    background-color: #FFF;
    width: 302px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    padding: 2px;
}
.fairorder-alert, .input-t04-alert, .input-t06-alert {
    background-color: #F6C2C5;
    padding: 2px;
}

/*---------- search -----------*/

#search #searchfield, .tx-indexedsearch-searchbox-sword {
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    behavior: url(/fileadmin/templates/pie/PIE.htc);
    border: 1px solid #9fbad5;
    color: #9fbad5;
    padding: 7.5px;
    width: 138px;
    float: left;
}

.tx-indexedsearch-searchbox-sword {
    width: 320px;
}

#search #searchsubmit, .tx-indexedsearch-searchbox-button {
    background-image: url('../images/search-icon.png');
    background-repeat: no-repeat;
    background-position: right top;
    height: 34px;
    width: 33px;
    background-color: transparent;
    cursor: pointer;
    border: none;
}

#content-main .browsebox li,
#content-main .browsebox li.tx-indexedsearch-browselist-currentPage:first-child,
#content-main .browsebox li.tx-indexedsearch-browselist-currentPage:last-child,
#content-main .news-list-browse a:nth-last-child(-n+2), #content-main .news-list-browse a:nth-child(-n+2),
#content-main .news-list-browse span:nth-last-child(-n+2), #content-main .news-list-browse span:nth-child(-n+2) {
    display: inline;
    padding: 5px 0;
    margin: 0 5px;
    background-image: url("../images/searchli-icon.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
}

#content-main .news-list-browse a:nth-last-child(-n+2), #content-main .news-list-browse a:nth-child(-n+2),
#content-main .news-list-browse span:nth-last-child(-n+2), #content-main .news-list-browse span:nth-child(-n+2) {
    background-position: 0 7px;
}

#content-main .browsebox li:last-child, #content-main .browsebox li:first-child
    /*,#content-main .news-list-browse a:last-child, #content-main .news-list-browse a:first-child*/ {
    background-image: none;
}

#content-main .browsebox li:last-child a, #content-main .browsebox li:first-child a
/*#content-main .news-list-browse a:last-child, #content-main .news-list-browse a:first-child */ {
    color: #2B5D91;
    display: inline;
}

#content-main .browsebox li a,
#content-main .browsebox li.tx-indexedsearch-browselist-currentPage:first-child a,
#content-main .browsebox li.tx-indexedsearch-browselist-currentPage:last-child a,
#content-main .news-list-browse a:nth-child(-n+2), #content-main .news-list-browse a:nth-last-child(-n+2),
#content-main .news-list-browse span:nth-child(-n+2), #content-main .news-list-browse span:nth-last-child(-n+2){
    color: #fff;
    font-weight: bold;
    display: inline-block;
    height: 21px;
    width: 19px;
    text-align: center;
    line-height: 23px;

}

#content-main .browsebox li a:hover,
#content-main .news-list-browse a:hover {
    color: #98BBD5;
}



.searchbox_left {
    width: 22%;
    float: left;
}

.searchbox_right {
    width: 75%;
    float: left;
}

.search_fieldwrap, .tx-indexedsearch-whatis {
    font-size: 12px;
}
.search_fieldwrap {
    background-color: #dae5ef;
    padding: 16px 10px 10px;
}
.search_label {
    font-size: 15px;
    font-weight: normal;
    color: #2b5d91;
    line-height: 32px;
}

.search_notice {
    clear: both;
    padding: 14px 0 0;
}

.tx-indexedsearch-whatis {
    display: none;
}

.search_date {
    font-size: 91.73%;
    color: #A5A5A5;
    display: block;
    padding-top: 5px;
    clear: both;
}

.notbold {
    font-weight: normal;
}

#content-main .readmore > a, #content-main a.readmore {
    display: block;
    font-size: 14px;
    color: #b82a8e;
    background-image: url('../Bilder/readmore-icon.png');
    background-repeat: no-repeat;
    background-position: left 3px;
    padding: 5px 0 5px 28px;
}
#content-main .readmore > a, #content-main a.readmore:hover {
    color: #457fad;
}

#content-main .contenttable th {
    background-color: #457fad;
    color: #fff;
    text-align: left;
    padding: 5px 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

#content-main .contenttable td {
    background-color: #dae5ef;
    padding: 5px 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

/**************** LOGIN START ********************/
.tx-felogin-pi1 form {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    /*font-size: 75%;*/
    font-size: 12px;

}
.tx-felogin-pi1 div {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    /*font-size: 75%;*/
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 0.5em 0;
}
.tx-felogin-pi1 form div {
    font-size: inherit;
    margin-top: 1.5em;
}
.tx-felogin-pi1 label {
    float: left;
    display: block;
    width: 9em;
    margin: 0 0.5em 0 0;
}
.tx-felogin-pi1 input {
    border: 1px solid #094E8E;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 100%;
    padding: 2px;
    width: 20em;
}
.tx-felogin-pi1 input[type=submit],
.tx-fairorder-pi1 input[type=submit] {
    margin-top: 15px;
    /*margin-left: 9.5em;*/
    padding: 1px 14px 1px 24px;
    background: #b82a8e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/fileadmin/templates/pie/PIE.htc);
    color: white;
    width: auto;
    border: none;
    font-weight: bold;
    background-image: url('../Bilder/pfeil-weiss-sub.png');
    background-repeat: no-repeat;
    background-position: 8px center;
    cursor: pointer;
}
/**************** LOGIN END ********************/

/**************** REGISTER START ********************/
.tx-srfeuserregister-pi1 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    /*font-size: 75%;*/
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
}
.tx-srfeuserregister-pi1 dt {
    text-align: left;
    /*width: 9em;*/
    width: 110px;
}
.tx-srfeuserregister-pi1 label {
    /*padding-top: 5px;*/
    /*float: left;*/
    /*display: block;*/
    float: left;
    display: block;
}
.tx-srfeuserregister-pi1 dd {
    /*width: auto;*/
    width: 350px;
}
.tx-srfeuserregister-pi1 input,
.tx-srfeuserregister-pi1 textarea {
    border: 1px solid #094E8E;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 100%;
    padding: 2px;
    width: 20em;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-password,
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-password_again {
    width: 9em;
    float: left;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-radio {
    /*margin: 5px 0 3px 0;*/
    float: left;
    border: 0;
    width: auto;
    margin-right: 5px;
    margin-left: 20px;
    margin-top: 3px;
}
* html .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-radio {
    margin-top: -1px;
    margin-bottom: 0;
}
*+html .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-radio {
    margin-top: -1px;
    margin-bottom: 0;
}
.tx-srfeuserregister-pi1 label[for=tx-srfeuserregister-pi1-gender-0],
.tx-srfeuserregister-pi1 label[for=tx-srfeuserregister-pi1-gender-1],
.tx-srfeuserregister-pi1 label[for=tx-srfeuserregister-pi1-gender-2] {
    width: 2.5em;
    margin-right: 20px;
    padding: 0;
    /*padding-top: 5px;*/
}

.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit,
tx-srfeuserregister-pi1 input[type=submit] {
    margin-top: 10px;
    /*margin-left: 7em;*/
    padding: 1px 14px 1px 24px;
    background: #b82a8e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/fileadmin/templates/pie/PIE.htc);
    color: white;
    width: auto;
    border: none;
    font-weight: bold;
    background-image: url('../Bilder/pfeil-weiss-sub.png');
    background-repeat: no-repeat;
    background-position: 8px center;
    cursor: pointer;
}
.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit-back {
    background-color: #bfbfbf;
}
.tx-srfeuserregister-pi1 h4 {
    padding: 0;
    margin: 0;
}
#content-main .tx-srfeuserregister-pi1 p {
    font-size: 100%;
    clear: both;
    padding: 0;
    /*margin: 0;*/
    /*font-style: normal;*/
}
.tx-srfeuserregister-pi1 label span {
    color: #d13396;
}
.tx-srfeuserregister-pi1,
.tx-felogin-pi1 {
    border: 1px solid #d13396;
    padding: 20px;
}
#right-frame .tx-felogin-pi1 {
    border: 0;
    padding: 0;
}
.tx-srfeuserregister-pi1 legend {
    display: block;
    padding: 0;
    font-size: 1.25em;
    margin-bottom: 10px;
    color: #d13396;
}

/**************** REGISTER END **********************/

/**************** ADEBIS-ANMELDUNG - START **********/
.singleview > div {
    font-size: 12px;
}
div.formularcontent {
    /*margin: 16px 0 24px;*/
}
div.formularcontent label {
    display: inline-block;
    width: 10em;
}
.adebis-submit {
    margin-top: 32px;
    margin-bottom: 10px;
    padding: 1px 14px 1px 24px;
    background: #b82a8e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/fileadmin/templates/pie/PIE.htc);
    color: white;
    width: auto;
    border: none;
    font-size: 12px;
    font-weight: bold;
    background-image: url('../images/pfeil-weiss-sub.png');
    background-repeat: no-repeat;
    background-position: 8px center;
}
.flashmessage ul {
    background: #dae5ef;
    border: 2px solid #d13396;
    color: #d13396;
    font-weight: bold;
    padding: 20px 20px 16px;
    margin: 0 0 20px 0;
}
#content-main .tx-adebisevents .error {
    background: #dae5ef;
    border: 2px solid #d13396;
    color: #d13396;
    font-weight: bold;
    padding: 20px 20px 16px;
    margin: 0 0 20px 0;
}

#content-main .tx-adebisevents .error h2 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-top: 14px
}
#content-main .tx-adebisevents .error li,
#content-main .tx-adebisevents .flashmessage li {
    font-weight:normal
}
#content-main .tx-adebisevents form p {
    width: 367px;
}
#content-main .tx-adebisevents form .csc-mailform-field {
    margin: 0 0 10px 0;
}
/**************** ADEBIS-ANMELDUNG - END ************/

/**************** ADEBIS-Kalender - Start ************/
#site887 #content-main .csc-header {
    /*#site876 #content-main .csc-header,*/
    /*#site874 #content-main .csc-header {*/
    border-bottom: 2px solid #b82a8e;
    margin-bottom: 20px;
}
#site887 #content-main h1 {
    /*#site876 #content-main h1,*/
    /*#site874 #content-main h1 {*/
    color: #b82a8e;
    margin-bottom: 2px;
}
#content-main .tx-adebisevents h1 a {
    color: #b82a8e;
}
#content-main .tx-adebisevents h1 a.eventtitel {
    color: #457fad;
}
#content-main .tx-adebisevents h2,
#content-main .tx-adebisevents h2 a {
    /*color: #457fad;*/
    color: #b82a8e;
    font-size: 18px;
}
#content-main .tx-adebisevents h2 a:hover {
    /*color: #b82a8e;*/
    color: #457fad;
}
#content-main .tx-adebisevents .subheader {
    font-weight: bold;
}
#content-main .tx-adebisevents .news-list-morelink {
    display: block;
    float: right;
    padding: 1px 0 2px 28px;
    /*color: #b82a8e;*/
    color: #457fad;
    /*font-size: 12px;*/
    font-size: 14px;
    background: url("../images/readmore-icon.png") no-repeat left center;
}
#content-main .tx-adebisevents .news-list-morelink:hover {
    /*color: #457fad;*/
    color: #b82a8e;
}

#content-main .tx-adebisevents div.eventbox {
    overflow: hidden;
    margin-bottom: 2px;
}

#content-main .tx-adebisevents #text {
    font-size: 12px;
    line-height: 16px;
}
#content-main .tx-adebisevents dl#infos {
    margin: 16px 0;
    font-size: 12px;
    line-height: 16px;
}
#content-main .tx-adebisevents dl#infos dt {
    float: left;
    clear: left;
    width: 100px;
    font-weight: 700;
    margin-right: 3px;
}
#content-main .tx-adebisevents dl#infos dd {
    /*float: left;*/
    width: 400px;
    margin: 0 0 4px 103px;
}
#content-main .tx-adebisevents dl#infos dt.clear {
    float: none;
    clear: both;
}
#content-main .tx-adebisevents dl#infos p {
    margin-bottom: 0;
}
#content-main .tx-adebisevents .singleview h1 {
    color: #457fad;
    font-size: 18px;
}
#content-main .tx-adebisevents .singleview .subheader {
    margin-bottom: 0;
}
/**************** ADEBIS-Kalender - End ************/

/***** Suche - Start *****/
.tx-adebisevents .eventbox div#formular {
    margin: 0 0 24px;
    padding: 16px 10px 10px;
    background-color: #dae5ef;
}
.tx-adebisevents .eventbox div#formular form {
    margin-bottom: 8px;
}
.tx-adebisevents .eventbox div#formular label {
    color: #2b5d91;
    font-size: 15px;
    font-weight: normal;
    line-height: 32px;
}
.tx-adebisevents .eventbox div#formular input.inputfield {
    width: 320px;
    border: 1px solid #9fbad5;
    border-radius: 5px 0 0 5px;
    color: #9fbad5;
    padding: 7.5px;
}
.tx-adebisevents .eventbox div#formular input[type="submit"] {
    margin: 0 0 0 -5px;
    border: medium none;
    cursor: pointer;
    height: 33px;
    width: 33px;
    text-indent: -9999em;
    background-color: transparent;
    background-image: url("../images/search-icon.png");
    background-position: right top;
    background-repeat: no-repeat;
}
.tx-adebisevents .listsmall {
    overflow: hidden;
}
#content-main .tx-adebisevents .listsmall .news-list-morelink {
    margin-bottom: 0;
}


#content-main .tx-adebisevents .eventbox div#formular div.listsmall a h1 {
    color: #457fad;
    font-size: 16px;
    text-decoration: none;
}
#content-main .tx-adebisevents .eventbox div#formular div.listsmall a:hover h1 {
    color: #b82a8e;
    text-decoration: underline;
}
#content-main .tx-adebisevents .eventbox div#formular div.eventdate p.bodytext {
    font-size: 11px;
    color: #a5a5a5;
}

#content-main .tx-adebisevents .eventbox div#formular div.tx-adebisevents h4 {
    margin: 24px 0 0;
    line-height: 32px;
    color: #b82a8e;
    border-bottom: 2px solid #b82a8e;
}
#content-main .tx-adebisevents h4.search_subheader {
    margin-top: 20px;
}
/***** Suche - End *****/

/***** Print-Controls - Start *****/
#print_controls {
    display: none;
}
/***** Print-Controls - End *****/










