body {
	font-family: verdana,arial,helvetiva,sans-serif;
	font-size: 12px;
	color: #fff;
	background:url(../_images/bg.jpg) fixed center no-repeat black;
}
a {
	color: gray;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: underline;
}
p {
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

#container {
	margin:0 auto;
	text-align:left;
    height: 600px;
    width: 900px;

     margin-top: 50px;

	background:none;
}

table img {
border: 1px solid white;
margin:10px;
}

img {
	border:0px;
}




#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;
}