* { margin: 0; }

body {
	background: url(../t01_images/bg/body.gif) repeat-x #333;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 10px 0;
	}

h1 { font-size: 22px; font-weight: normal; line-height: normal; margin: 0 0 10px 0; }
h2 { font-size: 16px; font-weight: bold; line-height: normal; margin: 0 0 10px 0; }
h5 { font-size: 14px; font-weight: bold;  line-height: normal;}

a { text-decoration: none; }
a:hover { color: #fff !important; text-decoration: underline; }
img { border: 0; }
p { margin: 0 0 20px 0; overflow: hidden; }
hr { margin: 10px 0 10px 0; border: 0; border-bottom: 1px solid #333; clear: both; }

.blue a { color: #009ee0; }
.blue h1 { color: #009ee0; }
.blue h5 { color: #009ee0; }

.red a { color: #e2007a; }
.red h1 { color: #e2007a; }
.red h5 { color: #e2007a; }

#container {
	width: 980px;
	margin: 0 auto;
	background: #000;
	}

.blue #header {
	width: 980px;
	height: 228px;
	background: url(../t01_images/bg/blue-header.jpg);
	border-bottom: 6px solid #009ee0;
	}

.red #header {
	width: 980px;
	height: 228px;
	background: url(../t01_images/bg/red-header.jpg);
	border-bottom: 6px solid #e2007a;
	}

#content {
	width: 923px;
	padding: 0 39px 20px 18px;
	background: url(../t01_images/bg/content.gif) repeat-x;
	overflow: hidden;
	line-height: 20px;
	}

#breadcrumb {
    font-size:12px;
	width: 612px;
	height: 30px;
	margin: 0 0 20px;
	border-bottom: 1px solid #333;
	text-align: left;
	}
	#breadcrumb p { margin: 0; }

#left {
	width: 220px;
	padding: 24px;
	margin: 0 43px 0 0;
	background: url(../t01_images/bg/left-bottom.gif) no-repeat bottom #191919;
	color: #7c7c7c;
	float: left;
	}

#menu {
	list-style: none;
	width: 220px;
	padding: 0;
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 15px;
	}
	#menu a { display: block; }
	#menu a:hover { text-decoration: none; }
	#menu ul { list-style: none; padding: 0; }
	#menu li a { width: 200px; padding: 5px 0 5px 20px; background: url(../t01_images/icons/grey-bullet.gif) no-repeat 0 12px; border-bottom: 1px solid #333; color: #666; }
	#menu li a:hover { width: 195px; padding: 5px 0 5px 25px; }
	
	.blue #menu li a:hover { background: url(../t01_images/icons/blue-bullet.gif) no-repeat 0 12px; color: #009ee0 !important; }
	.red #menu li a:hover { background: url(../t01_images/icons/pink-bullet.gif) no-repeat 0 12px; color: #e2007a !important; }
	
	#menu li ul li a { font-size: 13px; font-weight: normal; background: none; width: 190px; padding: 3px 0 3px 30px; border: 0; color: #aaa; }
	#menu li ul li a:hover { background: none !important; padding: 3px 0 3px 30px; }

.merken {
	padding: 0;
	list-style: none;
	margin: 20px 0 20px 0;
	overflow: hidden;
}
	.merken li { display: inline; }
	.merken li a { height: 60px; float: left; display: block; text-indent: -9999px; }
	.merken .isf a { width: 95px; background: url(../t01_images/bg/logo-isf.gif) bottom; margin: 0 10px 0 0; }
	.merken .isf a:hover { background: url(../t01_images/bg/logo-isf.gif); }
	.merken .haa a { width: 115px; background: url(../t01_images/bg/logo-haa.gif) bottom; }
	.merken .haa a:hover { background: url(../t01_images/bg/logo-haa.gif); }

.news3 {
	padding: 0;
	clear: both;
	overflow: hidden;
	}
	.news3 h2 { font-size: 13px; color: #009ee0; margin-bottom: 10px; }
	.news3 img { float: left; margin-right: 20px; margin-top:5px;}

#right {
	width: 612px;
	padding: 25px 0 0 0;
	float: left;
	}

#footer {
	width: 980px;
	height: 70px;
	background: url(../t01_images/bg/footer.gif) no-repeat bottom #000;
	text-align: center;
	color: #7c7c7c;
	font-size: 12px;
	}
    #footer a { color: #7c7c7c;}
	#footer a:hover { text-decoration: none; }

.leesverder { float: right; }
.splitdiv { width: 274px; padding: 0 32px 0 0; float: left; clear: right; }
