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

@charset "utf-8";


.image {
margin: 5px;
}

.content {
background-color:#FFFFFF;
padding: 4px;
color:#666666;
}
.portfolioleft {
background-color:#FFFFFF;
padding: 2px;
color:#666666;
width: 223px;
}
.content2 {
width: 219px;
background-color:#FFFFFF;
padding: 0px 4px 0px 4px;
color:#666666;
}
.content3 {
width: 634px;
background-color:#FFFFFF;
padding-left: 8px;
padding-right: 8px;
color:#666666;
}
.bullets li{
	list-style:square;
	padding-left: 2px;
	margin-left: 20px;
	text-align: center;
	font-weight: bold;
}

/* MAIN */

* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	font-weight: none;
	text-decoration: none;
	}

body {
	background: #000 url(images/body.html) top left fixed repeat-x;
	color: #ddd;
	font-family: Tahoma,Arial,Sans-Serif, Trebuchet MS;
	font-size: 11px;
	padding: 50px;
	}
	
img {
	border:	0;
	behavior: url(js/iepngfix.html);
	}

	

	


p, ol {
	margin:	0;
	padding: 0;
	text-align: center;
	}
	
	
a,
a:visited {
	color: #1a85d7;
	outline: none;
	text-decoration: none;
	}
	
a:hover,
a:active {
	color: #CC4600;
	outline: none;
	text-decoration: none;
	}
	

input {
	background: #fff url(images/input.html) top left repeat-x;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS";
	font-size: 11px;
	color: #888;
	margin: 1px;
	margin-bottom: 2px;
	padding: 4px;
	overflow: hidden;
	}
	
textarea {
	background: #fff url(images/input.html) top left repeat-x;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS";
	font-size: 11px;
	color: #888;
	margin: 1px;
	margin-bottom: 2px;
	padding: 4px;
	overflow: auto;
	}
	
	input:focus,
	textarea:focus {
		border: 1px solid #a4d5e7;
		}	

.submit {
	background: #fff url(images/submit.html) top left repeat-x;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	}
	
	
.left {
	float: left;
	}
	
.right {
	float: left;
	}
	
.clear {
	clear: both;
	}
	
	

/* LAYOUT */
	
#wrapper {
	width: 900px;
	margin: 0 auto;
	}
	
	.high {
		color: #222;
		}
	
	.low {
		color: #aaa;
		}
		
	.accent {
		color: #f40a46;
		}
		
	
h1,
h2 {
	font-weight: normal;
	margin: 0;
	}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS";
	font-size: 13px;
	color: #444;
	padding-bottom: 3px;
	}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS";
	font-size: 14px;
	color: #111;
	padding: 1px;
	padding-bottom: 4px;
	text-align: center;
	}
	
	h1 a,
	h1 a:visited {
		color: #444;
		border-bottom: 1px dotted #aaa;
		text-decoration: none;
		}
		
	h1 a:hover,
	h1 a:active {
		color: #444;
		border-bottom: 1px solid #aaa;
		text-decoration: none;
		}
		
	h2 a,
	h2 a:visited {
		color: #444;
		border-bottom: 1px dotted #aaa;
		text-decoration: none;
		}
		
	h2 a:hover,
	h2 a:active {
		color: #444;
		border-bottom: 1px solid #aaa;
		text-decoration: none;
		}
	
	
	
/* TOP */

#top {
	width: 900px;
	margin-bottom: 4px;
	}
	
.logo {
	width: 185px;
	height: 60px;
	float: left;
	font-size: 16px;
	padding-left: 5px;
	}
	
.menu {
	float: right;
	font-size: 15px;
	padding: 15px;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 3px;
	padding-bottom: 0;
	font-weight: bold;
	}
	
	.menu a, .menu a:visited {
		color: #FFFFFF;
		padding: 15px;
		padding-right: 15px;
		text-decoration: none;
			font-weight: bold;
		}
		
	.menu a:hover, .menu a:active {
		color: #2199D7;
		padding: 15px;
		padding-right: 15px;
		text-decoration: none;
			font-weight: bold;
		}
		
		
		
/* CONTAINER */
		
.container_top {
	background: url(container_top.png) no-repeat;
	background-color:#FFFFFF;
	width: 900px;
	height: 10px;
	}
			
.container_top_right {
	background: url(container_top_right.png) no-repeat;
		background-color:#FFFFFF;
	width: 227px;
	height: 10px;
	}
	.container_bottom_mid {
	background: url(container_mid_btm.png) no-repeat;
	width: 650px;
	height: 10px;
	}	
	.container_top_mid {
	background: url(container_mid_top.png) no-repeat;
		background-color:#FFFFFF;
	width: 650px;
	height: 10px;
	}
	
.container_bottom_right {
	background: url(container_btm_right.png) no-repeat;
	width: 227px;
	height: 10px;
	}	
.container_bottom {
	background: url(container_bottom.png) no-repeat;
	width: 900px;
	height: 10px;
	margin-bottom: 15px;
	}

#container {
	background: #fff;
	width: 880px;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 0;
	color: #777;
	}

		
	
	.greytainer_top {
		background: url(images/greytainer_top.html) no-repeat;
		width: 900px;
		height: 10px;
		}
		
	.greytainer_bottom {
		background: url(images/greytainer_bottom.html) no-repeat;
		width: 900px;
		height: 20px;
		margin-bottom: 0;
		}
		
	#greytainer {
		background: #e5e5e1;
		width: 880px;
		padding: 10px;
		padding-bottom: 0;
		color: #777;
		}

	
#container .top_left {
	padding: 5px;
	padding-top: 0;
	line-height: 19px;
	float: left;
	width: 420px;
	margin-right: 10px;
	margin-bottom: 5px;
	}
	
	#container .top_left img {
		padding: 2px;
		padding-right: 16px;
		}
	
#container .top_right {
	padding: 5px;
	padding-top: 0;
	line-height: 19px;
	float: left;
	width: 420px;
	margin-right: 10px;
	margin-bottom: 5px;
	}
	
	#container .top_right img {
		padding: 2px;
		padding-right: 16px;
		}
		
		
		
#container #main {
	width: 600px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	}		
		
#sidebar {
	float: right;
	width: 240px;
	text-align: left;
	}
		
		
		
#container p {
	padding: 2px;
	padding-top: 0px;
	line-height: 17px;
	font-size: 12px;
	}
	
#container .bericht {
	font-size: 11px;
	padding: 5px;
	padding-top: 0;
	line-height: 19px;
	}
	
	
	
#liquid {
	padding: 0px;
	overflow: hidden;
	width: 880px;
	float: left;
	}

#liquid .liquids {
	display: block;
	background: url(webdevend.png) top right no-repeat;
	height: 125px;
	}

#liquid ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

#liquid li {
	float: left;
	list-style: none;
	}

#liquid .liquid {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 125px;
	width: 210px;
	background: #fff;
	border-right: 5px solid #fff;
	}

#liquid .liquid span {
	position: absolute;
	left: -999px;
	width: 990px;
	}

#liquid .webdesign {
	background: #FFF url(webdes.png);
	border-bottom: none;
	}
	
	#liquid .webdesign:hover {
		background: #FFF url(webdes.png);
		border-bottom: none;
		}

#liquid .slicing {
	background: #FFF url(webdev.png);
	border-bottom: none;
	}
	
	#liquid .slicing:hover {
		background: #FFF url(webdev.png);
		border-bottom: none;
		}
		
#liquid .logo {
	background: #FFF url(Printbased.png);
	border-bottom: none;
	}
	
	#liquid .logo:hover {
		background: #FFF url(Printbased.png);
		border-bottom: none;
		}

#liquid .wordpress {
	background: #FFF url(cms.png);
	border-right: none;
	border-bottom: none;
	}
	
	#liquid .wordpress:hover {
		background: #FFF url(cms.png);
		border-right: none;
		border-bottom: none;
		}
		
		
		
/* MISC */	

	#main .wie {
		background: #fff url(images/user_icon.html) top left no-repeat;
		background-position: 0 7px;
		margin-bottom: 20px;
		padding: 0.5em 0.3em 0.2em 100px;
		line-height: 19px;
		}
		
	#main .contact {
		background: #fff url(images/contact_icon.html) top left no-repeat;
		background-position: 0 7px;
		margin-bottom: 20px;
		padding: 0.5em 0.3em 0.2em 100px;
		padding-bottom: 30px;
		line-height: 19px;
		}
		
	#main .dienst {
		background: #fff url(images/diensten_icon.html) top left no-repeat;
		background-position: 0 7px;
		margin-bottom: 20px;
		padding: 0.5em 0.3em 0.2em 100px;
		line-height: 19px;
		}
		
		#main #overzicht {
			padding-left: 25px;
			}
			
			#main #overzicht .webdesign {
				background: #fff url(images/webdesign_icon.html) top left no-repeat;
				background-position: 4px 9px;
				margin-bottom: 15px;
				padding: 0.5em 0.3em 0.2em 75px;
				line-height: 19px;
				}
				
			#main #overzicht .slicing {
				background: #fff url(images/slicing_icon.html) top left no-repeat;
				background-position: 4px 9px;
				margin-bottom: 15px;
				padding: 0.5em 0.3em 0.2em 75px;
				line-height: 19px;
				}
				
			#main #overzicht .logos {
				background: #fff url(images/logo_icon.html) top left no-repeat;
				background-position: 4px 9px;
				margin-bottom: 15px;
				padding: 0.5em 0.3em 0.2em 75px;
				line-height: 19px;
				}
				
			#main #overzicht .wordpress {
				background: #fff url(images/wordpress_icon.html) top left no-repeat;
				background-position: 4px 9px;
				margin-bottom: 15px;
				padding: 0.5em 0.3em 0.2em 75px;
				line-height: 19px;
				}
		

	#sidebar #overzicht {
		padding-left: 0;
		}
		
		#sidebar #overzicht .webdesign {
			background: #fff url(images/webdesign_icon.html) top left no-repeat;
			background-position: 0 7px;
			margin-bottom: 15px;
			padding: 0.5em 0.3em 0.2em 45px;
			line-height: 19px;
			}
				
		#sidebar #overzicht .slicing {
			background: #fff url(images/slicing_icon.html) top left no-repeat;
			background-position: 0 7px;
			margin-bottom: 15px;
			padding: 0.5em 0.3em 0.2em 45px;
			line-height: 19px;
			}
				
		#sidebar #overzicht .logos {
			background: #fff url(images/logo_icon.html) top left no-repeat;
			background-position: 0 7px;
			margin-bottom: 15px;
			padding: 0.5em 0.3em 0.2em 45px;
			line-height: 19px;
			}
				
		#sidebar #overzicht .wordpress {
			background: #fff url(images/wordpress_icon.html) top left no-repeat;
			background-position: 0 7px;
			margin-bottom: 15px;
			padding: 0.5em 0.3em 0.2em 45px;
			line-height: 19px;
			}
	
	#sidebar .kennismaken {
		background: #fff url(images/kennismaken_icon.html) top left no-repeat;
		background-position: 0 7px;
		padding: 0.5em 0.3em 0.2em 45px;
		line-height: 17px;
		}
		
	#sidebar .muziek {
		background: #fff url(images/music_icon.html) top left no-repeat;
		background-position: 0 7px;
		padding: 0.5em 0.3em 0.2em 45px;
		line-height: 17px;
		}
		
	#sidebar .diensten {
		background: #fff url(images/design_icon.html) top left no-repeat;
		background-position: 0 7px;
		padding: 0.5em 0.3em 0.2em 45px;
		line-height: 17px;
		}
		
		
.contact_lijst {
	padding: 15px;
	padding-bottom: 0;
	}
		
	.contact_lijst a,
	.contact_lijst a:visited {
		background: #fff url(images/list.html) top left no-repeat;
		background-position: 0 7px;
		padding: 0.5em 0.3em 0.2em 16px;
		color: #777;
		text-decoration: none;
		}
		
	.contact_lijst a:hover,
	.contact_lijst a:active {
		background: #fff url(images/list_h.html) top left no-repeat;
		background-position: 0 7px;
		padding: 0.5em 0.3em 0.2em 16px;
		color: #777;
		text-decoration: underline;
		}

.contact_left {
	float: left;
	width: 200px;
	padding: 2px;
	padding-left: 1px;
	}
	
.contact_right {
	float: left;
	}
	
	.informatie {
		background: #fff url(images/veelgestelde_icon.html) top left no-repeat;
		background-position: 0 7px;
		margin-bottom: 20px;
		padding: 0.5em 0.3em 0.2em 45px;
		line-height: 17px;
		}
		


/* PORTFOLIO */

	#mainproject {
		padding-top: 1px;
		margin-top: -1px;
		margin-bottom: -10px;
		}
		
		#mainproject .project {
			float: left;
			width: 350px;
			}
			
		#mainproject .description {
			float: left;
			width: 260px;
			color: #888;
			padding: 3px;
			padding-top: 5px;
			line-height: 19px;
			}
			
	.portservice {
		background: url(images/service_icon.html) top left no-repeat;
		background-position: 0 7px;
		margin-bottom: 20px;
		padding: 0.5em 0.3em 0.2em 45px;
		line-height: 17px;
		}
		
		.portservice a,
		.portservice a:visited {
			color: #888;
			text-decoration: none;
			}
			
		.portservice a:hover,
		.portservice a:active {
			color: #666;
			text-decoration: underline;
			}
			
	.previewtoggle {
		background: url(images/toggle_icon.html) top left no-repeat;
		background-position: 0 7px;
		margin-bottom: 20px;
		padding: 0.5em 0.3em 0.2em 45px;
		line-height: 17px;
		}
		
	.tips {
		background: url(images/support_mini.html) top left no-repeat;
		background-position: 0 7px;
		margin-bottom: 20px;
		padding: 0.5em 0.3em 0.2em 45px;
		line-height: 17px;
		}
		
.portfolio_mini {
	background: #fff url(images/portfolio_mini.html) top left no-repeat;
	width: 144px;
	height: 84px;
	padding: 8px;
	margin-right: 14px;
	float: left;
	}
	
.portfolio_desc {
	float: left;
	width: 410px;
	padding: 1px;
	padding-top: 4px;
	line-height: 17px;
	}
	

.monitor_top {
	background: url(images/monitor_top.html) no-repeat;
	height: 11px;
	width: 340px;
	}
	
#portfolio_m {
	background: url(images/portfolio/portfolio_back.html) no-repeat;
	height:	250px;
	width: 340px;	
	clear: both;
	}
	
	
	
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.html) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.html) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.html) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.html) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
		


/* FOOTER */

#footer {
	padding: 10px;
	padding-top: 0;
	text-align: center;
	}
	
	#footer a, #footer a:visited {
		color: #fff;
		border-bottom: 1px dotted #fff6ac;
		text-decoration: none;
		}
		
	#footer a:hover, #footer a:active {
		color: #fff6ac;
		border-bottom: 1px solid #fff6ac;
		text-decoration: none;
		}
		
	
	#footer p {
	margin-bottom: -7px;
	padding-bottom: 0;
	text-align: center;
		}
	
	#footer .desc {
		color: #777;
		}
		
		#footer .desc a,
		#footer .desc a:visited {
			color: #777;
			border-bottom: 1px dotted #777;
			text-decoration: none;
			}
			
		#footer .desc a:hover,
		#footer .desc a:active {
			color: #aaa;
			border-bottom: 1px solid #aaa;
			text-decoration: none;
			}
.d {
	text-align: center;
}
.centre {
	text-align: center;
}
#wrapper table tr td .content3 p a strong {
	text-align: center;
}
#wrapper table tr td .content3 h3 {
	text-align: center;
}
#wrapper table tr td .content3 .bullets ul li strong {
	text-align: center;
}
