﻿html{
	height:100%;
}
body
{
	margin:0 auto;
	height:100%;
	background:url('http://www.marlindafotografie.nl/images/background.jpg') #523c17 repeat-y center
}
#container
{
	min-width:900px;
	width:900px;
	height:100%;
	margin:0 auto;
}
#textbox
{
	margin-left:100px;
	color:#ab8d5d;
	width:800px;
}
#logo
{
	background:url('http://www.marlindafotografie.nl/images/logo.jpg') black no-repeat center top;
	min-height:300px;
	text-align:center;
}
#logo_images
{
	margin-top:135px;
	padding:10px;
}
#text
{
	width:735px;
	margin-left:65px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
}
#text p
{
	width:670px;
	margin-right:65px;
}
h1 {
	font-size:15px;
	background-color:blue;
	background:black url('http://www.marlindafotografie.nl/images/h1.png') repeat-y right center;
	padding-top:10px;
	padding-bottom:10px;
}
#menu {
	list-style:none;
	margin:0;
	float:right;
}
#menu li.middle {
	float:left;
	width:100px;
	min-width:100px;
	height:24px;
	background: #8f6b2c url("http://www.marlindafotografie.nl/images/mouseoff.jpg") no-repeat left;
	text-align:center;
	padding-left:50px;
}
#menu li.middle a {
	font-size: 15px;
	color: white;
	font-family: "Lucida Grande", helvetica, sans-serif;
	text-decoration: none;
	text-align:center;
}
#menu li.middle:hover {
	background:#8f6b2c url("http://www.marlindafotografie.nl/images/mouseover.jpg") no-repeat left;
	width:100px;
	min-width:100px;
	height:24px;
	float:left;
	font-weight:bold;
}

#menu li.first {
	float:left;
	width:150px;
	min-width:150px;
	height:24px;
	background: #8f6b2c url("http://www.marlindafotografie.nl/images/left.jpg") no-repeat left;
	text-align:center;
}
#menu li.first a {
	font-size: 15px;
	color: white;
	font-family: "Lucida Grande", helvetica, sans-serif;
	text-decoration: none;
	text-align:center;
	padding-left:50px;
}

#menu li.first:hover {
	background:#8f6b2c url("http://www.marlindafotografie.nl/images/left.jpg") no-repeat left;
	font-weight:bold;
}

#menu li.last {
	float:left;
	width:195px;
	min-width:195px;
	height:24px;
	background: #8f6b2c url("http://www.marlindafotografie.nl/images/last.jpg") no-repeat left;
	text-align:center;
}
#menu li.last a {
	font-size: 15px;
	color: white;
	font-family: "Lucida Grande", helvetica, sans-serif;
	text-decoration: none;
	text-align:center;
}

#menu li.last:hover {
	background:url("http://www.marlindafotografie.nl/images/last_active.jpg") no-repeat right;
	font-weight:bold;
}
#footer {
	text-align:center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#523c17;
	padding:15px;
	border-top:2px #1b140a dashed;
	margin-top:25px;
	vertical-align:bottom;
}
#text A:link {text-decoration: none; color:#634c23;}
#text A:visited {text-decoration: none; color :#634c23;}
#text A:active {text-decoration: underline; color: #8f6b2c;}
#text A:hover {text-decoration: underline; color: #8f6b2c;}

#menu A:link { font-family: "Lucida Grande", helvetica, sans-serif; text-decoration: none; color:white;}
#menu A:visited { font-family: "Lucida Grande", helvetica, sans-serif; text-decoration: none; color :white;}
#menu A:active { font-family: "Lucida Grande", helvetica, sans-serif; text-decoration: underline; color: white;}
#menu A:hover { font-family: "Lucida Grande", helvetica, sans-serif; text-decoration: underline; color: white;}
