html, body {
	font-family: Verdana, Arial;
	font-size: 12px;
}

a {
	color: #444;
	text-decoration: underlined;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #444;
}

img { border: 0; }

div#cache { display: none; }

div#arming {
	width: 200px;
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: -100px;
}

div#arming > div {
	display: none;
	width: 1px;
	height: 4px;
	background: #444;
	margin-top: 3px;
}

div#body {
	display: none;
	position: relative;
	left: 50%;
	margin-left: -409px;
	margin-top: 20px;
	width: 800px;
	height: 500px;
}

#clt, #clb, #crt, #crb,
#sl, #sr, #st, #sb {
	position: absolute;
	display: inline-block;
	width: 19px;
	height: 19px;
}

#clt, #clb, #crt, #crb {
	background: url(i/corner.png) no-repeat;
}

#clt {
	background-position: left top;
	left: -19px;
	top: -19px;
}
#clb {
	background-position: left bottom;
	left: -19px;
	bottom: -19px;
}
#crt {
	background-position: right top;
	right: -19px;
	top: -19px;
}
#crb {
	background-position: right bottom;
	right: -19px;
	bottom: -19px;
}

#sl, #sr {
	background: url(i/lr.png) repeat-y;
	height: 500px;
}
#st, #sb {
	background: url(i/tb.png) repeat-x;
	width: 800px;
}

#sl {
	background-position: left;
	left: -19px;
	top: 0;
}
#sr {
	background-position: right;
	right: -19px;
	top: 0;
}
#st {
	background-position: top;
	left: 0;
	top: -19px;
}
#sb {
	background-position: bottom;
	left: 0;
	bottom: -19px;
}

div#photoslide {
	float: left;
	left: 0;
	width: 250px;
}

div#photoslide img {
	width: 400px;
	height: 500px;
}

div#title {
	background: url(i/filter.png);
	top: 33px;
	height: 42px;
}

div#title, div#tabs ul {
	position: absolute;
	z-index: 2;
	width: 800px;
}

div#content {
	z-index: 1;
	position: relative;
	width: 800px;
}

h1 {
	font-size: 32px;
	color: white;
	background: transparant;
	margin: 0 20px;
	padding: 0;
}

p {
	padding-top: 100px;
	margin: 0;
}

div#home p {
	font-size: 18px;
	padding-top: 240px;
	margin-left: 420px;
	width: 370px;
}
	

.ui-tabs-hide { display: none; }
.ui-tabs-selected a { text-decoration: none; }

div#tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#tabs ul > li {
	display: block;
	float: left;
	width: 159px;
	height: 32px;
	margin-left: 1px;
	background: url(i/filter.png);
	font-size: 22px;
	text-align: center;
}

div#tabs ul > li:first-child {
	margin: 0;
	width: 160px;
}

diV#tabs > div {
	margin-top: 10px;
}

div#tabs a {
	color: white;
	text-decoration: none;
}

div.call-gallery {
	width: 266px;
	height: 500px;
	margin-right: 1px;
	display: inline-block;
	float: left;
	font-size: 32px;
	font-weight: bold;
	line-height: 500px;
	text-align: center;
	color: white;
	text-shadow: #000 0px 0px 10px;
}

div.call-gallery:hover {
	color: gray;
	cursor: pointer;
}

div#call-beelden {
	background: url(i/tiles/beelden.jpg);
}

div#call-fotos {
	background: url(i/tiles/fotos.jpg);
}

div#call-tekeningen {
	background: url(i/tiles/tekeningen.jpg);
	margin: 0;
}

div.gallery {
	display: none;
	padding-top: 100px;
	height: 400px;
	overflow-y: scroll;
}

div.thumb {
	width: 120px;
	height: 120px;
	padding: 1px;
	margin: 3px;
	background: #EEE;
	border: 1px solid #BBB;
	float: left;
	text-align: center;
	line-height: 119px;
}

div.gallery > a {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

* > h2:first-child {
	padding-top: 100px;
}

h2 {
	margin: 3px 0;
	padding: 0 5px;
}

ul.links, ul.exposities {
	list-style: square;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

ul.links {
	padding-top: 100px;
}

ul.links li {
	line-height: 24px;
}

ul.exposities li {
	line-height: 16px;
}

div#contact {
	text-align: right;
}

div#contact p {
	padding-right: 20px;
}

/* Admin styles */
a#gotoadmin {
	position: absolute;
	bottom: 0;
	right: 25px;
	color: #AAA;
}