
/***********************************************************************

Author:    	Tristan Teunissen
Company:   	W3lab
URL:       	http://www.w3lab.nl
Contact:	tristan@w3lab.nl

Customer:	Holland Innovative BV
Opt:		IE6+, Mozilla Firefox
***********************************************************************/

/*hoofd eigenschappen */

body,html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}




#wrapper {
	
	background-image: url(http://www.holland-innovative.nl/mgs/background.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 930px;
	padding: 35px;
	padding-left: 25px;
	padding-top: 15px;
	height: 810px;

	
}

/*top en menu */

/*top voor IE 6.0 */
#top {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.holland-innovative.nl/mgs/top.png", sizingMethod="crop");
	background-repeat: no-repeat;
	height: 140px;
	margin: 0 auto;
	text-align: left;
	padding: 25px;
	
}

/*top voor IE 7.0 en Firefox */
#top[ID] {
	background-image: url(http://www.holland-innovative.nl/mgs/top.png);
	background-repeat: no-repeat;
	height: 140px;
	margin: 0 auto;
	text-align: left;
	padding: 25px;
	
}

/*bedrijfsnaam / logo top*/

#topText{
	height: 100px;
	padding-top: 40px;
	color: #D3D3D3;
		
}

#topText h1{
	padding: 0px;
	margin: 0px;
	font-size: 28px;
}



#topText p{
	padding: 0px;
	margin: 0px;
	font-size: 14px;

}


/*sitemap menu boven aan pagina */
#siteMap {
	float: right;
	color: #666;
	font-size: 11px;
	margin: 0px;
}

/******content ********/

/*linker canvas */

#kolomLinks{
	float: left;
	height: 600px;
	text-align: left;
	clear: left;
	
}

#kolomLinks h2{
	
	font-size: 18px;
	color: #F26721;
}

#kolomLinks p{
	
	font-size: 12px;
}

#kolomLinks td{
	
	font-size: 12px;
}

#kolomLinks li{
	
	font-size: 12px;
}

/*voor IE 6.0*/
#canvasLeft {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.holland-innovative.nl/mgs/canvasLeft.png", sizingMethod="crop");
	background-repeat: no-repeat;
	padding: 25px;
	height: 520px;
	width: 600px;
	
}


/*menu voor IE 7.0 en Firefox*/
#canvasLeft[ID] {
	background-image: url(http://www.holland-innovative.nl/mgs/canvasLeft.png);
	background-repeat: no-repeat;
	padding: 25px;
	height: 520px;
	width: 600px;
	
}

/*rechter canvas */

#kolomRechts{
	float: right;
	height: 600px;
	text-align: left;
}

#kolomRechts h2{
	font-size: 12px;
	color: #666;
	font-weight: normal;
	
}

#kolomRechts p{
	font-size: 12px;
	color: #000;
	font-weight: normal;
	
}


/* voor ie 6.0 */
.canvasRight {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.holland-innovative.nl/mgs/canvasRight.png", sizingMethod="crop");
	background-repeat: no-repeat;
	padding: 25px;
	height: 125px;
	width: 210px;
	
}

/* voor ie 7.0 en firefox */
.canvasRight[CLASS] {
	background-image: url(http://www.holland-innovative.nl/mgs/canvasRight.png);
	background-repeat: no-repeat;
	padding: 25px;
	height: 125px;
	width: 210px;
	
}


/*text kleuren*/

.orange {
	color: #F26721;
	
}

/*voor nieuwe menu */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size: 12px;
	color: #F26721;
	float: left;
	z-index: 2;
}

#nav a {
	display: block;
	position: relative;
	color: #F26721;
	text-decoration: none;

 
}

#nav li { /* all list items */
	float: left;
	padding-right: 5px;
	

}

#subm li { /* all list items */
	float: none;
	/*padding-right: 20px;*/
	background-image: url(http://www.holland-innovative.nl/mgs/m_dropDownMenuBackground.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 14px;
	z-index: 2;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 190px;

	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	/*background-image: url(http://www.holland-innovative.nl/mgs/nogbeta_dropDownMenuBackground.jpg);*/
	background-repeat: no-repeat;
	padding-top: 0px;	
	z-index: 2;

}


#nav li ul a{ 
		position: relative;  
font-size: 12px;

	
	
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	text-decoration: none;
	color: #F26721;
	font-size: 12px;

}


a { position: relative; 
font-size: 12px;
} 

input { position: relative; }
iframe { position: relative; }

#siteMap a {
	
	position: relative;
	color: #888888;
	text-decoration: none;

 
}