* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, pre,
table, fieldset,
div.block {
	margin-bottom: 6px;
}
html, body {
	height: 100%;
	background: #ffffff;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: inherit;
	font-size: inherit;
}
	caption, th {
		text-align: left;
	}
fieldset {
	padding: 5px;
	border: 1px solid #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul, ol, dd {
	padding-left: 20px;
}
	ul.menu {
		margin-bottom: 0;
		padding-left: 0;
		list-style: none;
	}
img {
	border: 0;
}
	img.align-left, img[align=left] {
		float: left;
		margin-right: 1em;
	}
	img.align-right, img[align=right] {
		float: right;
		margin-left: 1em;
	}
	div.align-center {
		text-align: center;
	}
h1 {
	line-height: 33px;
	font-size: 24px;
	font-weight: bold;
	font-family: "Arial Black", Gadget, Arial, Helvetica, sans-serif;
}
h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
}
abbr, acronym {
	border: 0 none;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
object {
	outline: none;
}
a, a:visited {
	text-decoration: underline;
	color: #000000;
}
a.active, a.active:visited,
a:hover, a:active {
	text-decoration: none;
}
input, textarea, select {
	padding: 2px;
	border: 1px solid #000000;
	line-height: normal;
	font-size: 100%;
	font-family: inherit;
}
input[type=radio], input[type=checkbox] {
	border-width: 0;
}
select {
	padding-top: 1px;
	padding-bottom: 1px;
}
input:hover, input:focus,
textarea:hover, textarea:focus,
select:hover, select:focus {
	background-color: #f0f0f0;
}
option {
	background-color: #ffffff;
}
input.btn, a.btn, a.btn:visited {
	display: inline-block;
	padding: 0 2px;
	border: 1px solid #000000;
	background: #7a7f82;
	color: #ffffff;
}
a.btn, a.btn:visited {
	padding: 1px 4px;
	line-height: normal;
}
input.btn:hover, input.btn:active,
a.btn:hover, a.btn:active {
	background: #000000;
	text-decoration: none;
	cursor: pointer;
}
label {
	color: #000000;
}
label.label {
	display: block;
	float: left;
	width: 150px;
}
label.overTxtDiv, label.overTxtLabel, label.inline {
	display: inline;
	float: none;
	width: auto;
	color: #7a7f82;
}
div.banner {
	text-align: center;
}
div.validation-advice {
	clear: left;
	padding-left: 150px;
	color: #ff0000;
}
.clear {
	clear: both;
}
	.clear-left {
		clear: left;
	}
	.clear-right {
		clear: right;
	}
.hidden {
	display: none;
}
.noborder {
	border: 0;
}
.dark,
.dark a, .dark a:visited {
	color: #ffffff;
}

div#padding {
	float: left;
	margin-top: -298px;
	height: 50%;
	position: relative;
}
div#container {
	clear: both;
	height: 510px;
	width: 768px;
	margin: 0 auto;
	padding: 42px 41px 43px;
	zoom: 1;
	position: relative;
}
	div#bg {
		height: 595px;
		width: 850px;
		background-position: center center;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 0;
	}
	div#header {
		height: 170px;
		z-index: 1;
		position: relative;
	}
		a#logo {
			display: block;
			height: 52px;
			width: 100%;
			background: transparent url('/skin/logo.png') no-repeat center top;
			text-indent: -20000px;
			outline: none;
			overflow: hidden;
			position: relative;
		}
		div#header .twitter {
			display: block;
			position: absolute;
			bottom: 16px;
			right: 0;
			width: 130px;
			height: 15px;
			font-weight: bold;
			background: url('/skin/twitter.jpg') no-repeat right center;
			overflow: hidden;
			text-decoration: none;
			color: #7A7F82;
			font-size: 11px;
		}
		div#header div#menu {
			height: 104px;
			overflow: hidden;
			position: relative;
		}
			div#header ul.menu {
				display: block;
				padding: 29px 1px 16px;
				line-height: 12px;
				font-weight: bold;
				font-size: 11px;
				zoom: 1;
				position: relative;
			}
				div#header ul.menu li {
					display: block;
					float: left;
					height: 74px;
					padding-right: 40px;
					position: relative;
				}
				div#header ul.menu li.double {
					padding-top: 12px;
				}
					div#header ul.menu a, div#header ul.menu a:visited {
						display: block;
						outline: none;
						text-decoration: none;
						color: #7a7f82;
					}
					div#header ul.menu a.active, div#header ul.menu a.active:visited,
					div#header ul.menu a:hover, div#header ul.menu a:active {
						color: #000000;
					}
					.dark div#header ul.menu a.active, .dark div#header ul.menu a.active:visited,
					.dark div#header ul.menu a:hover, .dark div#header ul.menu a:active {
						color: #ffffff;
					}
					div#header ul.menu div {
						float: left;
						height: 72px;
						overflow: hidden;
						position: relative;
					}
						div#header ul.menu ul {
							margin-bottom: 0;
							padding-left: 0;
							list-style: none;
						}
							div#header ul.menu li li {
								float: none;
								height: auto;
								padding-right: 0;
							}
						div#header ul.menu a.scroll {
							height: 10px;
							width: 10px;
							margin-right: 0;
							outline: none;
							background-repeat: no-repeat;
							background-position: center center;
							opacity: 0.4;
							filter: alpha(opacity=40);
							position: absolute;
							left: -11px;
						}
						div#header ul.menu a.scroll:hover {
							opacity: 1;
							filter: alpha(opacity=100);
						}
						div#header ul.menu a.scroll_up {
							background-image: url('/skin/up.png');
							top: 0;
						}
						div#header ul.menu a.scroll_down {
							background-image: url('/skin/down.png');
							bottom: 0;
						}
	div#content {
		height: 383px;
		overflow: hidden;
		position: relative;
	}
		div.block {
			float: left;
			width: 250px;
			padding-right: 5px;
			position: relative;
		}
		div.static {
			float: none;
			position: static;
		}
			div.bottom {
				position: absolute;
				bottom: 0;
				left: 0;
			}
		.item {
			display: block;
			float: left;
			width: 256px;
			text-align: center;
			white-space: nowrap;
			line-height: 170px;
			font-weight: bold;
			font-size: 24px;
			font-family: "Arial Black", Gadget, Arial, Helvetica, sans-serif;
			overflow: hidden;
			position: relative;
		}
			.item a, .item a:visited {
				display: block;
				outline: none;
				text-decoration: none;
				color: #ffffff;
			}
				.item a span {
					display: block;
					height: 100%;
					width: 100%;
					position: relative;
				}
				.item a img, .item img:visited {
					display: block;
					opacity: 0.1;
					filter: alpha(opacity=10);
					position: absolute;
					top: 0;
					left: 0;
				}
				.item a img.scaled {
					height: 100%;
					width: 100%;
				}
				.item a:hover img, .item a:active img {
					opacity: 1;
					filter: alpha(opacity=100);
				}
		div#galleries, div#gallery {
			height: 100%;
			width: 100%;
			position: relative;
		}
			div#galleries ul.menu {
				height: 100%;
				width: 100%;
				overflow: hidden;
				position: absolute;
				top: 0;
				left: 0;
			}
			div#gallery div#images {
				float: right;
				width: 510px;
				height: 100%;
				position: relative;
			}
				div#gallery div#images div.image {
					height: 100%;
					width: 100%;
					overflow: hidden;
					position: absolute;
					top: 0;
					left: 0;
				}
			a.nav {
				display: block;
				height: 100%;
				width: 50px;
				outline: none;
				opacity: 0.2;
				filter: alpha(opacity=20);
				background-color: #000000;
				background-position: center center;
				background-repeat: no-repeat;
				color: #ffffff;
				position: absolute;
				top: 0;
			}
			a.nav:hover {
				opacity: 0.5;
				filter: alpha(opacity=50);
			}
			a.nav_prev {
				background-image: url('/skin/left.png');
				left: 0;
			}
			a.nav_next {
				background-image: url('/skin/right.png');
				right: 0;
			}

div.anker { background-image: url('/skin/backgrounds/anker.jpg'); }
div.contact { background-image: url('/skin/backgrounds/contact.jpg'); }
div.creatie { background-image: url('/skin/backgrounds/creatie.jpg'); }
div.crossmedia { background-image: url('/skin/backgrounds/crossmedia.jpg'); }
div.drukwerk { background-image: url('/skin/backgrounds/drukwerk.jpg'); }
div.emiel { background-image: url('/skin/backgrounds/emiel.jpg'); }
div.indrukmaken { background-image: url('/skin/backgrounds/indrukmaken.jpg'); }
div.kees { background-image: url('/skin/backgrounds/kees.jpg'); }
div.klantenportals { background-image: url('/skin/backgrounds/klantenportals.jpg'); }
div.team { background-image: url('/skin/backgrounds/team.jpg'); }
div.tjacko { background-image: url('/skin/backgrounds/tjacko.jpg'); }
div.websites { background-image: url('/skin/backgrounds/websites.jpg'); }
div.campagnes { background-image: url('/skin/backgrounds/campagnes.jpg'); }

/*
div.links { background-image: url('/skin/backgrounds/links.jpg'); }
div.route { background-image: url('/skin/backgrounds/route.jpg'); }
*/

.item a.creatie { background-color: #f57d31; }
.item a.crossmedia { background-color: #405593; }
.item a.drukwerk { background-color: #e4454d; }
.item a.indrukmaken { background-color: #f6ce33; }
.item a.klantenportals { background-color: #30a68b; }
.item a.websites { background-color: #b156c1; }
.item a.campagnes { background-color: #405593; }
