﻿html, body{
	background-color: orange;
	color:red;
	margin:0px;
	padding:0px;
}
#schrift{
	font-family:Arial, Helvetica, Sans-Serif;
	text-align:center;
	font-size: xx-large;
	top:20px;
	left:420px;
	position: absolute;
	
}
#auswahl{
	position:absolute;
	left:100px;
	top:150px;
	overflow: scroll;
	width:150px;
	height:400px;
}
#bild{
position:absolute;
left:300px;
top:75px;
width:440px;
height: auto;
border:3px black solid;
padding:5px 5px 5px 5px;
}
