
html, body { /* html und body brauchen diese Angabe */
	height:100%;
	}

	
body {
    background-color: #000000; /* #E1DDD9 */
    color: #FFFF00;
    font-family: 'Lucida Grande',Verdana,Arial,sans-serif;
    font-size: 8px;
    margin: 0;
    padding: 0;
}
a {
    color: #FFFF00;
    text-decoration: none;
}
a:visited {
    color: #000000;
}
a:hover {
    color: #E1DDD9;
}
a:active {
    color: #000000;
}
p, pre {
    margin: 0;
    padding: 17px;
}
pre {
    font-size: 8px;
}
h1 {
    border-top: 1px solid #FFFF00;
    font-size: 20px;
    font-weight: normal;
    padding: 15px 10px 0;
}

#space { 
	width:1px;
	height:50%;
	margin-bottom:-250px; /* die Hälfte der Inhals's Höhe */
	float:left;
	}
#inhalt {
    width: 600px;
    height:500px;
	background-color: #000000;
	border: 0px solid #ffffff;
    margin: 0 auto;
    position:relative; /* hebt den inhalt vor den space  */
	clear:left; /* hebt das float vom space auf  */
	}
	
#validator {
    font-size: 0.8em;
    margin-right: 10px;
    text-align: right;
}
