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


/* main */

html  {
	margin:0;
	padding: 0;
	height: 100%;
	overflow:auto;
}
body  {
	font: 100% "Univers Arial", Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	overflow: hidden;
	background: #CCC;
	color: #000;
}
img {
	padding: 0;
	margin: 0;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	color: #999;
}
a:hover {
	color: #000;
}
p {
	margin:0;
	padding:0;
	font-size: 13px;
	line-height: 20px;
	color: #000;
}	
h1 {
	margin:0 0 5px;
	font-size:26px;
	line-height:32px;
	font-weight: bold;
	color: #999;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	margin:0 0 10px;
	font-size:18px;
	line-height:18px;
	color: #999;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	margin:0;
	font-size:13px;
	line-height:22px;
	color: #999;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	margin:0;
	font-size:13px;
	line-height:22px;
	color: #0099FF;
	font-family: "Times New Roman", Times, serif;
}
h6 {
	margin:0;
	font-size:13px;
	line-height:22px;
	font-weight: normal;
	color: #999;
	font-family: "Times New Roman", Times, serif;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
	background-color: #FFF;
	color: #FFF;
	display: block;
	height: 1px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
strong {
	font-weight: bold;
}
ul, ul ul, ul ul ul {
	list-style-type: none;
	margin:0;
	padding:0;
	font-size: 11px;
	line-height: 20px;
	color: #999;
}
ul li {
	list-style-type: none;
	margin:0;
	padding:0;
	font-size: 11px;
	line-height: 20px;
	color: #999;
}

/* Layout */
/* display: none; */

.imagewrap {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	/* display: none; */
}
#container {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	margin:0;
	left: 0px;
	top: 0px;
	padding:0;
	margin: 0;
	z-index: 2;
	overflow: auto;
	background: url(/site_images/back.gif) repeat-y fixed center top;
	/* display: none; */
}
.start {
	display: none;
}
#wrap {
	width:916px;
	margin:auto;
	padding:0;
	position:relative;
	text-align: left;
	height: 100%;
	background: #FFF;
}
#logo {
	position: absolute;
	top: 43px;
	left: 30px;
	width: 260px;
	height: 40px;
	}
#logo a img {
	margin: 0px;
	padding: 0px;
	border: none;
}
#logo a {
	margin: 0px;
	padding: 0px;
	display: block;
}
#menuwrap {
	position: absolute;
	top: 40px;
	left: 300px;
	width: 610px;
	z-index: 100;
	height: 40px;
	padding-top: 4px;
}
#contentwrap {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 584px;
	height: 800px;
	left: 300px;
	top: 150px;
	z-index: 10;
}
#content {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
#footer {
	margin-top: 200px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	font: "Univers Arial", Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #999;
}
#footer a, #footer a:visited {
	color: #999;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
a.linkimage img, a.linkimage:visited img {
	filter: alpha(opacity=100);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 	-moz-opacity: 1.00; 	
	opacity:1;
	margin: 0;
	padding: 0;
	display: block;
}
a.linkimage:hover img { 
	filter: alpha(opacity=70);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
 	-moz-opacity: 0.70;
	opacity:0.7;
}
.grey {
	background: #666;
}
.green {
	background: #33CC99;
}
.red {
	background: #FF3333;
}
.yellow {
	background: #CCCC66;
}
.pink {
	background: #FF99CC;
}
.greenlink {
	color: #33CC99;
}
.redlink {
	color: #FF3333;
}
.pinklink {
	color: #FF99CC;
}
.clear {
	clear: both;
}

/* Start */

#contentStart {
	position: relative;
	height: 600px;
	display: block;
}
#contentStart #top {
	position: absolute;
	top: 0px;
	left: -270px;
	margin: 0;
	padding: 0;
	width: 890px;
	display: block;
}
#contentStart #middle {
	position: absolute;
	top: 226px;
	left: -270px;
	margin: 0;
	padding: 0;
	width: 890px;
	display: block;
}
#contentStart #bottom {
	position: absolute;
	top: 452px;
	left: -270px;
	margin: 0;
	padding: 0;
	width: 890px;
	display: block;
}
#contentStart .banner {
	margin: 0;
	padding: 12px;
	font: "Univers Arial", Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
	line-height: 25px;
	display: block;
	width: 261px;
	height: 190px;
	float: left;
	overflow: hidden;
}
#contentStart .banner .name {
	font: "Univers Arial", Helvetica, sans-serif;
	color: #FFF;
	display: block;
	font-size:26px;
	line-height:40px;
	font-weight: bold;
}
#contentStart .banner:hover .name, #contentStart .banner:hover {
	color: #000;
}
#contentStart .image {
	margin-left: 12px;
	padding: 0;
	float: left;
	width: 285px;
}
#contentStart .image img {
	width: 285px;
	border: none;
	padding: 0;
}
#contentStart ..text a img, #contentStart .text a:visited img {
	filter: alpha(opacity=100);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 	-moz-opacity: 1.00; 	
	opacity:1;
	margin: 0;
	padding: 0;
}
 #contentStart .text a:hover img { 
	filter: alpha(opacity=70);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
 	-moz-opacity: 0.70;
	opacity:0.7;
}
#contentStart .text {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	position: relative;
	width: 270px;
	display: block;
	float: left;
}
#contentStart .text img {
	margin: 0;
	padding: 0;
}

/* Current */
#ContentExhibition {
	position: relative;
	width: 625px;
	min-height: 500px;
}
#ContentExhibition #left {
	float: left;
	margin: 0;
	padding: 12px;
	position: relative;
	width: 261px;
	height: 190px;
	display: block;
	margin-right: 12px;	
	overflow: hidden;
}
#ContentExhibition.current #left {
	margin-bottom: 12px;	
}
#ContentExhibition .name {
	margin: 0;
	font: "Univers Arial", Helvetica, sans-serif;
	color: #FFF;
	display: block;
	font-size:26px;
	line-height:40px;
	font-weight: bold;
}
#ContentExhibition .teaser {
	color: #FFF;
	font: "Univers Arial", Helvetica, sans-serif;
	display: block;
	font-size: 18px;
	line-height: 25px;
}
#ContentExhibition .mainimage {
	padding: 0;
	float: left;
	margin-right: 12px;
	display: block;
	width: 285px;
	height: 226px;
}
#ContentExhibition .image {
	padding: 0;
	float: left;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 12px;
	margin-right: 12px;
}
#ContentExhibition .mainimage img {
	border: none;
	padding: 0;
	width: 285px;
	float: left;
	display: block;
}
#ContentExhibition .image img {
	border: none;
	padding: 0;
	margin: 0;
	float: left;
}
#ContentExhibition .text {
	width: 582px;
	margin-top: 12px;
	margin-bottom: 36px;
	padding-top: 12px;
	padding-bottom: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	clear: both;
}
#ContentExhibition .text img {
	margin: 0;
	padding: 0;
}


/* Future */

#ContentFuture {
	position: relative;
	width: 600px;
}
#ContentFuture .item {
	display: block;
	clear: both;
}
#ContentFuture .banner {
	float: left;
	margin: 0;
	padding: 12px;
	position: relative;
	width: 261px;
	height: 190px;
	display: block;
	margin-right: 12px;
	margin-bottom: 12px;
	overflow: hidden;
}
#ContentFuture .name {
	margin: 0;
	font: "Univers Arial", Helvetica, sans-serif;
	color: #FFF;
	display: block;
	font-size:26px;
	line-height:40px;
	font-weight: bold;
}
#ContentFuture .teaser {
	color: #FFF;
	font: "Univers Arial", Helvetica, sans-serif;
	display: block;
	font-size: 18px;
	line-height: 25px;
}
#ContentFuture .image {
	padding: 0;
	float: left;
	position: relative;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 12px;
}
#ContentFuture .image img {
	border: none;
	padding: 0;
	margin: 0;
	height: 214px;
}
#ContentFuture .banner:hover .name, #ContentFuture .banner:hover .teaser {
	color: #000;
}

/* Normal */


#Normal  {
	margin: 0;
	font-size: 15px;
	line-height: 23px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
}
#Normal #headline {
	display: block;
	font-size: 20px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	color: #FF3333;
	padding-bottom: 20px;
}


/* News */

#News {
	margin: 0;
	padding: 30px;
	position: relative;
	font-size: 22px;
	line-height: 32px;
	color: #FFF;
}
#News #headline {
	font-size: 60px;
	line-height: 70px;
	padding-bottom: 30px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
}
#News ul li {
	list-style-type: none;
	margin-left:5px;
	padding:0;
	font-size: 11px;
	line-height: 20px;
	color: #999;
	list-style-image: url(/site_images/bullit.gif);
}
#News a, #News a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 22px;
	line-height: 32px;
	display: block;
	padding:0;
	margin:0;
}
#News a:hover, #contentwrap #content #News a.active {
	color: #000;
	text-decoration: none;
}

/* Mailinglist */

#Mailinglist {
	margin: 0;
	padding: 30px;
	position: relative;
	font-size: 15px;
	line-height: 20px;
	color: #FFF;
}
#Mailinglist form {
	border: none;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
}
#Mailinglist form textarea, #Mailinglist form input  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

* html #Mailinglist label {
	border: none;
	margin: 0;
	padding: 0;
}
#Mailinglist .form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 98%;
	height: 20px;
	border: none;
	background: #FFF;
}
#Mailinglist .formhigh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 98%;
	height: 80px;
	border: none;
	background: #FFF;
}
#Mailinglist .radio {
	border: none;
}
#Mailinglist .verstuur {
	border: none;
	background: #FFF;
	color: #000;
}
#Mailinglist .verstuur:hover {
	border: none;
	background: none;
	color: #000;
}

/* Publication */

#PublicationListview {
	margin: 0;
	width: 620px;
}
#PublicationListview .image {
	margin-bottom: 12px;
	padding: 0;
}
#PublicationListview .image img {
	border: none;
	padding: 0;
}
#PublicationListview .name {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	display: block;
}
#PublicationListview .number {
	display: block;
	font-size: 12px;
	line-height: 20px;
}
#PublicationListview .odd {
	display: block;
	margin-right: 30px;
	margin-bottom: 10px;
	text-align: left;
	float: left;
	width: 170px;
}
*html #PublicationListview .odd {
	margin-bottom: 20px;
}

/* Past */

#PastListview {
	margin: 0;
	width: 620px;
}
#PastListview .image {
	margin-bottom: 12px;
	padding: 0;
	overflow: hidden;
	width: 170px;
}
#PastListview .image img {
	border: none;
	padding: 0;
}
#PastListview .name {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	display: block;
}
#PastListview .number {
	display: block;
	font-size: 12px;
	line-height: 20px;
}
#PastListview .odd {
	display: block;
	margin-right: 35px;
	margin-bottom: 10px;
	text-align: left;
	float: left;
	width: 170px;
}
*html #PastListview .odd {
	margin-bottom: 20px;
}


/* Future */

#FutureListview {
	margin: 0;
	width: 620px;
}
#FutureListview .image {
	margin-bottom: 12px;
	padding: 0;
	float: left;
	display: block;
	width: 285px;
}
#FutureListview .image img {
	border: none;
	padding: 0;
	width: 285px;
}
#FutureListview .tekst {
	width: 285px;
	margin-left: 24px;
	display: block;
	float: left;
}
#FutureListview .name {
	font-size: 15px;
	line-height: 30px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	display: block;
}
#FutureListview .teaser {
	display: block;
	font-size: 12px;
	line-height: 20px;
}
#FutureListview .odd {
	display: block;
	margin-bottom: 10px;
	text-align: left;
}

/* Artists */

#artistsListview {
	margin: 0;
	width: 620px;
}
#artistsListview .image {
	margin-bottom: 12px;
	padding: 0;
	width: 170px;
	height: 128px;
	display: block;
}
#artistsListview .image img {
	width: 170px;
	height: 128px;
	border: none;
	padding: 0;
}
#artistsListview .text {
	margin-top: 10px;
	margin-bottom: 12px;
	height: 50px;
}
#artistsListview .text a {
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	color: #999;
}
#artistsListview .text a:hover {
	color: #000;
}
.odd {
	display: block;
	margin-right: 35px;
	margin-bottom: 10px;
	text-align: left;
	float: left;
	width: 170px;
}
*html .odd {
	margin-bottom: 20px;
}
.clear {
	clear: left;
}

.editblock {
	margin: 0;
	position: relative;
}


/* Artist */

#ArtistName {
	margin: 0;
	position: absolute;
	top: -3px;
	left: -270px;
	width: 230px;
	z-index: 100;
	display: block;
	font-size: 30px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	color: #FF3333;
}
#ArtistContent, #ArtistBio  {
	margin: 0;
	font-size: 14px;
	line-height: 17px;
	color: #000;
}
#ArtistMenu {
	position: absolute;
	top: 90px;
	left: -270px;
	width: 230px;
	z-index: 100;
	display: block;
}
#ArtistMenu a, #ArtistMenu a:visited {
	color: #999;
	text-decoration: none;
	font-size: 17px;
	line-height: 17px;
	height: 20px;
	font-family: "Times New Roman", Times, serif;
	display: block;
	padding-bottom: 0px;
}
#ArtistMenu a:hover, #contentwrap #content #ArtistMenu a.active {
	color: #000;
	text-decoration: none;
}
#ArtistLink {
	position: absolute;
	top: 180px;
	left: -270px;
	width: 230px;
	z-index: 100;
	display: block;
	font-size: 17px;
	line-height: 20px;
	height: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #999;
}
#ArtistLink a, #ArtistLink  a:visited {
	color: #999;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	display: block;
	padding-bottom: 0px;
}
#ArtistLink a:hover {
	color: #000;
	text-decoration: none;
}
#ArtistImages {
	margin-top: 20px;
	position: relative;
}
#ArtistImages .image {
	padding: 0;
	display: block;
	margin-right: 12px;
	margin-bottom: 12px;
	text-align: left;
	float: left;
	height: 130px;
}
#ArtistImages .image img {
	border: none;
	padding: 0;
}
.clear {
	clear: left;
}

#ArtistSlideshow {
	padding-top: 20px;
	position: relative;
	height: 582px;
}
#ArtistImages .slideshowimage {
	display: block;
	margin-bottom: 20px;
	text-align: left;
	position: relative;
}
#ArtistSlideshow .slideshowimage  img {
	border: none;
	padding: 0;
	position: absolute;
	top: 40px;
	left: 0;
	display: block;
}
#ArtistSlideshow .slideshowtext {
	border: none;
	padding: 0;
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 12px;
	line-height: 15px;
	color: #000;
}
#ArtistSlideshowNav  {
	position: absolute;
	top: 0px;
	left: 0;
	width: 582px;
	z-index: 100;
	display: block;
}
#ArtistSlideshowNav  a, #ArtistSlideshowNav a:visited {
	color: #999;
	text-decoration: none;
	display: inline;
	padding-right: 5px;
	font-size: 12px;
	line-height: 15px;
}
#ArtistSlideshow #ArtistSlideshowNav a:hover, #contentwrap #content #ArtistSlideshow #ArtistSlideshowNav a.active {
	color: #000;
	text-decoration: none;
}

/* Navigatie */

#menu-1 {
	text-align: left;
	margin: 0;
	padding: 0;
}
#menu-1 li {
	display: inline;
	height: 30px;
	padding: 0;
}
#menu-1 li a, #menu-1 li a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	display: inline;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: 25px;
	padding-bottom: 3px;
	margin-right: 23px;
}
#menu-1 li a:hover, #menuwrap #nav #menu-1 li a.active {
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF3333;
}
#menuwrap #nav #menu-1 li a.active:hover {
	color: #FF3333;
}
#menu-2 {
	position: absolute;
	top: 110px;
	left: -270px;
	width: 230px;
	z-index: 100;
	display: block;
}
#menu-2 li {
	clear: left;
	margin: 0;
	padding: 0;
}
#menu-2 li a, #menu-2 li a:visited {
	color: #999;
	text-decoration: none;
	font-size: 17px;
	line-height: 17px;
	height: 20px;
	font-family: "Times New Roman", Times, serif;
	background-image: none;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
}
#menu-2 li a:hover, #menuwrap #nav #menu-2 li a.active {
	color: #000;
	text-decoration: none;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu-3 {
	position: relative;
	width: 230px;
	margin-top: 100px;
}
#menu-3 li {
	clear: left;
	margin: 0;
	padding: 0;
}
#menu-3 li a, #menu-3 li a:visited {
	color: #999;
	display: block;
	text-decoration: none;
	font-size: 17px;
	line-height: 17px;
	font-family: "Times New Roman", Times, serif;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
}
#menu-3 li a:hover, #menuwrap #nav #menu-3 li a.active {
	color: #000;
	text-decoration: none;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* forms en buttons */

.editblock {
	margin: 0;
	font-size: 14px;
	line-height: 17px;
}
form {
	padding: 0px;
	margin: 0px;
}
.editwrap {
	border-bottom: 1px solid #999;
	width: 430px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 13px;
	color: #403933;
}
.weEditmodeStyle select {
	border: 1px solid #006DB8;
}
.edit {
	border: 1px solid #006DB8;
	line-height: 20px;
	font-family: "Univers Arial", Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 2px;
	width: 420px;
}
.editnews {
	border: 1px solid #006DB8;
	line-height: 20px;
	font-family: "Univers Arial", Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 2px;
	padding-top: 0;
	padding-bottom: 0;
	width: 420px;
	margin: 0;
	background-color: #33CC99;
	color: #FFF;
}
.editcontent{
	border: none;
	line-height: 20px;
	font-family: "Univers Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.image input {
	border: 1px solid #006DB8;
	line-height: 20px;
	font-family: "Univers Arial", Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
}
.image table {
	margin-top: 1px;
	width: 80px;
	font-size: 11px;
}
.image img {
	border: none;
}