body {
  margin-top: -15px;
  	background-color: #111 !important;
}
h1 {
	color: #990000;
	text-align:center !important;
	font-size: 24px;
}

h2 {
	color: #fff09b;
	text-align:center !important;
}

h3 {
	color: #fff09b;
	text-align:center !important;
}

#beschreibungstext {
	text-align:center !important;
	max-width: 70%;
	margin: 0 auto;
		background-color: #111 !important;
}

#beschreibungstext h1 {
	font-size: 20px;
	color: #990000;
}

#beschreibungstext h2 {
	font-size: 18px;
	color: #990000;
}

#beschreibungstext h3 {
	font-size: 16px;
	color: #990000;
}


#beschreibungstext a {
	color: #FFFFFF;
}

/*#beschreibungstext ol li {
	list-style-type: none !important;
	margin-left:-25px;
	color:#fff !important;
	font-style: italic;
}*/

#beschreibungstext img {
	border: 3px solid grey;
	border-radius: 6px;
}
#beschreibungstext img:hover {
	border: 3px solid white;
}

.regbuttons {
    background-color: #06a417; /* Green */
    border: none;
    color: #000 !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	font-weight:bold;
    margin: 25px 15px !important;
	border-radius: 7px;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.regbuttons:hover {
    background-color: #0bdc22; /* Green */
}
.regbuttonstext {
white-space: normal !important;
color: #000 !important;
}

.regbuttonstext a {
color: #000 !important;
}

.toplpics {
 margin-top:12px !important;
 width:100%!important;
 text-align:center!important;
}
.toplpics img {
 display:inline-block;
 width:13.05%!important;
 height:auto!important;
} 

@media only screen and (max-width : 1400px) {
.toplpics img {
 display:inline-block;
 width:16.2%!important;
 height:auto!important;
} 
}

@media only screen and (max-width : 1200px) {
.toplpics img {
 display:inline-block;
 width:15.8%!important;
 height:auto!important;
} 
}

@media only screen and (max-width : 700px) {
.toplpics img {
 display:inline-block;
 width:15.3%!important;
 height:auto!important;
}
}

.toplpics {
	width: 100% !important;
	text-align:center !important;
	/*margin-top: -2em;*/
	background-color:#111;
}

#overview a {
	color: #218300 !important;
}