#container { 
	position: fixed;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;	
    display: table; }

#centr {
	display: table-cell; 
	vertical-align: middle;	
	}

#rahmen {
	height: 600px;
	width: 950px;		
	position: relative;
	margin-left: auto;
	margin-right:auto;	
	background-color: #FFFFFF;
}

#inner  {
	height: 493px;
	width: 823px;	
	position: relative;	
	left: 65px;
	top: 55px;	
	background-color: #FFFFFF;
	text-align: left;	
}
#menu {
	height: 321px;
	width: 125px;	
	position: absolute;	
	left: 0px;
	top: 90px;	
	background-color: #FFFFFF;
	text-align: left;	
	font-size:14px;
}
#copy {
	height: 15px;
	width: 170px; 
	position: absolute;	
	left: 652px; 
	top: 20px;	
	/*left: 0px; 
	top: 467px;*/
	background-color: #FFFFFF;
	text-align: right;	
	font-size: 11px;
	color: #b8cad1;
}
#ohneprojekt {
	height: 455px;
	width: 600px;/*520px;*/	
	position: absolute;	
	left: 223px; /*303*/
	top: 55px;	
	background-color: #FFFFFF;
	text-align: right;	
}
#projekt {
	height: 355px;
	width: 600px;/*520px;*/	
	position: absolute;	
	left: 223px; /*303*/
	top: 55px;	
	background-color: #FFFFFF;
	text-align: right;	
}
#projekttext{
	height: 30px;
	width: 520px;	
	position: absolute;	
	left: 303px;
	top: 410px;	
	background-color: #FFFFFF;
	text-align: right;	
}
#projektmenu {
	height: 45px;
	width: 520px;
	position: absolute;
	left: 303px;
	top: 440px;
	background-color: #FFFFFF;
	text-align: right;	
}

