/* ---------------------------------------------- */
/*  Stylesheet alprinta GmbH  Firefox  */
/*  Stand: 08/2008  */
/*  Copyright: www.till.net  */
/* ---------------------------------------------- */

  html { 
    font-size: 12px;
    width: 100%;
  }

  body { 
    background-color: rgb(242, 242, 242);
    color: rgb(0, 0, 0);
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin: 0px;
    min-width: 1100px;
    padding: 0px;
    text-decoration: none;
  }

  div.Seite {
    margin: 0px auto;
    padding: 10px;
    width: 1100px;
  }

  div.pagecontainer { 
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    margin: 0px;
    min-width: 1100px;
  }

  div.headercontainer { 
    background-color: rgb(227, 0, 20);
    border: 5px solid rgb(255, 255, 255);
    height: 90px;
    margin: 0px;
    padding: 0px;
  }

  div.slogan { 
    background-image: url(header.jpg);
    background-repeat: no-repeat;
    height: 90px;
    margin: 0px 0px 0px 60px;
    padding: 0px;
  }

  div.headernav {
    color: rgb(255, 255, 255);
    float: right;
    font-size: 11px;
    margin: 0px;
    padding: 5px 5px 0px 0px;
    text-align: right;
  }

  div.headernav a { 
    color: rgb(255, 255, 255);
    margin: 0px;
    padding: 0px;
    text-decoration: none;
  }

  div.headernav a:hover { 
    margin: 0px;
    padding: 0px;
    text-decoration: underline;
  }

  div.navtop { 
    background-color: rgb(157, 157, 157);
    height: 22px;
    margin: 0;
    padding: 0;
  }

  div.produktheader form { 
    /*float: right;*/
    /*font-size: 10px;*/
    /*text-align: right;*/
    margin: 0px;
    padding: 0px;
  }

  ul.navtop {
    line-height: 22px;
    margin: 0; 
    padding: 0;
    text-align: center;
  }

  ul.navtop li {
    display: inline;
    list-style: none;
    margin: 0; 
    padding: 0;
  }

  ul.navtop a {
    border-left: 1px solid white;
    border-right: 1px solid white;
    color: white;
    float: left; 
    font-weight: bold;
    margin: 0;
    padding: 0 0.5em;
    text-decoration: none; 
    width: 8em;
  }

  ul.navtop span a {
    background-color: rgb(227, 0, 20);
    border-left: 1px solid white;
    border-right: 1px solid white;
    float: left; 
    font-weight: bold;
    margin: 0;
    padding: 0 0.5em;
    text-decoration: none; 
    width: 8em;
  }

  * html ul.navtop a, * html ul.navtop span {  /* Korrektur fuer IE 5.x */
    width: 10em;
    w\idth: 8em;
  }

  ul.navtop a:hover, ul.navtop span {
    background-color: gray;
  }

  div.footer { 
    background-color: rgb(243, 243, 243);
    clear: both;
    color: rgb(68, 68, 68);
    font-size: 11px;
    height: 20px;
    margin: 0;
    padding: 5px 0px 0px 0px;
    text-align: center;
  }

  div.contentblock {
    clear: both;
  }

  div.navigation {
    border-top: 5px solid rgb(255, 255, 255);
    float: left;
    margin: 0px;
    padding: 0px;
    width: 200px;
  }

  div.produktheader {
    background-color: rgb(227, 0, 20);
    border-right: 1px solid rgb(227, 0, 20);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 3px 0px 3px 5px;
  }

  div.navcontainer {
    border-top: 1px solid rgb(179, 179, 179);
    border-right: 1px solid rgb(179, 179, 179);
    border-bottom: 1px solid rgb(179, 179, 179);
    margin: 0px;
    padding: 0px;
  }

  div.nav { 
    margin: 0px;
    padding: 0px;
  }

  div.nav ul {
    margin: 0px;
    padding: 0px;
  }

  div.nav li {
   background-color: rgb(240, 240, 240);
    border-top: 1px solid rgb(179, 179, 179);
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    margin: 0px;
    min-height: 15px;
    padding: 5px 0px 5px 5px;
  }

  div.nav a {
    color: rgb(68, 68, 68);
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    width: 100%;
  }

  div.nav a:hover {
    color: rgb(227, 0, 20);
    margin: 0px;
    padding: 0px;
    text-decoration: none;
  }

  div.nav a.active {
    color: rgb(227, 0, 20);
    margin: 0px;
    padding: 0px;
    text-decoration: none;
  }

  div.nav li.subnav {
    background-color: rgb(228, 228, 228);
    border-top: 1px solid rgb(219, 219, 219);
    border-right: 1px solid rgb(179, 179, 179);
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    margin: 0px;
    min-height: 15px;
    padding: 3px 0px 3px 10px;
  }

  div.nav a.subnav {
    color: rgb(68, 68, 68);
    display: block;
    font-size: 10px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    width: 100%;
  }

  div.nav a.subnav:hover {
    color: rgb(227, 0, 20);
    margin: 0px;
    padding: 0px;
    text-decoration: none;
  }

  div.nav a.subnavactive {
    color: rgb(227, 0, 20);
    margin: 0px;
    padding: 0px;
    text-decoration: none;
  }

  div.nav li.subnav2 {
    background-color: rgb(228, 228, 228); 
    border-top: 1px solid rgb(219, 219, 219);
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    margin: 0px;
    min-height: 15px;
    padding: 3px 0px 3px 15px;
  }

  div.nav a.subnav2 {
    color: rgb(68, 68, 68);
    display: block;
    font-size: 9px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    width: 100%;
  }

  div.nav a.subnav2:hover {
    color: rgb(227, 0, 20);
    margin: 0px;
    padding: 0px;
    text-decoration: none;
  }

  div.nav a.subnav2active {
    color: rgb(227, 0, 20);
    margin: 0px;
    padding: 0px;
    text-decoration: none;
  }

  div.right { 
    border-top: 5px solid rgb(255, 255, 255);
    float: right;
    margin: 0px;
    padding: 0px;
    width: 200px;
  }

  div.boxcontainer {
    background-color: rgb(198, 198, 198);
    margin: 0px 0px 5px;
    min-height: 150px;
    padding: 0px;
  }

  div.boxcontainer span {
    background-color: rgb(255, 255, 255);
    color: rgb(227, 0, 20);
    font-weight: bold;
    margin: 0px;
    padding: 2px 5px 2px 0px;
  }

  div.boxcontentcontainer {
    margin: 0px;
    padding: 2px;
  }

  div.boxcontent {
    color: rgb(68, 68, 68);
    font-size: 11px;
    margin: 0px;
    padding: 0px 0px 0px 3px;
  }

  div.boxlink {
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    text-align: right;
  } 

  div.boxcontentleft {
    color: rgb(68, 68, 68);
    float: left;
    font-size: 11px;
    margin: 0px;
    padding: 0px 0px 0px 3px;
  }

  div.boxcontentright { 
    color: rgb(68, 68, 68);
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    text-align: right;
  }

  div.boxcontentleft2 {
    color: rgb(68, 68, 68);
    float: left;
    font-size: 11px;
    margin: 0px;
    padding: 4px 0px 0px 3px;
    width: 50px;
  }

  div.boxcontentright2 { 
    color: rgb(68, 68, 68);
    font-size: 11px;
    margin: 3px 0px 3px 55px;
    padding: 0px;
    text-align: left;
  }

  div.boxcontentright2 input {
    font-size: 11px;
    margin: 0px 0px 0px 0px;
    padding: 1px 0px 0px 2px;
    width: 110px;
 }

  div.contentcontainer {
    margin: 0;
    min-height: 580px;
    padding: 0;
  }

  div.content1sp { 
    margin: 0 200px 0 200px;
    padding: 5px 12px 12px 12px;
  }

  div.contentleft { 
    margin: 0 400px 0 200px;
    padding: 12px;
  }

  div.contentright {
    float: right; 
    margin: 0; 
    padding: 10px 0 0 0;
    width: 190px;
  }

  div.contentfooter { 
    margin: 5px 205px 15px 205px;
    text-align: right;
  }

  div.contentfooter hr { 
    color: rgb(221, 221, 221);
    height: 1px;
    margin: 0px;
    padding: 0px;
  }

  div.contentfooter a.breadcrumb {
    font-size: 10px;
    color: rgb(221, 26, 34);
    text-decoration: none;
  }

  div.contentfooter a.breadcrumb:link {
    color: rgb(221, 26, 34);
    text-decoration: none;
  }

  div.contentfooter a.breadcrumb:visited {
    color: rgb(221, 26, 34);
    text-decoration: none;
  }

  div.contentfooter a.breadcrumb:active {
    color: rgb(221, 26, 34);
    text-decoration: none;
  }

  div.contentfooter a.breadcrumb:hover {
    color: rgb(102, 102, 102);
    text-decoration: none;
  }

  div.content, div.contentleft ul {
    list-style-image: url(pic_button.gif);
    line-height: 20px;
  }

  div.content, div.contentleft li {
    line-height: 15px;
  }

  a {
    color: rgb(221, 26, 34);
    text-decoration: none;
  }

  a:link {
    color: rgb(221, 26, 34);
    text-decoration: none;
  }

  a:visited {
    color: rgb(221, 26, 34);
    text-decoration: none;
  }

  a:active {
    color: rgb(221, 26, 34);
    text-decoration: none;
  }

  a:hover {
   color: rgb(0, 0, 0);
    text-decoration: none;
  }

  b.alprinta {
    color: rgb(221, 26, 34);
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none;
  }

  p.box {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
  }

  h1 {
    color: rgb(102, 102, 102);
    font-size: 16px;
    font-weight: bold;
  }

  h2 { 
    color: rgb(102, 102, 102);
    font-size: 13px;
    font-weight: bold;
  }

  h2.grey { 
    background-color: #f0f0f0;
    color: rgb(102, 102, 102);
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0px 3px 3px;
  }

  h3 {
    color: rgb(102, 102, 102);
    font-size: 12px;
    font-weight: bold;
  }

  h4 {
    color: rgb(102, 102, 102);
    font-size: 11px;
    font-weight: bold;
  }

  hr { 
    color: rgb(221, 221, 221);
    height: 1px;
    margin: 0px;
    padding: 0px;
  }

  u {
    line-height: 25px;
  }

  td.box {
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: normal;
    margin: 5px;
    padding: 5px;
    text-decoration: none;
  }

  td.box2 {
    color: rgb(0, 0, 0);
    font-size: 11px;
    font-weight: normal;
    margin: 2px 5px;
    padding: 2px 5px;
    text-decoration: none;
  }

  form {
    font-size: 11px;
    margin: 0px;
    padding: 0px;
  }

  a.suche {
    background-color: rgb(255, 255, 255);
    color: rgb(227, 0, 20);
    font-size: 9px;
    font-weight: bold;
    margin: 0px;
    padding: 2px 5px 5px;
    text-decoration: none;
  }

  input.suche {
    background-color: rgb(255, 255, 255);
    color: rgb(227, 0, 20);
    font-size: 10px;
    font-weight: normal;
    margin: 1px 0px 3px 0px;
    border: 1px solid rgb(102, 102, 102);
    padding: 0px;
    width: 140px;
  }

  input.submit {
    font-size: 10px;
    margin: 0px;
    padding: 0px;
  }

  input.submitsuche {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(102, 102, 102);
    color: rgb(227, 0, 20);
    font-size: 10px;
    padding-left: 2px;
  }

   div.logo {
    background-image: url(alprinta-logo.jpg);
    background-repeat: no-repeat;
    border-right: 5px solid rgb(255, 255, 255);
    float: left;
    height: 90px;
    margin: 0px;
    padding: 0px;
    width: 90px;
  }  

  table { 
    font-size: 12px;
  }

  th { 
    font-size: 12px;
    vertical-align: top;
 }

  td { 
    font-size: 12px;
  }

  tr.bottom td {
    font-size: 12px;
    vertical-align: bottom;
  }

  td input { 
    font-size: 12px;
    width: 160px;
  }

  td textarea { 
    font-size: 12px;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    width: 80%;
  }

  td select { 
    font-size: 12px;
    width: 160px;
  }

  table.anfrage { 
    font-size: 11px;
    background: #f0f0f0;
  }

  td.anfrage { 
    font-size: 11px;
    vertical-align: top;
  }

  td.anfrage input { 
    font-size: 11px;
    width: 160px;
  }

  td.anfrage textarea { 
    font-size: 11px;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    width: 160px;
  }

  td.anfrage select { 
    font-size: 11px;
    width: 160px;
  }

.callback {
  width: 120px;
}

table.home {
  padding: 0px;
}

table.home td {
  border: 1px solid rgb(198, 198, 198);
  vertical-align: top;
  padding: 0px;
  margin: 0px;
}

table.home h2 {
  color: #fff;
  background-color: rgb(227, 0, 20);
  padding: 5px 3px;
  margin-top: 0px;;
}

table.home h2 a {
  color: #fff;
}

div.slogan h1 {
  margin: 0px;
  padding: 25px 15px 5px 110px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
}

.tdcontent {
    vertical-align:middle;
    display:table-cell;
    height:200px;
    width: 200px; 
    cell-padding: 0px;
}

.tdcontent img,a {
    padding: 0px;
    margin: 0px;
}
