@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#010101;
	background-image:url(images/background.jpg);
	
}
#home{
	padding-top:100px;
	text-align:center;
	font-size:20px
}
#container {
	margin-top:20px;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-bottom:20px;
}
#header {
	height:131px;
	background-image:url(images/header.png);
	border-bottom-color:#1c1d1b;
	border-bottom-style:solid;
	border-bottom-width:2px;
}
#content {
	background-color:#9da59b;
	min-height:275px;
}
#menu {
	position:absolute;
	top:140px;
	left:-35px;
}
#footer {
	height:20px;
	background-image:url(images/footer.png)
}
.hidden {
	position: absolute;
	left:0px;
	top:-10000px;
}
#menu ul {
	display:block;
	width:165px;
	height:279px;
}
#menu li, #menu li a {
	display:block;
	height:30px;
	width:165px;
	list-style:none;
	background-repeat:no-repeat;
	background-position:center top;
}
#menu li#menuGastenboek, #menu li#menuGastenboek a {
	height:39px;
}
#menu #menuHome, #menu #menuHome a:hover {
	background-image:url(images/home-selected.png);
}
#menu #menuReuen, #menu #menuReuen a:hover {
	background-image:url(images/reuen-selected.png);
}
#menu #menuTeven, #menu #menuTeven a:hover {
	background-image:url(images/teven-selected.png);
}
#menu #menuPuppies, #menu #menuPuppies a:hover {
	background-image:url(images/puppies-selected.png);
}
#menu #menuInfo, #menu #menuInfo a:hover {
	background-image:url(images/info-selected.png);
}
#menu #menuFoto, #menu #menuFoto a:hover {
	background-image:url(images/fotos-selected.png);
}
#menu #menuLinks, #menu #menuLinks a:hover {
	background-image:url(images/links-selected.png);
}
#menu #menuContact, #menu #menuContact a:hover {
	background-image:url(images/contact-selected.png);
}
#menu #menuGastenboek, #menu #menuGastenboek a:hover {
	background-image:url(images/gastenboek-selected.png);
}
#menu #menuHome a {
	background-image:url(images/home-deselected.png);
}
#menu #menuReuen a {
	background-image:url(images/reuen-deselected.png);
}
#menu #menuTeven a {
	background-image:url(images/teven-deselected.png);
}
#menu #menuPuppies a {
	background-image:url(images/puppies-deselected.png);
}
#menu #menuInfo a {
	background-image:url(images/info-deselected.png);
}
#menu #menuFoto a {
	background-image:url(images/fotos-deselected.png);
}
#menu #menuLinks a {
	background-image:url(images/links-deselected.png);
}
#menu #menuContact a {
	background-image:url(images/contact-deselected.png);
}
#menu #menuGastenboek a {
	background-image:url(images/gastenboek-deselected.png);
}
#content #text {
	padding-left:140px;
	padding-right:50px;
	padding-top:20px;
}
#taal {
	font-size:15px;
	float:right;
	padding-right:5px;
	padding-top:5px;
}
a {
	color:#010101;
}
a:hover {
	color:#FEFEFE;
}
h1 {
	padding-bottom:10px;
	padding-top:10px;
	font-size:24px;
}
h2 {
	padding-bottom:5px;
	padding-top:5px;
	font-size:18px;
}
h3 {
	padding-bottom:2px;
	padding-top:2px;
	font-size:14px;
}
#content #text p {
	padding-bottom:7px;
	padding-top:3px;
}
.links {
	float:right;
	text-align:right;
}
img {
	margin-bottom:20px;
	margin-right:5px;
	margin-top:5px;
	
}
img.dicht{
	margin-bottom:5px;
}
table, td {
	empty-cells:show;
	border-collapse:collapse;
	border-color:#010101;
	border-style:solid;
	border-width:1px;
	table-layout:auto;
}
#text li{margin-left:20px;
}

#text ul{
	padding-top:10px;
	padding-bottom:10px;
}


