/* Presentation Stylesheet */

a { color: #79298c; background: transparent; font-weight: normal; text-decoration: underline;}
a:hover { color: #000; background: transparent; font-weight: normal; text-decoration: underline;}
a.highlight { color: #d6161f; background: transparent; font-weight: normal; text-decoration: none;}





h1 {
	font-size: 30px;
	color: #ee2d24;
	background: transparent;
	line-height: 35px;
	font-weight: normal;

	padding: 0;
	margin: 0 0 8px 0;
	
	
}

h2, h2 a {
	margin: 5px 0 5px 0;
	padding: 0 0 3px 0;
	color: #79298c;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

h2 a:hover {
	color: #79298c;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

h3 {
	padding: 0;
	margin: 2px 0px 4px 0px;
	font-size: 120%;
	line-height: 120%;
	color: #396cac;
	background: transparent;
}

p{
	margin: 0 0 1em; }


strong {
	font-weight: bold;
	color: #525252;
}

hr {
  	border: 0;
  	width: 100%;
  	color: #d9c8e6;
	background-color: #d9c8e6;
	height: 1px;
	clear: both;
	margin: 8px 0 8px 0;
}

img.img_content{
	border: 1px solid #d9c8e6;
	margin: 0 0 0 10px;
}

img.padding-left{
	margin: 0 0 15px 20px;
}

img.border{
	border: 1px solid #333;
}


div.error {
  border: 2px solid red;
  background-color : #fbaeb0;
  width: auto;
  margin: 5px 0px 15px 0px;
  padding: 10px; 
  color: #000; 
}


/* Topnav */

#topnav ul{
	list-style-type: none;
	margin: 5px 10px 0 10px;
	padding: 0;
	float: left;
	float: right;
}

#topnav ul li{
	color: #fff;
	display: inline;
	list-style-type: none;
	
	padding: 0px 0px 0 0px;
	margin: 0 2px 0 0px;
	
}

#topnav ul li.first{
	border: 0;
}

#topnav ul li.first{
	background: transparent;
}

#topnav li a{
	font-weight: normal;
	font-size: 12px;
	color: #f4c7e8;
	padding: 0 0 0 8px;
	text-decoration: none;
	
	background: transparent url(../img/topnav-itembg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#topnav li a:hover{
	color: #fff;
	text-decoration: underline;
}

#topnav ul li.first a{
	background: transparent;
}






/* mainnav */

#mainnav ul {
	list-style-type: disc;
	padding: 0;
	margin: 0px 0 0 5px;
	
	font-size: 14px;
	font-weight: normal;
}

#mainnav ul li{
	height: 30px;
	display: block;
	float: left;
	
	margin: 0px 0 0 0;
	padding: 12px 15px 0 15px;
	text-align: center;

	background: transparent url('/img/mainnav-itembg.gif');
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#mainnav ul li a {
	padding: 0;
	margin: 0 0 0 0;
	
	text-decoration: none;
	font-weight: normal;

	color: #21025f;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;

}

#mainnav ul li a:hover{
	color: #21025f;
	text-decoration: underline;
}

#mainnav ul li.highlight a{
	color: #000;
	text-decoration: underline;	
}

#mainnav ul li.subnav a{
	cursor: default;
}

#mainnav ul li.subnav ul{
	
	visibility: hidden;
	
	position: absolute; 
	left: -7px; 
	top: 42px;
	background: #f2e5f9; 
	width: 285px; 
	overflow: hidden;
	border: 1px solid #d9cce3;
	border-width: 0 1px 1px 1px;
	
	background: #fff url('/img/mainnav-subbg.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	
	z-index: 10000;
}

#mainnav ul li.subnav ul li{
	display: block;
	float: none;
	text-align: left;
	border: 0;
	
	border: 1px solid #d9cce3;
	border-width: 1px 0 0 0;
	background-image: none;
}

#mainnav ul li.subnav ul li a{
	cursor: pointer;
}

#mainnav ul li.subnav ul li a {
	padding: 0;
	margin: 0 0 0 0;
	
	text-decoration: none;
	font-weight: normal;

	color: #21025f;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;

}

#mainnav ul li.subnav ul li a:hover{
	color: #21025f;
	text-decoration: underline;
}

#mainnav ul li.subnav ul li.highlight a{
	color: #000;
	text-decoration: underline;	
}


	
/* Main */	

#main #maintop{

	height: 6px;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff url(../img/contentbg-top.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#main #mainbottom{

	height: 6px;
	margin: 0;
	padding: 0;
	width: 100%;
	
	background: #fff url(../img/contentbg-bottom.png);
	background-repeat: no-repeat;
	background-position: top center;
	
	
}

	
	
/* Content */	
	


#contentcontainer #homeimg{
	width: 916px;
	height: 244px;
	background: transparent url('/img/homeimg.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 10px;
}



#contentcontainer #homeimg #carousel{
	position: relative;
	left: 20px;
	top: 120px;
}

#contentcontainer #homeimg #carousel #customcarouselitems img{
	margin: 9px 0 0 3px;
	cursor: pointer;
}





/* Breadcrums */

div#breadcrumb{
	
	font-size: 12px;
	color: #8d8290;
	letter-spacing: 0.5px;

	
	list-style-type: disc;
	margin: 0px 0 8px 0;
	padding: 0px 0 0 0;
}

div#breadcrumb a{
	color: #8d8290 !important;
	text-decoration: underline;
}

ul#breadcrums li a:hover{
	color: #e69c0c;
}

ul#breadcrums li.first{
	background: transparent;
	padding: 0 3px 0 0;
}







/* Form elements */

form{
	margin: 0;
	padding: 0;
}



form input.checkbox{
   float: left;
   margin-right: 8px;
}


form input.text{
	color: #000;
	border: 1px solid #a9a9a9;
	padding: 3px 3px 3px 3px;
	margin: 2px 0 5px 0px;
	background: #fff;
	font-weight: normal;
	font-size: 13px;
}

form select{
	padding: 0;
	margin: 2px;
	
	border: 1px solid #396cac;
}

form input.submit{
  	border: 1px solid #d2d2d2;
	padding: 4px 12px 4px 18px;
	margin: 5px 0 0 0;
	
	color: #565555;
	font-size: 11px;
	font-weight: bold;
	
	background: #e2e2e2 url(../img/contactbox-submit.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;

}

form textarea{
	border: 1px solid #a9a9a9;
	padding: 0 3px 0 3px;
	margin: 2px;
}





/* HOME */

#homecontent div.highlight-box{
	width: 277px;
	height: 170px;
	float: left;

	margin: 0 0 0 6px;
	padding: 0 12px 0 12px;
	
	font-size: 13px;
	
	text-align: left;
	letter-spacing: 0px;
	
	
	border: 1px solid #d8d7d7;
	border-width: 0  0 0 0px;
	
	
	background: #e2e2e2 url('/img/boxbg.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	
	
}

#homecontent div.first{
	margin: 0 1px 0 0;
	padding-left: 12px;
	border: 0;

}


#homecontent div.highlight-box h2{
	margin: 10px 0 5px 0;
	padding: 0;
	color: #79298c;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
}

#homecontent div.highlight-box p{
	line-height: 20px;
}

#homecontent div.highlight-box a.readmore{
	text-decoration: none;
	color: #e41a10;
}

#homecontent div.highlight-box a.readmore:hover{
	text-decoration: underline ;
}



#homecontent div.highlight-box a{
	color: #e41a10;
	text-decoration: none;
}

#homecontent div.highlight-box a:hover{
	color: #e41a10;
	text-decoration: underline;
}

#homecontent div.highlight-box span{
	margin-right: 10px;
	color: #7b7b7b;
}

#homecontent div.highlight-box img{
	float: right;
	margin: 0px 0 10px 10px;
}


a.twitterlink{
	background-image: url('/img/icons/twitter.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 22px;
	color: #02befd !important;
	text-decoration: underline !important;
}

a.twitterlink:hover{
	color: #027095 !important;
	
}

#opdrachtgevers img{
	border: 1px solid #b39dc3;
}



div#klantreacties{
	border: 1px solid #b49dc4;
	background: #f6eefd;
	padding: 10px;
	margin-bottom: 20px;
}

div#klantreacties em{
	color: #51025d;
}


/* Linksfooter */

#linksfooter{
	font-size: 12px;
	line-height: 19px;
	
	height: 159px;
	clear: both;
	margin-top: 10px;
	overflow: hidden;
	
	background: #270852 url('/img/linksfooterbg.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#linksfooter div{
	display: block;
	float: left;
	width: 198px;
	padding: 10px 15px 10px 15px;
	color: #eedcfd;
}

#linksfooter div#coachen{
	width: 160px;
}

#linksfooter div#orthomolucairegeneeskunde{
	width: 240px;
}

#linksfooter div h2{
	color: #eedcfd;
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	line-height:  18px;
	text-transform: none;
}

#linksfooter div a{
	text-decoration: none;
	color: #eedcfd;
}

#linksfooter div a:hover{
	text-decoration: underline;
	
}


/* Footer */

#footer a{
	font-weight: normal;
	font-size: 11px;
	line-height: 10px;
	color: #bf90c5;
	padding: 0 2px 0 2px;
	text-decoration: none;
}



#footer a:hover{
	color: #bf90c5;
	text-decoration: underline;
}

#footer ul.footernav li.first a{
	background-image: none;
	padding: 0;
}


#footer  p#copy{
	color: #bf90c5;
	float: left;
}

#footer  p#lidvan{
	color: #f4c7e8;
	float: right;
}

#footer  p#lidvan span{
	margin-right: 5px;
	display: block;
	float: left;	
}



/* rightcol */

#rightcol div.rightcolbox{
	background: yellow;
	width: 271px;
	min-height: 158px;
	margin: 0 0 10px 0 ;
	padding: 6px 15px 6px 15px;
	background: transparent url('/img/boxbg.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	line-height: 22px;
}

#rightcol div.rightcolbox h2{
	margin: 5px 0 0 0;
}

#rightcol div.rightcolbox a{
	color: #e41a10;
	text-decoration: none;
}

#rightcol div.rightcolbox a:hover{
	color: #e41a10;
	text-decoration: underline;
}

#rightcol div.rightcolbox span{
	margin-right: 10px;
	color: #7b7b7b;
}


#rightcol div.rightcolbox-top{
	background: transparent url('/img/boxbg-top.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 3px;
	
}




/* BLOG */

.blog_first { padding: 5px 0 0px 0; }
.blog { padding: 15px 0 3px 0;  border-top: 1px solid #CDCFCD; }
.blogdate {margin: 0 0 0 0; padding: 0 0 5px 0; color: #aaa}
.linkmaken {margin: 0 0 0 0; padding: 0 0 0px 0; color: #aaa; font-weight: normal;}
.blogtitle, .blogtitle a { margin: 0 0 0 0; padding: 0 0 0 0; color: #c10037; }
.ekuddos_small { vertical-align: middle; border: 1px solid #006699;  }
.nujij_small { vertical-align: middle; border: 1px solid #FFF;  }

#rss a{
	background: transparent url('../img/rssfeed-icon.gif');
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 22px;
	display: block;
	height: 18px;
	margin-left: 10px;
	margin-top: 10px;
}

.blogftr_left {
	float: left;
}

.blogftr_right {
	float: right;
	text-align: right;
	padding: 0px 0 0 0;
	margin: -10px 0 0 0;
}

/* COMMENTS */
.commentlist {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: justify;

	}

.commentlist li {
	margin: 15px 15px 3px 0px;
	padding: 12px 10px 5px 10px !important;
	list-style: none;
	color: #000;
	
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	
	}

.alt {
	background-color: #F1EFED;
	border-top: 1px solid #CDCFCD;
	border-bottom: 1px solid #CDCFCD;	
	}



#resultpromo{
	background: #f1efed;
	border: 1px solid #cdcfcd;
	padding: 10px 10px 0 10px;
	margin: 10px 0 10px 0;
	
}

img.blogitemimg{
	margin: 3px 10px 5px 0;
	
}

.blogactions{
	margin-top: 10px;
}


/* Breadcrums */

ul#breadcrums{
	
	font-size: 11px;
	color: #000;
	letter-spacing: 1px;
	text-align:justify;
	font-family: "arial", serif;
	list-style-type: disc;
	margin: 0px 0 8px 0;
	padding: 0px 0 0 0;
}

ul#breadcrums li{

	display: inline;
	
	background: transparent url(../img/icons/breadcrum-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #9B9B9B;
	padding: 0 0px 0 10px;
}

ul#breadcrums li a{
	color: #9B9B9B;
	text-decoration: underline;
}

ul#breadcrums li a:hover{
	color: #444;
	text-decoration: underline;
}

ul#breadcrums li.first{
	background: transparent;
	padding: 0 0px 0 0;
}


