@charset "utf-8";
/* CSS Document */

h2 a {color:#666666; 
text-decoration:none;}

h2 a:hover {color:#cc0000; 
text-decoration:none;}

a, a:hover {
  text-decoration:underline;
  color:#23429b;
}
a:hover {
  color:red;
}

#content a {
  font-weight:bold;
}

.clear {
  clear:both;
}
.shadow {
  -moz-box-shadow:    1px 1px 3px black;
  -webkit-box-shadow: 1px 1px 3px black;
  box-shadow:         1px 1px 3px black;
}
#wrapper {
background-color:none;
padding-right:450px;
}

#header, #mainnavi, #subavi, #middle  {
  background-color:#fff;
   
}

.nicered {
  background-color: #ee432e;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, 

#ee432e), color-stop(80%, #c63929), color-stop(80%, #b51700), color-stop(100%, #891100));
    background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 80%, #b51700 80%, 

#891100 100%);
    background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 80%, #b51700 80%, 

#891100 100%);
    background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 80%, #b51700 80%, #891100 

100%);
    background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 80%, #b51700 80%, #891100 

100%);
    background-image: linear-gradient(top, #ee432e 0%, #c63929 80%, #b51700 80%, #891100 

100%);
    border: 1px solid #951100;
  /*
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  */
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
}
.nicered:hover {
  background-color: #f37873;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, 

#f37873), color-stop(50%, #db504d), color-stop(50%, #cb0500), color-stop(100%, #a20601));
    background-image: -webkit-linear-gradient(top, #f37873 0%, #db504d 80%, #cb0500 80%, 

#a20601 100%);
    background-image: -moz-linear-gradient(top, #f37873 0%, #db504d 80%, #cb0500 80%, 

#a20601 100%);
    background-image: -ms-linear-gradient(top, #f37873 0%, #db504d 80%, #cb0500 80%, #a20601 

100%);
    background-image: -o-linear-gradient(top, #f37873 0%, #db504d 80%, #cb0500 80%, #a20601 

100%);
    background-image: linear-gradient(top, #f37873 0%, #db504d 80%, #cb0500 80%, #a20601 

100%);
    cursor: pointer;
}
h2 {
margin:0;padding:0;
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
h3.csc-firstHeader {
  margin:0;padding:0;
  color:#cc0000;

}
.csc-default h3 {
  
  font-size:14px;
  /* border-bottom:1px solid #cc0000; 
  width:120px;
  */
  display:block;
  
}
#content {
  border-top:2px solid #e40613;  
  
  margin-top:30px;
}
#c14 {

}
#c14 .csc-header{
margin:0;padding:0;
float:left;
}
#footer {
  /*background-color: #e40613;
  font-size:12px;
  color:white;
  padding:10px;
  background-color: #ee432e;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, 

#ee432e), color-stop(80%, #c63929), color-stop(80%, #b51700), color-stop(100%, #891100));
    background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 80%, #b51700 80%, 

#891100 100%);
    background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 80%, #b51700 80%, 

#891100 100%);
    background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 80%, #b51700 80%, #891100 

100%);
    background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 80%, #b51700 80%, #891100 

100%);
    background-image: linear-gradient(top, #ee432e 0%, #c63929 80%, #b51700 80%, #891100 

100%);
    
  */
  /*
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  */
  
  /*
  background: #FFFFFF url('bg_form.png') left top repeat-x;
  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, 

#EEEEEE), to(#FFFFFF));
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
  box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  
  border-top: 1px solid #666666;
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), 

to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, #dfdfdf, #FFFFFF);
    background-image: -moz-linear-gradient(top, #dfdfdf, #FFFFFF);
    background-image: -ms-linear-gradient(top, #dfdfdf, #FFFFFF);
    background-image: -o-linear-gradient(top, #dfdfdf, #FFFFFF);
    background-image: linear-gradient(top, #dfdfdf, #FFFFFF);
  */
  clear:both;
  font-size:12px;
  height:190px;
  color:#666;
  margin-top:30px;
}
#footer div.text, #footer div.social {
  float:left;
  
}
#footer div.text {
  /*
  border-right:2px solid #990000;
  */  
  width:330px;
  padding:10px;
}
#footer div.navi {
/*  border-right:2px solid #990000;
padding:10px;
*/
  float:right;
  padding:10px;
}
#footer div.social {
  /*
  padding:10px;
  */
}
#footer div.csc-default {
  
}
#content div.csc-default, #cal {
  /*
  border-top:3px solid #e40613;
  */
}
#cal {

}



#c7 {
  border:none;
}

#footer .text p {
  font-size:11px;
}
#footer h5 {
  color:#666;
  font-size:13px;
  font-weight:bold;
}
#cal {
  margin-bottom:15px;
}
div.ad {
/*
  border-top:2px solid #e40613;
  */
  position:relative;
  z-index:1;
  margin-bottom:15px;
}
div.ad2 p {
  font-size:9px;
  
}
div.ad2 {
/*  border-top:2px solid #e40613;

  padding-top:20px;
  padding-left:20px;
  padding-bottom:20px;
  */
}
div.additional-ads div.add-ad {
  margin-top: 15px;  
}

/* content */
/*
#content div:nth-child(1) {    
   border-top:2px solid #e40613;   
}  
*/
#content div.csc-default {
  /*padding-left:10px;
  padding-right:10px;*/
}
div.csc-default {

}
p.bodytext {
  margin-top:5px;
  margin-bottom:5px;
  font-size:13px;
  /* margin-left:20px; */
}
p.bodytext a:hover {
  color:#cc0000;
}
p.bodytext {
  padding-right:10px;
}
#c14, #content #c14 {
  border:none;
  margin:0;padding:0;
  margin-top:30px;
  border-bottom: 1px solid #666666;
  
  padding:0;
  clear:both;
  
}
#c14 h5 {
  color:#666;
}

div.nivo-caption {

}
div.newscal_links {
  background-color: #E9E9E9;
  padding-top:10px;

border-top:2px solid #e40613;
}
div.newscal_links a{
  background-color: #666;
  color:white;
  font-size:12px;
  padding:3px;
  margin:10px;
}
div.newscal_links a:hover {
  background-color:#cc0000;
}

#caption-5-3, #caption-5-3 p, #caption-5-3 a {
  /*color:white;*/
}
/* startseite */
#c5 {

}
#caption-5-3 {
/*color:white;*/
}
#caption-5-3  a {

}
#caption-5-3  a:hover{

}
#caption-5-3 p {

}
#caption-5-3  a {

}
.tx-t3sjslidernews-pi1 .nivo-caption a {
  color:black !important;
}
.tx-t3sjslidernews-pi1 .nivo-caption p {
  color:black !important;
}
#c5 .nivo-caption p {
padding:0;
margin: 0;
}
#c5 .nivo-caption {
  padding-left:30px;
}

.tx-dmailunsubscribe-dlgtext {
  font-size: 13px;
  line-height: 22px;
}

/* Seite Mediadaten: Bild + Text/Link */
body.mediadaten .csc-textpic
{
  margin-bottom: 20px;
}
body.mediadaten .csc-textpic .csc-textpic-imagewrap
{
  min-width: 150px;  
}
body.mediadaten .csc-textpic .csc-textpic-imagewrap .csc-textpic-image
{
  margin: 0;  
}
body.mediadaten .csc-textpic .csc-textpic-text p
{
  line-height: 1em;
  margin-top: 10px;
}

/* Inhalte in der Randspalte zwischen Kalender und Ads */
#right .aside {
  padding: 0 10px 0 10px;
}
#right .aside h2 {
  font-size: 15px;
}
#right .aside p {
  font-size: 12px;
  line-height: 1.3em;
  padding: 0;
  margin: 0 0 5px 0;
}
#right .aside .csc-default {
  margin: 10px 0 15px 0;
}
#right .aside .csc-default .csc-header {
  margin-bottom: 5px;
}