
@import url("reset.css");
@import url("forms.css");

/*--------------------------------------------------------------------------------
Html & Body Reset
----------------------------------------------------------------------------------*/
html {
	text-align: center;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:12px;
	background: #fff;
	font-family: verdana;
}

h1, h2, h3, h4 {
	font-family: verdana;
}

/*--------------------------------------------------------------------------------
Footer & Push div
----------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
Container
----------------------------------------------------------------------------------*/

.container {
	width: 934px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 10px 0 0 0;
}

/*--------------------------------------------------------------------------------
Header
----------------------------------------------------------------------------------*/

.header {
	background: url(../img/bg-header.gif) repeat-x;
	width: 100%;
	height: 50px;
	position: relative;
}

/*--------------------------------------------------------------------------------
Header -> h1
----------------------------------------------------------------------------------*/

.header h1 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
	float: left;
}

.header h1 a {
	width: 233px;
	height: 39px;
	display: block;
	text-decoration: none;
	background: url(../img/algemeen/logo.png) no-repeat;
}

.header h1 a span {
	visibility: hidden;
}

/*--------------------------------------------------------------------------------
Header -> nav
----------------------------------------------------------------------------------*/

.header .nav {
	padding: 12px 0 0 5px;
	float: left;
}

.header .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header .nav ul li {
	float: left;
	background: url(../img/algemeen/sep.png) no-repeat left center;
	padding: 0 10px;
	font-size: 11px;
}

.header .nav ul li  a {
	text-decoration: none;
	color: #474747;
}

.header .nav ul li.first {
    display: none;
}

.header .nav ul ul {
    display: none;
}

/*--------------------------------------------------------------------------------
Header -> searchcontainer
----------------------------------------------------------------------------------*/

.search-container {
	float: right;
	background: url(../img/algemeen/sep.png) no-repeat right center;
	padding: 0 10px 0 0;
	margin: 10px 0 0 0;
}

.search-container input {
	border: 1px solid #b8b8b8;
	background: url(../img/achtergronden/bg-input.png) repeat-x;
	font-family: verdana;
	font-size: 10px;
	margin: 0;
	padding: 2px 0 1px 0;
}

.search-container a.button {
	text-decoration: none;
	font-size: 10px;
	color: #696969;
}

/*--------------------------------------------------------------------------------
Content-container
----------------------------------------------------------------------------------*/

.content-container {

}

.main {
    background: url(../img/achtergronden/bg-main.png) repeat-y left top;
}

    .main-top {
        width: 100%;
        height: 20px;
        background: url(../img/achtergronden/bg-main-top.png) no-repeat left top;
    }

    .main-footer {
        width: 100%;
        height: 28px;
        background: url(../img/achtergronden/bg-main-footer.png) no-repeat left bottom;
    }

.submenu {
    float: left;
    width: 160px;
    min-height: 240px;
    height: auto !important;
    height: 240px;
    padding: 25px 10px 15px 10px;
    position: relative;
}

    .submenu h3{
        font-family: "Trebuchet ms";
        font-size: 14px;
        font-weight: bold;
        color: #525252;
        padding-left: 10px;
    }

    .submenu ul {
        list-style: none;
    }

    .submenu a, .submenu a:hover {
        color: #DD1A1B;
        text-decoration: none;
        font-weight: bold;
    }

    .submenu a:hover {
        color: #FD1A1B;
    }

    .submenu .submenu-visual {
        margin: 30px 8px 10px 8px;
    }

.content {
    float: left;
    width: 690px;
    font-size: 11px;
    padding: 10px 25px 10px 39px;
    color: #525252;
    min-height: 240px;
    height: auto !important;
    height: 240px;
}

.content h2 {
    font-family: "Trebuchet ms";
	font-weight: bold;
	font-size: 24px;
    color: #525252;
}

.content h3 {
    font-family: "Trebuchet ms";
	font-size: 16px;
    color: #525252;
}

    .content h3 span {
        display: block;
        float: left;
        width: 100px;
    }

.content a, .content a:hover {
    color: #FD1A1B;
    text-decoration: none;
    font-weight: bold;
}

/*--------------------------------------------------------------------------------
Promo
----------------------------------------------------------------------------------*/

.promo {
	width: 932px;
	height: 394px;
	position: relative;
	overflow: hidden;
}

.promo .back {
	background: url(../img/achtergronden/bg-promo.png) no-repeat;
	width: 932px;
	height:394px;
	position: absolute;
	z-index: 10;
}

.promo .visual {
	position: absolute;
	z-index: 5;
	top: 1px;
	left: 4px;
}

.promo .overlay {
	z-index: 15;
	position: absolute;
	top: 8px;
	left: 5px;
	width: 323px;
	height: 370px;
	background: url(../img/achtergronden/bg-content-block.png) no-repeat;
}

.promo .overlay h2 {
	font-family: "Trebuchet ms";
	width: 270px;
	margin: 60px 0 0 30px;
	color: #525252;
	font-weight: bold;
	font-size: 30px;
}

.promo .overlay h4 {
	position: absolute;
	bottom: 20px;
	left: 35px;
	margin: 0;
	padding: 0 15px 0 0;
	background: url(../img/algemeen/sep-large.png) no-repeat right center;

}

.promo .overlay h4 span {
	background: url(../img/algemeen/sep-large.png) no-repeat left center;
	padding: 0 0 0 15px;
	font-size: 10px;
	color: #474747;
}

/*--------------------------------------------------------------------------------
News
----------------------------------------------------------------------------------*/

.news {
	background: url(../img/achtergronden/bg-news.png) no-repeat;
	width:893px;
	height: 33px;
	padding: 14px 0 0 40px;
}

.news h3 {
	font-size: 12px;
	margin: 0;
	padding: 0 55px 0 0;
	font-weight: bold;
	color: #474747;
	background: url(../img/algemeen/sep-large.png) no-repeat right center;
	float: left;
	line-height: 18px;
}
    .news h3 a, .news h3 a:hover {
        color: #525252;
        text-decoration: none;
    }

.news .news-items {
    margin-left: 153px;
}

.news .news-item {
	float: left;
}

    .news .news-item a, .news .news-item a:hover {
        color: #525252;
        text-decoration: none;
    }

/*--------------------------------------------------------------------------------
More
----------------------------------------------------------------------------------*/
.block {
	width: 187px;
	height: 105px;
	background: url(../img/achtergronden/bg-blok.png) no-repeat;
	float: left;
}

    .last {
        width: 185px;
    }

.inner-block {
	width: 169px;
	height: 90px;
	margin: 1px 0 0 3px;
	padding: 3px 5px;
	color: #474747;
	font-size: 10px;
	text-align: right;
}

.brochure .inner-block {
	background: url(../img/visuals/visual-brochure.png) no-repeat 0 15px;
}

.viewer .inner-block {
	background: url(../img/visuals/visual-viewer.png) no-repeat 0 15px;
}

.contact .inner-block {
	background: url(../img/visuals/visual-contact.png) no-repeat 0 15px;
}

.inner-block h3 {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	background: url(../img/algemeen/sep-large.png) no-repeat right center;
	padding: 0 5px 0 0;
	color: #474747;
	margin: 18px 0 5px 0;
}

.inner-block .sub {
	text-align: right;
	font-size: 10px;
	padding: 0 0 10px 0;
}

    .inner-block .sub a, .inner-block .sub a:hover {
        text-decoration: none;
    }

.inner-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.inner-block ul li {
	display: inline;
	background: url(../img/algemeen/sep.png) no-repeat left center;
	padding: 0 0 0 5px;
}

.inner-block ul li.first {
	padding: 0;
	background: none;
}

.inner-block a {
	color: #474747;
}