/* reset-fonts version 2.5.1 vom 19.3.08 (neue Werte) */

/*
   <div id="main">
      <div id="header-top">
        <div id="language"></div>
        <div id="header-navi-top"></div>
      </div>
      <div id="swissness"></div>
      <div id="header">
      <div id="logo"></div>
      <div id="newsletter"></div>
      <div id="contact"></div>
      </div>
      <div id="navi-main"></div>
      <div id="navi-sub-top"></div>
      <div id="navi-sub"></div>
      <div id="content">
        <div id="content-text"></div>
      </div>
      <div id="footer"></div>
   </div>
*/

body, html {
    height: 100%;
    background-color: #951108;
    background-image : url(/fileadmin/layouts/main/public/gfx/background.jpg);
    background-repeat : no-repeat;
    background-position: top center;
}
body {
    margin: 0;
    font-family: Arial;
    width: 100%;
}

#main {
    padding-top: 52px;
    width: 972px;
    margin: 0 auto;
}

#header-top {
    background-image : url(/fileadmin/layouts/main/public/gfx/header-bg-top.jpg);
    background-repeat : no-repeat;
    width: 972px;
    height: 27px;
    float: left;   
}

#language {
    width: 486px;
    height: 27px;
    float: left;   
}

#language li {
    line-height: 27px;
    float: left;
}

#header-navi-top {
    width: 486px;
    height: 27px;
    float: left;   
}

#swissness {
    background-image : url(/fileadmin/layouts/main/public/gfx/swissness.jpg);
    background-repeat : no-repeat;
    width: 972px;
    height: 28px;
    float: left;   
}

#header {
    background-image : url(/fileadmin/layouts/main/public/gfx/header.jpg);
    background-repeat : no-repeat;
    width: 972px;
    height: 130px;
    float: left;   
}

#logo {
    width: 285px;
    height: 130px;
    float: left;   
}

#newsletter {
    height: 130px;
    float: left;   
}

#contact {
    height: 130px;
    width: 200px;
    position: absolute;
    margin-left: 772px;  
}

#navi-main {
    width: 972px;
    height: 50px;
    float: left;   
}

#navi-main li {
    width: 162px;
    line-height: 50px;
    float: left;   
}

#navi-main li.act-first,
#navi-main li.act,
#navi-main li.act-last
 {
    background-image : url(/fileadmin/layouts/main/public/gfx/navi-main-act.jpg);
    background-repeat : no-repeat;
    text-align: center;  
}

#navi-main li.act-first a,
#navi-main li.act a,
#navi-main li.act-last a
 {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;  
}


#navi-main li.no-first,
#navi-main li.no
 {
    background-image : url(/fileadmin/layouts/main/public/gfx/navi-main-no.jpg);
    background-repeat : no-repeat;
    text-align: center;  
}

#navi-main li.no-first a,
#navi-main li.no a,
#navi-main li.no-last a
 {
    display: block;
    text-decoration: none;
    color: #4f4f4f;
    font-weight: bold;  
}

#navi-main li.no-first a:hover,
#navi-main li.no a:hover
 {
    background-image : url(/fileadmin/layouts/main/public/gfx/navi-main-no-hover.jpg);
    background-repeat : no-repeat;
    display: block;
    text-decoration: none;
    color: #8e1206;
    font-weight: bold;  
}

#navi-main li.no-last a:hover
 {
    background-image : url(/fileadmin/layouts/main/public/gfx/navi-main-no-last-hover.jpg);
    background-repeat : no-repeat;
    display: block;
    text-decoration: none;
    color: #8e1206;
    font-weight: bold;  
}


#navi-main li.no-last
 {
    background-image : url(/fileadmin/layouts/main/public/gfx/navi-main-no-last.jpg);
    background-repeat : no-repeat;
    text-align: center;  
}

#navi-sub-top {
    background-image : url(/fileadmin/layouts/main/public/gfx/navi-sub-top.jpg);
    background-repeat : no-repeat;
    width: 972px;
    height: 8px;
    float: left;   
}

#navi-sub {
    background-image : url(/fileadmin/layouts/main/public/gfx/navi-sub.jpg);
    background-repeat : no-repeat;
    width: 972px;
    height: 30px;
    float: left;   
}

#navi-sub ul {
    margin: 0 auto;
    position: absolute;
    left: 50%:   
}

#navi-sub li {
    line-height: 30px;
    float: left;
    width: 162px;
    text-align: center;
}

#navi-sub li.act a {
    background-image : url(/fileadmin/layouts/main/public/gfx/navi-sub-act.gif);
    background-repeat : repeat-x;
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none; 
}

#navi-sub li.no a {
    background-image : url(/fileadmin/layouts/main/public/gfx/navi-sub-no.gif);
    background-repeat : repeat-x;
    display: block;
    padding: 0 10px 0 10px;
    color: #4f4f4f;
    font-weight: normal;
    text-decoration: none;   
}

#navi-sub li.no a:hover {
    background-image : url(/fileadmin/layouts/main/public/gfx/navi-sub-no-hover.gif);
    background-repeat : repeat-x;
    display: block;
    padding: 0 10px 0 10px;
    color: #8e1206;
    font-weight: normal;
    text-decoration: none;   
}

#content {
    background-image : url(/fileadmin/layouts/main/public/gfx/content-bg.jpg);
    background-repeat : no-repeat;
    background-color: #fff;
    width: 972px;
    float: left;   
}


#contact h1,
#newsletter h1,
#tags h1 {
    font-size: 100% !important;
    color: #e3001b;    
}

#newsletter p.bodytext {
    color: #666;
    font-size: 80%;    
}

#content-text {
    width: 900px;
    padding: 30px 36px 50px 36px;
    float: left;
}

#content-text a {
    color: #666;
}

#content-text p.bodytext {
    color: #666;
    padding: 0 20px 0 20px;
    line-height: 1.5em;
}

#content-text ul {
    margin-left: 50px;
}

#content-text li {
    list-style-image : url(/fileadmin/layouts/main/public/gfx/reddot.jpg);
    line-height: 30px;
}

.csc-sitemap {
    margin-left: 20px;
}

#footer {
    background-image : url(/fileadmin/layouts/main/public/gfx/footer.jpg);
    background-repeat : no-repeat;
    width: 972px;
    height: 18px;
    float: left;
    padding-bottom: 50px;  
}

#footer-contact {
    border-top: 1px solid #a90b1c;
    background-color: #fff;
    width: 972px;
    height: 180px;
    float: left;
}

#footer-contact .footer-adr {
    width: 200px;
    padding: 25px;
    float: left;
}

#footer-contact .footer-phone {
    width: 200px;
    padding: 25px;
    float: left;
}

#footer-contact .footer-partner {
    width: 200px;
    padding: 25px;
    float: left;
}

#footer-contact .left {
    width: 750px;
    height: 180px;
    float: left;
}

#footer-contact .right {
    width: 222px;
    height: 180px;
    float: left;
}

#footernav {
    width: 222px;
    padding-top: 25px;
    float: left;
}

#footernav li {
    width: 222px;
    line-height: 30px;
    float: left;
}

#footernav li a {
    text-decoration: none;
    display: block;
    color: #000;
    text-align: center;
}

/* 

<div class="3spalter">
  <div class="col1">
    <div class="col-top"></div>
    <div class="col1-inhalt"></div>
    <div class="col-bottom"></div>
  </div>
  <div class="col2">
    <div class="col-top"></div>
    <div class="col2-inhalt"></div>
    <div class="col-bottom"></div>
  </div>
  <div class="col3">
    <div class="col-top"></div>
    <div class="col3-inhalt"></div>
    <div class="col-bottom"></div>
  </div>
  <br style="clear:both;" />
</div>

*/

/* 3 SPALTER */

.col-top {
    height: 5px;
    width: 290px;
    border-top: 0px solid #e2001a;
    float: left;
}

.col-bottom {
    height: 23px;
    width: 290px;
    clear: both;
}

.col1 {
    background-image : url(/fileadmin/layouts/main/public/gfx/colbottom.gif);
    background-repeat : no-repeat;
    background-position: bottom;
    width: 290px;
    min-height: 435px;
    float: left;
}

.col2 {
    background-image : url(/fileadmin/layouts/main/public/gfx/colbottom.gif);
    background-repeat : no-repeat;
    background-position: bottom;
    margin-left: 10px;
    width: 290px;
    min-height: 435px;
    float: left;
}

.col3 {
    background-image : url(/fileadmin/layouts/main/public/gfx/colbottom.gif);
    background-repeat : no-repeat;
    background-position: bottom;
    margin-left: 10px;
    width: 290px;
    min-height: 435px;
    float: left;
}

.col1-inhalt p.bodytext,
.col2-inhalt p.bodytext,
.col3-inhalt p.bodytext {
    padding: 8px !important;
    float: left;
}

/* PRODUCT 

<div class="fce_product">
  <div class="product-col1">
    <div class="product-top"></div>
    <div class="product-item1"></div>
  </div>
  <div class="product-col2">
    <div class="product-top"></div>
    <div class="product-item2"></div>
  </div>
  <br style="clear:both;" />
</div>

*/

.product-top {
    height: 5px;
    width: 100%;
    border-top: 0px solid #e2001a;
    float: left;
}

.product-col1 {
    margin-left: 10px;
    width: 370px;
    min-height: 340px;
    float: left;
}

.product-item1 {
    margin-left: 10px;
    width: 370px;
    min-height: 340px;
    float: left;
}

.product-col2 {
    margin-left: 20px;
    width: 500px;
    min-height: 340px;
    float: left;
}

.product-item2 {
    margin-left: 20px;
    width: 480px;
    min-height: 340px;
    float: left;
}

.product-item2 li {
    width: 380px;
    list-style-image: none !important;
    margin-left: -20px !important;
    border-bottom: 1px solid #e2001a;
}

.product-item1 p.bodytext,
.product-item2 p.bodytext{
    padding: 8px !important;
    float: left;
}

/* Downloads */

.csc-uploads-fileName {
    vertical-align: top;
    padding: 20px;
}

.csc-uploads-fileSize {
    vertical-align: top;
    padding: 20px;
}

/*  Überschriften */

h1 { 
    margin: 10px 0px 10px 0px;
    font-size:120%;
    font-weight: bold;
    color: #000;
    line-height: 25px;
}

h2 { 
    color: #e2001a;
    margin: 10px 0px 10px 10px;
    font-size:100%;
    font-weight: bold;
}

h3 { 
margin: 5px 0px 5px 10px;
font-size:100%;
font-weight: bold;
}

strong, bold {
   font-weight: bold;
}
italic, em {
   font-style: italic;
}

.csc-textpic-caption {
    background-color: #fff;
    font-weight: bold;
    color: #000;
    padding: 3px;
    font-size: 90%;
}

.align-center {
    text-align: center;
}