html, body {
	height: 100%; margin: 0px; padding: 0px; overflow-x: auto; overflow-y: scroll;
}
/*überdeckt den Scrollbalken*/
#scroll-right {
	position: absolute; right: -1px; width: 20px; height: 100%; background-color: #ffffff;
}

body {
   text-align: center; background-color: #ffffff; font-family:Verdana; font-size: 1em; color: #660000;
}

/*zentriert den Inhalt*/
#rahmen {
    position: absolute; left: 50%; text-align: left; margin-left: -500px; top: 40px; padding: 0px; width: 1000px; height: 581px; background-color: #ffffff;  background-image: url(../images/hintergrund.jpg);
}

/*Positioniert das Logo*/
#logo {
   position: absolute; left: 762px; top: 20px;
}

/*Positioniert die Navigation*/
#nav {
   position: absolute; left: 1px; top: 120px;
}

#image-zurueck {
   position: absolute; left: 53px; top: 422px; float: right;
}
/*Positioniert das Bild unten*/
#image-bottom {
   position: absolute; left: 4px; bottom: 3px;
}

/*Entfernt von allen verlinkten Bildern den Rahmen*/
img {
   border: 0px;
}