/* Change default values for all browsers */
body,div,dl,dt,dd,h1,h2,h3,h4,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
ul,ol,li {
	margin-top: 0px;
	margin-bottom: 0px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

html {
	/* Invalid, aangepast omdat IE het anders weergeeft van FF. */
	overflow: -moz-scrollbars-vertical;
}

/* Defaults */

h1 { font-size: 16pt; color: #3355ff;}
h2 { font-size: 14pt; color: #3355ff;}
h3 { font-size: 12pt; color: #3355ff;}
h4 { font-size: 10pt; color: #3355ff;}

body {
	text-align: center;
	font-size: 9pt;
	background: #ffffff;
	font-family: ariel, helvetica, sans-serif;	
}

table {
	font-size: 10pt;
}

table td {
	margin: 1px 3px 1px 3px;
}

table#input {
	border-bottom: 2px solid #BDC9F0;
	margin-left: 40px;
	margin-top: 10px;
}

table#input th {
	background-color: #BDC9F0;
	text-align: left;
	color: black;
	font-weight: bold;
}

table#input td {
	height: 25px;
}

.notice {
	color: red;
}

ul {
	list-style: disc;
}

a:visited {
	color: Blue;
}

a.album {	font-size: 14pt; color: #A52A2A; text-decoration: none;}
a.clear { 	text-decoration: none;}


/* Page */

div.page { 
	margin: 0 auto;
	width: 960px;
	text-align: left;
	margin-top: 10px;
}

/* Header */

div.header {
	height: 80px;
	width: 100%;
	text-align: center;
}

/* Menu */

div.menu {
	height: 35px;
	border-top: 1px solid #B0C4DE;
	border-bottom: 1px solid #B0C4DE;
	background-color: #F0F8FF;
	padding: 0;
}

.quicksearch {
	line-height: 20px;
	display: block;
	float: right;
	margin-right : 20px;
	margin-top: 7px;
}

.menuitem {
	line-height: 20px;
	display: block;
	float: left;
	margin : 10px 10px 0px 10px;
	color: #3355ff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.menuitem a:hover {
	text-decoration: underline;
}

/* Body */

div.body {
	padding: 20px 5px 20px 5px;
}

/* Title info */
h1.image_title {
	color: #000000;
	width: 700px;
	text-align: center;
}

/* Content */
div.content {
	float: left;
	width: 700px;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* Image container */
div.image_container {
	float: left;
	width: 700px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
}

div.image_container img {
	border: 1px solid black;
}

/* Thumb container */
div.thumb_container {
	float: left;
	width: 700px;
	margin-bottom: 10px;
	margin-left: 10px;
}

div.thumb_container p {
	height: 30px;
}

div.thumb_container_large {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-left: 10px;
}

div.thumb_sidebar_container {
	float: left;
	width: 180px;
	margin-left: 10px;
}

div.thumb {
	float: left;
	margin: 5px 10px 0px 10px;
	width: 140px;
	height: 180px;
	text-align: center;
	
}

div.thumb_album {
	width: 190px;
	height: 230px;
}

div.thumb_sidebar {
	float: left;
	margin: 0px 10px -35px 10px;
	width: 140px;
	height: 180px;
	text-align: center;
}

div.thumb img, div.thumb_sidebar img {
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
}

/* Page link */
div.pages {
	position: relative;
	clear: both;
	left: 10px;
}

/* Sidebar */
div.sidebar {
	float: right;
	text-align: left;
	width: 200px;
	margin-left: 20px;
	margin-bottom: 10px;
}

div.sidebar table {
	width: 200px;
}

div.sidebar th {
	color: #3355ff;
}

div.sidebar td {
	padding-bottom: 10px;
}

/* Footer */

div.footer {
	border-top: 1px solid #B0C4DE;
	background-color: #F0F8FF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 2px;
	clear: both;
}

