        /*Smaller screen-size*/
        body {
            font-family: arial;
            font-size: 14px;
        }
                
        .logo_bg_sh{
            background-image: url(http://gkhn.de/img/bg.png);
            background-repeat: repeat-x;
            width: 100%;
            height: 178px;
        }
        #logo_sh{
            background-image: url(http://gkhn.de/img/bg_logo.png);
            width: 402px;
            height: 178px;
            background-repeat: no-repeat;
            float: left;
            position: relative;
            left: 100px;
        }
        #page {
            width: 100%;
            margin: 0 auto;
            overflow: hidden;
        }
        #header {
            margin-top: 15px;
            clear: left;
        }
        #header #logo {
            float: left;
            width: 40%;
        }
        #header #menu {
            float: left;
            width: 60%;
            text-align: right;
        }
        #search {
            margin-top: 20px;
        }
        #info {
            margin-top: 30px;
            clear: left;
        }
        #zoom {
            width: 550px;
        }
        #icons img {
            width: 100px;
        }
        #prod_titel{
            width: 100%;
            background: #1868b1;
            height: 25px;
            padding:4px 0px 0px 10px;
            color:white;
            font-weight:bold;
            -moz-box-sizing: border-box; 
            -webkit-box-sizing: border-box; 
            box-sizing: border-box;
            
        }
        .bg_titel{
            width: 100%;
            -moz-box-sizing: border-box; 
            -webkit-box-sizing: border-box; 
             box-sizing: border-box;
            background: #1868b1;
            height: 25px;
            padding:5px 5px 5px 10px;
            color:white;
        }
        #ldesc{
            max-width: 1200px;
            min-height: 600px;
            height: auto;
            -moz-box-sizing: border-box; 
            -webkit-box-sizing: border-box; 
             box-sizing: border-box;
            
        }
            #prod_desc{
            width: 600px;
            height: auto;
            float: none;
            -moz-box-sizing: border-box; 
            -webkit-box-sizing: border-box; 
            box-sizing: border-box;
            position:relative;
            margin: 0 auto;
            padding-top:200px;
            
        }
        #prod_long_decription{
            height: auto;
            float: right;
        }
        #desc_div{
            width: 1393px;
        }
        #prod_img{
            width: 550px;
            margin: 0 auto;
        }