 *, html {
  margin: 0pt;
  padding: 0pt;
}

body {
  font-family: "Trebuchet MS", "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 0.81em;
  color: #4c5e66;
  background-color: #d3dee2;
  background-image: url(../images/bg.gif);
  background-repeat: repeat;
}

img {
  border: 0px;
}

a:link, a:visited {
  color: #6193ab;
  text-decoration: underline;
}

a:hover, a:active {
  color: #53a5cc;;
  text-decoration: none;
}

p {
  margin: 0 0 0.6em 0;
}

p.strong {
  font-size: 1.2em;
}

h1 {
  font-size: 2.3em;
}

h2 {
  margin-bottom: 10px;
}

#page {
  width: 937px;
  height: 600px;
  margin: 30pt auto;
}

  #header {
    width: 937px;
    height: 248px;
  }

    #toppanel {
      width: 937px;
      height: 44px;
      background-image: url(../images/toppanel.png); 
      background-repeat: no-repeat;   
    }
    
      #ticker {
        margin: 14px;
        position: absolute;
      }
    
    #headerimage {
      width: 660px;
      height: 204px;
      background-image: url(../images/headerimage.jpg);
      background-repeat: no-repeat;  
      float: left;  
    }
    
    #navi {
      width: 277px;
      height: 204px;
      float: left;
      font-size: 0.1em;
    }


  #body {
    width: 937px;
    height: auto;
  }
    
    #contentbox {
      width: 937px;
      float: left;  
      background-color: #f5f4f2;
      background-image: url(../images/contentboxbg.png);
      background-repeat: repeat-x;
      overflow: hidden;
      position: relative;
    }
      
      #text {
        width: 632px;
        min-height: 285px;
      }
      
      #borderleft {
        background-image: url(../images/borderleft.png);
        background-repeat: repeat-y;  
        float: left;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 10px;
      }
    
      #sidebox {
        width: 280px;
        float: left;
        margin-bottom: -2000px;
        padding-bottom: 2000px;
        background-image: url(../images/sideboxbg.png);
        background-repeat: repeat-y;  
      }   
        
        #sideboxtext {
          position: absolute;
          padding: 15px 10px 10px 20px;
          font-size: 1.2em;
        }
          
          .left {
            width: 85px;
            height: 70px;
            float: left;
          }
          
          .right2 {
            width: 165px;
            height: 90px;
            float: left;
            padding-top: 22px;
          }
          
          .right {
            width: 165px;
            height: 70px;
            float: left;
            padding-top: 10px;
          }
      
          #day1 {
            margin-right: 10px;
          }
          
          #day2 {
            margin-right: 34px;
          }
        
        #sideboxtop {
          width: 280px;
          height: 160px;
          background-image: url(../images/sideboxtop.png);
          background-repeat: no-repeat;    
          position: absolute;
          right: 0px;
          top: 0px;
        } 
        
        #sideboxbottom {
          width: 280px;
          height: 155px;
          background-image: url(../images/sideboxbottom.png);
          background-repeat: no-repeat;   
          position: absolute;
          right: 0px;
          bottom: 0px;
        }
    
    #borderfooter {
      width: 937px;
      height: 5px;
      background-image: url(../images/borderfooter.png);
      background-repeat: no-repeat;  
      margin-bottom: 5px;
    }
    
  #footer {
    font-size: 0.9em;
    width: 937px;
  }
  
    #impressum {
      margin-left: 3px;
      float: left;
      color: #728087;
    }
    
    #bdesign {
      margin-right: 2px;
      float: right;
      color: #728087;
    }
  
 

.clear {
  clear: both;
}
   
 
.producttitle {
  text-align: center;  
}

   
#table {
  margin: 0px auto;
  width: 410px;
}

#table th {
  font-weight: bold;
  font-size: 0.9em;
	border-right: 1px solid #C3D6DF;
	border-top: 1px solid #C3D6DF;
	border-left: 1px solid #C3D6DF;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: right;
	padding: 3px 8px 3px 8px;
	background: #CAE8EA url(../images/tablebg.png) no-repeat;
	width: 100px;
}

#table td {
  border-top: 1px solid #C3D6DF;
	border-right: 1px solid #C3D6DF;
	background: #fff;
	padding: 3px 8px 3px 8px;
	color: #6D929B;
  font-size: 0.9em;
}

#table td.alt {
  background: #F5FAFA none repeat scroll 0 0;
  color: #797268;
}

#table th.price {
  border-bottom: 1px solid #C3D6DF;  
}

#table td.price {
  background: #F5FAFA none repeat scroll 0 0;
  color: #797268;
  border-bottom: 1px solid #C3D6DF;  
}

#table td.price b {
  color: red;
  font-size: 11pt;
}
      
      
    
#kontaktform {
  float: left;
  position: relative;
}

.formrow {
  height: 30px;
}

label {
  cursor: pointer;
}

.forminput {
  border: 1px solid #4c5e66;
  font-size: 12px;
  left: 70px;
  margin-top: 3px;
  padding: 5px;
  position: absolute;
  width: 250px;
  color: #333B3F;
}

.forminput:hover {
  border: 1px solid #53a5cc;
}

.forminput:focus {
  border: 1px solid #53a5cc;
}

.textarea {
  border: 1px solid #4c5e66;
  font-size: 12px;
  height: 224px;
  left: 70px;
  margin-top: 3px;
  padding: 5px;
  position: absolute;
  width: 400px;
  color: #333B3F;
}

.textarea:hover {
  border: 1px solid #53a5cc;
}

.textarea:focus {
  border: 1px solid #53a5cc;
}


#submit {
  background: #FFFFFF none repeat scroll 0 50%;
  border: 1px dashed #4c5e66;
  color: #6193ab;
  font-size: 1em;
  font-weight: bold;
  margin-left: 70px;
  margin-top: 220px;
  padding: 5px;
  width: 150px;
}

#submit:hover {
  border: 1px solid #53a5cc;
}

.product {
  border: 1px solid #D1DBDF;
  margin-bottom: 15px;
  padding: 5px;
  text-align: center;
}

.product a {
  font-size: 1.6em;
}

.product b {
  font-size: 1.3em;
}

.product img {
  border: 1px solid #A4ACAF;
  padding: 1px;
  margin-top:5px;
  margin-bottom:5px;
}

.productimage {
  border: 1px solid #A4ACAF;
  padding: 1px;
  display: block;
  margin: 5px auto;
}


.back {
  font-size: 1.7em;
  position: absolute;
  right: 296px;
  top: 55px;
}