body { color: black; background-color: #333; }

p {}

td {}

a:link { color: #ccc ; font-weight: normal; font-style: normal; text-decoration: none; }

a:visited { color: #666 }

a:hover { color: #fff ; font-weight: bold; font-style: normal; }

a:active { color: #ccc ; text-decoration: none; }

#content_frame {
margin:20px;
font-family: Tahoma;
font-size: 11px;
}

#content_frame H1 {
font-size:14px;

}

* {
margin:0;
padding:0;
}

html, body {
height: 100%;
width: 100%;

}    

.container {
width: 930px;
height: 580px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -465px;
margin-top: -290px;
overflow: hidden;
}

#Ebene1 {
	top: 0 !important;
}