@import url(http://fonts.googleapis.com/css?family=Ruda:400,700);

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	padding: 0px; margin: 0px;
	font-family: Verdana;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	background-repeat: repeat-x;
	height:100%
}

body.background {
	background-image: url("images/page_bg.png");
}

.bluebar {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 130px;
	background-color: #0e71b8;
	left: 1040px;;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 70px; /* .push must be the same height as .footer */
}

.footer {
	color: #FFFFFF;
	background-color: #3c3c3b;
}

.footer a {
	color: #FFFFFF;
}

.center {
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

p {
	margin-bottom: 10px;
}

a { color: #0e71b8; text-decoration: none; }
a:hover { text-decoration: underline; }

a img {
	border: 0px;
}

h1 {
	font-family: 'Ruda', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px; padding: 0px;
	background-color: #9d9d9c;
	padding: 3px 7px;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
}

h1:after {
	content: " ";
	width: 20px;
	height: 24px;
	background-color:#0e71b8;
	font-weight:bold;
	position: absolute;
	right: 0;
	top: 0;
}

h2 {
	font-family: 'Ruda', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0px; padding: 0px;
}

h3 {
	font-family: 'Ruda', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 0px; padding: 0px;
}

.top {
	height: 138px;
}

.top .logo {
	margin-top: 12px;
	float: left;
}

.top .menu {
	font-family: 'Ruda', sans-serif;
	list-style: none; 
	margin: 0; padding: 0;
	margin-top: 50px;
	float: left;
	margin-left: 20px;
}

.top .menu li {
	float: left;
	margin-left: 25px;
	margin-right: 25px;
}

.top .menu li  a {
	color: #3c3c3b;
	display: block;
	padding: 6px 15px;
	text-transform: uppercase;
	font-size: 16px;
}

.top .menu li:hover {
	background: #0e71b8;
}

.top .menu li:hover  a {
	color: #FFFFFF;
	text-decoration: none;
}

.top .menu ul {
	display: none;
	position: absolute;
	list-style: none;
	margin: 0; padding: 0;
	background: #0e71b8;
	z-index: 1000;
}

.top .menu li:hover ul {
	display: block;
}

.top .menu ul li {
	margin: 0;
	float: none;
}

.top .menu ul li a {
	color: #FFFFFF;
	text-transform: none;
}

.slider {
	background: gray;
	height: 390px;
	margin-bottom: 60px;
}

.slider .prev, .slider .next {
	background: #FFFFFF;
	color: #3c3c3b;
	font-size: 28px;
	opacity: 0.7;
	font-weight: bold;
	display: block;
	width: 50px; height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
}

.slider .next {
	float: right;
}

.slider .prev:hover, .slider .next:hover {
	text-decoration: none;
	cursor: pointer;
}

.slider .controls {

	padding-top: 170px;
}

.main {
	overflow: auto;
	margin-bottom: 20px;
}

.primary {
	float: left;
	width: 614px;
	margin-left: 72px;
}

.secondary {
	float: left;
	width: 260px;
	margin-left: 62px;
	background-color: #0e71b8;
	color: #FFFFFF;
}

.secondary h2 {
	font-family: 'Ruda', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px; padding: 0px;
	background-color: #9d9d9c;
	padding: 3px 7px;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
}

.secondary h2:after {
	content: " ";
	width: 20px;
	height: 24px;
	background-color:#0e71b8;
	font-weight:bold;
	position: absolute;
	right: 0;
	top: 0;
}

.secondary .content {
	padding: 5px;
}

.footer .realisatie {
	float: right;
	margin-right: 50px;
	font-family: 'Ruda', sans-serif;
	margin-top: 26px;
}

.footer .realisatie  img {
	vertical-align: sub;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}

.column {
	width: 275px;
	margin-right: 60px;
	float: left;
}

.column.last {
	margin-right: 0px;
}