/* Gemaakt door Arian Stolwijk <http://www.aryweb.nl> 18 okt 2008 */

body {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg.gif) repeat-x #ffffff;
}

img {
	border: 0;
}

a {
	color: #111;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	max-width: 900px;
	margin: 0 auto;
	background: white;
}

#menu {
	overflow: hidden;
}

#menu #logo {
	float: left;
	width: 160px;
}

#menu #photo {
	align: right;
	margin-right: 30px;
}

#menu #adres {
	width: 200px;
	float: left;
	padding: 20px 0 0 100px;
}

#menu ul {
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
	list-style: none;
	clear: both;
}

#menu ul li {
	float: left;
	margin: 0 10px 0 0;
}

#menu ul li a {
	background: #0066ff url(../images/menu-left.gif) no-repeat;
	display: block;
	color: white;
	text-decoration: none;
}

#menu ul li a span {
	background: url(../images/menu-right.gif) no-repeat right top;
	display: block;
	height: 22px;
}

#menu ul li a span span {
	padding: 2px 10px 0 10px;
	cursor: hand;
}

#menu ul li a:hover {
	background: url(../images/menu-hover.gif) repeat-x;
	color: black;
}

#menu ul li a:hover span {
	background: url(../images/menu-right-hover.gif) no-repeat right;
}

#menu ul li a:hover span span {
	background: url(../images/menu-left-hover.gif) no-repeat;
}

#content #text {
	padding: 20px;
}

#content #text a {
	text-decoration: underline;
}

#content #text a:hover {
	text-decoration: none;
}

#footer {
	clear: both;
	margin-top: 20px;
	border: 1px solid #999;
	background: #DDD url(../images/footer.gif) repeat-x;
	font-size: 0.8em;
	height: 31px;
}

#footer p {
	margin: 10px 0 0 10px;
	padding: 0;
}
