body {
	background-color: #CCCCCC !important;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
}
#topnavbar {
    margin: 0;
}
#topnavbar.affix {
    position: fixed;
    top: 0;
    width: 100%;
}
.row {
    padding-left:40px;
    padding-right:40px;
}
.toppijl {
	width:18px;
	height:24px;
	background:url(../bitmaps/pijl.png);
	display:inline-block;}
.toppijl:link, .toppijl:visited, .toppijl:active{
	width:18px;
	height:24px;}
.toppijl:hover {
	background-position:0 -24px;
}
.rightpijl {
	width:18px;
	height:24px;
	background:url(../bitmaps/volgende.png);
	display:inline-block;}
.rightpijl:link, .rightpijl:visited, .rightpijl:active{
	width:18px;
	height:24px;}
.rightpijl:hover {
	background-position:0 -24px;
}
.leftpijl {
	width:18px;
	height:24px;
	background:url(../bitmaps/vorige.png);
	display:inline-block;}
.leftpijl:link, .leftpijl:visited, .leftpijl:active{
	width:18px;
	height:24px;}
.leftpijl:hover {
	background-position:0 -24px;
}

.menunaam {
    margin:0 0 20px 0;
}
.citaat {
    margin-top:20px;
    font-size:larger;
}
@media (min-width: 768px){
    .navbar-nav{
        float:none !important;
        margin: 0 auto !important;
        display: table !important;
        table-layout: fixed !important;
    }
    .row {
        padding-left:140px;
        padding-right:140px;
    }
}
.navbar-default {
    background-color:transparent !important;
    border: none !important;
}
.container {
    background-color:#fff;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
}
a img { 
	border: none;
}
a:link {
	color: #666666;
	text-decoration: underline; /* tenzij u zeer unieke opmaak toepast op uw koppelingen, kunt u de koppelingen het beste onderstrepen zodat ze gemakkelijk te herkennen zijn */
}
a:visited {
	color: #666666;
}
a:hover, a:active, a:focus { /* met deze groep kiezers krijgen gebruikers die navigeren met een toetsenbord, dezelfde aanwijsfunctionaliteit als gebruikers die werken met een muis. */
	text-decoration: underline;
	color: #900;
}

.content {

	padding: 10px 0;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:link {
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #999999;
	text-decoration: none;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #990000;
	text-decoration: underline
}
a:active {
	font-size: 10pt;
	color: #990000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	line-height: 20px;
}
.kop {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #0066CC;
}
.broodtekst {
	font-size: 14px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.onderschrift_werk {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
    margin-bottom:80px;
}
hr {
	border: 1px solid #003399;
	width: 900px;
	margin: auto;
}
.language {
	margin: 7px -80px 7px 0;
	display: none;
	cursor: pointer;
}
.submenu:hover {
	background-color: #0066CC !important;
    color: #fff !important;
}
div.c-wrapper{
	width: 80%; /* for example */
	margin: auto;
	position:relative;
	float:left;
}
.carousel-control-fv {
	position:absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control-fv.left {
	left: 0;
	right: auto;
}
.carousel-control-fv.right {
	right: 0;
	left: auto;
}
.carousel-control-fv .glyphicon-chevron-left {
	left: 50%;
}
.carousel-control-fv .glyphicon-chevron-right {
	right: 50%;
}
.control-fv-left {
	width:10%;
	height:100%;
	position:relative;
	float:left;
	margin-top:40%;
}
.control-fv-right {
	width:10%;
	height:100%;
	position:relative;
	float:right;
	margin-top:40%;
}
.carousel-caption {
	position: relative;
	left: auto;
	right: auto;
	top:20px;
	text-shadow:none;
}

