/* General */
body {
	margin:0;
	padding:0 0 20px;
	background:#1B1B1B url(img/body-background.png) top repeat-x;
	font-family:Arial;
}

a img { border:none; }
div.clear { clear:both; }
ul, li, fieldset { margin:0; padding:0; }
fieldset { border:none; }
input.text, textarea { border:1px solid #86372E; color:#54150C; }
input.button { border:1px solid #54150C; color:#54150C; }
.belangrijk { color:#AA0000; }

/* Scrollbars */
body { 
	scrollbar-arrow-color: #6D451B;
	scrollbar-face-color: #EBE2BE;
	scrollbar-highlight-color: #D5AC6E;
	scrollbar-3dlight-color: #EBE2BE;
	scrollbar-shadow-color: #D5AC6E;
	scrollbar-darkshadow-color: #F4F2DC;
	scrollbar-track-color: #EBE2BE;
}

/* Titels */
h1, h2, h3 { margin:0 0 10px; }
h2 { padding-top:20px; }
h2 span, h3 span { display:none; }
h2.welkom { 
	position:relative;
	width:376px;	
	height:39px; 
	background:url(img/titel.png) no-repeat; 
	top:20px;
}

h3 { 
	position:relative;
	top:10px;
	margin-bottom:10px;
	clear:left;
	height:30px;
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:8px solid #C8C1A3;
}
h3.fotos { background-image:url(img/titel-fotos.png); }
h3.nieuwefotos { background-image:url(img/titel-nieuwefotos.png); }
h3.contact { background-image:url(img/titel-contact.png); }
h3.onzehonden { background-image:url(img/titel-onzehonden.png); }
h3.gastenboek { background-image:url(img/titel-gastenboek.png); }
h3.links { background-image:url(img/titel-links.png); }
h3.stamboek { background-image:url(img/titel-stamboek.png); }

/* Container */
#container {
	width:665px;
	margin:0 auto;
	padding:45px 0 5px;
}

#container2 {
	width:657px;
	margin-left:8px;
	background:#675638 url(img/container2-background.png) top repeat-x;
}

#container2-bottom {
	width:657px;
	margin-left:8px;
	height:13px;
	overflow:hidden;
	background:url(img/container2-bottom.gif) no-repeat;
}

#container3 {
	width:651px;
	margin-left:3px;
	background:#68543A url(img/container3-background.png) top repeat-x;
}

/* Header */
#header {
	position:relative;
	height:239px;
	background-image:url(img/header-background.png);
}
#header h1 { display:none; }

/* Menu */
#menu {
	list-style:none;
	font-family:Verdana;
	font-size:11px;
	width:400px;
	height:29px;
	position:absolute;
	top:161px;
	left:242px;
	font-weight:bold;
}
#menu li { 
	height:21px;
	position:relative; 
	float:left; 
	color:#6A431A;
	padding:8px 13px 0 17px;
}
#menu a {
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:22px;
	float:left;
	padding:7px 15px 0;
	color:#D1C9C1;
	text-decoration:none;
	background:none;
}
#menu a:hover { background-image:url(img/menu-item-h.png); }
#menu li.active a { color:white; }

/* Main */
#main {
	width:624px;
	background:url(img/main-background.png) repeat-y;
	margin-left:10px;
}
#main-bottom {
	width:632px;
	height:18px;
	background:url(img/main-bottom.gif) no-repeat;
	margin-left:8px;
	overflow:hidden;
}

/* Content */
#content {
	background:url(img/content-background.png) 20px center no-repeat;
	padding:0 5px 15px 30px;
	font-size:11px;
	color:#54150C;
	min-height:400px;
	height:auto !important;
	height:400px;
}

#content img.foto { border:2px solid white; margin:4px; }

#content h4 { font-size:16px; margin:20px 0 0; }

#content ul { list-style-position:inside; }

#content p { margin:10px 0; }

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

/* Gegevens */
.gegevens {
	position:relative;
	border-collapse:collapse;
	border:1px solid #54150C;
	width:95%;
	clear:both;
	top:10px;
}

table.gegevens th, table.gegevens td { padding:3px 4px; }
table.gegevens th { text-align:left; vertical-align:top; }
table.gegevens td { margin-bottom:15px; }

/* Navigatie */
ul.navigatie {
	list-style:none;
	font-size:12px;
	width:100%;
}

.navigatie li { 
	float:left;
	padding:0 20px 0 0;
}

.navigatie a { font-weight:normal; }

/* Fotoalbum */
#fotoalbum { width:560px; }

#fotoalbum .links {	
	width:210px;
	height:315px;
	overflow:auto;
	float:left;
	border-right:1px solid #54150C;
}
#fotoalbum .links img { 
	width:90px; 
	height:67px;
	margin:2px;
}
#fotoalbum .links a { text-decoration:none; }
#fotoalbum .links a:hover img {
	margin:1px;
	border:1px solid #6C4E26;
}

#fotoalbum .rechts {
	width:349px;
	height:315px;
	overflow:hidden;
	float:left;
}
#fotoalbum table {
	width:349;
	height:315px;
	border-collapse:collapse;
}
#fotoalbum .rechts img {
	width:347px;
}
#fotoalbum .rechts a { text-decoration:none; }

/* Footer */
#footer {
	text-align:center;
	color:#F1E9C4;
	font-size:11px;
	margin-top:9px;
}
#footer a { color:#F1E9C4; }
#footer img { vertical-align:middle; width:15px; }

/* Google-ads */
.google-ads {
	width:129px;
	height:253px;
	float:right;
	background-image:url(img/google-ads-background.png);
	padding-top:205px;
	padding-left:10px;
}
