#M0_container {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
}

#M1_header {
	width: 950px;
	height: 20px;
	background-image: url('/styles/carlapedic/logo.jpg');
	background-repeat: no-repeat;
	text-align: right;
	padding: 80px 0 0 0;
}

#M1_bar {
	width: 950px;
	height: 15px;
	background-color:#dbddc0;
}

#M1_images {
	width: 950px;
	height: 230px;
	background-image: url('/styles/carlapedic/img.jpg');
	background-repeat: no-repeat;
}

#M2_menubar {
	width: 510px;
	height: 35px;
	background-image: url('/styles/carlapedic/menu.jpg');
	background-repeat: no-repeat;
	float: right;
	padding: 0 8px 0 0;
	line-height: 30px;
	font-size: 10pt;
	text-align: center;
}

#M2_titlebar {
	width: 682px;
	height: 30px;
	background-image: url('/styles/carlapedic/title.jpg');
	background-repeat: no-repeat;
	float: right;
	padding: 165px 50px 0 0;
	background-position: bottom;
}

#M3_title{
	padding: 10px 0 0 40px;
}

#M1_main{
	width: 950px;
}

#M2_left{
	width: 244px;
	height: 200px;
	float: left;
}

#M2_content{
	width: 682px;
	min-height: 400px;
	background-color: #e8eace;
	float: left;
}

#M1_bottom {
	width: 950px;
	height: 59px;
	background-image: url('/styles/carlapedic/footer.gif');
	background-repeat: no-repeat;
}

#M2_contentbottom {
	width: 682px;
	height: 24px;
	background-image: url('/styles/carlapedic/bottom.jpg');
	background-repeat: no-repeat;
	float: right;
	padding: 0 25px 0 0;
	text-align: center;
	line-height: 20px;
}

#M3_leftbar {
	width: 244px;
	height: 25px;
	background-color:#ebeaea;
}

.M3_lefttitle {
	width: 244px;
	color:#91a216;
	font-weight: bold;
	padding: 0 0 0 8px;
	font-size: 14px;
}

.M3_leftcontent {
	width: 244px;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

.M3_leftdots {
	width: 200px;
	background-image: url('/styles/carlapedic/dotsh.gif');
	background-repeat: repeat-x;
	background-position: center;
}

.M3_leftcontent ul{
	padding: 0 0 0 8px;
	margin: 0;
}

.M3_provoet {
	width: 171px;
	height: 88px;
	background-image: url('/styles/carlapedic/provoet.jpg');
	background-repeat: no-repeat;
}


/* Boxed boxes ;-)
--------------------------------------------------*/
.boxed {
	padding: 2px 4px 6px 4px;
	margin: 0 0 8px 0;
}

.boxed .boxtitle {
	padding: 0 2px 3px 0; 
	margin: 0 0 0 5px;
	line-height: 20px;
	min-height: 20px;
	/* line-height = height */
	color: #91a216;
	font-size: 12px;
	font-weight: bold;
}

.boxed .boxcontent {
	padding: 0; 
	width: 98%;
	min-height: 40px;
	margin: 0 0 0 5px;
}

.boxed .boxsubcontent {
	width: 70%;
	margin: 7px;
	padding: 5px;
	overflow: hidden;
	border: 1px solid #8791a3;
	float: left;
}

.boxed .boximage {
	float: left;
	margin: 0 0 0 20px;;
	border: 1px solid #000;
}

.boxed .boximageleft {
	text-align: center;
	float: left;
	margin: 2px;
	overflow: hidden;
	font-size: 0.9em;
	font-weight: bold;
}

.frontleftbox {
	padding: 0 3px 0 0;
	float: left;
	width: 271px;
}

.frontrightbox {
	padding: 0 0 0 3px;
	float: left;
	width: 271px;
}

/* 
	Links
	--------------------------------------------------
*/
#M2_contentbottom a:link		{ color: #000000; text-decoration: none; }
#M2_contentbottom a:visited		{ color: #000000; text-decoration: none; }
#M2_contentbottom a:hover		{ color: #ffffff; text-decoration: underline; }
#M2_contentbottom a:active		{ color: #000000; text-decoration: none; }

#M2_menubar a:link			{ color: #000000; text-decoration: none; font-weight: bold;}
#M2_menubar a:visited		{ color: #000000; text-decoration: none; font-weight: bold;}
#M2_menubar a:hover			{ color: #ffffff; text-decoration: none; font-weight: bold;}
#M2_menubar a:active		{ color: #000000; text-decoration: none; font-weight: bold;}

