@charset "utf-8";
/* CSS Document */

#Table_01 {
	width:1024px;
	height:768px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	width:220px;
	height:220px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
}

#header {
	width:610px;
	height:220px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: left;
}

#rechtsboven {
	width:194px;
	height:220px;
	background-image: url(../images/rechtsboven.jpg);
	background-repeat: no-repeat;
	float: left;
}

#links {
	width:220px;
	height:548px;
	float: left;
}

#content {
	width:600px;
	height:548px;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 10px;
}

#rechts {
	width:194px;
	height:548px;
	background-image: url(../images/rechts.jpg);
	background-repeat: no-repeat;
	float: left;
}

#logoonder {
	background-image: url(../images/logo_onder.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 100px;
	width: 220px;
}

#nav {
	float: left;
	height: 210px;
	width: 220px;
}

#linksondernav {
	background-image: url(../images/linksondernav.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 238px;
	width: 220px;
}


/* Links*/

a:link {
	color: #C00;
	text-decoration: underline;
}
a:visited {
	color: #C00;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #C00;
}
a:active{
	color: #C00;
	text-decoration: underline;
}

/* Tekst */

.tekstcontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 15px;
}

.tekstcontent_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 16px;
}

.tekstcontent_headeralinea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 15px;
}

.tekstcontentnav_rechts {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	color: #060;
}

.tekstcontentnav_terug {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	color: #060;
	text-decoration: underline;
	text-align: left;
}

.tekstcontentlinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
