/* CSS Document */
x { border:1px solid red; }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#container {
	width:996px;
	height:660px;
	overflow:hidden;
	background-color:transparent;
	border:0px solid red;

}

#left {
	float:left;
	width:320px;
	height:602px;
	overflow:hidden;
	background-color:transparent;
	border:0px solid red;
}

#logo {
	float:left;
	width:520px;
	height:127px;
	overflow:hidden;
	text-align:center;
	background-color:transparent;
	border:0px solid red;
}

#logo a img {
	border-style: none;
}

#menu {
	float:left;
	padding: 22px 0px 0px 0px;
	width:120px;
	height:105px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	letter-spacing:1px;
	line-height:20px;
	border:0px solid red;
}

#main {
	float:left;
	width:520px;
	height:729px;
	overflow:visible;
	background-color:transparent;
	border:0px solid red;
	background-image: url();
}

#menu UL {
	margin:0;
	padding:0;
	display:inline;
	width:80px;
	text-align:right;
}

#menu LI {
	margin:0;
	padding:0;
	width:80px;
	display:inline;
	text-align:right;
	list-style-type:none;
}

#menu a, #menu a:link, #menu a:hover, #menu a:active, #menu a:active, #menu a:visited {
	margin:0px 0px 0px 0px;
	padding:0px 30px 0px 0px;
	display:block;
	font-weight: bold;
	text-decoration: none;
	color:#999999;
	background-image: url();
}

#menu-active a, #menu-active a:link, #menu-active a:hover, #menu a:hover, #menu-active a:active, #menu-active a:active, #menu-active a:visited {
	margin:0px 0px 0px 0px;
	padding:0px 30px 0px 0px;
	display:block;
	font-weight: bold;
	text-decoration: none;
	color:#333333;
	background-image:url(../images/blokje.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#text-home {
	padding: 50px 50px 0px 50px;
	text-align:center;
	background-color:transparent;
	font-family:"Courier New", Courier, mono;
	font-size:36px;
	color: #999999;
}

#text-normal {
	padding: 50px 0px 0px 50px;
	text-align:left;
	background-color:transparent;
	font-family:"Courier New", Courier, mono;
	font-size:16px;
	line-height:20px;
	color: #999999;
}

#text-galerie {
	padding: 14px 0px 0px 0px;
	text-align:left;
	background-color:transparent;
	color: #999999;
	border:0px solid red;
}

#galerie {
	float:left;
	padding: 0px 0px 0px 0px;
	width:520px;
	height:520px;
	overflow:visible;
	border:0px solid red;
}

a, a:*, a:link, a:visited {
	color: #DE6B29;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	color: #DE6B29;
	font-weight:bold;
	text-decoration:underline;
}

a.active {
	font-weight:bold;
	text-decoration:underline;
}

td a, td a:link, td a:active, td a:visited {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

td a:hover, td a.active {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.huidige-expositie {
	color: #DE6B29;
	font-weight: bold;
}

td img, #galerie img { border: 5px solid white; }
td img:hover, #galerie img:hover { border: 5px solid black; }

