body {
	font-family: verdana,arial,helvetiva,sans-serif;
	font-size: 12px;
	color: #fff;
	background: url(../_images/bg.jpg) no-repeat fixed center center #fff;
}
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: 1110px;
    width: 980px;
}

img {
	border:1px white solid;
	margin: 10px;
}





#hoch {
	margin:0 auto;
	text-align:left;
	
        position: absolute;
        left: 50%;
        top: 50%;
        height: 850px;
        width: 580px;
        margin-left: -290px;
        /* Wert für IE 5 Mac */
        margin-top: 50px;
        /* Vor IE 5 Mac verstecken \*/
        margin-top: -425px;
}

#quer {
	margin:0 auto;
	text-align:left;
        position: absolute;
        left: 50%;
        top: 50%;
        height: 580px;
        width: 850px;
        margin-left: -425px;
        /* Wert für IE 5 Mac */
        margin-top: 50px;
        /* Vor IE 5 Mac verstecken \*/
        margin-top: -290px;
}