body {
	color: #000;
	background: #2B2E33;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

a, a:hover, a:active, a:visited
{
    color:#EEEEEE;
}

#outerGradient {
	width: 100%;
	height: 100%;
	/*background: url('/assets/images/gdt_verticaal.png')no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/gdt_verticaal.png',sizingMethod='crop');*/
}

#innerGradient {
	width: 100%;
	height: 100%;
	/*background: url('/assets/images/gdt_horizontaal.png')no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/gdt_horizontaal.png',sizingMethod='crop');*/
}


#mainFrame {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #eee;

	/*width: 924px;*/
	_height: 565px;
	min-height: 565px;
	margin: 20px 0 10px 10px;
}

#mainTable {
	/*float: left;*/
	height: 750px;
}

#mainTable.bg {
	background: #31353c url(/assets/images/pageheader_line.gif) no-repeat 207px 125px;
}

	#pageCrumb {
		/*float: left;*/
		/*width: 120px;*/
		height: 100%;
	}

	#mainMenu {
		/*width: 237px;*/
		background-color: #B4B9C0;
	}

	#mainMenu IMG {
		margin: 50px 0 0 28px;
	}

	#pageHeader {
		height: 150px;
	}	
	
	#pageHeader H1 {
		margin: 90px 0px 22px 28px;
	}
	
	#mainContent {
		background: url(/assets/images/dropshadow.gif) repeat-y 0px 0px;
		/*width: 462px;*/
		/*padding: 30px;*/
	}
	
	#pageContent {
		margin: 0px 30px 0px 30px;
		width: 382px;
	}
		
	#pageContent, #pageContent TD {
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		
		color: #eee;
	}

	#bar {
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		color: #eee;
		
		background: #2D3137 url(/assets/images/pageheader_line.gif) no-repeat -52px 125px;
	}
	
	#bar #barSnippet {
		width: 195px;
	}
	
	#bar #barSpacer {
		height: 150px;
	}
	
	#bar #barHandig {
		margin: 0px 0px 100px 16px;
	}

	#bar #barProjecten {
		margin: 0px 0px 0px 0px;
	}
	
	#bar #barProjecten div {
		height: 33px;
		margin-bottom: 7px;
	}

	#bar #barProjecten div.active {
		background-color: #9E2A2D;
	}
	
	#bar #barProjecten div H2 {
		margin: 7px 0px 0px 16px;
	}
	
	#bar #barContent {
		margin: 0px 0px 0px 16px;
	}

/*-----] homepage [-----*/
	
	#homepageFlashHeader {
		background: #31353C url(/assets/images/homepage_dropshadow.gif) repeat-y 0px 0px;
	}

	#homepageHeader {
		margin: 0px;
	}
	
	#homepageHeader H1 {
		margin: 0px 0px 22px 28px;
	}
	
	#flashHomepage {
		margin: 7px 7px 20px 7px;
		width: 662px;
		height: 338px;
	}
	
	#homeBar {
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		color: #eee;
		
		background: #2D3137;
	}
	
	#homeBar #barSnippet {
		width: 195px;
	}
	
	#recentProjects {
		margin: 0px 4px 0px 4px;
	}
	
	#recentProjects .project {
		background-color: #292D34;
		margin: 0px 0px 5px 0px;
	}

/*-----] project details [-----*/

img.blueborder {
	border: 8px solid #292D34!important;
}


#projectDetails a {
	color:#ffffff;
	text-decoration:none;
}

#projectDetails a:hover {
	text-decoration:underline;
}

#projectDetails #banner IMG {
	border: 8px solid #292D34;
}
	
#projectDetails #imgBar IMG {
	border: 8px solid #292D34;
	margin: 0px 5px 0px 0px;
}
	
#projectDetails H2 {
	margin: 10px 0px 0px 0px;
}

#projectDetails H4 {
	margin: 0px 0px 10px 0px;
}
	
#projectDetails .description {
	margin: 0px 0px 10px 0px;
}

#projectDetails .imgSelector {
	margin: 25px 0px 15px 0px;
}

#projNav  {
	margin: 30px 0px 15px 0px;
}

#projNav .btnLeft {
	float: left;
}

#projNav .btnRight {
	float: right;
}
	
/*-----] mail formulier [-----*/
	
.input {	
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}
	
/*-----] projecten [-----*/

.searchResult {
	color: #ABADAF;
	background-color: #292D34;
	
	margin-bottom: 9px;
}

.searchResult H3 {
	margin: 0px 0px 3px 0px;
}
 
.searchResult, .searchResult A {
	color: #ABADAF;
}


.searchbar {
	background-color: #292D34;
	margin-bottom: 18px;
}

.searchheader {
	padding: 9px 0px 0px 6px;
}

.searchheader H3 {
	width: 110px;
	margin: 0px;
	
}

.cssselect {
	position: relative;
	float: right;
}

.cssselect .selected {
	width: 100%;
	height: 100%;
	background: #3B4049 url(/assets/images/select_arrow_white.gif) no-repeat 225px 11px;

	cursor: pointer;
	cursor: hand;
}

.cssselect .selected h3 {
	width: 200px;
	margin: 9px 0px 0px 16px;
}

.cssselect .options {
	background-color: #3B4049;
	width: 100%; 
	position: absolute; 
	margin-top: 1px;
}

.cssselect .options .option {
	height: 18px;
	margin: 2px 6px 2px 16px;
	
	background: url(/assets/images/option_arrow_black.gif) no-repeat 0px 1px;
	
	cursor: pointer;
	cursor: hand;
	
	font-weight:normal;
}

.cssselect .options .option SPAN {
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

.navButtonWhite {
	background-color:#fff;
	width:20px;
	height:17px;
	float:left;
	margin-right:1px;
	text-align:center;
}
.navButtonGray {
	background-color:#737787;
	width:20px;
	height:17px;
	float:left;
	margin-right:1px;
	text-align:center;
}
	
.navButtonWhite * , .navButtonGray * {
	color: #000;
	text-decoration: none;
}
	
/*-----] project details [-----*/

#makelaarsRows {
	/*margin-top:125px;*/
}

.makelaarsRow {
	padding-top:5px;
}

.makelaarsRow p {
	float:left;
	width:250px;
}

.makelaarsRow img {
	float:left;
}
	
/*-----] webcam pagina [-----*/

#webCamItem {
	margin-right:57px;
}
#webCamItem p { 
	float:left;
	width:250px; 
	_width:280px;
	padding-right:20px;
}
#webCamItem .imgContainer {
	float:left;
	border:6px solid #B1B5C1;
	margin-top: 10px;
	_margin-top: 0px;
}
#ipixContainer {
	/*border:1px solid #B1B5C1;*/
	margin-bottom:5px;
	width:350px;
	height:240px;
}

#ipixMoreInfo * {
	margin-top: 5px;
	float:left;
}
#ipixMoreInfo a {
	margin: 8px 0px 0px 8px;
	}

#webCamDownloaden {
	width:350px;
	/*border:1px solid #737787;
	background-color: #B1B5C1;*/
	padding:8px;
	margin-top:10px;
}

#webCamDownloaden .imgContainer {
	float:left;
	vertical-align:top;
}

#webCamDownloaden a{
	color:#ffffff;
}

#webCamDownloaden p {
	float:left;
	padding-left:10px;
	padding-right:10px;
}
	
/*-----] menu [-----*/
	
#menuDiv {
	margin: 20px 0px 0px 0px;

	font-family : verdana, geneva, sans-serif; 
	font-size : 10px; 
	line-height: 22px;
}

#menuDiv a, #menuDiv a:hover {
	text-decoration:none;
}

#menuDiv IMG {
	margin: 5px 0px 0px 0px;
}

.mainMenuClose {
	height:20px;
	_height: 25px;
	background: url(/assets/images/menu_arrow_red.gif) no-repeat 14px 7px;
	vertical-align:middle;
}

.mainMenuOpenHL{
	height: 20px;
	_height:25px;
	background: #fff url(/assets/images/menu_arrow_black.gif) no-repeat 14px 7px;
	vertical-align:middle;
}

.subMenu{
	height: 20px;
	_height:25px;
	background: #DADCE0 url(/assets/images/menu_arrow_gray.gif) no-repeat 14px 7px;
	vertical-align:middle;
}

.subMenuHL{
	height: 20px;
	_height:25px;
	background: #DADCE0 url(/assets/images/menu_arrow_subred.gif) no-repeat 14px 7px;
	vertical-align:middle;
}

.mainMenuClose a, .mainMenuOpenHL a {
	color : #404148; 
	margin: 0px 0px 0px 28px;
	width: 100%;
}

.subMenu a, .subMenu a:hover, .subMenuHL a, .subMenuHL a:hover{
	color : #404148;
	text-decoration:none;
	margin: 0px 0px 0px 28px;
	width: 100%;
}

/*-----] groupcontainer [-----*/

#nieuwsContent {
	margin: 20px 0px 20px 0px;
}

#nieuwsContent H1 {
	margin: 0px 0px 0px 0px;
}

#nieuwsContent .newsItem {
	background: url(/assets/images/nieuws_arrow_gray.gif) no-repeat 0px 3px;
	margin: 6px 0px 6px 0px;
}

#nieuwsContent .newsItem .datum {
	float: right;
}

#nieuwsContent .newsItem .title {
	margin-left: 20px; 
}

#nieuwsContent .newsItem .title A, #nieuwsContent .newsItem .title A:hover {
	color: #eee;
	text-decoration: underline;
}

a.cmslink, a:hover.cmslink {
	color: #eee;
	text-decoration: underline;
}


/*-----] ? [-----*/


.breaker {
	height:1px;
	line-height:1px;
	font-size:1px;
	margin: 0px;
	clear:both;
}

	
	
	
		
#pictureBG {
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	
	position:absolute; 
	
	background-color: #000000; 
	
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	
	cursor: pointer; cursor: hand;
	
	z-index: 5000;
}

#picture {
	
	border: 8px solid #292D34;
	background: #292D34 url(/assets/images/hdr_projectfoto.gif) no-repeat;
	
	top: 50%;
	left: 50%;
	
	padding-bottom: 16px;
	width: auto;
	height: auto;
	
	position:absolute;
	
	cursor: pointer; 
	cursor: hand;
	
	z-index: 5001;
}

#picture .close {
	float: right;
	background: #292D34 url(/assets/images/icon_closeprojectfoto.gif) no-repeat top right;
	margin: 2px 0px 8px 0px;
}

#picture IMG {
	
}

#mailForm .input {
	background:#B1B5C1;
}

.dateOpgeleverd {
	margin-top:5px;
	color:#ABADAF;
}

#noFlashMenu 
{
    height:565px;
    background-color:white;
}
#noFlashMenu h2,
#noFlashMenu li a
{
    color:Black;
}

textarea.input
{
    overflow: auto;
    }
