#trustUs{
   position: absolute;
   top: 50px;
   right: 0;
   width: 170px;
}
#trustUs li{
   display: inline;
}

#logo{
   position: absolute;
   left: 235px;
   bottom: 48px;
}
#logo span{
   display:block;
   font-weight: normal;
   font-size:11px;
   margin:12px 0 2px 0;
}
#logo a,
#logo a:link,
#logo a:visited{
   text-decoration: none;
   color: #660000;
   font-size: 29px;
   display: block;
   font-weight: normal;
}
#logo a:focus,
#logo a:hover,
#logo a:active{
   text-decoration: underline;  
}
#logo_untertext{
   position: absolute;
   left: 235px;
   top: 98px;
   font-size: 15px;
   color: #660000;
}
#borderright{
   position: absolute;
   left: 525px;
   top: 55px;
   height: 37px;
   width: 1px;
   background-color: #000;
   color: #000;
   border: 0 none;
}
#borderbottom{
   height: 1px;
   position: absolute;
   left: 435px;
   top: 85px;
   width: 100px;
   background-color: #000;
   color: #000;
   border: 0 none;
}

#youAreHere{
   position: absolute;
   top: 133px;
   right: 668px;  
   color: #660000;
}
.breadcrumb{
   position: absolute;
   top: 131px;
   left: 325px;
   color: #660000;
   width: 457px;
   line-height: 1.2;
}

#buyBox{
   position: absolute;
   top: 87px;
   left: 10px;
   width: 250px;
}
#buyBox a,
#buyBox a:link,
#buyBox a:visited{
   float: left;
   width: 90px;
   border: 1px solid #ccc;
   margin: 1px;
}
#buyBox a:hover,
#buyBox a:active,
#buyBox a:focus{
   border: 2px solid #660000;
   margin: 0;
}

#suche{
   position: absolute;
   right: 0;
   top: 100px;
}
#suche h3{
   color: #660000;
   font-size: 160%;
   margin-bottom: 0.2em;
   font-weight: normal;
}

#suche input.Submit{
   margin: 0;
   background-color:#EEEEEE;
   border:1px solid #aaa;
   color:#660000;
   font-weight:normal;
   padding:1px 2px;
   text-decoration:none;
   width: 60px;
}
#suche form input.Suchfeld{
   margin: 0;
   padding: 2px;
   border: 1px solid #aaa;
   width: 105px;
   margin-right: 5px;
   float: left;
}