/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
HEADER OBJECTS
Objecten die enkel voorkomen in de header
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	header.structure{color:white; }
	header.structure img{position:absolute; top:580px; right:75px;}
	header.structure .or-left{position:absolute; top:44px; left:-15px; width:15px; height:159px; background: url(../images/header-or-left.png) no-repeat top left; }
	header.structure .or-right{position:absolute; top:44px; right:-15px; width:15px; height:159px; background: url(../images/header-or-right.png) no-repeat top left; }

	/*----------------------------------------------------------------------------
	logo
	----------------------------------------------------------------------------*/
		header.structure h1 a{position:absolute; top:43px; left:0px;width:214px; height:146px; display:block; overflow:hidden; text-indent:-4000px; background: url(../images/logo.png) no-repeat top left; }

	/*----------------------------------------------------------------------------
	topline
	----------------------------------------------------------------------------*/
		header.structure .topline{font-size:18px;  font-size:1.8rem; margin-top: 25px; padding:5px 0px 5px 0px; position:absolute; top:0px; left:-15px; width: 946px; color:#fff; background-color: #bb0e27; text-transform:uppercase; }
    /* color: #bb0e27; */
	/*----------------------------------------------------------------------------
	about
	----------------------------------------------------------------------------*/
		header.structure .about{position:absolute; top:55px; left:237px;}
		header.structure .about h2{padding:10px 0px 0px 0px; font-size:45px;  font-size:4.5rem;   width:470px; font-family: 'UniveBol'; line-height:45px;}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
FOOTER OBJECTS
Objecten die enkel voorkomen in de footer
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*----------------------------------------------------------------------------
	text
	----------------------------------------------------------------------------*/
		footer.structure .mainnav{background-color:black; margin:0px 0px 0px 0px; text-align:left;   border-bottom:0px; border-top:0px; }
		footer.structure .mainnav a{padding:15px 11px 15px 11px;}

		footer.structure .mainnav li.on a, footer.structure .mainnav li:hover a{color:white; }
		footer.structure .mainnav li.on a:after, footer.structure .mainnav li:hover a:after{display:none; }

		footer.structure .siteby{position:absolute; top:15px; right:50px; color:white;text-decoration:underline;  }


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
LISTS
Opsommigen en lijsten in diverse maten en vormen
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*----------------------------------------------------------------------------
	mainnav
	----------------------------------------------------------------------------*/
    #nav {
      margin: 0 15px;
    }
    .mainnav{background-color:#97999c; width:100%; margin:0px 0px 20px 0px; text-align:center; border-bottom:1px solid #5c5d5f; border-top:1px solid #b6b8ba; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;  }
		.mainnav li{float:left;}
		.mainnav li a{color:white; text-transform:uppercase; position:relative;  padding:10px 11px 10px 11px; font-size:11px;  font-size:1.1rem; display:block; } /*display:inline-block; */

		.mainnav li.on a, .mainnav li:hover a{color:#bb0e27; }
		.mainnav li.on a:after, .mainnav li:hover a:after{position:absolute; bottom:-1px; left:50%; z-index:100;  margin:0px 0px 0px -7px; width:13px; height:7px; content:""; background: url(../images/mainnav.png) no-repeat top left; display:block; }



	/*----------------------------------------------------------------------------
	tweet_list
	----------------------------------------------------------------------------*/
		#tweet{padding:10px 0px 0px 0px; }
		#tweet li{clear:both; padding:0px 0px 15px 0px; }
		#tweet .profile-avatar{float:left; margin:0px 10px 10px 0px; }
		#tweet .time{color:#bb0e27; font-style:normal; display:block; }
		#tweet .time{color:#bb0e27; font-style:normal; }
		#tweet .name{color:black; }

	/*----------------------------------------------------------------------------
	bulletlist
	----------------------------------------------------------------------------*/
		.bulletlist{ list-style:outside disc; margin:0px 0px 0px 15px; }
		.bulletlist li{}


	/*----------------------------------------------------------------------------
	numberlist
	----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
BUTTONS
Declaratie van buttons en speciaal gestijlde links
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*----------------------------------------------------------------------------
	button1
	----------------------------------------------------------------------------*/
		.button1{background-color:#bb0e27;  color:white; text-transform:uppercase; text-decoration:none; display:inline-block; padding:3px 25px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }



	/*----------------------------------------------------------------------------
	link1
	----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
FORM ELEMENTS
Vormgeving van form elementen zoals <input> en <textarea>
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*----------------------------------------------------------------------------
	standard elements
	----------------------------------------------------------------------------*/



	/*----------------------------------------------------------------------------
	forms
	----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
BOXES
Gestijlde boxen die veelal hergebruikt worden en waarin zich andere objecten bevinden
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*----------------------------------------------------------------------------
	box1
	----------------------------------------------------------------------------*/




/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
OBJECTS
Objecten die meestal uit een verzameling van diverse tags bestaan en 1 object vormen (vb. tagcloud)
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*----------------------------------------------------------------------------
	ico
	----------------------------------------------------------------------------*/
		.ico{display:inline-block; position:relative; text-indent:-4000px; overflow:hidden; }
		.ico.print{width:16px; height:16px; background: url(../images/ico-print.png) no-repeat top left; }
		.ico.linkedin{width:24px; height:24px; background: url(../images/ico-linkedin.png) no-repeat top left; }
		.ico.twitter{width:24px; height:24px; background: url(../images/ico-twitter.png) no-repeat top left; }


	/*----------------------------------------------------------------------------
	heading
	----------------------------------------------------------------------------*/
		.heading{position:relative; padding:0px 0px 3px 0px;  border-bottom:3px solid #6d6f72;}
		.heading .ico.print{position:absolute; top:0px; right:0px;}
		.heading .sociallinks{position:absolute; top:-8px; right:0px;}


	/*----------------------------------------------------------------------------
	article
	----------------------------------------------------------------------------*/
		article{margin:10px 0px;  clear:both;}
		article .article-options{padding:10px 0px 0px 0px; position:relative; }
		article .article-options.left .fb-like{}
		article .article-options .liketext{font-size:8px !important; }

	/*----------------------------------------------------------------------------
	hr
	----------------------------------------------------------------------------*/
		.hr{border-bottom:1px solid #929395; clear:both; }



/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
TABLES
De tabellen gebruikt in deze site
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*----------------------------------------------------------------------------
	table1
	----------------------------------------------------------------------------*/
		.table1{width:100%;}
		.table1 td{padding:5px 0px; vertical-align:top;}
		.table1 td.alt{padding-right:50px; width:1%; white-space:nowrap; }




