@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:10px;
	background-color:#333;
	background-image:url(/images/patroon_klein.jpg);
}
a {
	color: #FFFFFF;
}
.clear {
	clear: both;
}
/******************************* layout **********************/
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding-top: 65px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-color:#FFF;
}
#logo {
	position: absolute;
	top: 30px;
	left: 656px;
}
#topmenu {
	height: 41px;
	padding-left: 330px;
}
#leftmenu {
	position: absolute;
	top: 118px;
	left: 31px;
	width: 262px;
	height: 275px;
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 10px;
}
#main {
	margin-left: 106px;
	background-color: #000000;
	background-image: url(/images/orkest-achtergrond.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FFFFFF;
	padding-bottom: 196px;
/*	display: block; */
	float: left; 
}
#minheight {
	height: 300px;
	width: 238px;
	float: left;
}
/******************************* layout einde ****************/

/******************************* secties **********************/
/*  margins, padding, width, etc.. van secties                */
#sectie1 {
	float: left;
	width: 278px; /* 316 */
	margin-right: 38px;
	line-height:19px;
	padding-top: 45px;
	margin-top:15px;
}
.breed #sectie1 {
	width: 578px; 
}
#sectie2 {
	float: left;
	width: 300px;
	margin-top:15px;
}

#sectie2 img {
	padding-bottom:5px;
}
/******************************* secties einde ****************/


/******************************* menu **********************/
#leftmenu a {
	color: #000000;
	text-decoration:none;
	display:block;
	text-align:center;
	height: 23px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}
#leftmenu a:hover, #leftmenu a.active {
	color: #FFFFFF;
}
#topmenu a {
	color: #000000;
	text-decoration:none;
	display:block;
	text-align:center;
	height: 23px;
	text-transform:uppercase;
	font-weight:bold;
	float: left;
	font-size:12px;
	height: 23px;
	padding-left: 10px;
	padding-top: 18px;
	padding-right: 30px;
}
#topmenu a:hover, #topmenu a.active {
	color: #FFFFFF;
	background-color:#000000;
}
/******************************* menu einde ****************/


/******************************* classes **********************/
.title {
	font-size:14px;
	text-transform:uppercase;
	height: 45px;
}
/******************************* classes einde ****************/

