/* CSS Document */

body{
position: inherit;
margin:auto 0;
/*background-image:url(images/main_bg.jpg);
background-position: bottom left;
background-repeat:no-repeat;*/
}


/*---------------------------HEADERCONTAINERS-------------------------------------*/
#main_headerdiv {
position:absolute;
z-index: 200;
width:1000;
height: 130px;
/*background-image:url(images/xx.png);
background-position:left top;
background-repeat:repeat-x;*/
}

	body>div#main_headerdiv{
	position:fixed;
	}

	#main_left_headerdiv {
	width:260;
	height: 130px;
	float:left;
	/*background-image:url(images/xx.png);
	background-position:left top;
	background-repeat:repeat-x;*/
	}
	
	#main_right_headerdiv {
	width:675;
	height: 130px;
	float:right;
	/*background-image:url(images/xx.png);
	background-position:left top;
	background-repeat:repeat-x;*/
	}
/*---------------------------END HEADERCONTAINERS---------------------------------*/


#main_middlediv {
position: relative;
top: 155px; 
left: 50px;
width: 900px;
padding:0px;
margin: auto 0px;
float: left;
}

	#hp_middle_mainflash{
	width: 600px;
	height: 350px;
	float:left;
	}
	
	#hp_middle_newsblog{
	width: 300px;
	height: 350px;
	float:right;
	/*background-image:url(images/newsblog_kader_bg.png);
	background-position:left top;
	background-repeat:no-repeat;*/
	}
	
	#sub_middle_musicplayer{
	width: 900px;
	height:450px;
	float:left;
	/*background-image:url(images/newsblog_kader_bg.png);
	background-position:left top;
	background-repeat:no-repeat;*/
	}



/*---------------------------FOOTERCONTAINER-------------------------------------*/
#main_footerdiv {
position:absolute;
width:100%;
height:110px;
bottom:0;
left:0;
background-image:url(images/footer_bg.jpg);
background-position: left bottom;
background-repeat:repeat-x; 
}

	body>div#main_footerdiv{
	position:fixed;
	}

	#main_left_footerdiv {
	width:200;
	padding-left:25px;
	height: 30px;
	padding-top:80px;
	float:left;
	/*background-image:url(images/xx.png);
	background-position:left top;
	background-repeat:repeat-x;*/
	}
	
	#main_right_footerdiv {
	width:675;
	height: 110px;
	float:right;
	/*background-image:url(images/xx.png);
	background-position:left top;
	background-repeat:repeat-x;*/
	}
	
		#main_right_footerdiv_a {
		width:463;
		height: 30px;
		padding-top:80px;
		float:left;
		/*background-image:url(images/xx.png);
		background-position:left top;
		background-repeat:repeat-x;*/
		}
		
		#main_right_footerdiv_b {
		width:180px;
		padding-left:32px;
		height: 80px;
		padding-top:30px;
		float:right;
		background-image:url(images/footer_adres_kader_bg.png);
		background-position:right bottom;
		background-repeat:no-repeat;
		}
/*---------------------------END HEADERCONTAINER----------------------------------*/