/* ----------algemeen-------------- */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:18px;
}
body {
	background-color: #7c7d7f;
	margin: 0px;
	padding:0px;
}
body, html, #wrapper{
	height:100%;
}
a:link {
	text-decoration: underline;
	color: #00677d;
}
a:visited {
	text-decoration: underline;
	color: #00677d;
}
a:hover {
	text-decoration: none;
	color: #00677d;
}
a:active {
	text-decoration: underline;
	color: #00677d;
}
h1{
	color:#fff;
	margin:0px;
	padding:0px 0px 15px 0px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:24px;
	line-height:24px;
	text-align:left;
}
h2{
	color:#fff;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:16px;
	text-align:left;
}
p{
	margin-top:0px;
	padding-top:0px;
}
img {
	border:none;
	vertical-align:top;
}

/* ----------site wrapper-------------- */
#siteWrapper{
	width:912px;
	height:631px;
	border:1px solid #FFFFFF;
	background-color:#a1d9e5;
	background-image:url(/img/main_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:left;
}
/* ----------menu wrapper-------------- */
#menu{
	float:left;
	width:269px;
	height:631px;
	position:relative;
}	

#social{
	position:absolute;
	left:12px;
	bottom:11px;
}
/* ----------header-------------- */
#header{
	width:643px;
	height:83px;
	float:left;
	text-align:right;
	vertical-align:top;
}

/* ----------content-------------- */
#content{
	width:620px;
	height:475px;
	float:right;
	padding:20px 20px 5px 0;
	text-align:justify;
	overflow:auto;
}

.headlines{
	margin-top:0;
	list-style:none;
	font-weight:bold;
}

/* ----------footer-------------- */
#footer{
	width:631px;
	height:37px;
	float:left;
	text-align:right;
	padding-top:12px;
	padding-right:12px;
	
}
#footer img{
	vertical-align:middle;
}

/* ----------navigatie-------------- */
#nav ul{
	padding:0px;
	margin:166px 0px 0px 34px;;
	list-style:none;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:13px;
	text-transform: uppercase;
	font-weight:bold;
	line-height:24px;
	color:#555555;
}
#nav a:link, #nav a:active, #nav a:visited{
	text-decoration:none;
	color:#555555;
}
#nav a:hover{
	text-decoration:none;
	color:#00677d;
}
#nav a.active{
	color:#00677d;
	padding-left:10px;
}
/* ----------navigatie-------------- */
#fotoblok{
	float:right;
	padding-left:60px;
	width:150px;
}
#content img{
	border:2px solid #FFFFFF;
}


/* ----------recensies-------------- */
div.review{
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px dotted #4291AA;
}

div.review div.text{
	background: url("../img/quote_mark_open.png") no-repeat left top transparent;
	padding: 0 30px;
	position: relative;
}
div.review div.text span.close_quotation {
    background: url("../img/quote_mark_close.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    height: 20px;
    position: absolute;
    right: 0;
    width: 21px;
}

div.review div.name {
    color: #978585;
    font-size: 12px;
    margin: 5px 0 0;
    text-align: right;
}


