html, body, p, a, h1, h2, h3, img, div {
      padding:0px;
      margin:0px;
}

body {
     background-color: #FFFFFF;
     color: #333333;
     font-family: verdana,arial,helvetica,sans-serif;
     font-size: 11px;
}

/******************/
/*Font Declaration*/
/******************/

h1, h2, h3, a, p ,li {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #333333;
}

h1, h2 {
   color: #063876;
   font-weight:bold;
}

h2 {
   margin-bottom:10px;
}

h3 {
   font-size:9px;
   font-weight: normal;
   color:#666666;
   }
   
p {
  margin-bottom:10px;
  }
   
.menu_point {
            color: #063876;
            font-weight:bold;
            text-decoration: none;
}
.max_p { 
       width:210px;
}

/*************************/
/*End of Font Declaration*/
/**********/
/*Div tags*/
/**********/

.master_container {
                  text-align:center;
}
.s_container {
               position:relative;
               top:100px;
               width:310px;
               margin: 0 auto;
}
.container {
               position:relative;
               top:50px;
               width:602px;
               margin: 0 auto;
               text-align:left;
}
.top {
     border-right: 3px solid #063876;
}

.menu {
      text-align:right;
      margin-right:10px;
}

.content {
         border-right: 3px solid #063876;
         border-bottom: 3px solid #063876;
         margin-bottom:50px;
}

.contents {
          height:300px;
          padding-top:20px;
          }
          
.left_cont {
           position:absolute;
           width: 210px;

}

.center_cont {
             position:absolute;
             left:220px;
             width: 240px;
}

.right_cont {
            position:absolute;
            left:470px;

}

.det_article {
             border: 1px solid #063876;
}

.pre_article {
             margin-bottom: 7px;
             margin-right:7px;
             border: 1px solid #063876;
}

.warenkorb {
           border:1px solid #333333;
           font-size: 11px;
}
.warenkorb_top {
           background-color: #063876;
           color: #FFFFFF;
}

/**********************/
/*Formular Declaration*/
/**********************/

table {
      margin-top:10px;
}

.selectme {
          border: 1px solid #063876;
          width:120px;
          text-align:left;
          padding-left: 5px;
}

.textme {
        border: 1px solid #063876;
        width:120px;
        text-align:leftt;
        padding-left: 5px;
        }
.button, .button_a {
        border: 1px solid #063876;
        background-color: #063876;
        color:#FFFFFF;
        width:120px;
        padding-left: 5px;
        font-family: verdana,arial,helvetica,sans-serif;
        font-size: 11px;
}

.button_a {
          text-decoration:none;
          padding:5px;
          padding-top:1px;
          padding-bottom:1px;
}

.nothing_bt {
         margin:0px;
         padding:0px:
         border:0px;
         color:#FFFFFF;
         background-color:#FFFFFF;
         border-style: none;
         }
