/*
Copyright Soluso e-solutions & consultancy, 2009. Alle rechten voorbehouden.
version: 1.0

Stylesheet: main.css
Description: positioning for all common sections and selectors.
Author: Soluso e-solutions & consultancy.
Date: 17-07-2009
*/

body{
	margin: 0 auto;
	background: url(../images/body-background.png) repeat-x #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Begin Container section */

div#container{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* Begin Navigation section */

div#navigationholder{
	position: relative;
	width: 960px;
	height: 105px;
}

div#subnavigation{
}

/* End Navigation section */

/* Begin Header section */

div#header{
	height: 114px;
	position: relative;
}

div#logo
{
	position: absolute;
	top: 30px;
	left: 0;
}

div#slogan
{
    width: 161px;
    height: 27px;
    position: absolute;
    top: 45px;
    left: 354px;
}

div#contact
{
	position: absolute;
	top: 30px;
	left: 625px;
}

div#searchbarholder{
}

div#languagebarholder{
	position: absolute;
	left: 735px;
	width: 225px;
	top: 21px;
	height: 21px;
	text-align: right;
}

/* End Header section */

/* Begin Main section */

div#main{
}

div#quickmenu
{
	height: 143px;
	width: 960px;
	z-index: 1000;
}

div#quickmenu .column
{
	float: left;
	width: 290px;
	height: 144px;
	padding: 66px 15px 0;
	display: block;
}

.opleidingen
{
	background: url(../images/onze-opleidingen.jpg) no-repeat;
}

.waarom
{
	background: url(../images/waarom-hbo-nederland.jpg) no-repeat;
}

.filmpjes
{
	background: url(../images/filmpjes.jpg) no-repeat;
}

div.dropdown-opleidingen
{
	position: relative;
	width: 260px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	background: url(../images/dropdown-opleidingen.png) no-repeat;
}

div.dropdown-opleidingen a, div.dropdown-opleidingen a.active, div.dropdown-opleidingen a.visited
{
	color: #FFFFFF;
	width: 250px;
	display: block;
	padding: 0 15px; 
	text-decoration: none;
	font-weight: bold;
}

div#dropdown-opleidingen-open
{
	width: 300px;
	height: 177px;
	padding: 10px 0 0;
	position: absolute;
	left: 0px;
	top: 25px;
	visibility: hidden;
	background: url(../images/dropdown-opleidingen-open.png) no-repeat;
	z-index: 1000;
}

div#dropdown-opleidingen-open a{
	font-weight: normal;
	line-height: 24px;
}

div#dropdown-opleidingen a:hover, div#dropdown-opleidingen-open a:hover{
	text-decoration: underline;
}

ul#list-waarom-hbo-nederland, ul#list-filmpjes
{
	position: relative;
	top: -5px;
}

ul#list-waarom-hbo-nederland li a
{
	text-decoration: none;
	color: #FFFFFF;
	background: url(../images/icon-tick.png) no-repeat left center;
	padding: 0 0 0 30px;
	line-height: 24px;
}

ul#list-waarom-hbo-nederland li a:hover, ul#list-filmpjes li a:hover {
	text-decoration: underline;
}

ul#list-filmpjes li a
{
	text-decoration: none;
	color: #FFFFFF;
	background: url(../images/icon-bullet.png) no-repeat left center;
	padding: 0 0 0 30px;
	line-height: 24px;
}

ul#list-filmpjes li span
{
    color: #FFFFFF;
    line-height: 24px;
}

div#content{
	width: 960px;
	height: 359px;
	position: relative;
	background: url(../images/background-content-frontpage.jpg) no-repeat;
	z-index: 0;
	min-height:359px;
    height:auto !important;
    height:359px;
}

div#open-dagen{
	position: absolute;
	left: 0px;
	top: 110px;
	width: 294px;
	height: 227px;
	background: url(../images/open-dagen-bg.png) no-repeat;
}

p.date {
    font-weight: bold;
    left: 55px;
    position: absolute;
    text-align: center;
    top: 153px;
    width: 237px;
    color: #FFF;
}

div.events {
    left: 55px;
    position: absolute;
    text-align: center;
    top: 179px;
    width: 237px;
    color: #FFF;
    height: 61px;
    position: relative;
}

p.event {
    margin: 0;
    padding: 0 0 5px 10px;
    line-height: 1;
    color: #FFF;
}

span.time {
    position: absolute;
    right: 10px;
}

a.leesmeer {
    color: #a5312a;
    text-decoration: underline;
    left: 55px;
    position: absolute;
    text-align: center;
    top: 231px;
    width: 237px;
}

div#actie{
	position: absolute;
	left: 189px;
	top: -9px;
}

div#brochure{
	position: absolute;
	left: 373px;
	top: 227px;
}

div#stage{
	position: absolute;
	left: 438px;
	top: -1px;
}

div#vijf-redenen{
	position: absolute;
	left: 705px;
	top: 70px;
}

/* End Main section */

div#footercontainer{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 197px;
	background: url(../images/background-footer.jpg) repeat-x;
}

div#footer{
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

div#footer div.column{
	width: 240px;
	height: 197px;
	float: left;
}

div#footer div.belangrijk{
	background: url(../images/background-col-belangrijk.jpg);
}

div#footer div.gerelateerd{
	background: url(../images/background-col-gerelateerd.jpg);
}

div#footer div.over{
	background: url(../images/background-col-over.jpg);
}

div#footer div.copyright{
	background: url(../images/background-col-copyright.jpg);
	padding-top: 45px;
	height: 152px;
}

ul#list-belangrijk, ul#list-gerelateerd, ul#list-over
{
	position: relative;
	top: 90px;
}

ul#list-belangrijk li a, ul#list-gerelateerd li a, ul#list-over li a
{
	text-decoration: none;
	color: #FFFFFF;
	background: url(../images/icon-arrow.png) no-repeat left center;
	padding: 0 0 0 30px;
	line-height: 24px;
}

ul#list-belangrijk li a:hover, ul#list-gerelateerd li a:hover, ul#list-over li a:hover{
	text-decoration: underline;
}

div#footer div.copyright span
{
	color: #ad9cb1;
	line-height: 18px;
	display: block;
	font-size: 0.8em;
	margin: 0 15px;
}

div#footer div.copyright span.links{
	margin-top: 10px;
}

div#footer div.copyright span.links a, div#footer div.copyright a{
	color: #ad9cb1;
	text-decoration: none;
}

div#footer div.copyright span.links a:hover,div#footer div.copyright div.inloggen a:hover, div#footer div.copyright a:hover{
	color: #FFFFFF;
}

div#footer div.copyright div.inloggen{
	margin: 20px 15px 0;
	font-size: 0.917em;
}

div#footer div.copyright div.inloggen a{
	color: #ad9cb1;
	text-decoration: none;
	line-height: 20px;
	display: block;
}
/* End Container section */


/* 
	Common used elements 
	DO NOT MODIFY!
*/

.clearfix, .clearfix:after{
	clear: both;
	font-size: 1px;
	line-height: 0;
	margin: 0;
	content:"."; 
	display:block; 
	height:0; 
	visibility:hidden;
}

/*  \*/
.clearfix{
	min-height:1%;
}

* html .clearfix{
	height:1%;
}

div.left{
	float: left;
}

div.right{
	float: right;
}
