td, a, div {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none
}

body  {
	margin: 0px;
	
    overflow: auto;
	
	background-color: #FFFFFF;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	
	width: 700px;
	height: 430px;
	
	visibility: visible;
	
	margin-top: -215px;
	margin-left: -350px;
	
	background-color: #FFFFFF;
	border: 1px solid #CC3333;
	
	text-align: center;

	z-index: 2;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;

	width: 100%;
	height: 20px;

	visibility: visible;
	display: block;

	font-size: 10px;
	text-align: center;
	
	z-index: 1;
}

#menubox {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 150px; 
	height: 426px;
	
	border-right: 1px dashed #CC3333;
	
	text-align: left;
}

#content {
	position: absolute;
	top: 0px;
	left: 150px;
	
	width: 493px; 
	height: 426px;
	
	padding: 2px 55px 2px 2px;
	
    overflow: auto;
	overflow-x: hidden;

	background-image: url(gfx/logo2.gif);
	background-repeat: repeat-y;
	background-position: right top;

	text-align: justify;
}

#contenttext {
	width: 474px;
	padding-left: 2px;
}

#logobox {
	position: absolute;
	top: 0px;
	right: 0px;
	
	width: 50px; 
	height: 495px;
	
	background-image: url(gfx/logo.gif);
	background-repeat: no-repeat;
}

/* Menu balkjes */
.menuitem {
	width: 143px;
	height: 17px;
	padding: 4px 2px 2px 5px;
	margin-bottom: 2px;
	background-color: #CC3333;
	color: #FFFFFF;
	font-weight: bold;
	
	cursor: hand;
}

.menuitem:hover {
	background-color: #FFFFFF;
	color: #000000;
}

#menuitem1 {
	position: absolute;
	top: 25px;
	left: 0px;
}

#menuitem2 {
	position: absolute;
	top: 50px;
	left: 0px;
}
#menuitem3 {
	position: absolute;
	top: 75px;
	left: 0px;
}
#menuitem4 {
	position: absolute;
	top: 100px;
	left: 0px;
}
#menuitem5 {
	position: absolute;
	top: 125px;
	left: 0px;
}

/* Overliggende balken */

.menuaddon {
	position: absolute;
	left: 150px;
	width: 472px;
	height: 17px;
	
	visibility: hidden;
	
	padding: 4px 2px 2px 5px;
	margin-bottom: 2px;
	
	background-color: #CC3333;
	
	text-align: center;
	
	color: #FFFFFF;
	font-weight: bold;
	
	z-index: 5;
}

#menuaddon1 {
	top: 25px;
}

#menuaddon2 {
	top: 50px;
}
#menuaddon3 {
	top: 75px;
}
#menuaddon4 {
	top: 100px;
}
#menuaddon5 {
	top: 125px;
}

img.intextright {
  padding: 0 0 3px 3px;
}

img.intextleft {
  padding: 3px 3px 0 0;
}

div.nachttext {
	width: 280px;
	height: 90px;
	
	padding: 30px;
	margin: 10px;
	
	background-color: black;
	
	font-size: 20px;
	font-weight: 900;
	color: white;
	
	text-align: center;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #CC3333;
	margin-bottom: 2px;
}
h2 {
	margin-left: 10px;
	margin-bottom: 2px;
	
	font-size: 13px;
	font-weight: bold;
}

div.info {
	margin-left: 15px;
}

div.tentoonstellinginfo {

	width: 450px;
	
	margin-left: 5px;
}

table.tentoonstelling {
	width: 465px;
	margin: 0 0 5px 0;
	padding: 0px;
}
td.tentoonstellingimg {
	width: 170px;
	height: 170px;
	
	text-align: center;
	vertical-align: middle;
}
td.tentoonstellinginfo {
	width: 305px;
	height: 170px;
	
	text-align: left;
	vertical-align: middle;
}