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