@charset "utf-8";
/* Stylesheet for Jos Jansen, by Media Solutions */

/* Table of Contents
1. Base Elements
2. Site
3. Header
4. Page
 4.1. Content
 4.2. Sidebar
5. Footer
6. Misc.

/* 1. Base Elements */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
}

html {
	background:#fff url(../images/background.jpg) center 0 no-repeat;
}

body {
	font-family:tahoma, geneva, sans-serif;
	font-size:100%; /* 16pt */
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

/* 2. Site */
#site {
	margin:0 auto;
	width:981px;
	font-size:0.500em; /* 10 / 16 = 0.625 */
}

/* 3. Header */
#header {
	position:relative;
	height:345px;
	background:#00457c url(../images/header.png) 0 121px no-repeat;
}

#flipbook #header {
	height:150px;
}

	#header h1 {
		position:absolute;
		top:17px;
		left:10px;
	}
	
		#header h1 a {
			
		}
	
	#header ul {
		margin:0;
	}
	
	#slogan {
		position:absolute;
		top:11px;
		left:454px;
	}
		
	#menu {
		position:absolute;
		top:16px;
		right:0;
		margin:0;
		padding:0;
		height:90px;
		list-style:none;
	}
	
		#menu li {
			margin-right:30px;
			float:left;
			font-family:"Times", "Times New Roman", serif;
			font-size:16px;
			text-align:center;
		}
		
		#menu a {
			display:inline-block;
			width:85px;
			height:105px;
			text-transform:uppercase;
			background:url(../images/menu.png) 0 -95px no-repeat;
		}
		
		#menu a:hover {
			text-decoration:none;
		}
		
			#menu #ontwerp a span {
				display:block;
				overflow:hidden;
				width:86px;
				height:0;
				padding-top:20px;
				background:url(../images/ontwerp.gif) 0 0 no-repeat;
			}
			
			#menu #reclame a span {
				display:block;
				overflow:hidden;
				width:86px;
				height:0;
				padding-top:20px;
				background:url(../images/reclame.gif) 0 0 no-repeat;
			}
		
			#menu #media a span {
				display:block;
				overflow:hidden;
				width:86px;
				height:0;
				padding-top:20px;
				background:url(../images/media.gif) 0 0 no-repeat;
			}
		
		#ontwerp a {
			color:#ff5a00;
		}
		
		#ontwerp a:hover, #ontwerp .active{
			background-position:0 20px;
		}
		
		#reclame a {
			color:#76b700;
			background-position:-85px -95px;
		}
		
		#reclame a:hover, #reclame .active{
			background-position:-85px 20px;
		}
		
		#media a {
			color:#0097dc;
			background-position:-170px -95px;
		}
		
		#media a:hover, #media .active {
			background-position:-170px 20px;
		}
		
	#sub-menu {
		position:absolute;
		top:138px;
		right:30px;
		z-index:15;
		font-size:21px;
		list-style:none;
	}
	
		#sub-menu a {
			color:#003478;
		}
		
		#sub-menu li {
			float:left;
			margin-left:10px;
			padding-left:10px;
			border-left:1px solid #003478;
		}
		
		#sub-menu li.first-child {
			margin-left:0;
			padding-left:0;
			border-left:0;
		}
		
	#poster {
		position:absolute;
		top:145px;
		left:0;
		max-height:240px;
	}

/* 4. Page */
#page {
	overflow:hidden;
	padding-bottom:30px;
	border-bottom:13px solid #002e5f;
	background:#00457c;
}

/* 4.1. Content */
#content {
	float:right;
	margin-right:30px;
	padding:20px;
	width:590px;
	border:25px solid #00457c;
}

#flipbook #page {
	background:#fff;
}

.content {
	text-align:center;
}

	#flipbook .content h2 {
		text-align:left;
		margin-left:10px;
		height:26px;
		line-height:26px;
	}
	
	#flipbook .content h2 a {
		color:#00457c;
		font-size:12px;
	}

#design #content {
	border-color:#ff5a00;
}

#advertisement #content {
	border-color:#76b700;
}

#media_s #content {
	border-color:#0097dc;
}
	
	#content h2 {
		color:#fff;
		font-size:2em;
		text-align:center;
	}
	
	#faq #content h2 {
		font-size:1.6em;
		padding-left:15px;
		text-align:left;
		background:url(../images/vierkant.gif) left center no-repeat;
	}
	
	#faq #content h2.titel {
		font-size:2em;
		text-align:center;
		margin-bottom:22px;
		padding:0;
		background:none;
	}
	
		#content h2 a {
			color:#ffffff;
		}
	
	#content p {
		color:#fff;
		font-size:1.7em;
		line-height:23px;
	}
	
	#content p a {
		color:#E30043;
	}
	
	#faq #content p {
		margin:0;
		font-size:1.7em;
	}
	
	#content h3 a {
		color:#ffffff;
	}
	
#content img.route-img {
	margin-top:25px;
}
	
#content ul.menu-big {
	padding:0;
	overflow:hidden;
	width:520px;
}	

	#content ul.menu-big li {
		float:left;
		list-style:none;
		margin-right:76px;
	}
	
		#content ul.menu-big li.ontwerp a {
			display:block;
			width:120px;
			height:140px;
			background: url(../images/menu-big.jpg) 0 20px no-repeat;
			text-align: center;
		}
		
		#content ul.menu-big li.reclame a {
			display:block;
			width:120px;
			height:140px;
			background: url(../images/menu-big.jpg) -120px 20px no-repeat;
			text-align: center;
		}
		#content ul.menu-big li.media a {
			display:block;
			width:120px;
			height:140px;
			background: url(../images/menu-big.jpg) -240px 20px no-repeat;
			text-align: center;
		}
		
		#content ul.menu-big li.media {
			margin-right:0;
		}
	
	#content ul.menu-big .ontwerp a span {
		display:block;
		overflow:hidden;
		width:120px;
		height:0;
		padding-top:20px;
		background:url(../images/ontwerp2.gif) center 0 no-repeat;
	}
	
	#content ul.menu-big .reclame a span {
		display:block;
		overflow:hidden;
		width:120px;
		height:0;
		padding-top:20px;
		background:url(../images/reclame2.gif) center 0 no-repeat;
	}

	#content ul.menu-big .media a span {
		display:block;
		overflow:hidden;
		width:120px;
		height:0;
		padding-top:20px;
		background:url(../images/media2.gif) center 0 no-repeat;
	}
	
/* 4.1.1. News */
.item-list ul {
	margin-left:0;
	padding-left:0;
	border-top:2px solid #fff;
	list-style:none;
}
	
	.item-list li {
		color:#ffffff;
		border-bottom:1px dashed #fff;
		font-size:1.6em;
		line-height:30px;
	}
	
	.item-list li:hover,
	.item-list li.active {
		background:#325b7d;
	}
		
		.item-list li span {
			display:block;
			margin-bottom:13px;
		}
		
		.item-list a {
			color:#fff;
			font-size:1em;
		}
		
		#news p {
			float:right;
			margin:0;
			font-size:1em;
			line-height:inherit;
		}
		
/* 4.1.2. Portfolio Menu */
#port-menu {
	margin-left:0;
	padding:0;
	font-family:"Times", "Times New Roman", serif;
	font-size:2em;
	list-style:none;
}

	#port-menu li {
		float:left;
		margin-right:40px;
	}

	#port-menu a {
		display:inline-block;
		width:120px;
		height:150px;
		text-align:center;
		text-transform:uppercase;
		background:url(../images/menu-big.jpg) 0 -120px no-repeat;
	}
	
	#port-menu a:hover {
		text-decoration:none;
	}
	
	#ontwerp_b a {
		color:#ff5a00;
	}
	
	#ontwerp_b a:hover {
		background-position:0 30px;
	}
	
	#reclame_b a {
		color:#76b700;
		background-position:-120px -120px;
	}
	
	#reclame_b a:hover {
		background-position:-120px 30px;
	}
	
	#media_b a {
		color:#0097dc;
		background-position:-240px -120px;
	}
	
	#media_b a:hover {
		background-position:-240px 30px;
	}
	
/* 4.1.3. Sitemap */
#sitemap {
	margin-left:0;
	padding-left:0;
	border-top:2px solid #fff;
	list-style:none;
	color:#fff;
	font-size:1.6em;
}

	#sitemap a {
		color:#fff;
	}
	
	#sitemap li {
		line-height:30px;
	}
	

/* 4.2. Sidebar */
#sidebar {
	float:left;
	margin:45px 0 0 50px;
}

	#sidebar a {
		color:#fff;
	}

	#sidebar ul {
		margin:0;
		padding-left:0;
		list-style:none;
		font-size:2em;
	}
	
	#sidebar li {
		margin-bottom:30px;
		text-transform:uppercase;
	}
	
	#sidebar li.recent-work a {
		color:#e30043;
	}
	
	#sidebar li.adres-details ul {
		margin-top:53px;
	}
	
		#sidebar li.adres-details ul li {
			color:#ffffff;
			margin-bottom:5px;
			padding-left:15px;
			font-size:13px !important;
			background:url(../images/vierkant.gif) left center no-repeat;
		}
	
	ul.klanten {
		padding-left:0px;
		list-style:none;
	}
	
	ul.klanten a {
		color:#fff;
	}
	
	ul.klanten li {
		color:#ffffff;
		margin-bottom:5px;
		padding-left:15px;
		font-size:13px !important;
		background:url(../images/vierkant.gif) left center no-repeat;
	}
	
	
	
	#recent {
		margin-top:50px;
	}
	
		#recent h2 {
			margin-bottom:20px;
			color:#ff5a00;
			font-size:29px;
			font-weight:400;
			text-transform:uppercase;
		}
		
		#recent img {
			max-width:200px;
		}
	
/* 5. Tag Cloud */
#tag-cloud {
	font-family:Tahoma;
	text-align:justify;
}

	#tag-cloud a {
		margin-right:15px;
		color:#728fa6;
	}
	
.tag-1 {font-size:2em;}
.tag-2 {font-size:2.5em;font-weight:bold;}
.tag-3 {font-size:3.3em;}
.tag-4 {font-size:4.2em;font-weight:bold;}

/* 6. Misc. */
.none {
	display:none;
}

.block {
	display:block;
}

hr.clear {
	display:none;
	visibility:hidden;
	clear:both;
}

#faq .article {
	padding-bottom:10px;
	margin-bottom:10px;
}

#faq .article,
#voorwaarden .article {
	border-bottom:2px solid #fff;
}

.question {color:#ff5a00;}
.answer {color:#76b700;}

input[name="saddr"] {
	width:250px;
}

/* 6.1. Infobox */
#infobox {
	position:fixed;
	top:200px;
	left:50%;
	z-index:101;
	margin-left:-250px;
	width:397px;
	padding:30px;
	font-size:0.625em;
	background:#fff;
}
	
	#infobox .content {
	}
	
		#infobox .content h3 {
			margin:0 0 15px;
			color:#013378;
			font-size:1.8em;
			font-weight:normal;
		}
	
		#infobox .content a {
			color:#003478;
			font-size:1.6em;
		}
	
		#infobox .content .close-button {
			float:right;
			cursor:pointer;
		}

#underlay {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
	width:100%;
	background:#000;
	opacity:.8;
	filter:alpha(opacity=80);
}

/* 6.2. Voorwaarden */
.voorwaarden {
	height:26px;
	background:#002E5F;
}

	.voorwaarden a {
		color:#ffffff;
		font-size:13px;
		margin-left:50px;
		padding-left:15px;
		background:transparent url(../images/vierkant.gif) no-repeat scroll left center;
	}
	
	.voorwaarden a:hover {
		color:#ffffff;
		font-size:13px;
	}