/**
 *  Author          Gauke Pieter Sietzema, Sterc Concept
 *  Website         htp://www.sterc.nl
 *  Contact         info@sterc.nl
 *  Created date    
 */

body { background-color: #94d2da; }

.main_nav { background-color: #dff2ff;}
/*.sub_nav { background-color: #f4f5f6; }*/
/*.sub_nav a { color: #594686;border-right-color:#594686; }*/
.main p { color: #666; }
.left h1, .right h1 { background-color: #94d2da; }
.left p, .right p { color: #616b72; }
.left a { color: #4d9ca6; }
.left a:hover { color: #91d2da; }

/** Category headers **/
.cat_algemeen { color: #4d9ca6; }

/** expert panel **/
.experts-home {
	background: url(/img/expert-home-main-bg.png) repeat-y;
	padding-bottom: 2px;
	margin: 10px 0 0 0;
	width: 475px;
	_width: 450px;
	_background: url(/img/expert-home-main-bg-ie.png) repeat-y;
	_overflow: hidden;
/*	_border-right: 1px solid #000;*/
}

.expert-block {
	background: url(/img/expert-home-bg.png) no-repeat;
	display: block;
	float: left;
	margin: 0 2px 0 2px;
	width: 90px;
	overflow: hidden;
	_margin-right: 20px;
}
.eh-third { margin-right: 0 !important; background: none !important; }

.expert-block p { width: 130px; }

.eh-pic { margin: 3px 7px; }
.eh-button { display: block; margin-top: 3px; }
