/* DEFAULT TEMPLATE & EDITOR STYLES */
body, html {
	background-color: #ffffff;
}
body, html, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3, ul, li, ol, sup, sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	outline: none;
}
sup, sub {
	font-size: 11px;
	line-height: 11px;
}


/* DEFAULT TABLE STYLES */
table, table td {
	border-collapse: collapse;
	border: 1px solid #dddddd;
	vertical-align: top;
	text-align: left;
}


/* DEFAULT LIST STYLES */
ul li {
	list-style-position: outside;
	list-style-type: square;
}
ol li {
	list-style-position: outside;
	list-style-type: decimal;
}
ul {
	margin-left: 15px;
}
ol {
	margin-left: 25px;
}


/* LINK STYLES */
a {
	color: #20c3e1;
	color: #0fa0bb;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}
.tpl_backlink {
	float: right;	
}
.backbd a {
	color: #ffffff;
}
#core a {
	border-width: 0px;
}


/* BACKGROUND COLORS */
.backwh {
	background-color: #FFFFFF;
}
.backlg {
	background-color: #EEEEEE;	
}
.backdg {
	background-color: #23201B;	
}
.backgr {
	background-color: #999999;	
}
.backgd {
	background-color: #ACC52C;
}
.backgl {
	background-color: #D7E53A;
}
.backg2 {
	background-color: #E2EC77;
}
.backg3 {
	background-color: #EBf1A3;
}
.backbd {
	background-color: #20c3e1;
}
.backbl {
	background-color: #a6e7f3;
}


/* TEXT COLORS */
.textwh, .textwh * {
	color: #FFFFFF;
}


/* IMAGE STYLES */
img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
.imageleft {
	float: left;
	margin-right: 20px;
}
.imageright {
	float: right;
	margin-left: 20px;
}
.imagecenter {
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.imagecenter, .imageleft, .imageright {
	display: inline;
}


/* EDITOR STYLES */
h1, h1.title {
	font-size: 23px;
	display: block;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 5px;
}
h1 a {
	font-size: 23px;
	line-height: 23px;
	border-width: 0px;
}
h2, h2.title {
	font-size: 18px;
	display: block;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 5px;
}
h2 a {
	font-size: 18px;
	line-height: 24px;
	border-width: 0px;
}
h3, h3.title {
	font-size: 14px;
	display: block;
	font-weight: normal;
	line-height: 14px;
	margin-bottom: 5px;
}
h3 a {
	font-size: 14px;
	line-height: 14px;
	border-width: 0px;
}
.printlink {
	display: inline-block;
	background-image: url(../image/web/link/print_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
}
.printlinkwh {
	display: inline-block;
	background-image: url(../image/web/link/print_white_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
}
.rsslink {
	display: inline-block;
	background-image: url(../image/web/link/rss_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
}
.rsslinkwh {
	display: inline-block;
	background-image: url(../image/web/link/rss_white_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
}
.linkedinlink {
	display: inline-block;
}
.linkedinlinkwh {
	display: inline-block;
	background-image: url(../image/web/link/linkedin_white_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
}


/* TEMPLATE vakbladartikel STYLES */
h1.artikelkop1 {
	font-size: 23px;
	display: block;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 5px;
}
h2.artikelkop2,
h2.artikelkop3,
h2.artikelkop4 {
	font-size: 18px;
	display: block;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 5px;
}
h2.artikelkop3 {
	color: #acc52c;
}
h2.artikelkop4 {
	color: #999999;
}
.artikelquote {
	color: #999999;
	padding: 10px 15px;
	background-color: #eee;
	display: inline-block;
}
