
*{
  	 margin: 0 auto;
    padding: 0 auto;
    border: none;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
   -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
p {
	font-weight: 200;
	font-size:15px;
	column-rule: ;#464646;
	margin-bottom: 3px;
}
body{
background: url(http://www.mme-euba.de/ebay/layout/img/bg.jpg) fixed repeat;
}

#content{
    max-width: 900px;
    height: auto;
	background-color:#FFFFFF;
	padding-top: 5px;
	padding-bottom: 20px;
	margin-top: 20px;
}

#header{
    box-shadow: 0px 0px 23.52px 0.48px rgba(0, 0, 0, 0.2);
    max-width: 800px;
    height: 150px;
    margin: 20px auto 30px;
	padding: 75px 0 10px 15px;
    background-color: azure;
	 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c8d7dc+0,e3eaed+28,fffcfc+77 */
	background: #c8d7dc; /* Old browsers */
	background: -moz-linear-gradient(top,  #c8d7dc 0%, #e3eaed 28%, #fffcfc 77%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8d7dc), color-stop(28%,#e3eaed), color-stop(77%,#fffcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c8d7dc 0%,#e3eaed 28%,#fffcfc 77%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c8d7dc 0%,#e3eaed 28%,#fffcfc 77%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c8d7dc 0%,#e3eaed 28%,#fffcfc 77%); /* IE10+ */
	background: linear-gradient(to bottom,  #c8d7dc 0%,#e3eaed 28%,#fffcfc 77%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8d7dc', endColorstr='#fffcfc',GradientType=0 ); /* IE6-9 */
}

#logo{
	position:relative;
}

#title{
    max-width: 800px;
	margin-left: 65px;
 }
 
.title1{
	 position:relative;
	 top: 13px;  
}

#descbox{
    box-shadow: 0px 0px 23.52px 0.48px rgba(0, 0, 0, 0.2);
    height: 50px;
    max-width: 800px;  
    background-color: white;
    margin: 30px auto;
}

.desctitle{
    max-width: 800px;
    height: 60px;
    background-color: white;
    box-shadow: 0px 0px 23.52px 0.48px rgba(0, 0, 0, 0.2);
    position: relative;
}
#footer{
	max-width: 800px;
	height:auto;
	margin: 30px auto 20px;
	background-color:#FFFFFF;
	box-shadow: 0px 0px 23.52px 0.48px rgba(0, 0, 0, 0.2);
	padding-bottom: 30px;
}
.text{
	max-width: 700px;
	position:relative;
	margin-left: 95px
	}
h1 {
    font-weight: 700;
    font-size: 24px;
	color:#262626;
}
h2 {
	font-weight: 300;
	font-size:18px;
	color:#464646;
	}
h3 {
	font-weight: 200;
	font-size:16px;
	color:#464646;
}
.button{
	max-widht: 50px;
	max-height: 50px;
	float:left;
	margin: 15px 8px 15px 15px;
	}
.headericons{
	max-width:30px;
	margin-left: 15px;
	padding: 15px 0;
	float:left;
	clear:left;
	}
.footertext{
	max-width: 700px;
	padding: 15px 0;
	position: relative;
	margin-left: 80px;
	border-bottom: 1px dotted #A2A2A2;
	}