body {
	font-family: verdana,arial,helvetiva,sans-serif;
	font-size: 12px;
	color: #fff;
	background: url(../_images/bg.jpg) fixed bottom left no-repeat #000;
}
a {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: white;
	text-decoration: none;
}
p {
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

#container {
	margin:0 auto;
	text-align:left;
	position: absolute;
    left: 50%;
    top: 50%;
    height: 600px;
    width: 800px;
    margin-left: -400px;
     /* Wert für IE 5 Mac */
     margin-top: 50px;
     /* Vor IE 5 Mac verstecken \*/
     margin-top: -300px;
}

#container img {
	border:0px;
	margin-left: 450px;
	border: 1px solid white;
	}
	
	
#text {
	position:absolute;
	color: white;
	margin-top:420px;
}




#hoch {
	margin:0 auto;
	text-align:left;
	
        position: absolute;
        left: 50%;
        top: 50%;
        height: 750px;
        width: 517px;
        margin-left: -258px;
        /* Wert für IE 5 Mac */
        margin-top: 50px;
        /* Vor IE 5 Mac verstecken \*/
        margin-top: -375px;
}

#quer {
	margin:0 auto;
	text-align:left;
        position: absolute;
        left: 50%;
        top: 50%;
        height: 650px;
        width: 950px;
        margin-left: -475px;
        /* Wert für IE 5 Mac */
        margin-top: 50px;
        /* Vor IE 5 Mac verstecken \*/
        margin-top: -325px;
}