body {
color black;
background-color: seashell;
background-image: url(/home/oliver/homepage/img/world-map-146505.svg);
background-position: center center;
background-attachment: fixed;
}
h1{
	color: black;
	text-align: center;
}
h2 {
color: black;
text-align: center;
}
h4{
color: black;
text-align: center;}
h6{
color:gray;
text-align: center;
}
#start{
text-align: center;
color: black;}
ul{
list-style-type: none;
color: black;
text-align: center;
font-size: 18px;
}
h3 {
	width: 30%;
	text-align: center;}
#spalte1{
text-align: center;

}
#spalte2{
text-align: left; 
float: left;
width: 300px;
}
table{
   	width: 100%;
   	table-layout: auto;
   	border-collapse: collapse;
   	border-spacing: 15px;
   	border: 2px solid gray;
   	padding: 5px;
   	empty-cells: hide;
   	text-align: center;
   }
td{
		border: 2px solid gray;
		width:20%;
		padding: 5px;
		text-align: center;
		
}
#test{
	text-align: left;
	vertical-align: text-bottom;
	color: black;
}   
section {
	background-color: white;
	text-align:  center;
	vertical-align: middle;
	color: black;
	border-width: thin;
	border-style: solid;
	padding: 25px;
	
}
#contact{
	text-align:  center;
	vertical-align: middle;
	color: black;
	border-width: thin;
	border-style: solid;
	padding: 25px;
	
}
#contact2{
	font-size: 10px;
	color: black;
	background-color: wheat;
	text-align: center;
	
	
}
#werbung{
float: right;
vertical-align: middle;
position: absolute;
top: 300px;
right: 15px;
}
#spalte3{
float: left;
vertical-align: middle;
position: absolute;
top: 300px;
left: 15px;
}
#impress{
font-size: 10px;
	color: black;

	padding: 10px;
	text-align: center;
	position: relative;
	/*top: 400px;
	left: 750px;*/
	}
footer{
border-width: thin;
border-style: none;
padding: 5px;
position: absolute;
top: 800px;
left: 800px;
font-size: 8px;
color: black;
text-align: center;
}
 hr{
 width: 400px;
 height: 2px;
 }