@charset "utf-8";
/* CSS Document */

html, body { 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: -150px; /* 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;
}