body {
margin:0px;
padding: 0px;
color: #000000;
font-family: Arial;
font-size: 11px;
text-align: center;
padding-bottom: 40px;
background-color: #e6f4dd;
}
.csc-menu{
line-height: 1.8;
}


.teaser img {
border:none;
}
.teaser {
margin-top: 0px;
padding-top: 2px;
border-bottom: 0px solid #000;
background-color: #435f8e;
}
.teaser h1 {
font-size: 11px;
color: #FFFFFF;
text-align:center;
}

.eventsearch_main{
border: none !important;
} 

td, th {
vertical-align: top;
font-family: Arial;
font-size: 11px;
}
th {
text-align: left;
}

#textmenue {
display: none;
}
#hauptmenue_text{
display: none;
}

p.bodytext {
line-height: 1.6;
margin: 5px 0px 8px 0px;
}

#header {
width: 970px;
border-bottom:20px solid #FFFFFF;
}

#sidebar h1 {
color: #FFFFFF;
background-color: #344b7b;
text-align: center;
margin:0px;
padding: 3px 0px 3px 0px;
font-style: italic;
font-size: 15px;
text-transform: uppercase;
border-bottom: 3px solid #FFFFFF;
}

#content h1 {
color: #639a00;
background-color: #FFFFFF;
margin:0px;
padding: 3px 0px 3px 0px;
font-size: 13px;
}

h2 {
background-color: #FFFFFF !important;
border: none !important;
color: #639a00 !important;
background-color: #FFFFFF !important;
margin:0px !important;
padding: 3px 0px 3px 0px !important;
font-size: 13px !important;
}

#sidebar p.bodytext {
margin: 5px;
}

#back {
text-align: right;
margin-top: 20px;
}

#footer {
border-top:10px solid #FFFFFF;
border-bottom:20px solid #FFFFFF;
clear:both;
background-color: #344b7b;
padding: 5px 0px 5px 0px;
text-align: center;
color: #FFFFFF;
}

#hauptmenue {
min-height: 600px;
background-color: #8eca63;
width: 160px;
float: left;
border-right: 1px solid #000000;
}

#hauptmenue a img {

}

#content{
min-height: 600px;
background-color: #FFFFFF;
width: 580px;
float: left;
margin-left: 20px;
}


#sidebar{
min-height: 600px;
background-color: #b2deff;
width: 190px;
float: right;
}


#options {
background-color: #FFFFFF;
padding-bottom: 5px;
padding-right: 10px;
margin-top: -15px;
text-align: center;
}

#options a img {
margin-left:10px;
}

a:link, a:visited {
color: #344b7b;
}
a:hover {
color: #344b7b;
text-decoration: none;
}


#wrap {
position: relative;
width: 970px;
text-align: left;
margin-left: 15px;
}

#outerwrap {
width: 1000px;
margin: 0px auto 0px auto;
background-color: #FFFFFF;
-webkit-box-shadow: 0px 1px 30px 0px #666;
-khtml-box-shadow: 0px 1px 30px 0px #666;
-moz-box-shadow: 0px 1px 30px 0px #666;
box-shadow: 0px 1px 30px 0px #666;
}

.csc-textpic-caption{
padding-top: 5px;
font-size:9px;
text-align: center;
}

.news-single-imgcaption {
margin-top: 5px;
font-size:9px;
text-align: left;
width: 250px;
float:left;
display: none;
}

.csc-mailform 
{ 
border: none; 
width: 600px;
margin:0px;
padding:0px;
}

.csc-mailform input,  .csc-mailform textarea 
{ 
padding-left: 5px; 
font-family: Arial;
font-size: 11px;
}

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

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

.tx-ablinklist-pi1-browsebox {
font-weight: bold;
}

.tx-ablinklist-pi1-browsebox a {
margin-right: 10px;
}

.news-single-img img {
float: left;
padding: 10px 20px 5px 0px;
}

.tt_news_list_item img {
float: left;
padding: 10px 10px 5px 0px;
}

.more_link {
}

.clearer {
clear: both;
border-bottom: 1px solid #dddddd;
margin-bottom: 10px;
}


/*KalenderFIX*/

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative;border: 1px solid #000; }

.calendar, .calendar table {
  border: 0px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #b0e888;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #435f8e url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #435f8e;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #b2deff;
  color: #000;
  border: 1px solid #000;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #435f8e;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: center;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #fff;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #fff;
  padding: 1px 3px 1px 1px;
  border: 1px solid #000;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #000;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
  font-size:8px;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #b2deff;
  border: 1px solid #000;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #435f8e;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #8eca63;
}

.calendar .combo .active {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #eef;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #b0e888;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #000;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #FF0000;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

#sidebar form {
margin: 0px 0px 0px 10px;
}
