body {
	background-color: #60A5DE;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
}

p, ul {
	margin-bottom: 1em;
}

h1 {
	color: #4A82BA;
	font-size: 1.2em;
	margin: .5em 0;
	margin-top: 1.5em;
}

.clearfloat {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
}

#wrap {
	background: url(../../img/sidebarbg.gif) repeat-y #FFFFFF;
	border-left: 5px solid #4A82BA;
	border-right: 5px solid #4A82BA;
	margin: 0 auto;
	position: relative;
	width: 720px;
}

#head {
	height: 320px;
	position: relative;
}

.logo {
	left: 35px;
	position: absolute;
	top: 80px;
}

.adres {
	color: #000000;
	font-size: .8em;
	left: 580px;
	position: absolute;
	top: 235px;
}

.sidebar-over {
	height: 40px;
	left: 0;
	position: absolute;
	top: 280px;
	width: 200px;
}

#sidebar {
	background: url(../../img/sidebarbg.gif);
	float: left;
	width: 200px;
}

#navlist {
	font-size: 1.2em;
	padding-left: 0;
	margin-left: 0;
	width: 200px;
}

#navlist li {
	background: url(../../img/bulletnav.gif) no-repeat;
	background-position: 20px 15px;
	height: 40px;
	line-height: 40px;
	list-style: none;
	margin: 0;
	padding-left: 35px;
	border-bottom: 1px solid #EE7D11;
}

#navlist li a {
	color: #000000;
	display: block;
	text-decoration: none;
}

#navlist li a:link {
	color: #000000;
}

#navlist li a:hover {
	color: #000000;
	font-weight: bold;
}

#navlist li a#current {
	color: #EE7D0C;
	font-weight: bold;
}

#main {
	display: inline; /* IE 6 fix voor domme double margin bug */
	float: right;
	margin: 1em 0;
	margin-right: 20px;
	width: 480px;
}

#foot {
	font-size: .8em;
	margin: 20px 0 0 220px;
	padding-bottom: 5px;
	width: 470px;
}

#foot a:link, #foot a:visited {
	color: #000000;
	text-decoration: underline;
}

#foot a:hover {
	color: #666666;
	text-decoration: underline;
}

#main a:link {
	color: #333333;
	text-decoration: underline;
}

#main a:visited {
	color: #666666;
}

#main a:hover {
	background-color: #FFF5D9;
	color: #000000;
	text-decoration: none;
}

.fototop {
	border: 3px solid #EEE;
}

.foto {
	border: 3px solid #EEE;
	margin: 0 5px;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

