/* CSS Document ############################# Referenzen ####################################*/
#screen{
	height:463px;
	width:530px;
	background-color:white;
	border:0px;
	margin-top:30px;
	text-align:left;
	border:0px solid black;
}

#description {
	width:400px;
	height:30px;
	border:0px solid blue;
	
}

#screenleft{
	width:450px;
	height:425px;
	display:table-cell;
	/*float:left;*/
	border:0px solid red;
	overflow:auto;

}

#screenright {
	width:10px;
	height:425px;
	display:table-cell;
	/*float:right*/
	border:0px solid green;
	
}

#logo {
	height:500px;
	width:245px;
	display:table-cell;
	vertical-align:bottom;
	text-align:center;
	border:0px solid black;
}



