@charset "UTF-8";

body{
	background:#ccc;
}

img {
	width:100%;
	height:auto;
}

#buehne img {
	position:absolute;
}

#buehne {
	position:absolute;
	width:300px;
	height:448px;
	overflow:hidden;
	margin:0;
	padding:0;
	background-color:white;
	top:0;
	left:0;
}


#rahmen_oben{
	position:absolute;
	left:0;
	top:0;
	width:300px;
	height:10px;
	background-color:white;
	z-index:6000;
}

#rahmen_links{
	position:absolute;
	left:0;
	top:10px;
	width:10px;
	height:428px;
	background-color:white;
	z-index:6001;
}

#rahmen_rechts{
	position:absolute;
	left:290px;
	top:10px;
	width:10px;
	height:428px;
	background-color:white;
	z-index:6002;
}

#rahmen_unten{
	position:absolute;
	left:0;
	top:438px;
	width:300px;
	height:10px;
	background-color:white;
	z-index:6003;
}