@charset "utf-8";
/* CSS Document */

html, body 
{
	width:100%;
	height:100%;	
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../images/layout/background.jpg);
	background-repeat: repeat;
	border-top: #343434 solid 3px;
}

div#container
{
	margin: 0 auto;
	margin-top: 37px;
	width: 880px; 
}

div#header
{
	background: url(../images/layout/header.png) no-repeat right;
	height: 130px;
	margin-bottom:15px;
}

.nav{
	background-image: url(../images/layout/navigatie_main_background.png);
	background-repeat: repeat-y;	
	width:280px;
	float:left;
	margin-top:170px;
}

	.nav a{
		display:block;
		float:left;
		font-size:14px;
		width:199px;
		height:33px;
		margin-bottom:10px;
		text-decoration:none;
		padding-top:10px;
		padding-left:20px;
		color:#000000;
	}
	
	.nav a:hover{
		color:#eb398f;	
	}
	
	a.top_level_menu_on{
		background-image: url(../images/layout/navigatie_on.jpg);
		background-repeat: no-repeat;	
		color:#ffffff;
	}
	
		a.top_level_menu_on:hover{
			color:#ffffff;
			text-decoration:underline;
		}
		
div#partners{
	background-image: url(../images/layout/partners_top.png);	
	background-repeat:no-repeat;
	width:150px;
	float:left;
	padding-top:6px;
	margin-top:64px;
}

	div#logos{
		background-image: url(../images/layout/partners_bg.png);
		background-repeat: repeat-y;	
		width:150px;
	}
	
	div#partners_bottom{
		background-image: url(../images/layout/partners_bottom.png);
		width:150px;
		height:6px;
	}
	
	#partners img{
		margin-top:5px;
		margin-bottom:5px;
		border:0px; 
	}
	
	#secondary_content{
		float:left;
		width:200px;
	}

a.button{
	color:#ffffff;
	background-color:#343434;
	text-decoration:none;
	padding:5px 10px;
	font-size:12px;
}

	a#nieuwsarchief{
		float:right;	
	}

h2.section_title{
	float: left;
	padding-left: 10px;
	background:url(../images/layout/ster.png) no-repeat;
	padding-left: 25px;
	color: #343434;
	font-size:18px;
	font-weight:normal;
	border-bottom: #343434 solid 1px;
	width:553px;
	clear:both;
}

	h2.roze{
	background-image: url(../images/layout/ster_roze.png);
	background-repeat: no-repeat;
	background-position: 2px;
	}

div#content
{
	width: 580px;
	height: 380px;
	float: right;
	color: #fff;
}

div.article{
	width:280px;
	float:left;
	margin-top: 20px;
	margin-right:18px;
}

div.content
{
	width: 260px;
	height: 92px;
	background:url(../images/layout/news_background.jpg) no-repeat;
	padding: 7px 9px 9px 11px;
}

a.leesverder
{
	width: 79px;
	background:url(../images/layout/leesverder_background.jpg) no-repeat;
	float: right;
	height:19px;
	display:block;
	margin-top:3px;
	padding-top:5px;
	padding-left:9px;
	color:#fff;
}

/* HOMEPAGE JQUERY SLIDES */

div#picture_rotator{
	margin-top:20px;
	clear:both;
}

div#slides {
	position:absolute;
	z-index:100;
	margin-top:10px;
	clear:both;
	width:580px;
}

div#slides .next,#slides .prev {
	display:none;
}

div.slides_container {
	width:580px;
	height:235px;
	overflow:hidden;
	position:relative;
}

div#slides .next {
	display:none;
}

ul.pagination {
	margin:auto;
	width:100px;
	list-style:none;
}

ul.pagination li {
	float:left;
	margin:0 1px;
}

ul.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/layout/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

ul.pagination li.current a {
	background-position:0 -12px;
}

/* SUBPAGINA */

body#standaard div#container div#content div#primary_content{
	color:#000000;	
}

	body#standaard div#container div#content div#primary_content a
	{
		color:#eb398f;	
	}

		body#standaard div#container div#content div#primary_content a:hover{
			color:#000000;	
		}
	
	body#standaard div#container div#content div#primary_content h2{
		font-size:12px;	
	}

/* GALLERY */

div.gallery{
	background-image: url(../images/layout/partners_top.png);	
	background-repeat:no-repeat;
	width:150px;
	float:left;
	padding-top:6px;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
}

	div.gallery_content{
		background-image: url(../images/layout/partners_bg.png);
		background-repeat: repeat-y;	
		width:150px;
		height:138px;
		padding-left:6px;
		display:block;
		
	}
	
	div.gallery_bottom{
		background-image: url(../images/layout/partners_bottom.png);
		width:150px;
		height:6px;
	}

	a.gallery_thumb{
		display:block;
		height:138px;
		width:138px;
		background-position:center;
		background-repeat:no-repeat;
		float:left;
		text-align:center;
	}

/* NIEUWS PAGINA'S */
h3.nieuws_title{
	font-size:15px;
}

h3.section_title{
	float: left;
	padding-left: 10px;
	background:url(../images/layout/ster.png) no-repeat;
	padding-left: 25px;
	color: #343434;
	font-weight:normal;
	border-bottom: #343434 solid 1px;
	width:553px;
	clear:both;
}

h3.roze{
	background-image: url(../images/layout/ster_roze.png);
	background-repeat: no-repeat;
	background-position: 2px;
}

/* LADIES PAGINA */
div.lady{
	width:285px;
	float:left;
	margin-right:10px;
	margin-top:15px;
}

	div.lady_image{
		width:108px;
		height:108px;
		float:left;
		margin-right:10px;
	}
	
	div.lady_content{
		width:163px;
		float:left;
		color:#ffffff;
		background-image: url(../images/layout/lady_content_top.png);
		background-repeat: no-repeat;
	}
	
	div.lady_content_body{
		float:right;
		background-image: url(../images/layout/lady_content_slice.png);
		background-repeat: repeat-y;
		width:163px;
		clear:both;
		margin-top:6px;
	}
	
	div.lady_content_bottom{
		height:6px;
		width:163px;
		background-image: url(../images/layout/lady_content_bottom.png);
		background-repeat: no-repeat;
		clear:both;
	}
	
	div.lady_content_body dl{
		font-size:11px;
		margin:0px 5px;
		padding:0px;
		display:block;
	}
	
		div.lady_content_body dl dt{
			font-weight:bold;	
			margin:0px;
			padding:0px;
			padding-right:2px;
			float:left;
			clear:left;
			display:block;
		}
		
		div.lady_content_body dl dd{
			margin:0px;
			padding:0px;
			clear:right;
			display:block;
		}

/* GENERAL CLASSES */
.clear
{
	clear: both;
}

div.last{
	margin-right:0px;	
}

h1
{
	font-size:16px;
	margin: 0px;
}

h2
{
	font-size:10px;
	margin: 2px 0px 0px;
}

p 
{
	margin: 10px 0px 0px;
}

