/* CSS-Reset */
html,body{height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,em,strong,pre,code,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,address,caption,cite,pre,code,dfn,th,var{line-height:1;font-size:100%;font-weight:normal;font-style:normal;}
fieldset,img{border:0;}
caption,th{text-align:left;}
td{vertical-align:top;}
table{font-size:inherit;table-layout:fixed;}
ol,ul{list-style:none;}
ul,ol,dl{position:relative;}
hr{clear:both;}
strong{font-weight:bold;}
sup{font-size:80%;vertical-align:top;}
/* Rahmen bei Inputfeldern entfernen IE <= 6 */
* html input{margin:-1px 0;}
/* Rahmen bei Inputfeldern entfernen IE > 6 */
*:first-child+html input{margin:-1px 0;}
/* CSS-Reset */

html, body, table, textarea, input {
  line-height: 1.2;
  font-size: 12px;
  font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif; 
  color: #000;  
}
body {
  background: url(../images/layout/bg_body.jpg) repeat-x center center;
}
li {
  padding: 0 0 0 30px;
  background: url(../images/layout/ico_list.png) no-repeat 2px 7px;
  line-height: 1.2;
}
a {
  color:#000;  
  text-decoration: none;
}
a:hover {
  color: #444444;
}
h1{
  font-size:24px;
  color: #003366;
}



div#page {
  position: relative;
  width: 100%;
  height: 100%;  
}

div#wrapper {
  position: absolute;
  left:50%;
  top:50%;
  width: 855px;
  height: 540px;
  margin-left: -422px;
  margin-top: -270px;
  background: url(../images/layout/bg_tbl.jpg) no-repeat;
}



div#logo{
  position:absolute;
  background: url(../images/layout/logo.jpg) no-repeat;
  width: 370px;
  height: 60px;
  top: 40px;
  left: 45px; 
}

div#navigation{   
  position:absolute;
  width:320px;
  margin: 30px 20px 0 0;
  right:67px;
  top:0;
}

div#content {
  position: relative;
  margin: 130px 0 0 35px;
  float:left;  
  height:400px;
  clear:both;
}


div#footer{
  clear:both;
  position:absolute;
  font-weight:bold;
  right:70px;
  bottom:35px;


}


.btn_cart_next {
  width:57px;
  height:17px;
  background:url(../images/btn_next.jpg) no-repeat;
  display:block;

}

.btn_cart_prev {
  width:57px;
  height:17px;
  background:url(../images/btn_back.jpg) no-repeat;
  display:block;

}

input.Input{

  font-family:tahoma;
  font-size:11px;
  height:15px;
  padding-bottom:0;
  padding-left:0;
  padding-right:2px;
  padding-top:1px;
  width:150px;
  padding-left:3px;

}

select.input{
   font-family:tahoma;
  font-size:11px;
  height:20px;
  padding-bottom:0;
  padding-left:0;



}

textarea.input{
 font-family:tahoma;
  font-size:11px;
 width:300px;
 padding-left:3px;
}


table.cart_kontakt tr td table tr td{
  padding-bottom:2px;
}

table.cart_detail tr td{
  padding-bottom:4px;
}

