@charset "UTF-8";
/* CSS Document */
/*   Main shit    */
body {
	font-size:11px;
	color:#383838;
	margin:0px;
	padding: 0px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background-image:url(../images/structure/bgGradient.png);
	background-repeat:repeat-x;
	background-position:top left;
	overflow-y:scroll;
}
a {
	color:#88c425;
	text-decoration:none;
}
a:hover {
	color:#519548;
}
img{
	border: 0;
}

p {
	margin: 0;
}
.clear {
	clear:both;
}
#container {
	width:700px;
	margin: 0 auto;
	padding-top: 15px;
	min-height: 600px;
}
#header {
	width:700px;
}
.logo {
	width:181px;
	float:right;
}
#footer {
	width:700px;
	height:50px;
	text-align: right;
}
/*******************/
/*      Menu       */
/*******************/

#menutotaal {
	width:140px;
	float:left;
}
.menuitem {
	width:140px;
	height:20px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:24px;
	color:#383838;
}
.menuitem a {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:18px;
	text-transform:uppercase;
	color:#383838;
	text-decoration:none;
	border:none;
}
.menuitem a:hover {
	background-color:#88c425;
	color:#FFF;
}
/**********************/
/*      contact       */
/**********************/

#contact {
	float:right;
}
.contacttitle {
	font-weight:bold;
	font-size:11px;
	color:#383838;
	margin:0px;
	text-align:right;
}
.contacttext {
	text-align:right;
	font-size:11px;
	color:#383838;
	margin:0px;
}
#content {
	margin-top:70px;
	width:700px;
}
/**********************/
/*      Content       */
/**********************/

.posttotal {
	width:700px;
	margin-bottom:15px;
}
.datum {
	width:75px;
	float:left;
}
.datumdagmaand {
	font-size:16px;
	
}
.datumdagmaand a{
	color:#383838;	
}
.datumjaar {
	margin:0px;
	font-size:24px;
	line-height:21px;
}
.datumjaar a{
	color:#383838;
}
.rechterhelft {
	width:625px;
	float:left;
}
.titelbalk {
	width:625px;
	height:40px;
	background-image:url(../images/lineBG.png);
	background-repeat:repeat-x;
}
.projecttitlecatleft {
	width:auto;
	float:left;
	overflow:hidden;
}
.projecttitle{
	color:#000;
	font-size:18px;
}
.abouttitle{
	margin-top:17px;
	color:#000;
	font-size:18px;
}
.projecttitle a{
	color:#000;
	font-size:18px;
}

.projecttitlesmall{
	color:#000;
	font-size:14px;
}

.projecttitlesmall a{
	color:#000;
	font-size:14px;
}

.projectcat {
	font-size:11px;
	color:#88c425;
	font-weight:bold;
}
.projectinhoud {
	width:625px;
	margin-top:20px;
}
.projectinhoud a {
	color:#88c425;
	text-decoration:none;
	border:none;
}
.homeimage {
	margin-bottom:10px;
}
.onderschrift_con{
	margin-top:2px;
	width:625px;
	height: auto;
	float:left;
}
.hometekst {
	width:500px;
	height: auto;
	float:left;
	text-align: left;
}

.hometekst p {
	margin: 0 0 15px 0;
}

.viewproject{
	float:right;
	text-align:right;
	font-weight:bold;
}
.onderstelijn {
	height: 2px;
	width:625px;
	float:right;
	margin-bottom:3px;
	background-image:url(../images/lineBG.png);
	background-repeat:repeat-x;
	background-position:bottom left;
}
/***************************/
/*      Project view       */
/***************************/

.client {
	text-align:right;
	margin-top:15px;
	width:625px;
	font-weight:bold;
}
.projectText {
	width:625px;
	text-align:left;
	margin-top:2px;
	text-align:justify;
}

.projectText p {
	margin: 0 0 15px 0;
}

.projectImage {
	margin-top:20px;
}

/***************************/
/*      Paginanummers       */
/***************************/


#pagenumbers{
	width: 625px;
	height: 50px;
	text-align: center;	
	margin-top:20px;
	margin-left: 75px;
	font-size: 14px;
	color: #88c425;
	margin-bottom: 30px;
	float:left;
}

.pn_active a{
	font-size: 15px;
	color: #333;
}

/* ABOUT */

#contentAbout {
	margin-top:40px;
	width:700px;
}

.aboutBalkText{
}

.aboutText{
	margin-top:30px;
}

.titelbalkAbout {
	width:700px;
	height:40px;
	background-image:url(../images/lineBG.png);
	background-repeat:repeat-x;
}

.projectinhoudAbout {
	width:700px;
	margin-top:20px;
}

.onderstelijnAbout {
	height:20px;
	width:700px;
	float:left;
	margin-bottom:3px;
	background-image:url(../images/lineBG.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.aboutKopje{
	font-weight:bold;
	text-align:left;
	font-size:11px;
}

.aboutBalk{
	width:160px;
	margin-right:15px;
	float:left;
}