/** ---------------
	ALGEMEEN
	--------------- **/
	
*{
	margin: 0px;
	padding: 0px;
}
	
body {
	font: normal normal 72%/1.5 Arial, Verdana, Sans serif;
}



/** ---------------
	STRUCTUUR
	--------------- **/

#container {
	width: 768px;
	height: 572px;
	margin: 0 auto;
	margin-top: 35px;
}	

#logo {
	width: 380px;
	height: 30px;
	margin: 0 auto;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
#nav {
	width: 380px;
	height: 25px;
	margin: 0 auto;
	margin-bottom: 5px;
	text-align: center;
}
#shadowbg {
	width: 768px;
	height: 488px;
	padding-top: 24px;
	background-image: url(../images/bg.jpg);
	background-repeat: nor-repeat;
}
#main{
	margin-left: 24px;
	margin-right: 24px;
	width: 726px;
	height: 420px;
}
#leftimage1,
#leftimage2,
#leftimage3,
#leftimage4,
#leftimage5{
	width: 271px;
	height: 444px;
	background-image: url(../images/leftimage1.jpg);
	float: left;
}
#leftimage2{
	background-image: url(../images/leftimage2.jpg);
}
#leftimage3{
	background-image: url(../images/leftimage3.jpg);
}
#leftimage4{
	background-image: url(../images/leftimage4.jpg);
}
#leftimage5{
	background-image: url(../images/leftimage5.jpg);
}
#fotomenu{
	width: 271px;
	height: 444px;
	float: left;
}
#rightcontent{
	width: 440px;
	height: 444px;
	margin-left: 284px;
}
#titelbalk{
	background-color: #699;
	width: 433px;
	height: 32px;
	padding-left: 7px;
	padding-top: 3px;
	margin-bottom: 15px;
	color: #FFF;
	font-size: 1.6em;
	font-weight: bold;
}
	


/** ---------------
	TEKSTOPMAAK
	--------------- **/

p{
	margin-bottom: 15px;
}
ul{
	margin-bottom: 15px;
}
li{
	list-style-position: outside;
	margin-left: 15px;
}
.datum{
	color: #690;
	font-size: 0.9em;
	font-weight: bold;
}
.titel{
	font-size: 1.4em;
	font-weight: bold;
}
hr{
	border-width: 0px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
}
	
	

/** ---------------
	LINKS
	--------------- **/
a.navlink:link,
a.navlink:active,
a.navlink:visited {
	font-weight: bold;
}
a:link,
a:active,
a:visited {
	text-decoration: underline;
	color: #699;
}
a:hover{
	color: #690;
}
a.img{
	color: #690;
}



/** ---------------
	TABELLEN
	--------------- **/
td {
	width: 32px;
	height: 30px;
}

th {
	background-color: #690;
	color: #FFF;
	font-weight: bold;
	height: 20px;
}
