/* CSS Document für büroeinrichtung*/

#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:370px;
	height:435px;
	/*display:table-cell;*/
	border:0px solid red;
	float:left;
	overflow:auto;

}

#screenright {
	width:150px;
	height:425px;
	/*display:table-cell;*/
	border:0px solid green;
	float:right;

}

#logo {
	height:500px;
	width:245px;
	display:table-cell;
	vertical-align:bottom;
	text-align:right;
	border:0px solid black;
}

#submenu {
	width:150px;
	height:290px;
	border-right:1px dotted #CCC;
	margin-top:70px;
	margin-left:15px;
	padding-top:10px;
}

