html {
	height:100%;
	margin: 0px;
	padding:0px;
}

body {
	margin: 0;
	padding: 0;
	color: #2D3329;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	height:100%;
	border:none;
	background-color: #DAD8D9;
	background-image: url(layout/bg_body.jpg);
	background-repeat: repeat-x;
}

#wrapperBody {
	width:946px;
	margin: 0px auto 0px auto;
	height: 100%;
	padding: 0px 0px 0px 0px;
	background-image: url(layout/bg_wrapper.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width:900px;
	margin: 0px auto 0px auto;
	min-height: 450px;
	padding: 0px 0px 0px 0px;
	background-color: #FFF;
}

#head {
	width: 900px;
	height: 92px;
	margin: 0px 0px 8px 0px;
	padding: 8px 0px 0px 0px; 
}

#headCertificaat {
	float: right;
	width: 150px;
	height: 80px;
	position: absolute;
	top: 20px;
	margin: 0px 0px 0px 700px;
	z-index: 400;
}

#headingTxt {
	width: 500px;
	height:80px;
	margin: 0px 0px 0px 50px;
	z-index: 500;
	position: absolute;
	top: 120px;
}

#headingTxt h2 {
	color: #FFF;
	font-size: 30px;
	font-style: oblique;
}

#headBeeld {
	width: 900px;
	height: 174px;
	margin: 0px 0px 0px 0px;
}

#Menu {
	width: 900px;
	float: left;
	padding: 0px 0px 0px 0px;
	height: 29px;
	margin: 0px 0px 20px 0px;
	vertical-align: bottom;
}

#MenuVulling {
	float: none;
	height: 30px;
	background-color: #0F0;
}

#Menublok {
	width: 42px;
	/*position: relative;*/	
	float: right;
	height: 29px;
	background-color: #CECFD0;
}

#mainContent {
	width: 900px;
	float: left;
	height:100%;
	margin: 0px 0px 0px 0px;
}

#Main {
	width: 588px;
	float: left;
	height: auto;
	padding: 0px 0px 0px 11px;
}

#PageHead {
	width: 557px;
	float: none;
	height: 27px;
	padding: 0px 0px 0px 30px;
	background-image: url(layout/BalkLogo.jpg);
	background-repeat: no-repeat;
	background-color: #F12117;
	line-height: 27px;
	color: #FFF;
	font-size: 15px;
}

#Right {
	width: 300px;	/*height: 537px;*/
	float: right;
	text-align: right;
}

#RightImage {
	width: 300px;
	float: right;
	height: 300px;
}

#ProjectMain {
	width: 440px;
	float: left;
	height: auto;
	padding: 0px 0px 0px 10px;
}

#RightProject {
	width: 450px;
	float: right;
	text-align: right;
}

#ProjectItem {
	width: 280px;
	float: left;
	height: 122px;
	border-bottom: 1px solid #cccccc;
	margin: 0px 0px 8px 0px;
	padding: 0px 10px 10px 0px;
}

#ProjectItemFoto {
	width: 100px;
	float: left;
	height: 126px;
	margin: 0px 12px 0px 0px;
}

#ProjectItemTxt {
	width: 168px;
	float: left;
	height: 95px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	overflow: hidden;
}

#Footer {
	width: 900px;	/*height: 537px;*/
	float: left;
	height: 250px;	/*background-color: #FFFFFF;*/
	margin: 6px 0px 0px 0px;
	background-color: #e42322;
	color: #FFFFFF;
	padding: 0px;
	line-height: 30px;
}

#cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

.head {
	font-size : 34px;
	font-weight: bold;
	font: Arial Narrow;
	color: #666;
}

.kop {
	font-size : 11px;
	letter-spacing : 0px;
	font-weight: normal;
	font: Arial Narrow;
	color: #000000;
}

.bold {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.boldRed {
	font-weight: bold;
	color: #e42322;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.bodyRed {
	color: #e42322;
	font-family: Arial, Helvetica, sans-serif;
}

.bodyTekst {
	color: #2D3329;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.bodyTekstKlein {
	color: #2D3329;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Navigatie */
a {
	font-size : 11px;
	color: #727272;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navigatie {
	/*width:100%;*/
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
	float: left;
	width: 100%;
} 

#navigatie ul {
	list-style: none;
	padding: 6px 0px 0px 0px;
	margin: 0;
} 

#navigatie li {
	float: left;
	padding: 0;
	margin-right: 8px;
} 

#navigatie li a:link, #navigatie li a:visited {
	height: 24px;
	line-height: 24px;
	width: 125%;
	display: block;
	color: #e42322;
	text-decoration: none;
	text-align: center;
	background-color: #FFF;
	margin: 0;
	vertical-align: top;
} 


#navigatie li a:hover, #navigatie li a:active {
	background-color: #FFF;
	height: 24px;
	line-height: 24px;
	width: 125%;
	display: block;
	color: #85393E;
	text-decoration: none;
	text-align: center;
	margin: 0;
	vertical-align: top;
} 

a:link, a:visited {
	color : #e42322;
	text-decoration : none;
}

a:hover, a:active{
	color : #24420E;
	text-decoration : none;
}

a.sub {
	font-size : 12px;
}

a.sub:link, a.sub:visited {
	color : #e42322;
	text-decoration : none;
}

a.sub:hover, a.sub:active {
	color : #24420E;
	text-decoration : none;
}


a.klein {
	font-size : 11px;
}

a.klein:link, a.klein:visited {
	color : #e42322;
	text-decoration : none;
}

a.klein:hover, a.klein:active {
	color : #999999;
	text-decoration : none;
}

a.klein2 {
	font-size : 11px;
}

a.klein2:link, a.klein2:visited {
	color : #FFF;
	;
	text-decoration : none;
}

a.klein2:hover, a.klein:active {
	color : #CCC;
	text-decoration : none;
}

a.leesmeer {
	font-size : 11px;
	display:block;
	float: left;
	bottom: 0px;
	position: absolute;
}

a.leesmeer:link, a.leesmeer:visited {
	color : #e42322;
	text-decoration : none;
}

a.leesmeer:hover, a.leesmeer:active {
	color : #999999;
	text-decoration : none;
}

#leesMeer {
	display:block;
	/*float: left;
	position: fixed;*/
	margin: 100px 0px 0px 0px;
	z-index: 200;
}

a.btnProjecten {
	display: block;
	width: 278px;
	height: 40px;
	font-weight: bold;
	font-size: 14px;
	padding: 4px;
	float: left;
	margin: 0px 8px 8px 0px;
}

a.btnProjecten:link, a.btnProjecten:visited {
	display: block;
	height: 40px;
	background-color: #F12117;
	color: #fff;
}

a.btnProjecten:hover, a.btnProjecten:active {
	color: #fff;
	background-color: #C00;
	text-decoration : none;
}

a.btnProjectenR {
	display: block;
	width: 285px;
	height: 40px;
	font-weight: bold;
	font-size: 14px;
	padding: 4px;
	float: left;
	margin: 0px 0px 8px 0px;
}

a.btnProjectenR:link, a.btnProjectenR:visited {
	display: block;
	height: 40px;
	background-color: #F12117;
	color: #fff;
}

a.btnProjectenR:hover, a.btnProjectenR:active {
	color: #fff;
	background-color: #C00;
	text-decoration : none;
}

