@import"navigation.css";
@import"form.css";

* {
	margin: 0;
	padding: 0;
}

*:focus,
*:active {
	outline: 0;
}

/* Layout
----------------------------------------------- */

#container-main {
	width: 702px;
	margin: 0 auto;
	text-align: left;
}

#container-head {
	position: relative;
	height: 149px;
	margin: 0 1px;
	padding-top: 20px;
	background: #01477b url(../images/backgrounds/head.png) center bottom no-repeat;
}

#container-head h1,
#container-head h2 {
	display: none;
}

#container-head p#about {
	width: 700px;
	position: absolute;
	top: 1px;
	text-indent: -9999px;
	background: url(../images/backgrounds/head-about.gif) center no-repeat;
}

#container-canvas {
	overflow: hidden;
	height: 0.1%;
	margin-bottom: 40px;
}

/* Element selectors
----------------------------------------------- */

body {
	font: normal normal 10px Verdana, sans-serif;
	text-align: center;
	background: #000 url(../images/backgrounds/main.jpg) top center repeat-y;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 20px;
	color: #f47e00;
}

h3 {
	font-weight: normal;
	font-size: 1.25em;
	line-height: 1.5em;
	color: #226fa4;
}

img {
	border: 0;
}

p {
	margin-bottom: 1em;
	line-height: 16px;
	color: #333;
}

a {
	color: #f47e00;
}

a {
	color: #226fa4;
}

a:hover {
	color: #f47e00
}

ul, ol {
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 1.5em;
	line-height: 16px;
	color: #333;
}
ol {
	margin-left: 2em;
}
#container-nav ul {
	list-style: none;
	margin: 0;
}

table {
	margin-bottom: 20px;
	border-collapse: collapse;
}

th {
	padding: 2px 0 3px;
	font-weight: normal;
	color: #e2811e;
}

td {
	padding: 2px 10px 3px 0;
	color: #333;
}

/* Class selectors
----------------------------------------------- */

.container-cols {
	overflow: hidden;
	height: auto;
}

.container-cols .col {
	float: left;
}

.container-content {
	padding: 28px 40px 200px 172px;
}

.container-content.two-cols .col {
	width: 180px;
}

.container-content.two-cols .col.last {
	width: 310px;
}

p.intro {
	color: #226fa4;
}

a.more {
	color: #f47e00;
	text-decoration: none;
}
.hr hr {
	height: 1px;
	margin: 20px 0;
	color: #f90;
	border: 0;
	background-color: #f90;
}

/* Home
----------------------------------------------- */

#pg-hom .col {
	width: 265px;
	margin-right: 15px;
}

#pg-hom h2 {
	padding-bottom: 0;
}

#pg-hom h3 {
	padding-bottom: 10px;
}

#container-video {
	margin-bottom: 28px;
}

#container-latest-projects.col {
	width: 190px;
	margin-right: 0;
	padding: 10px;
	text-align: center;
	background: #044d80 url(../images/backgrounds/latest-projects.jpg) left top repeat-x;
}

#container-latest-projects h2 {
	width: 100%;
	height: 13px;
	margin: 5px 0 15px 0;
	text-indent: -9999px;
	background: url(../images/backgrounds/latest-projects-header.gif) center no-repeat;
}

#container-latest-projects ul {
	list-style: none;
}

#container-latest-projects img {
	margin-left: -1px;
	padding: 9px;
	width: 156px;
	height: 99px;
	background: url(../images/backgrounds/latest-projects-photo.png);
}

/* Nieuws
----------------------------------------------- */

.entry {
	overflow: hidden;
	height: 0.1%;
	padding: 10px 0;
	border-bottom: 1px dashed #898981;
}

.entry.last {
	border-bottom: 0;
}

.entry.odd {
	background-color: #f9f9f8;
}

.entry img {
	padding: 9px 13px 13px 9px;
	background: url(../images/backgrounds/news-photo.png) no-repeat;
}

.entry h3 {
	padding-bottom: 0;
}

.entry h3 a {
	color: #226fa4;
}

em.datetime {
	font-style: normal;
	color: #226fa4;
}

.entry .entry-body {
	width: 350px;
	padding: 0 10px;
}

#archive .col-label {
	width: 70px;
}

/* Projecten
----------------------------------------------- */

#container-project-image {
	overflow: hidden;
	float: left;
	height: 0.1%;
	padding-bottom: 10px;
}

#container-project-image ul {
	float: right;
	list-style: none;
}

#container-project-image li {
	float: left;
	padding-left: .5em;
}

#container-project-image li a {
	color: #666;
	text-decoration: none;
}

#container-project-image li.active a {
	color: #ce6a17;
}

#pg-proj #nav-projecten {
	margin-bottom: 1px;
}

#pg-proj .col-label {
	width: 150px;
}

/* Projecten
----------------------------------------------- */

#pg-faq ul {
	list-style: none;
}

#pg-faq ul li {
	padding-bottom: 5px;
}

#pg-faq ul a {
	text-decoration: none;
}