﻿/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/
html, body {
	
}

* {
	margin:0px;
	padding:0px;
}

div{
	display: block;
}
#container2{
	background: #3A64AE url("../afbeeldingen/background.jpg") center bottom no-repeat;
}
#container {
	background: url("../afbeeldingen/cats_background.jpg") 0px 0px repeat-x;
}
#top{
	background: url("../afbeeldingen/logo.jpg") center 0px no-repeat; 
	height: 116px;
}
#hoofdmenu{
	background: url("../afbeeldingen/hoofdmenu.jpg") center 0px no-repeat; 
	width: 833px;
	height: 45px;
	margin: 0px auto;
	font-size: 0px;
}
#hoofdmenu a{
	display: block;
	float: left;
	width: 137px;
	padding: 14px;
	padding-bottom: 12px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#menu{
	font-size: 0px;
	text-align: center;
}
#cats{
	background: transparent url("../afbeeldingen/cat_sub.png") center 0px no-repeat;
	height: 132px;
	width: 843px;
	margin: 0px auto;
	
}
#cats div{
	float: left;
	width: 141px;
	padding: 10px;
	padding-left: 17px;
	padding-top: 10px;
	font-size: 0px;
}
#cats div:last-child{
	padding-right: 0px;
	width: 130px;
}
#cats div a{
	margin: 0px;
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 3px;
	text-decoration:none;
}
#cats div a:hover {
	text-decoration:underline;
}
#cats div a:active {
	text-decoration:none;
}

#content_top{
	margin-top: 20px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	width: 833px;
	background: url("../afbeeldingen/container_top.png") -1px no-repeat;
}

#content{
	background: url("../afbeeldingen/container_background.png") left;
	margin: 0px auto;
	width: 811px;
	padding-right: 10px;
	padding-left: 10px;
	
}
#content #title{
	font: bold 24px "Trebuchet MS", Arial;
	display: block;
	padding-left: 10px;
	background: transparent url("../afbeeldingen/dots.png") right 10px no-repeat;
	margin-right: 10px;
	padding-bottom: 10px;
	color: #15135F;
}

#content_bottom{
	height: 24px;
	background: url("../afbeeldingen/container_bottom.png") -1px no-repeat;
	margin: 0px auto;
	width: 833px;
	margin-bottom: 20px;
}

#links {
	float: left;
	width: 120px;
	padding: 10px;
}
#links a{
	display: block;
	padding: 5px;
	text-decoration: underline;
	font-weight: bold;
	color: #15135F;
}
#links a:hover{
	text-decoration: none;
}
#inhoud_top {
	background: url("../afbeeldingen/page_top.png") no-repeat;
	height: 18px;
	margin-left: 147px;
}
#inhoud {
	background: #fff;
	padding: 20px;
	margin-left: 147px;
	height:400px;
	overflow-y:scroll;
	overflow-x: hidden;
}
#inhoud_bottom {
	background: url("../afbeeldingen/page_bottom.png") no-repeat;
	height: 18px;
	margin-left: 147px;
}
#copyright {
	background: #fff url("../afbeeldingen/copyright.jpg") repeat-x;
	padding: 20px;
	padding-top: 40px;
	text-align: center;
}


/*-------------------------------------------------
100% hoogte:
---------------------------------------------------

html, body {
	height:100%;
}

* html > #container {
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;

-------------------------------------------------*/
