/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../../marktbewerking/media/image/body_bg.gif);
	background-repeat:repeat-x;
	height:100%;
}

* {
	margin:0px;
	padding:0px;
}



#line{ 
	height:20px; 
	width:100%;
	position:absolute;
	vertical-align: bottom; 
	overlow:hidden;
	background-image:url(../media/image/body_line.gif);
	background-repeat:repeat-x;
} 

#pixel {
	width:10px;
	height:10px;
}

#base {
	width:950px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:900px;
	height:35px;
	text-align:right;
	line-height:53px;
	overflow:hidden;
}

#menu {
	width:950px;
	height:215px;
	background-image:url(../../marktbewerking/media/image/bg_flashmenu.jpg);
	background-repeat:repeat-x;
}

#content {
	width:950px;
	margin:0px;
	padding:0px;
}
#flash_content {
	width:0px;
	height:0px;
	overflow:hidden;
	visibility:hidden;
}



/* HOME TPL */
#c_home_text {
	width:538px;
	float:left;
}
#c_home_img {
	width:262px;
	float:left;
	margin-left:50px;
}

/* TEXT TPL */
#c_text_text {
	width:393px;
	float:left;
}
#c_text_right {
	width:213px;
	float:left;
}
#c_text_right_menu {
	width:213px;
	text-align:right;
	margin-bottom:15px;
}
#c_text_right_img {
	width:213px;
	text-align:right;
}

