body {
    background-color: #f6f6f6;
    letter-spacing: 1px;
}

.header {
    padding-top: 40px;
    padding-bottom: 20px;
}

.menu {
    background: url(../styles/images/menu_bg.png) no-repeat;
    padding-top: 7px;
    font-size: 12px;
    letter-spacing: 1px;
}


/* frontpage */
.intro h1 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.4;
}

.intro p {
    margin-top: 20px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.4;
}

.teaser h1 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
}

.teaser p {
    font-weight: normal;
    font-size: 12px;
}

.sponsoring {
    padding-top: 10px;
    padding-bottom: 40px;
}

.sponsoring h2{
    font-weight: bold;
    font-size: 18px;
    color:#08C;
}

.teaserboxes {
    padding-bottom: 20px;
    letter-spacing: 1px;
}

.teaserboxes h2 {
    font-weight: bold;
    font-size: 18px;
}

.teaserboxes p {
    margin-top: 5px;
    font-weight: normal;
    font-size: 12px;

    line-height: 1.4;
}

.footer {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #666666;
    padding-bottom: 40px;
}

.topbarcontainer {
    width:100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.shadow {
    -webkit-box-shadow: 0px 0px 9px rgba(50, 50, 50, 0.50);
    -moz-box-shadow:    0px 0px 9px rgba(50, 50, 50, 0.50);
    box-shadow:         0px 0px 9px rgba(50, 50, 50, 0.50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.wrapper {
    width: 1000px;
    margin: auto;
    background-color: #ffffff;
}

.article {
    padding-top: 0px;
}

.article .thumbnail {
    border-style: none;
    box-shadow: none;
    padding-right: 0px;
}

.article .thumbnail img{
    margin-right: 0px;
}

.chronik .thumbnail {
    border-style: none;
    box-shadow: none;
    padding:0px;
}

.blog {

}

.blog-entry {
  padding-bottom: 50px;
}

.impressionen .thumbnail {
    border-style: none;
    box-shadow: none;
}

.kontakt .thumbnail {
    border-style: none;
    box-shadow: none;
}

.page-header {
    margin:0px 0px 17px 0px;
}

.menu ul{
    margin: 0px;
    padding-bottom: 10px;
}

.menu i{
    padding-right: 5px;
}

.menu h6{
    padding-left: 15px;
}

.header .social {
    text-align: right;
}

.kontakt .thumbnail {
    border-style: none;
    box-shadow: none;
    padding-right: 0px;
}

.kontakt .thumbnail img{
    margin-right: 0px;
}

.label a {
    color:#ffffff;    
}

[class^="icon-"],
[class*=" icon-"] {
  background-image: url("../styles/images/glyphicons-halflings.png") !important;
}

.icon-white {
  background-image: url("../styles/images/glyphicons-halflings-white.png") !important;
}

.teaser h1 {
    color: #dddddd;    
}

#sponsorsSlider {

}

#sponsorsSlider div.slider{
    position:relative;
    display:block;
    height: 80px;
    width: 940px;
    left:20px;
    overflow:hidden;
    
}

#sponsorsSlider div.slider .control {
  position: absolute;
  float:left;
  z-index:9999;
  top: 18px;
  left: 0px;
  width: 15px;
  height: 68px;
  margin-top: -20px;
  font-size: 34px;
  font-weight: 100;
  line-height: 67px;
  color: #ffffff;
  text-align: center;
  background: #aaa;
/*  border: 3px solid #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=50);*/
  cursor: pointer;
}

#sponsorsSlider div.slider .control.next {
  right: 0px;
  left: auto;
}

#sponsorsSlider div.slider .control:hover {
  color: #ffffff;
  text-decoration: none;
  background: #888;
/*  opacity: 0.9;
  filter: alpha(opacity=90);*/
}