/* --- general elements --- */

html {
	background-color: #afa79f;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

html body {
	width: 750px;
	height: 100%; /* for IE/PC */
	margin: auto;
	padding: 0px;

	font-family: Verdana, sans-serif;
	color: #000;

	xxbackground-color: #afa79f;
	background-color: #fff;
	background-repeat: repeat-y;
}

html>body {
	/* for !IE/PC browsers */
	height: 100%;
}

body>#supercontainer {
	position: relative;
	min-height: 100%;
	background-image: url(../img/bg_article.gif);
	background-repeat: repeat-y;
}

body.homepage #supercontainer {
	background-image: url(../img/bg_index_homepage.gif);
}

body.archive #supercontainer {
	background-image: url(../img/bg_index_archive.gif);
}

body.search #supercontainer {
	background-image: url(../img/bg_index_search.gif);
}

body.single #supercontainer {
	background-image: url(../img/bg_index_single.gif);
}


body.article-reverse-page #supercontainer {
	/*background-image: url(../img/bg_article_reverse.gif);*/

}

body #divcontainer {
	width: 730px;
	margin: 0px 10px 0px 10px;
}

body #footer {
	position: absolute;
	bottom: 0px;
	width: 750px;
	height: 47px;
}

div#footercontainer {
	margin: 0 10px 0 10px;
	padding: 0;
	height: 47px;
}

#header #header-logos #printbar,
#header #header-corp-logos #printbar {
	display: none;
}

div#footertop {
	height: 25px;
}

div#footerbottom {
	border-top: 1px solid #8BA3B6;
	height: 21px;
}
body.archive div#footerbottom,
body.search div#footerbottom,
body.homepage div#footerbottom {
	background-color: #fff;
}
div#footeraddress {
	float: right;
	width: 421px;
	color: #A19689;
	height: 21px;
}

body.article-reverse-page #footer div#footertop { 
	visibility: hidden;
}
body.article-reverse-page #footer div#footerbottom {
}
body.article-reverse-page #header #header-payoff #teaser-corp-bottom a,
body.article-reverse-page #footer div#footertop .mailafriend a,
body.article-reverse-page #footer div#footertop .printpage a,
body.article-reverse-page #footer div#footertop .rss {
	color: #fff;
}
body.article-reverse-page div#footerbottom {
	background-color: none !important;
}
body.article-reverse-page div#footeraddress {
}

div#footerbottom img {
	display: block;
	float: left;
	width: 198px;
	height: 21px;
	margin: 0;
	padding: 0;
}


/* --- global defaults --- */

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #ccc;
	text-decoration: underline;
}

div, p, h1, h2, h3, h4, form, ul, ol, li, img {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

.clearboth {
	clear: both;
	font-size: 1px;
}

div.clear {
	overflow: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	font-size: 1px;
	line-height: 0px;
}


/* --- header elements --- */

#header {
	height: 202px;
	background-repeat: no-repeat;
}

#header #header-logos {
	height: 178px;
}

#header #header-logos img.logo-web {
	float: left;
	display: block;

	margin: 55px 0px 0px 26px;
}

#header #header-logos img.logo-print {
	display: none;
}

#header #header-logos img.teaser {
	float: right;
	display: block;
}

#header #header-payoff {
	height: 24px;
	background-repeat: no-repeat;
}
#header #header-payoff p {
	display: none;
}


/* corporate header element */

#header #header-corp-logos {
	width: 730px;
	height: 202px;
	
	background: url('../img/header_corp_bottom_reverse2.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#header #header-corp-logos a {
	float: left;
	display: block;
	width: 199px;
	height: 202px;
	background-image: url('../img/header_corp_logo.gif');
}

#header #header-corp-teasers {
	float: right;
	width: 531px;
	height: 202px;
	/*background-repeat: no-repeat;*/
	/*background-color: #8BA3B6; */
}

#header #header-corp-teasers-front {
	float: right;
	width: 531px;
	height: 202px;
	/*background-repeat: no-repeat;*/
	/*background-color: #8BA3B6; */
}

#header #header-corp-teasers #teaser-corp-bottom {
	margin-top: 178px;
	width: 531px;
	height: 24px;
	background-image: url('../img/header_corp_bottom.png');
	background-repeat: no-repeat;
}

body.article-reverse-page #header #header-corp-teasers #teaser-corp-bottom {
	/*background-image: url('../img/header_corp_bottom_reverse.png');*/
}

body.article-reverse-page #header #header-corp-teasers #teaser-corp-bottom a { 
	color: #fff;
}


#header #header-corp-logos img.logo-web {
	float: left;
	display: block;

	margin: 0px 0px 0px 0px;
}

#header #header-corp-logos img.logo-print {
	display: none;
}

#header #header-corp-logos img.teaser {
	float: right;
	display: block;
}

#header #header-corp-payoff {
	height: 24px;
	background-repeat: no-repeat;
}
#header #header-corp-payoff p {
	display: none;
}

#header #header-corp-logos #header-corp-bottom div.mailafriend,
#header #header-corp-logos #header-corp-bottom div.printpage,
#header #header-corp-logos #header-corp-bottom div.rss {
	display: block;
	height: 20px;
}

#header #header-corp-logos #teaser-corp-bottom a,
#header #header-payoff #teaser-corp-bottom a,
#footer #footertop a {
	display: inline !important;
	background: none !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	color: #000;
	width: auto !important;
	height: auto !important;
	position: relative;
	z-index: 10000;			/* !! to make the links work?? */
}

#header #header-corp-logos #teaser-corp-bottom .mailafriend,
#header #header-payoff #teaser-corp-bottom .mailafriend,
#footer #footertop .mailafriend {
	float: left;
	margin-left: 110px;
	padding-top: 2px;
	width: 100px;
}

#header #header-payoff #teaser-corp-bottom .mailafriend,
#footer #footertop .mailafriend {
	margin-left: 309px;
}

#header #header-corp-logos #teaser-corp-bottom .printpage,
#header #header-payoff #teaser-corp-bottom .printpage,
#footer #footertop .printpage {
	float: left;
	margin-left: 10px;
	padding-top: 2px;
	width: 100px;
}

#footer #footertop .printpage {
	margin-left: 9px;
}

#header #header-corp-logos #teaser-corp-bottom .rss,
#header #header-payoff #teaser-corp-bottom .rss,
#footer #footertop .rss {
	float: left;
	width: 30px;
	padding-top: 5px;
	padding-left: 170px;
}

/* --- main elements --- */

#main #content {
	float: right;
	width: 530px;
	padding-bottom: 70px;
}

#main #sidebar {
	float: left;
	width: 200px;
	padding-bottom: 70px;
}


/* --- sidebar elements --- */

#sidebar ul {
	margin: 10px 10px 20px 10px;
	list-style-type: none;
}

#sidebar ul li ul {
	margin: 0px;
}

#sidebar ul li h2 {
	color: #114;
	font-size: 120%;
	line-height: 1.4;

	font-weight: normal;
	text-transform: lowercase;
}

/* !! changes below */

#sidebar ul li.categories h2 {
	display: none;
}

#sidebar ul li.categories {
	font-size: 0px; /* fix */
	line-height: 0px; /* fix */
}
#sidebar ul li.categories ul li {
	margin-bottom: 7px;
	margin-left: 2px;
}
#sidebar ul li.categories ul li a img {
	margin: 0px;
	padding: 0px;
}

#sidebar ul li.searchbox {
	margin-top: 35px;
	margin-left: 2px;
}
#sidebar ul li.searchbox ul li {
	margin-bottom: 7px;
	height: 20px;
}
#sidebar ul li.searchbox ul li a img {
	padding: 0px;
	margin: 0px;
}

#sidebar ul li.searchbox form input.type-text {
	width: 140px;
}
#sidebar ul li.searchbox form input.type-submit {
	padding-top: 5px;
	vertical-align: top;
}

#sidebar ul li.visie-brochure {
	margin-top: 35px;
}

#sidebar div.banners {
	margin-top: 35px;
}

#sidebar ul li.rssfeed {
	margin-top: 20px;
}

#sidebar ul li.archive,
#sidebar ul li.links {
	margin-top: 20px;
}

#sidebar ul li.archive ul li,
#sidebar ul li.links ul li {
	color: #79c;
	font-size: 120%;
	line-height: 1.4;
}
#sidebar ul li.archive ul li a,
#sidebar ul li.links ul li a {
	color: #79c;
	text-decoration: none;
}
#sidebar ul li.archive ul li a:hover,
#sidebar ul li.links ul li a:hover {
	color: #79c;
	text-decoration: underline;
}

#sidebar ul li.textcategories h2 {
	margin-top: 10px;
}

#sidebar ul li.textcategories {
	font-size: 12px; /* fix */
}
#sidebar ul li.textcategories ul li {
}
#sidebar ul li.textcategories ul li a {
	color: #0F0D3A;
	text-decoration: none;
}
#sidebar ul li.textcategories ul li a img {
	margin: 0px;
	padding: 0px;
}

/* !! changes end */


/* --- content elements --- */

#content h1.category,
#content h2.category {
	margin: 5px 0px 65px 109px;
}

#content h2.category {
	margin-bottom: 5px;		/* !! not sure about this */
}

#content h1.contentcategorytitle {
	margin: 5px 0px 10px 109px;
	color: #000;
	font-weight: normal;
	font-size: 24px;
}

#content div.contentcategorycontent p {
	margin-bottom: 25px;
	color: #000 !important;
}


/* --- content / metadata --- */

#content p.postmetadata,
#content p.commentmetadata {
	margin-bottom: 10px;
	color: #a19689;
}
#content p.postmetadata span.category a {
	color: #79c;
	text-decoration: none;
	font-weight: bold;
}
#content p.postmetadata span.category a:hover {
	text-decoration: underline;
}
#content p.postmetadata span.respond a,
#content p.commentmetadata span.respond a {
	color: #a19689;
	text-decoration: none;
}
#content p.postmetadata span.respond a:hover,
#content p.commentmetadata span.respond a:hover {
	text-decoration: underline;
}
#content p.postmetadata span.comments a {
	color: #a19689;
	text-decoration: none;
}
#content p.postmetadata span.comments a:hover {
	text-decoration: underline;
}

#content p.commentmetadata span.author {
	font-weight: bold;
}
#content p.commentmetadata span.author a {
	color: #A19689;
	text-decoration: none;
}
#content p.commentmetadata span.author a:hover {
	text-decoration: underline;
}
body.article-reverse-page #content p {
	margin-bottom: 20px;
	color: #000;
	max-width: 410px;
	width: 410px;
}
body.article-contact #content p {
	color: #fff;
}
body.article-reverse-page #content p.postmetadata {
	color: #a19689;
	margin-bottom: 0px;
}
body.article-reverse-page #content p.postmetadata span.respond a,
body.article-reverse-page #content p.postmetadata span.comments a {
	color: #a19689;
	font-weight: bold;
}
body.article-reverse-page #content ul.posts li .post .entry p span.continue a {
	color: #ff3366;
}


/* --- content / index-page --- */

#content hr {
	border: none;
	background-color: #000;
	height: 1px;
	margin: 23px 0 0 0;			/* 23 = 20 + 3 (collapsable margin + 3 */
}

#content ul.posts {
	list-style-type: none;
	xxmargin-right: 11px; /* !! changed: disabled for IE5.x/PC & IE6/PC */
}

#content ul.posts li {
	xxclear: both; /* !! changed: disabled for IE/Mac */
	height: 100px;
}
#content>ul.posts li {
	height: auto;
	min-height: 100px;
}
#content ul.posts li.clearboth {
	height: 0px;
	min-height: 0px;
}

#content ul.posts li img {
	float: left;
	display: block;
	width: 100px;
	height: 100px;
}

#content ul.posts li img.cmsmenu {
	float: none;
	display: inline;
	width: auto;
	height: auto;
}
#content ul.posts li .post {
	float: left;
	width: 410px;
	margin-left: 9px;
}

#content ul.posts li .post h2 {
	margin-bottom: 3px;
	font-size: 170%;
	line-height: 1.2;
	font-weight: normal;
}
#content ul.posts li .post h2 a {
	color: #000;
	text-decoration: none;
}
#content ul.posts li .post h2 a:hover {
	color: #d26;
	text-decoration: underline;
}
body.article-reverse-page #content ul.posts li .post h2 a {
	color: #000;
}
#content ul.posts li .post .entry p {
	margin-bottom: 3px;
	font-size: 100%;
}
#content ul.posts li .post .entry p span.continue a {
	color: #ff3366;
	text-decoration: none;
	font-style: italic;
}
#content ul.posts li .post .entry p span.continue a:hover {
	text-decoration: underline;
}

#content div.wp-pagenavi {
	padding-left: 110px;
	font-size: 9px;
	color: #000;
}

#content div.wp-pagenavi a {
	display: inline !important;
	/*background-image: url(../log5/wp-content/themes/log5/img/pagenavi-seperator.gif);
	background-position: right center;
	background-repeat: no-repeat;*/
	background-color: transparent !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	color: #000;
	width: auto !important;
	height: auto !important;
	position: relative;
	z-index: 10000;	
	border: 0;
	/*margin: 0 4px 0 0;
	padding: 4px 6px 4px 0;*/
}

#content div.wp-pagenavi span.pages {
	display: none;
}

#content div.wp-pagenavi span.current {
	color: #d26;
	padding: 0 0 3px 0;
	border: 0;
	background-color: transparent !important;
	/*background-image: url(../log5/wp-content/themes/log5/img/pagenavi-seperator.gif);
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0 4px 0 0;
	padding: 4px 6px 4px 0;*/
}

#content div.wp-pagenavi span.extend {
	border: 0;
	display: none;
}

/* --- content / article-page --- */

#content .article {
	margin: 5px 11px 0px 109px;
}

#content .article h1 {
	margin-bottom: 3px;
	font-size: 170%;
	line-height: 1.2;
	font-weight: normal;
}
#content .article a.fbshare {
	float: right;
	margin: -18px 0 0 40px;
	width: auto;
}
#content .article h1 a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 330px;
}
#content .article h1 a:hover {
	color: #000;
	text-decoration: underline;
}

#content .article .entry {
	color: #000;
	font-size: 100%;
}
#content .article .entry p {
	margin-bottom: 10px;
}

#content .article p img {
	width: 421px;
	margin: 0px -11px 0px 0px;
	position: relative;
}

#content .article p img.wp-smiley {
	width: auto !important;
}

#content .article hr {
	border: none;
	background-color: #000;
	height: 1px;
}

body.article-reverse-page .article {
	color: #fff;
}

body.article-reverse-page .article a {
	color: #000;
	text-decoration: none;
}

#content .article img.left {
	margin-left: -100px;
}


body.allesoverl5 #content .article .entry p img {
	width: 430px;
	margin: 0px -11px 0px -9px;
	xxpadding: 0px -11px 0px -9px;
}

#content .article p.postmetadata {
	margin-bottom: 15px;
}

#content .article p.postshare {
	background-color: #eceff4;
	margin-bottom: 15px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 9px;
}

#content .article p.postshare a.fbshare {
	margin: 0px;
}

#content .article p.postshare img {
	width: auto;
	position: static;
	margin: 0px;
}


/* !! changed */
#content .article h3#comments {
	color: #000;
}

#content .article h3 {
	color: #ff3366;
	font-size: 170%;
	line-height: 1.4;
	font-weight: normal;
	text-transform: lowercase;

	padding: 0px 0px 30px 0px;
	border-top: 1px solid #000;
}

#content .article ol {
	list-style-type: none;
}
#content ol li  {
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #000;
}
#content ol li .commenttxt {
	color: #000;
	font-size: 100%;
	font-style: italic;
}
#content ol li .commenttxt p {
	margin-bottom: 10px;
}



#content .article textarea {
	width: 380px;
	height: 180px;
}



/* --- article links --- */

#content .links {
	margin-top: 40px;
	color: #000;
}

#content .links a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#content .links h3 {
	border: none;
	padding: 0;
	text-transform: none;
	font-size: 100%;
	font-weight: bold;
	color: #a19689;
}


/* --- article customers --- */

#content ul.customers {
	list-style: none;
	margin-top: 40px;
	color: #a19689;
	font-weight: bold;
}

#content .customers a {
	color: #000;
	text-decoration: none;
}


/* --- article works --- */

#content ul.works {
	list-style: none;
	margin-top: 40px;
	color: #89A3B4;
	font-weight: bold;
}

#content .works a {
	color: #4C466D;
	text-decoration: none;
}


/* --- article employees --- */

#content ul.employees {
	list-style: none;
	margin-top: 40px;
	color: #89A3B4;
	font-size: 90%;
}

#content ul.employees li {
	margin-left: -106px;
	padding-left: 106px;
	margin-bottom: 4px;
	background-position: 0px 5px;
	background-repeat: no-repeat;
	width: 400px;
	height: 63px;
	color: #000;
}

#content ul.employees a.regular {
	text-decoration: none;	
	color: #000;
}

#content ul.employees a.more {

	width: 50px;
	height: 17px;
	color: #ff3366;
	text-decoration: none;
}

/* --- visie --- */

#content ul.visieoverview {
	list-style: none;
	margin-top: 40px;
	color: #89A3B4;
	font-size: 90%;
}

#content ul.visieoverview li {
	margin-left: -113px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #4C466D;
	width: 513px;
	height: 100px;
	overflow: hidden;
}

#content ul.visieoverview li a {
	display: block;
	text-decoration: none;
}

#content ul.visieoverview li div.heading {
	margin-left: 113px;
}

#content ul.visieoverview li p {
	margin-left: 113px;
}

#content ul.visieoverview li p {
	color: #0f0d3a;
}

#content ul.visieoverview li p span.more a {
	color: #27ade1;
	text-decoration: none;
}
/* --- article logentries --- */

#content .logentries ul {
	list-style: none;
	margin-top: 40px;
	color: #89A3B4;
	font-weight: bold;
}

#content .logentries ul a {
	color: #4C466D;
	text-decoration: none;
}


/* --- visie menu --- */

#content h2.category_visie {
	margin-bottom: 40px;
}

#content .article h3.category_visie {
	display: block;
	border: none;
	padding-bottom: 0;
}

#content .article_visie {
	width: 380px;
	color: #A19689;
	font-size: 20px;
	line-height: 1.4em;
}

#content ul.visie {
	list-style: none;
	float: left;
	margin-top: 17px;
	width: 80px;
}

#content ul.visie li {
	display: block;
	width: 80px;
	height: 100px;
	background-repeat: no-repeat;
}

#content ul.visie li a {
	display: block;
	width: 80px;
	height: 80px;
}


/* archives */

ul.archives {
	list-style: none;
	color: #12003B;
}

#content .article .entry ul.archives li {
	xxpadding-left: 9px !important;
}

ul.archives li.year {
	padding-top: 20px;
	font-weight: bold;
}

ul.archives li a {
	text-decoration: none;
}



/* --- images --- */

body.homepage {
	background-image: url(../img/bg_index_homepage.gif);
}
body.article-page {
	background-image: url(../img/bg_article.gif);
}

body.article-reverse-page { 
	background-image: url(../img/bg_article_reverse.gif);
}


body.homepage #header {
	background-image: url(../img/header_photo_homepage.gif);
}
body.visie #header {
	background-image: url(../img/header_photo_visie.gif);
}
body.klanten #header {
	background-image: url(../img/header_photo_klanten.gif);
}
body.werk #header {
	background-image: url(../img/header_photo_werk.gif);
}
body.mensen #header {
	background-image: url(../img/header_photo_mensen.gif);
}
body.contact #header {
	background-image: url(../img/header_photo_contact.gif);
}
body.archive #header {
	background-image: url(../img/header_photo_archief.gif);
}
body.search #header {
	background-image: url(../img/header_photo_zoek.gif);
}
body.single #header {
	background-image: url(../img/header_photo_homepage.gif);
}

body.default #header {
	background-image: url(../img/header_photo_homepage.gif);
}
body.allesoverl5 #header {
	background-image: url(../img/header_photo_allesoverl5.jpg);
}
body.puurcommunicatie #header {
	background-image: url(../img/header_photo_puurcommunicatie.jpg);
}
body.designindesign #header {
	background-image: url(../img/header_photo_designindesign.jpg);
}
body.ineigenbeheer #header {
	background-image: url(../img/header_photo_ineigenbeheer.jpg);
}


body.homepage .index-page #header #header-payoff {
	background-image: url(../img/header_tabs_homepage_index.png);
	background-color: #ffec00;
}
body.archive .index-page #header #header-payoff {
	background-image: url(../img/header_tabs_homepage_index.png);
	background-color: #33ff33;
}
body.search .index-page #header #header-payoff {
	background-image: url(../img/header_tabs_homepage_index.png);
	background-color: #ff3366;
}
body.single .index-page #header #header-payoff {
	background-image: url(../img/header_tabs_single_index.png);
}
body.default .index-page #header #header-payoff {
	background-image: url(../img/header_tabs_default.gif);
}
body.homepage .article-page #header #header-payoff {
	background-image: url(../img/header_tabs_homepage_article.gif);
}
body.default .article-page #header #header-payoff {
	background-image: url(../img/header_tabs_default.gif);
}
body.article-reverse-page #header #header-payoff {
	background-image: url(../img/header_tabs_article_reverse.png) !important;
}

/* form top-down styles */

form.top-down dl {
	clear: both;
}

form.top-down ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

form.top-down dl dt {
	margin-top: 5px;
	font-size: 100%;
	font-weight: bold;
}

form.top-down dl dd {
	margin: 0px;
}

form.top-down dl.horizontal dd ul li {
	float: left;
}

form.top-down dl.type_socialnets dd span {
	display: block;
	width: 150px;
	float: left;
}

form.top-down input.type_socialnets {
	width: 250px;
}

form.top-down input.type_text,
form.top-down input.type_password {
	width: 450px;
}
form.top-down input.type_file {
	width: 300px;
}
form.top-down textarea {
	width: 450px;
	height: 100px;
}

form.top-down textarea#in_content_id {
	height: 250px;
}

form.top-down textarea#in_samenvatting_id {
	height: 55px;
}

form.top-down textarea#in_beschrijving_id {
	height: 250px;
}

form.top-down input.type_checkbox {
	vertical-align: bottom;
}

form.top-down input,
form.top-down textarea,
form.top-down select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}

form.top-down input#in_login_id,
form.top-down input#in_passwd_id {
	width: 200px;
}

form.top-down fieldset legend {
	color: #f00;
}

form.top-down ul.error {
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 18px;
}
form.top-down ul.error li {
	color: #f00;
}

form.top-down-small input.type_text {
	width: 350px;
}
form.top-down-small textarea {
	width: 350px;
	height: 100px;
}

div.helpinfo {
	z-index: 2;
	position: absolute;
	display: none;
	width: 220px;
	font-size: 90%;
	font-weight: normal;
	color: #fff;
	background-color: #666;
	padding: 3px 4px 4px 6px;
	border: 1px solid #000;
}


/* cmscontent */

.cmsmenublock {
	margin-top: 20px;
}

#content .cmscontent {
	background-image: url(../img/cmspage_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #000;
	height: 400px; /* for IE/PC */
}
#content>.cmscontent { /* nested this way: #content > #contents > .cmscontent */
	height: auto; /* for !IE/PC */
	min-height: 400px;
}
#content .cmscontent .inner {
	background-image: url(../img/cmspage_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 16px 0px 10px;
}
#content .cmscontent h1 {
	margin: 0px 16px 16px 0px;
	font-size: 190%;
	color: #f00;
}
#content .cmscontent h2 {
	margin: 5px 0px 10px 0px;
	color: #060B36;
	font-weight: normal;
	font-size: 190%;
}
#content .cmscontent h3 {
	margin: 5px 0px 10px 0px;
	color: #060B36;
	font-weight: normal;
	font-size: 160%;
}
#content .cmscontent .inner ul.paginate li {
	float: left;
	margin-right: 6px;
}
#content .cmscontent .inner ul.paginate li.active a {
	color: #f00;
}

#content .cmscontent a {
	color: #001B45;
}

/* --- table elements --- */

#content .cmscontent table {
        width: 100%;
        font-size: 100%;
        text-align: left;
        margin: 0px 0px 40px 0px;
        padding: 0px;
        border-collapse: seperate;
        border-spacing: 2px;
}
#content .cmscontent table caption {
        color: #999;
        text-align: center;
        font-weight: bold;
        padding: 0px;
}
#content .cmscontent table th {
        font-weight: bold;
        border-bottom: 2px solid #27ADE1;
        padding: 5px 2px 2px 0px;
}
#content .cmscontent table th.pagekind {
        font-style: italic;
        font-weight: normal;
        border-bottom: 1px solid #27ADE1;
        padding: 25px 2px 2px 0px;
}
#content .cmscontent table td {
        vertical-align: top;
        border-bottom: 1px dashed  #27ADE1;
        padding: 2px 5px 2px 0px;
}
#content .cmscontent table td.number {
        text-align: right;
}

html.cmspo.cmscontent pup,
body#cmspopup {
	width: auto;
	height: auto;
	background-color: #fff;
	margin: 5px 5px 5px 5px;
}

#cmspopup .cmscontent {
	font-size: 12px;
}

#cmspopup .cmscontent a {
	text-decoration: none;
	color: #001B45;
}


/* mail-a-friend */

form.mail-a-friend label {
	color: #000;
	font-weight: normal;
	text-transform: lowercase;
}

/* 
 * Uitbreidingen 1.3
 */

body.employee-detail-page #header #header-corp-teasers #teaser-corp-bottom {
	background-image: url(../img/header_corp_bottom_reverse_white.png) !important;
}

body.employee-detail-page div#header-payoff {
	background-image: url(../img/header_tabs_article_reverse.png);
}

body.employee-detail-page #main {
	background-color: #fff;
}
body.employee-detail-page #content {
	background-color: #f5f6f6;
}

div.employee-content {
	margin: 0;
	padding: 20px 0 0 0;
	background-color: #fff;
}
div.employee-details {
	background-color: #fff;
	border-left: 1px solid #000;
	margin: 0 0 30px 0;
	padding: 0;
	
}

#content h1.employee-detail-title {
	color: #ff3366;
	border-bottom: 1px solid #000;
	padding: 0 0 10px 8px;
	margin-left: 30px;
	margin-right: 30px;
}

p.project-text {
	padding: 40px 0 0 106px;
	margin: 0;
	font-style: italic;
}

/* --- social networks on article employees --- */

table.social-table tr {
	height: 70px;
}
table.social-table td.social-button {
	padding-left: 38px;
	width: 25px;
	vertical-align: middle;
}
table.social-table td.social-button img {
	border: none;
	margin: 0;
	padding: 0;
}
table.social-table td.social-details {
	padding-left: 40px;
	vertical-align: middle;
}
table.social-table tr.social-details p {
	margin: 0;
	padding: 0;
}

span.social-link {
	font-size: 10px;
}
span.social-link a {
	text-decoration: none !important;
}
p.blog-message a{
	text-decoration: none !important;
}
p.social-message a {
	text-decoration: none !important;
	font-weight: bold;
}

p.blog-message span {
	color: #ff3366;
	font-size: 10px;
}

td.flickr_thumbs {
	padding-left: 38px;
}
td.flickr_thumbs ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
td.flickr_thumbs ul li {
	float: left;
	margin: 0 4px 0 0;
}
td.flickr_thumbs ul li a,
td.flickr_thumbs ul li a img {
	border: none;
	margin: 0;
	padding: 0;
}

table.social-table {
	margin-right: 20px; 
}

div.employee-details .project-text {
	margin-right: 30px;	
}

#content div.employee-details .contentcategorycontent {
	margin-right: 30px;
}


body.contact .article a{
	color: #ff3366;
}

body.contact #content .article h3 {
	border-top:1px solid #000 !important;
	color:#000 !important;
}

body.default #content .links a {
	color: #ff3366;
}
body.default #content .links h4 {
	color: #a19689;
}
body.mensen_detail div#header-payoff {
	background-image: url(../img/header_tabs_article_reverse.png);
}

body.contact div.links h4{
	color: #a19689 !important;
}
body.contact div.links a{
	color: #ff3366 !important;
}

body.visie div.links a{
	color: #a19689 !important;
}