/* ### Farben ###
rot #fd2200
blau #386682
grau #282828
hellgrau rahmen #e4e4e4
*/

html { height: 100%;}

body {
  background-color: #FFFFFF;
  font-size: 12px;
  font-family: Arial, Sans-Serif;
  line-height: 120%;
  height: 100%;
  color: #282828;
}

/*p {	
}*/

strong, b {
  font-weight: bold;
}


td.csc-uploads-icon {
padding-right: 5px;
}


.container {
  width: 978px;
  margin: 0 auto;
  padding: 31px 0 0 0;
}

.header {
  height: 30px;
}



/* ### Navigation ### */
.navigation {
  height: 29px; /* 30 - 1 */
  border-bottom: 1px solid #FFFFFF;
  float: left;
  width: 620px;
}

/* ### Side-Navi ### */
.side-navi {
  float: right;
  padding-right: 10px;
  font-size: 11px;
  padding-top: 9px;
  line-height: 100%;
}

.side-navi ul li {
  float: left;
  border-right: 1px solid #282828;
  padding: 0 10px 0 10px;
}

.side-navi ul li a {
  color: #282828;
  text-decoration: none;
  padding: 0 0px 0 0px;
}

.side-navi ul li.kunden-login {
  border: none;
  padding: 0 0 0 10px;
}

.side-navi ul li.kunden-login a {
  color: #fd2200;
  text-decoration: underline;
}

/* ### Content ### */
.content {
  height: 431px;
  background: url(../bilder/bg-content.gif) right no-repeat;
}

.claim {
  height: 431px;
  width: 968px;
  background: url(../bilder/syntela-startbild.jpg) no-repeat;
}
.advers {
   /*display:; -- wenn Du das Fenster von anfang an verstecken möchtest, dann  display:none;  */
   padding-top: 40px;
   padding-left: 615px;
   position: absolute;
   z-index:20;
  

}
.side-button {
   float: right;
   padding-top: 365px;
   padding-left: 615px;
   position: absolute;
   z-index:1;
}



/* ### Produkte ### */
.products {
  height: 117px; /* 137 - 27 */
  width: 946px; /* 978 - 32 */
  padding: 27px 0 0 57px;
  background: url(../bilder/bg-products.gif) no-repeat;
}

.products img {
  float: left;
  margin-right: 40px;
}

/* ### Footer Navigation ### */
.footer {
  width: 978px;
  margin: 0 auto;
  padding-bottom: 32px;
}

.footernavigation {
    width: 448px;
    margin: 0 auto;
    font-size: 11px;
}

.footer ul {
  text-align: center;
}

.footer ul li {
  display: inline;
  border-right: 1px solid #a9a9a9;
  padding: 0 10px 0 10px;
}

.footer ul li.last {
  border: none;
}

.footernavigation ul li a {
  color: #a9a9a9;
  text-decoration: none;
  padding: 0 0px 0 0px;
}


.news-single-item h3 {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}
