/* CSS Stylesheet */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	letter-spacing: 0.1em;
	background: #000044;
}

/* Links */
a, a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}

a:hover, a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

span {
	margin: 0;
	padding: 0;
}

/* Page layout */
#container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

#menu {
	width: 100%;
	height: 100%;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

#content {
	width: 370px;
	padding: 0px 5px 5px 5px;
	color: #FFFFFF;
	text-align: left;
}

#full_content {
	margin: 0;
	width: 770px;
	padding: 0px 5px 5px 5px;
	color: #FFFFFF;
	text-align: left;
}

#picture_bar {
	float: right;
	width: 370px;
	padding: 0px 5px 5px 5px;
	background: #000044;
	height: 100%;
	text-align: center;
}

#footer {
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

/* Font styles */
#header h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	font-size: 2em;
	color: #FFFFFF;
	font-style: italic;
}

h2 {
	font-size: 1em;
	color: #CCCCCC;
}

#footer {
	font-size: small;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
	text-decoration: underline;
}

#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

/* Menu */
#menu ul {
	padding: 5px 0;
	margin: 0;
	font-size: medium;
}

#menu li {
	list-style: none;
	margin: 0;
	display: inline;
}

#menu ul li a {
	padding: 5px 10px;
	margin-left: 0px;
	border-bottom: none;
	background: #000044;
	text-decoration: none;
	color: #FFFFFF;
}

#menu ul li a:hover {
	text-decoration: underline;
	color: #FEFF6A;
}

/* Other */
#header img {
	margin-top: 10px;
}

a img {
	border: none;
}

#schilderijen {
	width: 770px;
}

tr.schilderij_row {
	padding-bottom: 0;
	width: 25%;
	text-align: center;
}

td {
	text-align: center;
}

.schilderij_row img {
}

td {
	vertical-align: bottom;
	text-align: center;
	color: #CCCCCC;
}