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

* {
	padding: 0;
	margin: 0;
}

body {
	width: 100%;
	background: #161413 url(../images/back.gif) repeat-x;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}

a { color: #cf4b23; }
a:hover { text-decoration:none;}

h1 {
	position: relative;
	top: 16px;
	left: 15px;
	width: 87px;
	height: 11px;
	background: url(../images/title.gif) no-repeat;
}

h1 span {
	display: none;
}

form {
	width: 300px;
}

label {
	display: block;
	vertical-align: top;
	margin-bottom: 10px;
}
label.error {
	color: #c60;
	font-size: 10px;
}

textarea, input {
	float: right;
	width: 200px;
	height: 15px;
	margin-top: -15px;
}

textarea {
	height: 100px;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}

input[type=submit], input[type=reset] {
	display: block;
	float: right;
	margin: 5px 0 0 5px;
	width: 100px;
	height: auto;
}

div#nav, div#nav-closed {
	position: absolute;
	top: 50%;
	left: 0;
	height: 80px;
	width: 100%;
	margin-top: -40px;
	background: #161413;
	z-index: 500;
}

div#nav-closed {
	width: inherit;
	background: none;
	z-index: -1;
}

div#nav div {	width: 850px;
}

div#nav-closed div {
	width: 110px;
}

div#nav img.cross, div#nav-closed img.cross {
	clear: none;
	margin: 20px 15px 25px 15px;
}

div#nav img.title {
	margin: 27px 15px 32px 15px;
}

div#nav-closed img.menu {
	margin: 32px 0px 35px 0px;
}

div#nav img:first-child {
	margin-left: 25px;
}

.open:hover, .close:hover {
	cursor: pointer;
}

div#nav ul {
	width: 200px;
	display: inline;
}

div#nav ul li {
	list-style: none;
	display: inline;
}

div#nav ul li a {
	display: inline-block;
	height: 13px;
	padding: 10px;
	margin: 25px 03px;
	background: center center no-repeat;
	outline: none;
}

div#nav ul li a.schilderijen {width: 92px;background-image: url(../images/nav_schilderijen.gif);}
div#nav ul li a.schilderijen:hover {background-image: url(../images/nav_schilderijen_hover.gif);}
div#nav ul li a.tekeningen {width: 82px;background-image: url(../images/nav_tekeningen.gif);}
div#nav ul li a.tekeningen:hover {background-image: url(../images/nav_tekeningen_hover.gif);}
div#nav ul li a.over {width: 134px;background-image: url(../images/nav_over.gif);}
div#nav ul li a.over:hover {background-image: url(../images/nav_over_hover.gif);}
div#nav ul li a.agenda {width: 53px;background-image: url(../images/nav_agenda.gif);}
div#nav ul li a.agenda:hover {background-image: url(../images/nav_agenda_hover.gif);}
div#nav ul li a.contact {width: 56px;background-image: url(../images/nav_contact.gif);}
div#nav ul li a.contact:hover {background-image: url(../images/nav_contact_hover.gif);}
div#nav ul li a span {display: none;}

div#content {
	margin-left: 150px;
	height: 100%;
	width: 800px;
	color: #fff;
}

div#content h2 {
	position: relative;
	top: 5px;
	left: 56px;
	height: 11px;
	background: center center no-repeat;
}

div#content h2.schilderijen { width: 86px; background-image: url(../images/head_schilderijen.gif); }
div#content h2.tekeningen { width: 77px; background-image: url(../images/head_tekeningen.gif); }
div#content h2.over { width: 125px; background-image: url(../images/head_over.gif); }
div#content h2.agenda { width: 50px; background-image: url(../images/head_agenda.gif); }
div#content h2.contact { width: 53px; background-image: url(../images/head_contact.gif); }
div#content h2 span { display: none; }

div#content div#thumbnails {
	position: absolute;
	top: 50%;
	margin-left: 12px;
	height: 70px;
	margin-top: -35px;
}

div#content div#agenda {
	position: absolute;
	top: 50%;
	margin-left: 12px;
	height: 300px;
	margin-top: -35px;
}

div.scrollable {
	position: relative;
	overflow: hidden;
	margin: 0 40px;
}

div#thumbnails div.scrollable {
	width: 700px;
	height: 70px;
}

div#agenda div.scrollable {
	width: 700px;
	height: 100%;
}

div.scrollable div.items {
	width: 20000em;	
	position: absolute;
}

div.scrollable div.items div {
	float: left;
}

div#thumbnails div.scrollable div.items div {
	height: 70px;
	width: 70px;
	background: url(../images/thumbnail_shadow.png) center center no-repeat;
}

div#agenda div.scrollable div.items div {
	margin: 0 20px 0 0;
	padding: 20px 15px;
	width: 310px;
	background: #000;
}

div#thumbnails div.scrollable div.items div img {
	margin: 5px;
	border: none;
}

div#agenda div.scrollable div.items div h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #cf4b23;
}

div#agenda div.scrollable div.items div h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

div#agenda div.scrollable div.items div p {
	margin-top: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #999595;
}

.prevPage, .nextPage {
	position: absolute;
	top: 0;
	margin-top: 15.5px;
	display: block;
	width: 16px;
	height: 23px;
	padding: 5px;
	cursor: pointer;
}

.prevPage {
	left: 0;
	background: url(../images/arrow_left.png) center center no-repeat;
}

.prevPage:hover {
	background: url(../images/arrow_left_hover.png) center center no-repeat;
}

.nextPage {
	right: 0;
	background: url(../images/arrow_right.png) center center no-repeat;
}

.nextPage:hover {
	background: url(../images/arrow_right_hover.png) center center no-repeat;
}

.disabled {
	visibility:hidden !important;		
}

div#over {
	position: absolute;
	top: 155px;
	margin-left: 56px;
}

div#over h3 {
	width: 242px;
	height: 32px;
	background: url(../images/wivina_about.png) center center no-repeat;
}

div#over h3 span { display: none; }

div#over div {
	float: left;
	margin-top: 34px;
	margin-left: 50px;
	width: 250px;
	list-style: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #999595;
}

div#over div p {
	margin-bottom: 20px;
}

div#over ul {
	float: left;
	margin-top: 34px;
	list-style: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #999595;
}

div#over ul li {
	margin-bottom: 30px;
	width: 400px;
}

div#over ul li h4 {
	/*float: left;*/
	margin-bottom: -18px;
	clear: none;
	width: 120px;
	text-align: right;
	color: #cf4b23;
	font-size: 12px;
}

div#over ul li ul {
	float: inherit;
	margin: 0 0 0 147px;
}

div#over ul li ul li {
	margin: 0;
	width: 250px;
	text-align: left;
}

div#over ul li ul li:empty {
	height: 18px;
}

div#over span.jaar {
	display: inline-block;
	width: 40px;
}

div#over span.palet {
	display: inline-block;
	width: 80px;
}

div#contact {
	position: absolute;
	top: 50%;
	margin-left: 56px;
	height: 250px;
	margin-top: -125px;
}
