a {
    color: #8b8b8b;
    text-decoration: none;    
    }
    
a:hover {
    color: #9c41b6;
    text-decoration: underline;
    }

img {
    border: none;
    }

body {
    overflow-x: hidden;
}
    
#main {
  margin: auto;
  width: 1150px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #464646;
}

.txt-left,
.txt-right
 {
  display: inline;
  float: left;
  width: 544px;
  text-align: justify;
}

.top {
    height: 143px;
    }
    
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.logo {
    width: 314px;
    height: 143px;
    float: left; 
    }
    
.navigation {
    font-size: 17px;
    font-weight: lighter;
    margin-left: 685px;
    }
    
.navigation:hover {
    color: #9c41b6;
    }
    
.navigation li {
    display: block;
    float:left;
    margin-left: 20px;
    list-style-type: none;
    margin: 98px 0 0 6px;
    }
    
.headline {
    color: #9c41b6;
    font-size: 24px;
    font-weight: lighter;
    margin: 70px 0 15px 10px;
    }
 
.top-header-box {
    background-color: #9c41b6;
    height: 114px;
    width: 360px;
    float:right;
    padding: 10px;
    opacity: 0.5;       /* modern browser */  
    -moz-opacity: 0.5;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=50); /* IE5.x -7.0 */  
    } 

.btm-box {
    float: left; 
    margin: 115px 0 0 10px;
    background: #9059a7;
    color: #fff;
    width: 355px;
    height: 155px;
    padding: 40px 0 0 40px;
    font-size: 34px;
    }

.percent {
    font-size: 18px;
    margin-top: 40px;
    } 
    
.price {
    font-size: 35px;
    margin-left: 45px;
    } 
    
.footer {
    float: right;
    text-align: right;
    font-size: 11px;
    width: 600px;
    line-height: 14px;
    margin: 10px 0 50px 0;
    }
 
.footer a{
    cursor: default;
    color: #555;
    }
    
.footer a:hover{
    text-decoration: none;
    }
       
.top-header {
    width: 1135px;
    height: 355px;
    padding: 45px 15px 0 0;
	background-image: url(sprite.jpg);
}

.btm-img {
	width: 1150px;
	height: 430px;
    margin-top: 50px;
    padding: 0;
	background-image: url(sprite.jpg);
    background-position: left 430px;
}

#datenschutz {
    margin-top: 20px;
    background-color: #fff;
    padding: 10px;
}

#datenschutz h2{
    color: #000;
    margin-bottom: 15px;
}

.datenschutz-a a{
    color: #8c57a1;
    text-decoration: underline;
    cursor: pointer;
    }
    
.btn-search {
    height: 30px;
    width: 330px;
    background: #FFF;
    margin-top: 10px;
    padding: 10px 0 0 10px;
    color: #000;
    border: 1px solid #000101;
    cursor: text;
    display: block;
    }
    
.btn-search:hover {
    text-decoration: none;
    color: #000;
    }