* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 75%;
  font-family: Helvetica, Swiss, Geneva, Arial, sans-serif;
  line-height: 1.3;
  margin: 0;
  color: #333333;
  background-color: #881920;
}

img {
  border: none;
}

.clr {
  clear: both;
}

h1 {
  background-image: url(images/bg_h1.gif);
  background-position: right;
  background-repeat: no-repeat;
  color: #c4a800;
  display: inline;
  font-size: 1.2em;
  margin: 0.5em 0 1em 0;
  padding-right: 13px;
  text-transform: uppercase;
}

h3 {
  font-size: 1.1em;
  margin: 1em 0 1em 0;
}

h5 {
  color: #881920;
  font-size: 1em;
  margin: 1em 0 -0.5em 0;
}

p {
  margin: 0.5em 0 0.5em 0;
  text-align: left;
}

a {
  color: #195a88;
/*  text-decoration: none; */
}

a:hover {
  color: #19887f;
  text-decoration: underline;
}

hr {
  border: none;
  border-top: 1px dashed #881920;
  height: 1px;
  margin: 1em 0 1em 0;
}

ol {
  margin-left: 1.5em;
}

  ol li {
    color: #195a88;
    font-weight: bold;
    margin-bottom: 0.5em;
  }

td, th {
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

.color01 {
  color: #881920;
}

.color02 {
  color: #881920;
}

.missing {
  background-color: #881920;
  color: #ffffff;
}

.spacer {
  height: 1em;  
}

#ornamentframe {
  left: 0;
  position: absolute;
  top: 74px;
  width: 100%;
  height: 232px;
  z-index: 0px;
}
  #leftornament, #rightornament {
    background-image: url(images/deco_ornament.gif);
    background-position: left;
    background-repeat: repeat-x;
    float: left;
    height: 232px;
    width: 50%;
  }
  #leftornament {
    float: left;
    width: 49%
  }
  #rightornament {
    float: right;
    width: 49%
  }

#contentwrapper {
  width: 950px;
  margin: 0 auto 0 auto;
  position: relative;
  top: 7px;
}

  #topbox {
    background-color: #eee7cc;
    width: 950px;
    height: 67px;
    position: relative;
    z-index: 10;
  }
    #submenubox {
      position: absolute;
      left: 22px;
      top: -7px;
      width: 200px;
      z-index: 50;
    }
      #smb_top {
        width: 200px;
        height: 74px;
      }
      #smb_logo {
        width: 190px;
        height: 232px;
      }
      #smb_submenu {
        background-image: url(images/image_smb-bg.png);
        background-position: center top;
        background-repeat: repeat-y;
        min-height: 150px;
        padding-bottom: 2em;
        width: 200px;
      }
        #smb_submenu .title {
          color: #881920;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 1.2em;
          font-weight: bold;
          margin: 0;
          padding: 1em 0 0.5em 18px;
          text-transform: uppercase;
        }
        #smb_submenu ul {
          list-style: none;
        }
          #smb_submenu li {
            background-image: url(images/icon_smb_list.gif);
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 18px;
            margin-bottom: 0.7em;
          }
            #smb_submenu a {
              border-bottom: 1px solid #d7d7d7;
              color: #858585;
              display: block;
              font-weight: bold;
              height: 20px;
              line-height: 22px;
              text-decoration: none;
              text-transform: uppercase;
            }
            #smb_submenu a:hover,
            #smb_submenu a.active {
              color: #c4a800;
            }
        
      #smb_contactbox {
        width: 200px;
        height: 169px;
      }
    #mainmenu {
      height: 20px;
      left: 230px;
      position: absolute;
      top: 25px;
      width: 688px;
    }
      #mainmenu ul {
        list-style: none;
        text-align: center;
      } 
        #mainmenu li {
          display: inline;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 1.1em;
          font-weight: bold;
          padding: 0 8px 0 8px;
          text-transform: uppercase;
        }
        
          #mainmenu li a {
            color: #c4a800;
            text-decoration: none;
          }

          #mainmenu li a:hover, #mainmenu li a.selected {
            color: #a80e22;
          }
    
  #decobox{
    height: 232px;
    left: 0px;
    margin: auto;
    position: relative;
    top: 0px;
    width: 950px;
    z-index: 10;
  }
/*    #decoleft {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 48px;
      height: 232px;
      background-image: url(images/deco_left.gif);
      background-position: left;
      background-repeat: no-repeat;
      z-index: 20;
    } */
    #decoimagebox {
      position: absolute;
      left: 212px;
      top: 0px;
      width: 512px;
      height: 242px;
      z-index: 30;
    }
/*    #decoright {
      position: absolute;
      left: 744px;
      top: 0px;
      width: 206px;
      height: 232px;
      background-image: url(images/deco_right.gif);
      background-position: right;
      background-repeat: no-repeat;
      z-index: 20;
    } */
#contentbox {
  background-color: #eee7cc;
  padding: 1px;
  position: relative;
  width: 950px;
  min-height: 500px;
}
  #content {
    margin: 30px 0 30px 244px;
    text-align: justify;
    width: 476px;
  }

  #content p {
/*    font-weight: bold; */
  }
  
  #content ul {
    margin-left: 1.2em;
  }

  #content ul li {
    list-style-type: square;
  }
  

  .motto {
    color: #881920;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.4em;
    font-weight: bold;
    font-style: italic;
    margin: 1.5em 0 1.5em 0;
  }

  #rightpromo {
    left: 762px;
    position: absolute;
    top: 20px;
    width: 172px;
    z-index: 30;
  }
#footer {
  position: static;
  width: 950px;
  padding: 5px 0 5px 0;
}
  #footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 950px;
  }
    #footer li {
      color: #ffffff;
      display: inline;
    }
      #footer li a {
        color: #ffffff;
        text-decoration: none;
      }
      #footer li a:hover {
        text-decoration: underline;
      }
  #footer p {
    color: #ffffff;
    font-size: 0.9em;
    text-align: center;
    text-transform: uppercase;
  }
  
  #footer p.small {
    color: #d7d7d7;
    font-size: 0.75em;
  }
  
  #footer p.small a {
    color: #c4a800;
    text-decoration: none;
  }

  #footer p.small a:hover {
    text-decoration: underline;
  }

td.title, td.field {
  padding: 2px;
  vertical-align: top;
}

/* Ausgabe Dropout-Boxes */
.titelleiste {
  background-color: #881920;
  border: 1px solid #881920;
  color: #ffffff;
  margin-top: 1em;
  padding: 2px;
}
  .titelleiste:hover {
    cursor: pointer;
  }
  .tname {
    float: left;
    width: 50%;
  }
  .taktion {
    float: left;
    text-align: right;
    width: 50%;
  }

.details {
  background-color: #ffffff;
  border: 1px solid #881920;
  padding: 2px;
}

/*        CMN C-A-S       */

/** Easyoffer **/
table.product {
}

table.product td.image {
  background-color: #ffffff;
  border-top: 1px solid #7a161d;
  border-bottom: 1px solid #7a161d;
  border-left: 1px solid #7a161d;
  padding: 5px;
  text-align: center;
  vertical-align: top;
}

table.product td.name {
  background-color: #ffffff;
  border-top: 1px solid #7a161d;
  border-right: 1px solid #7a161d;
  color: #881920;
  font-weight: bold;
  padding: 5px;
}

table.product td.description {
  background-color: #ffffff;
  border-right: 1px solid #7a161d;
  border-bottom: 1px solid #7a161d;
  padding: 5px;
}

table.product td.spacer {

}

