@charset "utf-8";
@media all {
	* {
		margin: 0;
		padding: 0;
	}
	body{
		color: #3b3b3b;
		background: #fff url(../img/bg_body.png) repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	img{
		border: none;
	}
	#wrapper {
		margin: 0 10px 0 190px;
		padding: 0 0 10px 0;
	}
	.navigation {
		position: absolute;
		top: 0;
		left: 0;
	}
	#wrapper #logo{
		background: url(../img/logo_new.png) no-repeat;
		height: 120px;
		width: 225px;
		text-indent: -9999em;
		text-align: left;
	}
	.navigation ul{
		list-style-position: inside;
		list-style: none;		
		margin: 18px 0 40px 10px;
	}
	.navigation ul li{
	}
	.navigation ul a{
		color: #8b8bb9;
		display: block;
		height: 24px;
		width: 120px;
		padding: 8px 0 0 40px;
		margin: 0 0 8px 0;
		font-size: 14px;
		text-decoration: none;
		font-weight: bold;
	}
	.navigation ul a:hover, .navigation ul a.selected{
		color: #505082;
	}
	.navigation ul a#home{
		background: url(../img/icon_home1.png) no-repeat center left;
	}
	.navigation ul a#home:hover, .navigation ul a#home.selected{
		background: url(../img/icon_home2.png) no-repeat center left;
	}
	.navigation ul a#portfolio{
		background: url(../img/icon_portfolio1.png) no-repeat center left;
	}
	.navigation ul a#portfolio:hover, .navigation ul a#portfolio.selected{
		background: url(../img/icon_portfolio2.png) no-repeat center left;
	}
	.navigation ul a#over{
		background: url(../img/icon_over1.png) no-repeat center left;
	}
	.navigation ul a#over:hover, .navigation ul a#over.selected{
		background: url(../img/icon_over2.png) no-repeat center left;
	}
	.navigation ul a#nieuws{
		background: url(../img/icon_nieuws1.png) no-repeat center left;
	}
	.navigation ul a#nieuws:hover, .navigation ul a#nieuws.selected{
		background: url(../img/icon_nieuws2.png) no-repeat center left;
	}
	.navigation ul a#links{
		background: url(../img/icon_links1.png) no-repeat center left;
	}
	.navigation ul a#links:hover, .navigation ul a#links.selected{
		background: url(../img/icon_links2.png) no-repeat center left;
	}
	.navigation ul a#partners{
		background: url(../img/icon_partners1.png) no-repeat center left;
	}
	.navigation ul a#partners:hover, .navigation ul a#partners.selected{
		background: url(../img/icon_partners2.png) no-repeat center left;
	}
	.navigation ul a#contact{
		background: url(../img/icon_contact1.png) no-repeat center left;
	}
	.navigation ul a#contact:hover, .navigation ul a#contact.selected{
		background: url(../img/icon_contact2.png) no-repeat center left;
	}
	.navigation ul a#vacatures{
		background: url(../img/icon_vacature1.png) no-repeat center left;
	}
	.navigation ul a#vacatures:hover, .navigation ul a#vacatures.selected{
		background: url(../img/icon_vacature2.png) no-repeat center left;
	}
	.navigation p{
		color: #676565;
	}
	.navigation h1{
		margin: 0 0 5px 0;
	}
	.navigation h1 a{
		color: #505082;
		font-size: 13px;
		text-decoration: none;
	}
	.navigation form{
		width: 154px;
		margin: 0 0 5px 0;
	}
	.navigation form .box{
		border: 1px solid #b8b8e2;
		margin: 0 0 5px 0;
		color: #9b9a9a;
	}	
	.navigation p a{
		color: #505082;
		text-decoration: none;
	}
	.navigation p a:hover{
		text-decoration: underline;
	}	
	.navigation h2{
		color: #676565;
		font-size: 13px;
		margin: 30px 0 3px 0;
	}
	table {
		border-collapse: collapse;
	}
	td {
		/*border: 1px solid #f00;*/
		padding-left: 5px;
		vertical-align: top;
	}
	td h1 {
		border-bottom: 1px solid #3b3b3b;
		font-weight: normal;
		color: #676565;
		font-size: 18px;
		margin: 0 0 20px 0;
	}
	td h2 {
		border-bottom: 1px solid #8585ba;
		font-weight: normal;
		color: #8585ba;
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	td h3{
		color: #505082;
		font-size: 13px;
		margin: 0 0 10px 0;
	}	
	.toprow{
		height: 140px;
		float: right;
	}
	td .item{
		padding: 0 20px 10px 0;
	}
	td .item .button, td .bedrijfitem .button{
		width: 150px;
		height: 20px;
		display: block;
		background: url(../img/bg_button2.png) no-repeat;
		padding: 6px 0 0 32px;
		color: #8b8bb9;
		text-decoration: none;
	}
	td .item .button:hover, td .bedrijfitem .button:hover{
		background: url(../img/bg_button.png) no-repeat;
		color: #505082;
		text-decoration: none;
	}
	td .item h1{
		border: none;
		padding: 0;
		margin: 0 0 5px 0;
		font-size: 13px;
		font-weight: bold;
	}
	td .item h1 a{
		color: #505082;
		text-decoration: none;
	}
	td .item img{
		float: left;
		margin: 0 8px 3px 0;
	}
	td .item p{
		margin: 0 0 15px 0;
	}
	
	td .item h3 span{
		font-weight: normal;
		color: #3b3b3b;
	}
	
	td .item p a{
		color: #505082;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	td .item p a:hover{
		text-decoration: underline;
	}
	td .item ul, .bedrijfitem ul{
		margin: 0 0 15px 0;
	}
	td .item ul li, .bedrijfitem ul li{
		list-style: inside;
	}
	td .item ul li a{
		color: #505082;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	td .item ul li a:hover{
		text-decoration: underline;
	}
	
	td .item ol{
	  list-style-position: inside;
	}
	
	.bedrijfitem{
		padding: 0 0 0 40px;
	}
	td .portals{
		background: url(../img/portalicon.gif) no-repeat top left;
	}
	td .webcams{
		background: url(../img/webcamicon.gif) no-repeat top left;
	}
	td .vod{
		background: url(../img/vodicon.gif) no-repeat top left;
	}	
	td .tv{
		background: url(../img/tvicon.gif) no-repeat top left;
	}	
	td .wallet{
		background: url(../img/walleticon.gif) no-repeat top left;
	}	
	td .dames{
		background: url(../img/damesicon.gif) no-repeat top left;
	}	
	td .cam{
		background: url(../img/camicon.gif) no-repeat top left;
	}	
	td .contentprov{
		background: url(../img/contenticon.gif) no-repeat top left;
	}	
	td .overige{
		background: url(../img/overigeicon.gif) no-repeat top left;
		margin-top: 10px;
	}	
	td .sexmarkt{
		background: url(../img/sexmarktlogo.png) no-repeat top left;
		margin-top: 10px;
	}	
	td .hookers{
		background: url(../img/hookersicon.gif) no-repeat top left;
		margin-top: 10px;
	}
	.bedrijfitem h1{
		border: none;
		padding: 0;
		margin: 0 0 5px 0;
		font-size: 13px;
		font-weight: bold;
		color: #505082;
	}	
	.bedrijfitem h1 a{
		color: #505082;
		text-decoration: none;
	}
	#wrapper .bedrijfitem p{
		margin: 0 0 15px 0;
	}
	.bedrijfitem p a{
		color: #505082;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	.bedrijfitem p a:hover{
		text-decoration: underline;
	}
	
	/*CSS voor op de partners pagina*/
	td .partneritem{
		padding: 0 20px 25px 0;
	}
	td .partneritem h1{
		border: none;
		padding: 0;
		margin: 0 0 5px 0;
		font-size: 13px;
		font-weight: bold;
	}
	td .partneritem h1 a{
		color: #505082;
		text-decoration: none;
	}
	td .partneritem p{
		margin: 5px 0 0 0;
	}
	td .partneritem p a{
		color: #505082;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	td .partneritem p a:hover{
		text-decoration: underline;
	}
	td .leverancieritem{
		padding: 0 20px 10px 0;
	}
	td .leverancieritem h1{
		border: none;
		padding: 0;
		margin: 0 0 5px 0;
		font-size: 13px;
		font-weight: bold;
	}
	td .leverancieritem h1 a{
		color: #505082;
		text-decoration: none;
	}
	td .leverancieritem p{
		margin: 5px 0 0 0;
	}
	td .leverancieritem p a, #footerbottom a{
		color: #505082;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	td .leverancieritem a img{
		float: left;
		border: none;
		width: 175px;
	}
	td .leverancieritem p a:hover, #footerbottom a:hover{
		text-decoration: underline;
	}
	
	/*CSS voor de contact pagina*/
	#contactformulier label{
		width: 85px;
		display: block;
		float: left;
	}	
	#contactformulier .contactbutton{
		position: relative;
		left: 85px;
		top: 5px;
	}	
	td .contactinfo ul{
		padding-right: 25px;
	}
	td .contactinfo ul li{
		list-style: none;
	}
	td .contactinfo img{
		float: none;
		display: block;
		margin: 0 0 10px 0;
	}
	td .routebeschrijving img{
		float: none;
		display: block;
		margin: 0 0 10px 0;
	}
	
	/*Css voor de nieuwspagina*/
	td .nieuwsimg{
		border: none;
	}
	#nieuws td img{
		display: block;
		margin: 0 0 20px 0;
	}
	
	#footerbottom{
	    clear: both;
	    text-align: center;
	    padding: 25px 0 10px 0;
  }
  #dataPage{
    clear: both;
	  text-align: center;
    display: block;
    margin: 0 auto;
  }  
}
