* {
    margin: 0;
    padding: 0;
}
body {
   
 /* background-color: #615A17;*/

}
a {
    text-decoration: none;
}

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

}
#adres-box {
    position: absolute;
    top: 150px;
    left: 30px;
    width: 500px;
    height: 280px;
  
}

#adres-box2 {
    position: absolute;
    top: 190px;
    left: 725px;
    width: 250px;
    height: 280px;
	
  
}
#adres-box h1,#adres-box2 h1{
text-align: left;
    padding: 5px;
    font-family:  Arial;
    font-size: 15px;
    color: black;
	font-weight:bold;
}
#adres-box:hover h1,#adres-box2:hover h1 {
    color: #a8a8b7;
}
#adres-box p,#adres-box2 p{
	text-align: left;
    padding: 5px;
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    font-size: 15px;
    color: black;
	line-height:1.5;
}
#mittellinie {
	position:absolute;
	top:180px;
	left:575px;
	width:5px;
	height:380px;
	border-left:solid grey 1px;
}
#google-pos {
    position: absolute;
    top: 240px;
    left: 320px;

}
#map-box1 {
    position: absolute;
    top: 150px;
    left: 360px;
   
  
   }
   #map-box2 {
    position: absolute;
    top: 310px;
    left: 730px;
    width: 400px;
    height: 280px;
   
   }
#bild1 {
	position:absolute;
	top:365px;
	left:165px;
}
#bild2 {
	position:absolute;
	top:180px;
	left:1035px;
}

#iletisimform {
    position: absolute;
    top: 145px;
    left: 880px;
    width: 450px;
    height: 450px;
}
#iletisimform h1 {
	text-align: left;
    padding: 5px;
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    font-size: 15px;
    color: black;
	
}
input{
	height:30px;
	margin-bottom:10px;
}
input:focus, textarea:focus {
	background-color:#ffffbf;
	
}input, textarea {
	padding-left:10px;
	color:#0040ff;
	font-size:13px;
	
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;

}
.aussehen {
margin-top: 5px;
padding-left:5px;
    width: 100px;
    height: 40px;
    font-size: 16px;
	color:#cecebf !important;
	background-color:#5a5a5a;
	border:none;
}
.aussehen:hover {
	background-color:black;
}