/* CSS Document */
#divCont {
	position:absolute; 
	width:900px; 
	height:600px;	
	z-index:1; 
	visibility:visible;
	margin-top:0px;
	margin-left:10%;
	background-image: url(../pic/bg.gif);
	background-repeat: repeat;	
}

#divTop {
	position:absolute;
	width:833px;
	height:15px;
	left:0px;
	top:0px;
	z-index:2;
	visibility:inherit;
	overflow: hidden;
	background-image: url(../pic/topbg.jpg);
	background-repeat: repeat;
}
#divLogga {
	position:absolute;
	width:249px;
	height:184px;
	left:0px;
	top:16px;
	z-index:3;
	visibility:inherit;
	overflow: hidden;
	background-image: url(../pic/logo.jpg);
	background-repeat: no-repeat;
}
#divPicture {
	position:absolute;
	width:551px;
	height:184px;
	left:249px;
	top:16px;
	z-index:4;
	visibility:inherit;
	overflow: hidden;
	background-image: url(../pic/picture.jpg);
	background-repeat: no-repeat;
}
#divButtons {
	position:absolute;
	width:249px;
	height:169px;
	left:0px;
	top:199px;
	z-index:5;
	visibility:inherit;
	overflow: hidden;
	background-image: url(../pic/bg.gif);
	background-repeat: repeat;
}
#divMain {
	position:absolute;
	width:651px;
	height:570px;
	left:249px;
	top:16px;
	z-index:6;
	visibility:inherit;
	overflow: auto;
}
#divBottom {
	position:absolute;
	width:833px;
	height:15px;
	left:0px;
	top:585px;
	z-index:7;
	visibility:inherit;
	overflow: hidden;
	background-image: url(../pic/topbg.jpg);
	background-repeat: repeat;
}
#divKontakt {
	position:absolute;
	width:249px;
	height:214px;
	left:0px;
	top:371px;
	z-index:8;
	visibility:inherit;
	overflow: hidden;
	background-image: url(../pic/kontaktbg.jpg);
	background-repeat: repeat;
}
body { 
	margin-top: 0px;
	margin-left: 0px;
	margin-width: 0px;
	margin-height: 0px;
	background-image: url(../pic/bg.gif); 
	background-repeat: repeat;  
	scrollbar-base-color: #DABF78; 
	scrollbar-track-color: #8B7641; 
	scrollbar-arrow-color: #1F150A;
}

