html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

* {
	font-family: arial;
	font-size: 12px;
	color: #555;
}

body {
	background-image: url(../img/backgr_blend.png);
	background-repeat: repeat-x;
	background-color: #b8dbff;
}

dl, dt, dd {
	margin: 0px;
	padding: 0px;
}

.csc-textpic{
	margin: 0px -5px;
}

/* ------ layouttable ------ */
#layouttable {
	width: 800px;
	height: 100%;
	margin: 0px auto 0px auto;
}

#layouttable .leftshadowcell {
	width: 10px;
	background-image: url(../img/backgr_shadow_left.png);
	background-repeat: repeat-y;
}

#layouttable .rightshadowcell {
	width: 10px;
	background-image: url(../img/backgr_shadow_right.png);
	background-repeat: repeat-y;
}

#layouttable .contactrow {
	height: 34px;
}

#layouttable .contactmenucell {
	height: 34px;
	background-color: #36cc00;
}

#layouttable .headerrow {
	height: 204px;
}

#layouttable .headercell {
	height: 204px;
	background-image: url(../img/headerimg_1.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}

#layouttable .headerrelative {
	position:relative;
}

#layouttable .breadcrumbrow {
	height: 28px;
}

#layouttable .rainbowband {
	height: 28px;
	background-image: url(../img/rainbowband.png);
	background-repeat: repeat-x;
	width: 214px;
}

#layouttable .breadcrumbcell{
	height: 28px;
	background-color: #36cc00;
	padding-left: 18px;
}


#layouttable .contentrow {
	background-color: white;

}

#layouttable .contentrow .leftcol {
	width: 214px;
	vertical-align: top;
}

#layouttable .contentrow .midcol {
	width: 420px;
	border-right: 2px solid #36cc00;
	vertical-align: top;
}

#layouttable .contentrow .rightcol {
	width: 144px;
	vertical-align: top;
}

#layouttable .footerrow {
	height: 28px;
	background-color: white;
}
#layouttable .footerrow td {
	height: 28px;
	border: 1px solid #36cc00;
	border-width: 1px 0px;
}
#layouttable .footerrow .footermenucell {
	height: 28px;
	border-width: 1px 2px 1px 2px;
}





/* ------ contact menu ------ */
#contactmenu {
	height:34px;
	float:right;
}

#contactmenu a {
	line-height:34px;
	color:white;
	font-size: 11px;
	float:left;
	padding: 0px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

/* ------ header ------ */
#headershadow {
	width: 780px;
	height: 6px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../img/header_dropshadow.png);
	background-repeat: repeat-x;

}

#headerlogo {
	width: 370px;
	height: 144px;
	float: left;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: 18px center;
	cursor: pointer;
}

#headercaption {
	width: 325px;
	height: 58px;
	float: right;
	background-image: url(../img/captionbg.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #36cc00;
	padding-left: 45px;
	padding-top: 16px;
}

#headercaption .caption{
	width: 313px;
	height: 29px;
	background-image: url(../img/header_caption.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}


#headermenu{
	height: 50px;
	clear: both;
	margin-left: 18px;
}

#headermenu span{
	border-top: 5px solid white;
	display: block;
	float: left;
	margin-right: 36px;
	height: 40px;
}

#headermenu span.salon{
	border-color: #36cc00;
	width: 90px;
}

#headermenu span.advies{
	border-color: #ff006d;
	width: 208px;
}

#headermenu span.handel{
	border-color: #008db8;
	width: 121px;
}

#headermenu a{
	display: block;
	float: left;
	height: 40px;
	background-repeat: no-repeat;
	background-position: left 8px;
}

#headermenu a.salon{
	width: 90px;
	background-image: url(../img/menu_salon.png);
}

#headermenu a.advies{
	width: 208px;
	background-image: url(../img/menu_advies.png);
}

#headermenu a.handel{
	width: 121px;
	background-image: url(../img/menu_handel.png);
}


/* ------ breadrcumb ------ */
#breadcrumb {
	color: white;
	font-size: 12px;
	line-height: 28px;
}

#breadcrumb a:first-child {
	font-size: 16px;
}

#breadcrumb a {
	color: white;
	text-decoration: none;
}

/* ------ pagemenu ------ */
#pagemenu {
	border-top: 1px dashed #36cc00;
	margin: 20px 10px 20px 0px;
}

#pagemenu a {
	display: block;
	line-height: 20px;
	border-bottom: 1px dashed #36cc00;
	padding-left: 18px;
	text-transform: capitalize;
	color: #555;
	text-decoration: none;
}

#pagemenu a.active {
	font-weight: bold;
}

#pagemenu a.activesub {
	margin-left: 20px;
}

/* ------ main content ------ */
#maincontentcontainer {
	padding: 0px 18px 0px 18px;
	margin-top: 18px;
}



#pagetitle {
	height:33px;
	background-color: #36cc00;
	background-image: url(../img/pageheaderbg.png);
	background-repeat: no-repeat;
	background-position: -6px 0px;
	padding-left:16px;
	line-height:33px;
	border-left:2px solid #36cc00;
	font-weight: bold;
	font-size: 120%;
}

/* ------ footer menu ------ */
#footermenu {
	text-align: center;
}

#footermenu a {
	text-decoration: none;
	line-height: 28px;
	margin: 8px;
	text-transform: lowercase;
	color: #555;

}

/* ------ side photo ------ */
#sidephoto {
	background-color: #36cc00;
	padding: 30px 0px 10px 0px;
}

#sidephoto img {
	width: 145px;
}

#rightcolcontent {
	margin: 0px 5px;
}

