@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:center;
}

/* 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;
}
	
a.oranje {
color: #ef8200;
}
a.onderstreept {
text-decoration: underline;
}

a.oranjeonderstreept {
color: #ef8200;
text-decoration: underline;
}

/* Overige stijlen */

img {
border: 0px;
}

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

#main img {
padding: 5px 0px 0px 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(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;
		}
		
		#mainWrap {
		width: 480px;
		position: relative;
		float: left;
		z-index: 2;
		margin: 345px 10px 10px 60px;
		display:inline;
		}
		
		#mainWrap.home {
		margin: 420px 10px 10px 60px;	
		}
		
		#main {
		background-color: #eeeeee;
		padding: 20px;
		}
				
			
		#right {
		width: 300px;
		position: relative;
		float: left;
		z-index: 2;
		margin: 345px 0px 10px 10px;
		}
		
		#right.home {
		margin: 420px 0px 10px 10px;
		}
	
		#right #chat {
		padding: 0px 0px 15px 0px;
		}			
		
		#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: 0px 20px 20px 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: 30px;
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: 120px;
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: 119px;
border-left: 1px solid #ffffff;
color: #ffffff;
font-weight: bold;
}

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

/* contactgegevens */
#contactgegevens, #offerte {
	background-color: #eee;
	width: 260px;
	padding:20px;
	margin-top:0px;
}

#offerte {
	margin-bottom:20px;
	text-align:center;
}
/*
#offerte h2 {
	text-align:left;
}
*/

#contactgegevens h2, #offerte h2 {
	color: #333;	
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
}

#contactgegevens p {
	margin:0;
	padding:0;
}

#contactgegevens a {
	color: #f29c00;
}

/* nieuws module */
#nieuwsItems {
	width: 440px;
	background-color: #eeeeee;
	padding: 20px;
	margin-top: 20px;
}

#nieuwsItems h2 {
	color: #333;	
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
}

#nieuwsItems p {
	padding-top:0;
	margin-top:0;
}

.NewsSummary {
	border-bottom: 1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}

.NewsSummaryLink a, #NewsPostDetailTitle {
	font-size: 16px;
	font-weight: bold;
	color: #f29c00;
	padding:0;
	margin:0;
}

.NewsSummaryMorelink {
	margin-top: 10px;	
}

#nieuwsItems a, .NewsSummary a {
	color: #f29c00;	
}

.NewsSummarySummary, #NewsPostDetailSummary, #NewsPostDetailContent {
	margin-top: 5px;
}
	.NewsSummarySummary img, #NewsPostDetailSummary img {
		width: 130px;
		max-width: 130px;
		height:auto;
		margin-left: 10px;
		margin-right:10px;
		padding: 4px !important;
		border: 1px solid #ccc;
	}

.NewsSummaryPages {
	margin-top: 10px;
	text-align:center;
}

.NewsSummaryPostdate, #NewsPostDetailDate {
	font-size: 10px;
	color: #666;
}

#NewsPostDetailReturnLink {
	margin-top: 30px;	
	padding-top: 5px;
	border-top: 1px solid #ccc;
}


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

#primary-nav li li a { 
width: 119px; 
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; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul { 
	display: block; 
	}

/* IE Hacks */

#primary-nav li li { 
	float: left; 
	clear: both; 
	}
#primary-nav li li a { 
	height: 1%; 
	}
	
/* FORM CSS */

table.contactform {
	margin-left: 20px;
}
table.contactform tr td#form-right h4 {
	margin-left: -140px;
}

table.contactform tr td#form-left {
	width: 140px;
}

table.contactform tr td#form-right {
	width: 300px;
}
table.contactform tr td#form-right {

}
table.contactform input#m2fbrp__62, input#m2fbrp__92, input#m2fbrp__65 {
	width: 194px;
	padding-top: 2px;
	height: 16px;
}

table.contactform select#m2fbrp__90, select#m2fbrp__93 {
	width: 131px;
}

table.contactform select#m2_91_1 {
	width: 40px;
}

table.contactform select#m2_91_2 {
	width: 80px;
}

table.contactform select#m2_91_3 {
	width: 55px;
}

table.contactform tr td#form-right label {
	display:none;
}

table.contactform input,select,textarea
{
color: #781351;
background: #fee3ad;
border: 1px solid #CB9315
}

input#m2fbrp_submit {
	background: #FFD661;
	color: #781351;
	border: 2px solid #CB9315;
	height: 30px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	/* margin-left: 110px; */
	font-size: 13px;
}

input#m2fbrp_submit:hover {
	background: #FBE4AE;
	color: #781351;
	border: 2px solid #CB9315;
	cursor: pointer;
}

#m2fbrp__94 {
	width: 292px;
}

#m2fbrp__82 {
color: #781351;
background: #fee3ad;
border: 1px solid #CB9315
}

/* Button CSS*/
a.nice-button {
background:url("http://www.duitsperfect.nl/images/perfect-button.png") no-repeat scroll -8px 0 transparent; color:#FFFFFF; display:block; font-weight:bold; height:60px; padding:25px; text-decoration:none; width:222px;
font-family: Arial;
font-size: 16px;
line-height: 28px;
text-align: left;
margin-left: 8px;
}

a.nice-button:hover {
cursor: pointer;
}

/* CSS Lightbox */
#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 4px #f29c00;}
#superbox-innerbox{padding:10px 10px 10px 10px;background:#fff;}
#superbox.image{text-align:right;}
#superbox .close{cursor:pointer;text-align:right;}
#superbox .nextprev{overflow:hidden;margin-bottom:0;cursor:pointer;}