/* 
    Document   : style
    Created on : 17-okt-2012, 15:30:55
    Author     : Heijnen Media
*/

root { 
    display: block;
}

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

body {
    font-family: 'Ubuntu';
    height: 100%;
    background:#fff url('/img/main-bg.png') repeat-y center;
}

#wrapper {
    height: 100%;
}

#header {
    width: 100%;
    height: 100%;
    max-height: 844px;
    z-index: 0;
    background:#fff url('/img/header-bg.png') no-repeat center center;
}

#header-content {
    position: absolute;
    width: 950px;
    height: 400px;
    margin: 0px auto;
    left: 50%;
    margin-left: -475px;
    margin-top: 100px;
}

#header-content .left {
    float: left;
    display: inline;
    width: 950px;
    text-align: center;
}

#header-content .left h2 {
    width: 550px;
    text-align: center;
    margin: 0px auto;
    margin-top: 50px;
    font-weight: 100;
    font-size: 22px;
    margin-bottom: 75px;
}

#header-content .right {
    float: left;
    display: inline;
    width: 450px;
    height: 400px;
}

#header-content .right .well {
    text-align: center;
}

#header-content .right h3 {
    width: 450px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    
}

.modalown {
    width: 800px;
    margin-top: -300px;
    margin-left: -399px;
}

.modal-bodyown {
    max-height: 566px;
    padding: 0px;
}

.carousel {
    margin-bottom: 0px;
}

.carousel-control {
    top: 48%;
}

#nav {
    display: block;
    width: 100%;
    height: 60px;
    margin-top: -60px;
    z-index: 1000;
    background: #fff;
}

#nav.affix-top {
    -webkit-box-shadow: 0 -5px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 -5px 15px rgba(0,0,0,0.2);
    -o-box-shadow: 0 -5px 15px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 -5px 15px rgba(0,0,0,0.2);
    box-shadow: 0 -5px 10px rgba(0,0,0,0.2);
}

#nav.affix {
    margin-top: 0px;
}

#nav-main {
    width: 960px;
    height: 60px;
    margin: 0px auto;
}

.affix {
    top: 0px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

a#main-logo {
    float: left;
    display:block;
    width: 1px;
    height:1px;
    padding-left:39px;
    padding-top:39px;
    background: url('/img/logo_small-grey.png')no-repeat;
    margin-right:1px;
    overflow:hidden;
    text-indent:inherit;
}

.affix a#main-logo {
    float: left;
    display:block;
    width: 1px;
    height:1px;
    padding-left:39px;
    padding-top:39px;
    background: url('/img/logo_small.png')no-repeat;
    margin-right:1px;
    overflow:hidden;
    text-indent:inherit;
}

#logo_small {
    float: left;
    display: left;
    margin-top: 10px;
}

#nav-main ul {
    float: right;
    display: inline;
    margin-top: 9px;
}

#nav-main ul li {
    float: left;
    display: inline;
}

#nav-main ul li a {
    color: #333;
    margin-left: 80px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 11px;
}

#nav-main ul li a:hover {
    background:#333;
    color:#fff;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px;
    text-decoration:none;
}

#nav-main ul li.active a {
    background:#333;
    color:#fff;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px;
    text-decoration:none;
}

#nav-main ul li a#home {
    display: none;
}

#magazine{
	width:800px;
	height:566px;
}
#magazine .turn-page{
	background-color:#ccc;
	background-size:100% 100%;
}

.thumbnail {
    background: #FFF;
}

.page {
    width: 950px;
    min-height: 100%;
    margin: 0px auto;
}

.content{
    display: block;
    padding-top: 75px;
}

.nieuws {
}

.over-vic {
}

.conceptentable .img {
    width: 300px;
}

.table p {
    font-family: 'Ubuntu';
    line-height: 26px;
    font-weight: 100;
}

.table p b {
    font-weight: bold;
}