/* Styles voor teksten die uit fck editor komen */

ul {
	margin-left: 1.5em;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
li {
	margin: 0.3em 0;
	list-style-image: url(/images/bullet-groen.png);
}
h1, h2, h3, h4, h5 {
	margin: 0.4em 0 0;
	color: #303030;
}
h1 {
	font-size: 1.3em;
	text-transform: uppercase;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 2px;
	padding: 0px;
}
h3 {
	font-size: 1.1em;
}
h4, h5 {
	font-size: 1em;
}

.fck-text {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #454545;
}

/* Frontpage tabel */
table#frontpage {
	border-collapse: collapse;
	width: 904px;
}
div.fck-text table#frontpage {
	margin-top: 25px;
	margin-left: 51px;
}
#frontpage td:first-child {
	border-left: none;
}
#frontpage td {
	border-left: 1px solid #bcbcbc;
	width: 25%;
	padding: 0 2em;
}
table#frontpage td.domeinen {
	background-image: url(/images/pijl.png);
	background-repeat: no-repeat;
	background-position: 87% 80%;
}

table#frontpage .fck-text h3 {
	width: 170px;
	margin: 10px 0 5px;
	border-bottom: 2px solid #6b6b6b;
}

.fck-text a img { text-decoration: none; }
.fck-text li.more {
	list-style: none none !important;
}

h1.green, a.green, .fck-text .col1 h3, .fck-text .col1 .more a { color: #6a9502; }
h1.blue, a.blue, fck-text .col2 h3, .fck-text .col2 .more a { color: #019dc4; }
h1.orange, a.orange, .fck-text .col3 h3, .fck-text .col3 .more a { color: #e28212; }
h1.yellow, a.yellow, .fck-text .col4 h3, .fck-text .col4 .more a { color: #c9ae1c; }
.green li, .col1 li { list-style-image: url(/images/bullet-groen.png); }
.blue li, .col2 li { list-style-image: url(/images/bullet-blauw.png); }
.orange li, .col3 li { list-style-image: url(/images/bullet-oranje.png); }
.yellow li, .col4 li { list-style-image: url(/images/bullet-geel.png); }

.fck-text h4 {
	margin: 1em 0 0;
	font-weight: normal;
	text-decoration: underline;
}

.fck-text p {
	margin: 0 0 0.5em;
}
