body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
	margin-left:40px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;

}
h1 {
	color: #fff;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
h2 { color: #fff; font-size: 1.6em; text-align: center;  }
h3 { font-size: 1em; font-weight: bold; }

td { color: #fff; font-size: 14px; font-family: Verdana, Geneva, sans-serif; letter-spacing: 1px; }
.focus { color: #fff; font-family: Verdana, Geneva, sans-serif; font-weight: bold; }
.fltrt {
	float: right;
	margin-left: 5px;
}
.fltlft {
	float: left;
	margin-right: 5px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:link { color: #c06; text-decoration: none; }
a:visited {color: #c06; text-decoration: none; }
a:hover, a:active, a:focus { color: #c06; text-decoration:underline; }
a img {
	border: none;
}


.main {width: 720px;
	max-width: 780px;
	min-width: 720px;
	background-color: #000;
	margin: 20px auto;  }


.text { font-family: verdana; text-align: left; letter-spacing: 1px; width: 350px; float: left; }

input.wwwebsite {
            z-index:999;
            position:absolute;
            height:0;
            width:0;
            border: 0px solid #000;
            background-color: #000;
            margin:0;
            top:0;
            left:0;
            clear:both;          
        }
     
#aktuell {
	text-align: center;
	padding: 10px;
}
#aktuell a:link  { color: #fff; text-decoration: underline; }
#aktuell a:visited { color: #fff; }
#aktuell a:hover { color: #000; text-decoration: underline; }

.slides {
	display:none;
	width: 100%;
	max-width: 620px;
	margin:1em auto;
}

.animate-top {
	display: block;
	position:relative;
	animation:animatetop 1s
}

@keyframes animatetop {
	from { top:-300px; opacity: 0 } to { top:0; opacity:1 }
}

.animate-left {
	display: block;
	position:relative;
	animation:animateleft 1s
}

@keyframes animateleft { from {
	left :-300px;opacity:0} to{left:0;opacity:1}
}

.animate-right {
	display: block;
	position:relative;
	animation:animateright 1s
}

@keyframes animateright {
	from { right:-300px; opacity:0} to{right:0;opacity:1}
}
.animate-bottom {
	display: block;
	position:relative;
	animation:animatebottom 1s
}

@keyframes animatebottom {
	from { bottom:-300px; opacity:0 } to { bottom:0; opacity:1 }
}
.animate-zoom {
	display: block;
	animation:animatezoom 0.6s
}

@keyframes animatezoom {
	from {transform: scale(0) } to { transform: scale(1) }
}

.simpleSlides { text-align: center; overflow: hidden}
.simpleSlides span { background: red; display: inline-block; width: 20px; height: 20px; margin: 2px; border-radius: 50% }
.simpleSlides span:hover { background: green; }


