body
{
line-height: 17px;
}
.pagecontainer
{
	margin: auto;
	border: 0;
	width: 100%;
	max-width: 1000px;
	position: relative;
}
#top
{
	height: 140px;
	background-color: #fff;	
}
#top .pagecontainer
{
	background-color: #ffffff;
	height: 140px;
}
#logo
{
	position:absolute;
	top:20px;
	left:40px;
	z-index:10;
}
#citaat
{
	position:relative;
    height: 136px;
    width: 500px;
    overflow: hidden;
    padding-left: 400px;
    padding-top: 40px;
}
#citaatslider
{
    width: 501px;
    height: 100%;
}
#citaat .citaattitel
{
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: solid 2px blue;
    padding-left: 26px;
    height: 18px;
}
#citaat .citaattitel:before
{
    content: "\f10d";
    font-family: FontAwesome;
    left:0;
    position:absolute;
    top:0;
    font-weight: normal;
    color: blue;
}
#citaat .citaattitel i
{
}
#citaat .citaatbericht
{
    text-align: center;    
    font-style: italic;
    font-size: 15px;
    height: 75px;
    overflow: hidden;
    margin: auto;
    width: 460px;
    line-height: 18px;
}
#citaat .citaatnaam
{
    font-size: 11px;
    font-family: Arial;
    text-transform: uppercase;
    right: 80px;
    position: absolute;
    top: 116px;
    height: 12px;
    line-height: 12px;
}
#topbalk
{
	height: 44px;
}
#sliderbalk, #sliderover
{
	background-repeat: no-repeat;
	/*background-size: cover;*/
	background-position: center;
	height: 400px;
}
#sliderover
{
    z-index: 2;
    display: none;
}
#hoofdmenuoud
{
	padding-left: 380px;
	padding-right: 20px;
	width: 600px;
	height:44px;
	position:absolute;
	top: 74px;
}
#hoofdmenu
{
	//padding-left: 40px;
	//padding-right: 20px;
	height:44px;
    display: inline-block;}

#hoofdmenu > ul
{
	font-weight: 300;
	height:44px;
	margin:auto;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-size:15px;
}
#hoofdmenu > ul > li
{
	display:inline-block;
	height: 44px;
	text-align: left;
	position: relative;
}
#hoofdmenu > ul > li > a
{
	line-height: 44px;
    color:  #303030;
	display: block;
	text-decoration: none;
	padding-left:16px;
	padding-right:16px;
}
#hoofdmenu > ul > li:first-child > a
{
	margin-left: -16px;
}
#hoofdmenu > ul > li:last-child 
{
	
}
#hoofdmenu > ul > li a.selected, #hoofdmenu ul li a:hover
{
	color:  red;
	position: relative;
	background-color: white;
}
#hoofdmenu ul li a:hover
{
	background-color: red;
}

#content
{
	font-weight: 300;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	min-height:600px;
	background-color: rgba(255,255,255,0.85);
	width:920px;
    line-height: 21px;
}
#content.metslider
{
	//top: -266px;
    position: relative;
    //margin-bottom: -266px;
}
#flxcontainer
{
    display: flex;
    flex-direction: row;
}
#circlecontainer
{
	text-align: center;
    padding-top: 10px;
    margin-left: -40px;
    margin-right: -40px;
    left: -40px;
}
div.circle
{
	
	margin-right: 56px;
	display: inline-block;
	height: 240px;
}
#circlecontainer div.circle:nth-child(4n+4)
{
	margin-right: 0;
}
#circlecontainer div.circle:last-child
{
	margin-right: 0;
}
div.circle img
{
	opacity: 1;
	background-color: white;
	border-radius: 182px;
	box-shadow: 5px 5px 3px #888888;
	width: 182px;
	height: 182px;
}
div.circle img:hover
{
	box-shadow: 5px 5px 3px #aaaaaa;
	opacity: 0.85;
}
div.circle div
{
	margin-top: 16px;
	max-height: 80px;
	min-height: 40px;
}
#circlecontainer a
{
	color: #95979a;
}
#circlecontainer a:hover
{
	text-decoration: none;
}
h1
{
    font-family: 'Francois One';
	font-size:36px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 16px;
	color: #4d4d4d;
}
h2
{
	font-size:19px;
	font-weight: 700;
	color: #4d4d4d;
}
#bottom
{
	height:240px;
	background-color:#dedede;
}
#bottom .pagecontainer
{
	color:#fff;
	font-size:15px;
	height: 220px;
	position: relative;
	padding-top: 20px;
	background: url(/siteimg/ooc_footerbg.png) no-repeat 10px 120px;
}
#bottom a
{
	color: white;
	text-decoration: none;
}
#bottomleft
{
	padding-left: 40px;
	width:680px;
	position: absolute;
	
	font-size: 11px;
	font-weight: 100;
}
#bottomright
{
	width:260px;
	position: absolute;
	right: 20px;
	
}





#hoofdmenu ul ul
{
	position: absolute;
	left:0;	
	width: 220px;
	z-index: 10;
	background-color: #ffffff;
	display: none;
	box-shadow: 3px 3px 5px 0px rgba(200, 200, 200, 0.7);
	min-height:250px;
	padding-top: 20px;
}
#hoofdmenu ul ul ul
{
	min-height:20px;
}
#hoofdmenu ul > li:hover > ul
{
	display: block;
}

#hoofdmenu ul ul li
{
	float:none;
	position:relative;
	
}
#hoofdmenu ul ul li a
{
	color: #303030;
	font-size:18px;
	font-weight: 100;
	line-height:24px;
	text-decoration: none;
	display: block;
	padding-left:14px;
	padding-top:12px;
	padding-bottom:12px;
	min-height:24px;
}
#hoofdmenu ul ul li a:hover, #hoofdmenu ul ul li a.selected
{
	color:#fff;
	background-color: #b3b3b3;
}

#hoofdmenu ul ul ul
{
	position: absolute;
	top:0;
	left:240px;	
	width: 240px;
	z-index: 15;
	display:none;
}

table.contactgegevens, table.contactgegevens td
{
padding: 0;
margin: 0;
}

table.contactgegevens td
{
	font-size: 14px;
	height: 18px;
}


.ui-widget *
{ 
	outline: none !important; 
}
b, strong
{
	font-weight: 700;
}

#social
{
	position: absolute;
	right:0;
	top: 0;
	z-index:10;
}
#social a
{
	background-color: #fff;
	color:#dedede;
	font-size: 22px;
	width: 44px;
	line-height: 44px;
	display: inline-block;
	text-align: center;
	margin-right: 4px;
	text-decoration: none;
}
#social a:last-child
{
	margin:0;
}
#social a.fa-facebook:hover
{
	background-color: #3B5998;
}
#social a.fa-twitter:hover
{
	background-color: #33ccff;
}
#social a.fa-google-plus:hover
{
	background-color: #c63d2d;
}
#social a.fa-linkedin:hover
{
	background-color: #4875b4;
}
#social a.fa-youtube:hover
{
	background-color: #ff3333;
}
div.informatieaanvraag td
{
	height: 36px;
}
a.ilink, a.elink
{
    font-weight: 400;
    padding-left: 20px;
    background: url(/siteimg/ilinkli.png) no-repeat -2px 3px;
}

#imageright
{
    min-width: 140px;
    height: 100px;
}
#imageright img
{
border: solid 1px #ccc;
}
#beeldmerk
{
    width: 120px;
    margin-right: 40px;
    padding-top: 60px;
}
#beeldmerk img
{
    transform: rotate(0deg);
    opacity: 0.05;
    width: 120px;
}
.paragraaf
{
    position: relative;
    float: left;
    margin-bottom: 16px;
    width: 100%;
}
.timgl{margin-right: 23px; float: left;}
.timgr
{
margin-left: 23px; float: right;
}

.parstreep
{
	border: 0;
	border-top: dashed 1px #bbb;
    width: 50%;
}
