/* Start of CMSMS style sheet 'van Heerickhuizen CSS' */
/*
Website : http://www.vanheerickhuizen.nl
CSS : Marinus Klasen
E-mail: marinus@creadion.nl
WWW: http:/wwww.9design.nl
*/

/* Start Standaard CSS */

html, body {
height: 100%;
}

* {
margin: 0;
padding: 0;
}


body {
background-color : #ffffcc;
color : #333;
font : normal normal 62.5%/1.5 Arial, Verdana, "Times New Roman", sans-serif;
}

a img {
border : none;
}

a {
outline: none;
}

h1 {
font-size: 2.2em; /* 22px */
margin-bottom: 15px;
}

h2 {
font-size: 2.0em; /* 20px */
margin-bottom: 15px;
}

h3 {
font-size: 1.8em; /* 18px */
margin-bottom: 15px;
}

h4 {
font-size: 1.6em; /* 16px */
margin-bottom: 15px;
}

h5 {
font-size: 1.4em; /* 14px */
margin-bottom: 15px;
}

p {
font-size: 1.2em; /* 12px */
margin-bottom: 15px;
}

ul {
list-style-type : none;
}

/* Einde Standaard CSS */

#container {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
}

#header {
	height: 72px;
	background-image: url('../afbeeldingen/header.jpg');
	background-repeat: no-repeat;
	color: #461668;
	text-align: right;
}

#header h2 {
	padding-top: 34px;
	padding-right: 20px;
}

#midden {
	padding-top: 10px;
	width: 958px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	height: 440px;
}

#panels {
	text-align: center;
	width: 160px;
	float: left;
}

#content {
	margin-top: 40px;
	width: 480px;
	float: left;
	margin-right: 10px;
	overflow: auto;
	padding: 10px;
	height: 300px;
}

#aanbieding {
	float: left;
	width: 200px;
	text-align: right;
}

#navigatie {
	font-size: 1.6em;
	width: 960px;
	background-color: #46166b;
	text-align: center;
}

#navigatie li {
	display: inline;
}

#navigatie li a {
	color: #c3b6a3;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 20px;
	padding-left: 20px;
}

#navigatie a:hover {
	background-color: #fec32c;
	color: #46166b;
}

#footer {
	width: 958px;
	height: 120px;
	background-color: #FDC037;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#adresgegevens {
	font-size: 1.6em;
	font-weight: bold;
	color: #46166b;
	float: left;
	width: 230px;
	text-align: center;
	margin-top: 16px;
}

#logo {
	text-align: center;
	float: left;
	width: 496px;
	height: 120px;
}

#footer_bottom {
	clear: left;
	width: 960px;
	height: 13px;
	background-image: url('../afbeeldingen/footer_bottom.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}

#design_door_9design {
	color: #FFF;
	text-align: right;
	margin-right: 15px;
}

#design_door_9design a {
	color: #cfcfa6;
	font-weight: bold;
}

#design_door_9design a:hover {
	color: #ffffcc;
}

.cat_nav{
	clear: both;
	text-align: center;
}

.cat_item{
	float: left;
	margin-right: 1em;
	margin-left: 1em;
}

#header h1 {
text-align: left;
}

#header h2{
text-align: right;
margin-top: -40px;
}
/* End of 'van Heerickhuizen CSS' */

