/* =content */
html, body {
	margin: 0; padding: 0;
}
html {
	font: 12px/20px "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
}
body {
	background: #ededed url(bg.jpg);
}

#container {
	width: 864px;
	margin: 20px auto 10px auto;
	min-height: 500px;
	position: relative;
}
* html #container { height: 500px; /* IE6 */ }

#big {
	display: block;
	margin: 0 auto;
	text-align: center;
}

h1 {
	font: bold 12px/20px "Trebuchet MS" sans-serif;
	text-transform: uppercase;
	margin: 0px;
}
p, blockquote {
	margin: 0 0 20px 0;
}
ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.imagerow
{
    float: left;
    width: 200px;
    margin-right: 10px;
    margin-bottom: 20px;
}

/* =reel - overzicht schilderijen */
#reel {
    position: absolute;
    right: -80px;
    top: 0;
    overflow: hidden;
    width: 150px;
    height: 450px;
}
.rect {
    float: left;
    height: 48px;
    width: 48px;
    border: 1px solid #333;
    margin: 0 5px 5px 0;
    color: #000;
    text-decoration: none;
    text-align: center;
    font: bold 14px/20px "Trebuchet MS" sans-serif;
    cursor: pointer;
    overflow: hidden;
}
.rect:hover, .rect.highlight {
    background-color: #ddd;
}

.rect.current, .rect.current:hover {
    opacity: .2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /* IE 8 */
    filter: alpha(opacity=20); /* IE 5-7 */
    cursor: default;
}

.rect-img:hover {
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */
    filter: alpha(opacity=80); /* IE 5-7 */
}

.rect img
{
    border: none; /* IE */
}

#msg
{
    height: 60px;
    width: 103px;
    display: block;
    border: 1px solid #333;
    margin: 0 5px 5px 0;
    color: #000;
    text-align: center;
    font: bold 12px/20px "Trebuchet MS" sans-serif;
    overflow: hidden;
    text-transform: uppercase;
}

#msg a, a:link, a:visited, a.highlight, #menu a:hover, #menu a:focus, #menu a:active
{
    color: #000;
}

/* =gastenboek */
textarea, input {
    font: 12px/20px "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
}
textarea {
    width: 100%;
}

label, textarea, input
{
    display: block;
    margin: 10px 0px;
}

form span
{
    float: left;
    margin-right: 10px;
}

form #submit
{
    clear: both;
}

li.message {
    margin: 10px 0 9px 0;
    width: 90%;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
}
li.message blockquote {
    display: block;
    quotes: none;
    margin-bottom: 0px;
}

li.message address
{
    display: inline;
}

#messages {
    width: 600px;
    overflow: auto;
}

/* =menu */
#menu {
	width: 864px;
	padding: 40px 0 20px 0;
	margin: 10px auto 20px auto;
	background: url(menu.jpg) no-repeat center top;
	list-style: none;
	font: bold 14px/20px "Trebuchet MS" sans-serif;
	text-align: center;
}
#menu li {
	display: inline; text-transform: uppercase;
}
#menu a:link, #menu a:visited {
    color: #000;
    text-decoration: none;
    padding: 0 10px;
    margin-right: 5px;
}
#menu a.highlight, #menu a:hover, #menu a:focus, #menu a:active {
  text-decoration: underline;
}