html, body {
  margin:0;
  padding:0;
}

img {
  border:none;
}

body {
  text-align:center;
  font-family:Arial, Verdana, sans-serif;
  font-size:12px;
  color: #333;
  background-image:url(img/bg_body.png);
  background-repeat:repeat-x;
  height: 100%;
  
  
  
}
  
#page {
  
  text-align:left;
  
  width:960px;
  
  margin-left:auto;
  margin-right:auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
  }

#header{
    height:205px;
    background-color:#fff;
    background-image:url(img/bg_header.png);
    background-position:top;
    background-repeat:no-repeat;
}

#logo {
  position:absolute;
  top:13px;
  margin-left:775px;
  
}

#main_menu {
  position:absolute;
  top:176px;
  height:18 px;
  width:960px;
  margin-left:auto;
  margin-right: auto;
  text-align:center;
  
  font-variant:normal;
  text-transform:uppercase;
  color:#FFF;
    
}

#main_menu a {
  color:#FFF;
  font-weight: bold;
}

#main_menu a:link {
  color:#FFF;
  text-decoration: none;
}

#main_menu a:visited {
  color:#FFF;
  text-decoration: none;
}

#main_menu a:hover {
  color:#cbcac3;
  text-decoration: none;
}

#main_menu a:active {
  color:#cbcac3;
  text-decoration: none;
}

#container{
  
}

/*hr {
  border: dotted thin;
}*/

#sidebar-left{
  float:left;
  width:173px;
  margin-left: 11px;
  margin-right: 7px;
  min-height:1px;  
  
}

#submenu {
  color: #333;
  text-transform:uppercase;
  padding-bottom:20px;
  /*border-top: dotted thin;
  border-bottom: dotted thin;*/
  
}


#submenu a {
  color:#333;
  font-weight: bold;
}

#submenu a:link {
  color:#333;
  text-decoration: none;
}

#submenu a:visited {
  color:#333;
  text-decoration: none;
}

#submenu a:hover {
  color:#af1b27;
  text-decoration: none;
}

#submenu a:active {
  color:#af1b27;
  text-decoration: none;
}

.fb_iframe_widget {
  left: -10px;
  width: 170px;
}

#main-container{
  float:right;
  min-height:470px;
  width: 960px;
  background-color:#fff;
  background-image:url(img/bg_main_container);
  background-repeat:repeat-y;
  /*border-bottom: #af1b27 solid thick;
  padding-bottom:15px;
  padding-top:5px;*/
}
  
#content {
  width:558px;
  min-height:450px;
  float:left;
  padding-left:10px;
  padding-right: 10px;
  /*border-left: #af1b27 dotted thin;
  border-right: #af1b27 dotted thin;*/

}

.csc-subheader {
  font-size:10px;
  font-weight:bold;
  margin-top: -15px;
}

#content a {
  color:#af1b27;
  text-decoration:none
}

#content a:link {
  color:#af1b27;
  text-decoration: none;
}

#content a:visited {
  color:#af1b27;
  text-decoration: none;
}

#content4 a:hover {
  color:#af1b27;
  text-decoration:underline;
}

#content a:active {
  color:#af1b27;
  text-decoration: none;
}


#content h1 {
  font-size: 16px;
  margin-top: 0px;
  color: #333;
  text-transform:uppercase;  
}

#content h1.csc-firstHeader {
  font-size: 20px;
  margin-top: 0px;
  color: #af1b27;
  text-transform:uppercase;  
}


  
#sidebar-right{
  /*border-top: dotted thin;*/
  float:right;
  width:170px;
  margin-left: 5px;
  margin-right: 10px;
}


#sidebar-right h1, #sidebar-left h1 {
  margin-top: 0px;
  font-size:12px;
  text-transform:uppercase;
  padding-top: 5px;
  padding-bottom: 3px;
  border-top: dotted; 
  border-bottom: dotted;
  border-width:thin;
  
}


#right a, #content_right_fix a {
  color:#af1b27;
  text-decoration:none
}

#right a:link, #content_right_fix a:link {
  color:#af1b27;
  text-decoration: none;
}

#right a:visited, #content_right_fix a:visited {
  color:#af1b27;
  text-decoration: none;
}

#right a:hover, #content_right_fix a:hover {
  color:#af1b27;
  text-decoration:underline;
}

#right a:active, #content_right_fix a:active {
  color:#af1b27;
  text-decoration: none;
}

#news {
  padding-top: 20px;
}

.news-latest-container{
  padding:0;
}

.news-latest-item h4{
  font-size:12px;
  margin:0px;
}

.news-latest-item h4 a {
  color:#af1b27;
  text-decoration:none
}

.news-latest-item h4 a:link {
  color:#af1b27;
  text-decoration: none;
}

.news-latest-item h4 a:visited {
  color:#af1b27;
  text-decoration: none;
}

.news-latest-item h4 a:hover {
  color:#af1b27;
  text-decoration:underline;
}

.news-latest-item h4 a:active {
  color:#af1b27;
  text-decoration: none;
}

.news-latest-item {
  font-size: 11px;
}

.news-latest-item p {
  margin-top:2px;
}

.news-latest-item a {
  color:#333;
  text-decoration:none
}

.news-latest-item a:link {
  color:#333;
  text-decoration: none;
}

.news-latest-item a:visited {
  color:#333;
  text-decoration: none;
}

.news-latest-item a:hover {
  color:#af1b27;
  text-decoration: none;
}

.news-latest-item a:active {
  color:#af1b27;
  text-decoration: none;
}

.push {
  height: 155px; /* '.push' must be the same height as 'footer' */
}

#footer {
  background: url(img/bg_footer.png) repeat-x #333;
  vertical-align:bottom;
  clear:both;
  font-size:11px;
  height: 155px;
  color: #fff;
}

.inner {
  width: 960px;
  min-width: 960px;
  margin: 0 auto;
}

#anschrift {
  text-align: left;
  float:left;
  margin-left: 10px;
  margin-top: 20px;
}

#anschrift a {
  color:#fff;
  text-decoration:none
}

#anschrift a:link {
  color:#fff;
  text-decoration: none;
}

#anschrift a:visited {
  color:#fff;
  text-decoration: none;
}

#anschrift a:hover {
  color:#ccc;
  text-decoration:underline;
}

#anschrift a:active {
  color:#ccc;
  text-decoration: none;
}
  

#bottom_menu {
  float:right;
  width: 250px;
  text-align:center;
  margin-top: 20px;
}

#bottom_menu a {
  font-weight:bold;
  color:#fff;
  text-decoration:none
}

#bottom_menu a:link {
  font-weight:bold;
  color:#fff;
  text-decoration: none;
}

#bottom_menu a:visited {
  font-weight:bold;
  color:#fff;
  text-decoration: none;
}

#bottom_menu a:hover {
  font-weight:bold;
  color:#ccc;
  text-decoration: none;
}

#bottom_menu a:active {
  color:#ccc;
  font-weight:bold;
  text-decoration: none;
}

#social-media-buttons {
  text-align: right;
  padding-top: 20px;  
}

.csc-default {
  margin-bottom: 15px;
}

.csc-uploads {
  width: 558px;
  border: none;
  border-spacing:0;
}

.csc-uploads td {
  height: 30;
}

.csc-uploads-icon {
  width: 30px;
}

.csc-uploads-fileName {
  width: 440 px;
}

.csc-uploads-fileSize {
  width: 88px;
}

.tr-odd {
  background-color:#cbcac3;
}

#musiker {
  text-align:left;
}

#spalte1 {
  padding: 5px;
  float: left;
  /*width: 185 px;*/
}

#container_spalte2-3 {
  float:right;
}

#spalte2 {
  padding: 5px;
  float: left;
  /*width: 185 px;*/
  padding-right: 20px;
}

#spalte3 {
  padding: 5px;
  float: right;
  /*width: 185 px;*/
}

.instrument {
  font-weight:bold;
  color:#af1b27;
}

.name {
  padding-left: 15px;
}

#hauptsponsoren_small {
  width: 170 px;
}

.tabelle-sponsoren_small td{
  text-align:center;
}

#hauptsponsoren_small a {
  border: none;
}

.event-title {
  font-size: 14px;
  text-transform:uppercase;
  color:#af1b27;
}

dl {
  margin-left: 85px;
}

dt {
  margin-bottom: 12px;
  
}
  

.green_catheader {
  padding-left: 10px;
  border-left:solid thick #006633;

}

.red_catheader {
  padding-left: 10px;
  border-left:solid thick #af1b27;
}

.grey_catheader {
  padding-left: 10px;
  border-left:solid thick #666666;
}

.event-infos {
  float:left;
}

.event-date {
  margin-top: 12px;
}

.event-view-image {
  float: right;
}

#calendar-event-backlink {
  clear:both;
}

.vorstand {
  font-size: 12px;
  width: 558px;
  border-spacing:0;
  
}

.vorstand th {
  text-align:left;
}

.vorstand tr {
  vertical-align:top;
}


.video {
  margin-left: 39px;
  margin-bottom: 30px;
}

.tx-html5video-pi1 {
  margin-left: 39px;
  margin-bottom: 30px;
}
  

