@charset "utf-8";
/* CSS Document */

* {
margin: 0px;
padding: 0px;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
color: #444444;
text-align:left;
}

/* Tekst stijlen */

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #444444;
font-weight: normal;
padding: 0px 0px 10px 0px;
}

h1 {
font-size: 24px;
font-weight: bold;
color: #f29c00;
padding: 0px 0px 10px 0px;
}

h2 {
font-size: 18px;
font-weight: bold;
color: #f29c00;
padding: 0px 0px 10px 0px;
}


h3, h4, h5, h6 {
font-size: 15px;
font-weight: bold;
color: #000000;
padding: 0px 0px 5px 0px;
}

a {
color: #444444;
text-decoration: none;
}

a:hover {
color: #f29c00;
text-decoration: underline;
}

/* Overige stijlen */

img {
border: 0px;
}

ul {
margin: 0px 0px 0px 25px;
}

#main img {
padding: 0px 10px 10px 0px;
}

hr {
border: 0;
color: #000000;
height: 1px;
}

#footer a, #footer p {
color: #444444;
font-size: 11px;
}

#footer a:hover {
color: #ed252c;
}

/* DIV's */

#container1 {
width: 920px;
position: relative; 
top: 0px;
margin:0px auto;
text-align: left;
z-index: 1;
}

	#pageheader {
	width: 900px;
	height: 250px;
	background-image: url(http://www.vertaalbureau-perfect.nl/images/header.jpg);
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 11;
	}

	#homeheader {
	width: 900px;
	height: 220px;
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 11;
	}


	#container2 {
	min-height: 100%;
	width: 920px;
	background-color: #ffffff;
	background-image: url(images/mainbg.png);
	position: absolute;
	z-index: 1;
	}
	
		#language {
		height: 30px;
		position: absolute;
		top: 10px;
		right: 30px;
		z-index: 12;
		}
		
		#logo {
		height: 100px;
		width: 200px;
		position: absolute;
		top: 0px;
		left: 10px;
		z-index: 12;
		}

		#menubalk {
		height: 30px;
		width: 900px;
		background-image: url(images/menubg.png);
		position: absolute;
		top: 251px;
		left: 10px;
		z-index: 12;
		}
		
		#menubalk.home {
		top: 316px;	
		}
		
		#title {
		height: 30px;
		width: 780px;
		position: absolute;
		top: 300px;
		left: 70px;
		z-index: 11;
		}
		
		#title.home {
		top: 375px;
		}


		#main {
		width: 440px;
		background-color: #eeeeee;
		position: relative;
		float: left;
		z-index: 2;
		margin: 345px 10px 10px 60px;
		_margin: 345px 10px 10px 30px;
		padding: 20px;
		}
			
		#main.home {
		margin: 420px 10px 10px 60px;
		_margin: 425px 10px 10px 30px;
		}
				
			
		#right {
		width: 300px;
		position: relative;
		float: left;
		z-index: 2;
		margin: 345px 0px 10px 10px;
		}
		
		#right.home {
		margin: 420px 0px 10px 10px;
		}
	
			#foto {
			width: 300px;
			overflow: hidden;
			background-image: url(images/fotolinks.png);
			position: relative;
			margin: 0px;
			padding: 0px;
			z-index: 2;
			}
			

			#contentright {
			width: 260px;
			background-color: #eeeeee;
			position: relative;
			margin: 20px 0px 0px 0px;
			padding: 20px;
			z-index: 2;
			} 		

				#referenties {
				width: 300px;
				margin: 0px 0px 0px -15px;
				} 	

		#footer {
		width: 920px;
		height: 80px;
		background-image: url(images/footer.png);
		background-repeat: no-repeat;
		background-color: #ffffff;
		text-align: center;
		font-size: 10px;
		position: relative;
		clear: both;
		padding-top: 10px;
		padding-bottom: 25px;
		z-index: 1;
		}

			#footer a {
			color: #666666;
			}
			
			#footer a:hover {
			color: #f29c00;
			}

/* Menu */

#menu {
list-style: none;
margin-left: 50px;
z-index: 4;
height: 30px;
border-left:  1px solid #FFFFFF;
}

#menu ul {
margin: 0px;
}

#menu li {
margin-top: 0px;
display: inline;
}

#menu li a {
width: 130px;
height: 30px;
position: relative;
display: block; 
text-align: center;
font-size: 12px;
color: #FFFFFF;
text-transform: uppercase;
text-decoration: none;
line-height: 30px;
border-right: 1px solid #FFFFFF;
}

#menu li a:hover {
background-color: #999999;
background-image: url(images/menubghover.png);
width: 129px;
border-left: 1px solid #ffffff;
color: #ffffff;
font-weight: bold;
}

#menu li li a:hover {
background-color: #999999;
background-image: none;
color: #ffffff;
}

/* Horizontal menu for the CMS CSS Menu Module */
/* The wrapper clears the floating elements of the menu */

#primary-nav li li a { 
width: 129px; 
background-color: #dddddd;
border-top: 1px solid #ffffff;
border-left: 1px solid #ffffff;
color: #000000;
text-transform: none;
height: 25px;
line-height: 25px;
}


/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	}
#primary-nav ul { 
	position: absolute; 
	top: auto; 
	display: none; 
	border-bottom: 1px solid #ffffff;
	}
#primary-nav ul ul { 
	margin-top: 1px;
 	margin-left: -1px;
	left: 100%; 
	top: 0px; 
	}
	
#primary-nav li { 
	margin-left: -1px;
	float: left; 
	}
#primary-nav li li { 
	margin-left: 0px;
	margin-top: 0px;
	float: none; 
	position: relative; 
	}

/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	display: block; 
	margin: 0px; 
	padding: 0px; 
	text-decoration: none; 
	}

#primary-nav li li a { 
	}	
#primary-nav li, #primary-nav li.menuparent { 

	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth { 
	background-position: center right; 
	background-repeat: no-repeat; 
	}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { 
background-color: #999999;
background-image: url(images/menubghover.png);
color: #ffffff;
	}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { 
	display: none; 
	}

/* IE Hacks */

#primary-nav li li { 
	float: left; 
	clear: both; 
	}
#primary-nav li li a { 
	height: 1%; 
	}
#superbox-overlay{position:fixed;top:0;left:0;z-index:9998;width:100%;height:100%; overflow:hidden;}
#superbox-wrapper{position:fixed;z-index:9999;top:0;display:table;width:100%;height:100%;}
#superbox-container{position:relative;display:table-cell;width:100%;height:100%;margin:0;padding:0;vertical-align:middle;}
#superbox{margin:0 auto;padding:0;}
#superbox-container .loading{margin:0;text-align:center;}

/* IE7 */
*:first-child+html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
*:first-child+html #superbox{position:relative;top:-50%;display:block;}
/* IE6 - Thanks to Thickbox for IE expressions */
* html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
* html #superbox{position:relative;top:-50%;display:block;}
* html #superbox-overlay{position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px');}
* html #superbox-wrapper{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}

/* Default Theme */
#superbox-overlay{background:#000;}
#superbox-container .loading{text-align:center;font-size:40px;color:#fff;}
#superbox{padding:10px;background:#fff;border:solid 10px #ffcc00;}
#superbox-innerbox{padding:10px 0;border:solid 10px #ffcc00;}
#superbox.image{text-align:center;}
#superbox .close,
#superbox .nextprev{overflow:hidden;margin:0;}

