.artikelbox {
  position: relative;
  float: left;
  width: 47%;
}
.bildbox{
    position: relative;
    display: inline-block;
    width: 750px;
    /*left: 25%;*/
    background-color: #ff0;
    height: 750px;
    margin-bottom: 200px;
} 
.textilbox{
    position: relative;
    float: left;
    width: 47%;
    margin: 1%;
    border: thin solid #ccc;

} 
#logobox{
    height: 200px;
}  
#buyform{
    position: absolute;
    top: 1050px;
    }