@charset "utf-8";
/* CSS Document */

html, body { min-height:100%; }

body {
background-color: #ffffff;
font-size: 14px;
font-family: Verdana, Arial, sans-serif;
color: #5c5c5c;
padding: 0;
margin: 0;
}

#space { 
width: 1px;
height: 50%;
margin-bottom: -125px; /* die Hälfte der Inhalt's Höhe */
float: left;
}

#inhalt {
width: 500px;
height: 250px;
background-color: #ffffff;
margin: 0 auto;
position: relative; /* hebt den Inhalt vor den space  */
clear: left; /* hebt das float vom space auf  */
}

.cs {font-size: 30px; }

#impressum {
width: 600px;
position: relative; /* hebt den inhalt vor den space  */
margin: 0 auto;
padding: 10px;
background-color: #ffffff;
border: 1px solid #000000;
clear:left; /* hebt das float vom space auf  */
}

a {
color: #253898;
font-size: 11px;
text-decoration: none;
}

a:visited {
color: #253898;
}

a:hover {
color: #253898;
}

a:active {
color: #253898;
}


div.puls-container {
	width: 100%;
	height: 60px;
	position: absolute;
	display: table;
	margin: 50px auto;
	bottom: 0;
}
div.puls {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #7f847e;
	display: table;
	background: transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	-webkit-animation: pulsate 4s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0;
}
@-webkit-keyframes pulsate {
	0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
	50% {opacity: 0.8;}
	100% {-webkit-transform: scale(2.5, 2.5); opacity: 0.0;}
}
div.puls-middle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #4cdd26;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -13px 0 0 -13px;
	z-index: 99;
	line-height: 32px;
	text-align: center;
	vertical-align: bottom;
	color: white;
}
