/* Global containers */

html {
	min-height: 100%;
	height: auto;
}

body {
	background-color: #0c1c3e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.625em;
	/* font-size is nu standaard 10px */
	color: #fff;
}

#container {
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	background-image: url(../images/footer.png);
	background-position: bottom center;
	background-repeat: repeat-x;
}


#header_content, #content, #footer {
	width: 940px;
	margin: 0 auto;
}

#content {
	margin-top: -125px;
}

/* Header */
 
#header {
	min-height: 268px;
	background-image: url(../images/header_gradient.png);
	background-repeat: repeat-x;
}

#header_inside {
	min-height: 268px;
	background-image: url(../images/header.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#header img#logo {
	left: -18px;
	position: relative;
	float: left;
	border: none;
}

#navigation {
	float: right;
	width: auto;
	margin-top: 15px;
}

#navigation li {
	display: inline;
	margin-left: 20px;
}

#navigation li a {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#navigation li.back {
	background-image: url(../images/selector.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 16px;
	margin: 0;
	position: absolute;
	top: -4px;
}

img#visjes {
	float: right;
	margin-top: 140px;
	margin-right: -200px;
}

/* Tagline */

#tagline {
	margin-bottom: 48px;
}

#tagline h1 {
	font-size: 2.4em;
	margin-bottom: 0px;
}

#tagline h2 {
	font-size: 1.8em;
	font-weight: normal;
	font-style: normal;
	color: #ccc;
}
	
/* Homepage & Diensten */

.left_column {
	float: left;
	position: relative;
	width: 460px;
}

.right_column {
	position: relative;
	margin-left: 480px;
}

.links_1, .links_2, .links_3 {
	width: 140px;
	overflow: hidden;
}

.links_1 {
	float: left;
}

.links_2 {
	margin: 0 160px;
}

.links_3 {
	float: right;
}

/* Contact */

#contact, #contact a {
	font-size: 2.5em;
	color: #9ebdff;
	text-align: center;
}

#contact a {
	font-size: 0.5em;
}

/* Footer */

#footer {
	margin: 50px auto 250px auto;
}

img#duiker {
	float: left;
}

#footer ul {
	float: right;
	width: auto;
	line-height: 110px;	
	list-style: none;
}

#footer ul li {
	color: #9ebdff;
	font-size: 1.0em;
	font-weight: bold;
	float: left;
	width: auto;
	margin-left: 40px;
}

#footer ul li span.sub {
	color: #4773de;
}

#footer a {
	color: #9ebdff;
}

/* Global markup */

a {
	outline: none;
}

p {
	font-size: 1.2em;
	line-height: 1.8em;
	margin-top: 1.8em;
	margin-bottom: 1.8em;
	color: #ddd;
}

h1 {
	font-size: 2.0em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
	margin-top: 0.9em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: normal;
	font-style: italic;
	margin-bottom: -1.8em;
}

.clear {
	clear: both;
}