* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
body {
    width: 100%;
    height: auto;
 /*   background-color: #2C291B;*/
 background-color: #010101;
}

#container{
   width: 1024px;
   height: auto;
   margin-top: 0px;
   margin-left: -512px;
   top: 0%;
   left: 50%;
   position: absolute;
   background-color:#FFFFFF;
z-index: 500;
}


#footer {
    position: absolute;
    top: 975px;
    left: 10px;
    width: 98%;
    height: 100px;
    border-top : solid 1px #808080;
    
}
#footer-hakkimizda {
    position: absolute;
    top: 720px;
    left: 10px;
    width: 98%;
    height: 100px;
   
}
#footer-iletisim {
    position: absolute;
    top: 650px;
    left: 10px;
    width: 98%;
    height: 100px;
    border-top : solid 1px #808080;

}
#footer-galeri {
    position: absolute;
    top: 740px;
    left: 10px;
    width: 98%;
    height: 100px;
    border-top : solid 1px #808080;

}
#footer a p, #footer-hakkimizda a p, #footer-iletisim a p, #footer-galeri a p {
    text-align: center;
    color: #808080;
    font-size: 15px;
    padding-top: 5px;
}
#footer:hover a p, #footer-hakkimizda:hover a p, #footer-iletisim:hover a p, #footer-galeri:hover a p {
    color: #000000;
}

#box1 {
    position: absolute;
    top: 300px;
    left: 0px;
    width: 100%;
    height: 370px;
    background-color: #FFFFFF;
    border-top : solid 2px black;
    z-index: 0;
}
#box-links {
    position: absolute;
    top: 10px;
    left: 0%;
    width: 32%;
    height: 350px;
    border-right: solid 2px #C0C0C0;
}
#box-rechts {
    position: absolute;
    top: 10px;
    left: 35%;
    width: 66%;
    height: 300px;
}

#linie {
position: absolute;
top: 970px;
left: 5%;
    width: 85%;
    height: 5px;
    border-top : solid 1px #C0C0C0;
}
#box3 {
    position: absolute;
    top:670px;
    left: 0px;
    width: 100%;
    height: 150px;   
/*    background-color: #2C291B;*/
    border-top : solid 3px #DDC16A;
}
#box3 h1 {
    color: white;
    float: right;
    font-size: 18px;
    font-family: Arial;
    padding: 10px;
}
#box3 h1:hover {
text-decoration: underline;
}
#box3 h2 {
    color: white;
    font-size: 18px;
    font-family: Arial;
}
#box3 li:hover h2 {
    color: #555553;
    text-decoration: underline;
}
#box3 ul {
   display: block;
   position: absolute;
   top: 50px;
   left: 360px;
   padding-right: 125px;

}
#box3 ul li {
    list-style-type: none;
    padding-bottom: 20px;

}

.text1 h1 {
    font-size: 20px;
    color: #595959;
    font-family: Arial;
    }
.text1 p {
padding: 10px 10px 10px 10px;
    font-size: 18px;
    font-family: Arial;
    color: #6A6A6A;
    margin-right: 5px;
    text-align: justify;
    line-height: 1.8;
}
.text2 h1 {
    font-size: 20px;
    color: black;
    padding-left: 10px;
}
.text2 p {
padding: 10px 30px 10px 10px;
    font-size: 18px;
    color: black;
}
.text3 h1 {
    font-size: 22px;
    color: #8B7A4C;
    padding-left: 10px;
}
.text3 p {
padding: 15px;
    font-size: 18px;
    color: black;
}
.bild-schatten {
-moz-box-shadow:10px 10px 5px #000000;
-webkit-box-shadow:10px 10px 5px #000000;
box-shadow:10px 5px 5px #000000;

-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.2)));
}

#pos-grup-text {
    position: absolute;
    top: 0px;
    left: 350px;

}

#pos-social-text {
    position: absolute;
    top: 0px;
    left: 100px;
    
}
#pos-facebook {
    position: absolute;
    top: 40px;
    left: 105px;
}
#pos-twitter {
    position: absolute;
    top: 135px;
    left: 105px;
}
#pos-youtube {
    position: absolute;
    top: 85px;
    left: 105px;
}
#pos-google {
    position: absolute;
    top: 180px;
    left: 105px;
}