@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */

/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body {
	margin:0;
	padding:0;
	font:10.67px verdana,arial;
	color:#000;
}

/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a{
	text-decoration: none;
	font-weight: normal;
	color: #4e4e4e;
}

a:hover{
	text-decoration: underline;
	color: #ff0099;
}

/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	line-height: 1.3;
	font-size:1em;
	margin: 0 0 12px 0; 
	color: #4e4e4e;
}



h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 28px;
	color: #000;
	font-size: 26px;
}

h2 {
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 26px;
	color: #4e4e4e;
	font-size: 18px;
}

h3 {
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 20px;
	color: #4e4e4e;
	font-size: 16px;
}

h4 {
	font-weight: bold;
	color: #3c3d3c;
	font-size: 14px;
}

/*	-------------------------------------------------------------
	GRID Hier is de marge aan te passen van het tekst scherm
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#header {
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-repeat: no-repeat;
	height: 120px;
	width: 960px;
}


/*	-------------------------------------------------------------
	HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header #logogroot {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 80px;
	width: 80px;
	background-image: url(../../images/logo.png);
	display: block;
	text-indent: -9999px;
	float: left;
}


/*	-------------------------------------------------------------
	NAVIGATION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#header ul#nav{
	float: right;
	font-size: 12px;
	position: relative;
	top: 73px;
	left: 120px;
	width: 600px;
	list-style: none;
	display:inline;

}

ul#nav {
     font-size: 12px;
     font:10.67px verdana,arial;  
}


#header ul#nav li a {
     text-transform: uppercase;
     text-decoration:none;
     font-weight: bold;
     padding:5px 0;
     width:120px;
     background:#fff;
     color:#000;
     float:left;
     text-align:center;
}


#header #nav li a:hover, #header #nav li a#selected {
     text-transform: uppercase;
     text-decoration:none;
     font-weight: bold;
     padding:5px 0;
     width:120px;
     background:#000;
     color:#fff;
     float:left;
     text-align:center;
}

#keuze {
	float: right;

}

/*	-------------------------------------------------------------
	FRONT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.slideshow{
	position: relative;
	overflow: hidden;
}

.content-text {
	width:960px; }

#front-left, #front-mid, #front-right {
	float:left;
	width:320px;
}

#front-left p, #front-mid p, #front-right p {
	padding:0 30px 0 0;}


/*	-------------------------------------------------------------
	CONTENT CONTACT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#left_col{
	float: left;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 10px;
	padding-top: 20px;
	width: 250px;
}

#right_col{
	float: right;
	padding-left: 10px;
	padding-bottom: 0;
	padding-top: 20px;
	width: 640px;
}

/*	-------------------------------------------------------------
	RECENTIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.recenctie-block {
	width:100%;
	float:left;
	margin:30px 0 0 0; }

.recenctie-block .box-left {
	width:180px;
	padding-right:20px;
	float:left; }

.recenctie-block .box-right {
	margin:0 0 0 150px; 
	padding:0; }

.recenctie-block .box-right h3 {
	font-weight:bold;
	margin:0; }

.recenctie-block .box-right blockquote { 
	padding:0 0 2px 50px;  
	font-style:italic; 
}
	
.recenctie-block .box-right blockquote p { 
	margin-bottom:10px; 
	text-align:left; }

/*	-------------------------------------------------------------
	PORTFOLIO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.showcase {
    float: left;
	width: 155px;
	margin: 10px 35px 10px 10px; }
		
.showcase h3 {
	font-weight: normal;
	font-size:1.2em;
	margin-top: 8px; }
	
.showcase h4 {
	font-size: 10px;
	font-weight: normal;
	margin: 1px 0 0 2px; }

.showcase-text {
    float: left;
	width: 400px;
	margin: 10px 35px 10px 10px; 

}

/*	-------------------------------------------------------------
	OVER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#inner_left, #inner_right{
	width: 300px;
}

#inner_left{
	float: left;
	padding-right: 20px;
}

#inner_right{
	float: right;
	padding-left: 20px;
}

/*	-------------------------------------------------------------
	CONTACT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#contact_verplicht{
	color: #c4c4c4;
	font-style: italic;
}

/*	-------------------------------------------------------------
	FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#footer{
	float: right;
	padding-top: 20px;
	position: relative;
	width: 960px;
}


#footer p {
	margin-top: 12px;
	padding-top: 12px;
	font-size: 8px;
	text-transform: uppercase;
	color: #9f9f9f;
	border-top: 1px solid #c4c4c4;
}

#footer a {
	text-decoration: none;
	color: #9f9f9f;
}

#footer a:hover {
	color: #4e4e4e;
}