HTML{
height: 100%;
}
BODY{
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 15px;
	height: 100%;
	color: #000000;
	text-align: center;
}

#container {
	position: absolute;
	top: 30px;
	width: 990px;
	left: 50%;
	height: 794px;
	margin-left: -490px;
	visibility: visible;
	background-image: url(../../fileadmin/template/content.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#logo{
	position: absolute;
	top: 19px;
	left: 20px;
	width: 144px;	
	height: 143px;	
	text-align: left;		
}	
#top{
	position: absolute;
	top: 19px;
	left: 184px;
	width: 786px;	
	height: 143px;	
	text-align: left;		
}
#menu{
	position: absolute;
	top: 185px;
	left: 0px;
	width: 990px;	
	z-index: 80;
	text-align: center;
}
.content{
	position: absolute;
	top: 213px;
	left: 0px;
	width: 990px;	
	text-align: left;
	z-index: 50;	
}
.inner{
	width: 990px;	
}
.spacer{
		height: 350px;
		width: 1px;	
}
.lbgr{
	width: 1px;	
	background-color: #000000;
}
.rbgr{
	width: 1px;	
	background-color: #000000;
}	
#left{
	margin: 20px 0px 12px 20px;
	width: 390px;	
	text-align: left;		
}
#center{
	margin: 20px 0px 12px 10px;
	width: 530px;	
	text-align: left;	
}
.right #center{
	width: 306px;	
}
#right{
	display: none;
}
.right #right{
	margin: 20px 0px 0px 36px;
	width: 184px;	
	text-align: left;	
	display: block;
}
#bmenu{
	width: 990px;
	height: 44px;
	text-align: right;
	background-image: url(../../fileadmin/template/bmenu.jpg);

}
#footer{
	width: 950px;
	margin: 7px 20px 0px 0px;
	text-align: right;
}