/* CSS Document */
#divCont {
	position:absolute; 
	width:800px; 
	height:600px;	
	z-index:1; 
	visibility:visible;
	margin-top:0px;
	margin-left:10%;
	background-image: url(../pic/bgCont.gif);
	background-repeat: repeat;	
}

#divTop {
	position:absolute;
	width:800px;
	height:241px;
	left:0px;
	top:0px;
	z-index:6;
	visibility:inherit;
	overflow: hidden;
	background-image: url(../pic/top.jpg);
	background-repeat: no-repeat;
}
#divKnapp {
	position:absolute;
	width:172px;
	height:131px;
	left:380px;
	top:21px;
	z-index:9;
	visibility:inherit;
	overflow: hidden;
}
#divFoot {
	position:absolute;
	width:800px;
	height:34px;
	left:0px;
	top:566px;
	z-index:3;
	visibility:inherit;
	overflow: hidden;
	background-image: url(../pic/foter.jpg);
}


#divMain {
	position:absolute;
	width:800px;
	height:326px;
	left:0px;
	top:240px;
	z-index:2;
	visibility:inherit;
	overflow: hidden;
}

#divManad {
	position:absolute;
	width:308px;
	height:57px;
	left:26px;
	top:178px;
	z-index:8;
	visibility:inherit;
	overflow: hidden;
}
#foot{
	font-family: Arial, Helvetica, sans-serif;
	color:#1B79A1;
	font-size:10px;
	padding-left:23px;
}
#foot A, #foot A:active, #foot A:visited{
	color:#1B79A1;
	font-size:9px;
	text-decoration: none;
}
#foot A:hover{
	font-size:9px;
	text-decoration: underline;
}
body { 
	margin-top: 10px;
	margin-left: 0px;
	margin-width: 0px;
	margin-height: 0px;
	background-image: url(../pic/bgbla.gif); 
	background-repeat: repeat;  
	scrollbar-base-color: #D7DBEA; 
	scrollbar-track-color: #D7DBEA; 
	scrollbar-arrow-color: #3F4F8B;
}
