/* 
Document   : kliksafe
Created on : 3-mei-2010, 10:17:17
Author     : Netsquare
Description:
Purpose of the stylesheet follows.
*/
*{
    margin: 0px;
    padding: 0px;
}
html{

    overflow-y: scroll;

    height:100%;
}
body {
    height:100%;
	width:100%;
	position:relative;
    background-image: url('../img/body_bg2.jpg');
    background-repeat: repeat-y;
    background-position: center;
    background-color: #9c9c9c;
    font-family: "trebuchet ms", arial;
}
img {
    border: 0px;
}
h1 {
    width: 100%;
    padding: 11px 0 0;
    font-size: 32px;
    line-height: 40px;
    color: #333333;
    font-weight:bold;
    float: left;
}
#tekstkader h1 {
    margin-left:20px;
}
h1 span {
    color: #ff5a00;
    font-weight:bold;
}
h2 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 22px;
    color: #333333;
}
p {
    float: left;
    line-height: 16px;
    text-align: left;
    margin: 0 0 16px;
    font-family:"trebuchet ms", arial;
    font-size:12px;
    color:#333;
    clear:left;
    width:820px;
}
p sub {
    line-height: 18px;
}
a {
    font-family:"trebuchet ms", arial;
    text-decoration: none;
}
a:focus {
    outline:none;
}
#container {
    height: 100%;
}

/* Menu */
/*
#menu {
    width:100%;
    height:173px;
    background-image:url("../img/menu_bg.png");
    background-repeat:repeat-x;
	min-width:920px;
	}
	#menu ul {
		float:right;
		list-style-type:none;
		}
		#menu ul li {
			float:left;
			}
			#menu ul li a {
				float:left;
				background-image:url("../img/menu_a_bg.jpg");
				background-repeat:no-repeat;
				width:120px;
				color:#fff;
				text-align:center;
				height:72px;
				font: bold 17px/52px "Trebuchet MS";
				text-transform: lowercase;
				position:relative;
			}
			#menu ul li a:hover,
			#menu ul li a.hover{
				background-image:url("../img/menu_a_bg_hover.jpg");
			}

			#menu ul li a:focus{
				outline:none;
			}
			#menu ul li ul{
				position:absolute;
				z-index:10;
				top:72px;
				background-image: url('../img/menu_bg2.png');
				background-position: bottom;
				display:none;
				left:auto;
				height: auto;
				clear:both;
				margin-left:  -4px;
				padding: 0 5px 4px 5px;
				}
				#menu ul li ul li{
					clear:both;
					}
					#menu ul li ul li a{
						line-height:29px;
						width:187px;
						color:#000;
						font-size:15px;
						height:auto;
						text-transform: none;
						background-image:none;
						text-align:left;
						padding-left:23px;
						background-color:#fff;
						border-bottom:1px solid #000;
						opacity:0.85;
						filter: alpha(opacity = 85);
					}
					#menu ul li ul li a.last{
						border-bottom:0;
					}
					#menu ul li ul li a:hover,
					#menu ul li ul li a.hover{
						background-image:none;
						background-color: #eee;
					} */
					
/* Menu */
#menu {
    width:100%;
    height:173px;
    background-image:url("../img/menu_bg.png");
    background-repeat:repeat-x;
	min-width:920px;
	}
	.ldd_menu {
		float:right;
		list-style-type:none;
		position:relative;
		}
		.ldd_menu li {
			float:left;
			}
			.ldd_menu li a.main {
				float:left;
				background-image:url("../img/menu_a_bg.jpg");
				background-repeat:no-repeat;
				width:120px;
				color:#fff;
				text-align:center;
				height:72px;
				font: bold 17px/52px "Trebuchet MS";
				text-transform: lowercase;
			}
			.ldd_menu li.hover a.main, 
			.ldd_menu li a.main:hover
			{
				background-image:url("../img/menu_a_bg_hover.jpg");
			}
			
ul.ldd_menu .ldd_submenu {
	position:absolute;
	top:72px;
	display:none;
	left:-5px;
	z-index: 6;
	padding:5px;
	overflow: hidden;
	padding: 0 0 5px 5px;
}
ul.ldd_menu .ldd_submenu .inner {
	margin-top: 0;
	width: 660px;
	background-color: white;
	border-top: 9px solid #FB600C;
	background-color: white;
	background-image: url("/img/submenu.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	box-shadow: 0 0 5px #666;
	float: left;
	padding-top: 5px;
	margin-top: -5px;
}
ul.ldd_menu ul{
	list-style:none;
	float:left;
	margin:10px 0px 10px 10px;
	padding:10px;
}
.ldd_submenu li {
	float:none;
	padding: 0 12px;
	line-height:22px;
}
ul.ldd_menu ul li.ldd_heading {
	font-size: 13px;
	font-weight:bold;
	padding:0;
}
ul.ldd_menu ul li.ldd_heading .bullet {
	background-image: none;
}
ul.ldd_menu ul li.ldd_heading:hover .bullet {
	background-image: none;
}
ul.ldd_menu ul li .bullet {
	background-image: url("/img/submenu-bullet.png");
	width: 5px;
	height: 9px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	margin-top: 9px;
	margin-right: 5px;
}
ul.ldd_menu ul li:hover .bullet,
ul.ldd_menu ul li.active  .bullet {
	background-image: url("../img/submenu-bullet-hover.png");
}
ul.ldd_menu ul li a{
	font-size:13px;
	line-height:18px;
	color:#000;
}

/* Zoeken */
#zoeken{
    float:right;
    width:220px;
    height:55px;
    background-image:url("../img/menu_a_bg.jpg");
    background-repeat:no-repeat;
    text-align:center;
    padding-top:17px;
    padding-left:26px;
    position: relative;
	}
	#zoeken .input_tekst {
		background-image:url("../img/input_text.jpg");
		border:0 none;
		color:#333333;
		float:left;
		height:16px;
		margin:0;
		padding:0 0 0 3px;
		width:105px;
		font-size: 10px;
		line-height: 14px;
	}
	#zoeken button{
		background-image:url("../img/zoeken.gif");
		background-repeat:no-repeat;
		width:60px;
		height:17px;
		font-size:10px;
		font-weight:bold;
		color:#fff;
		border:0;
		text-align:left;
		text-indent: -9999px;
		float:left;
		cursor: pointer;
		overflow:hidden;
		padding:0;
		margin:1px 0px 0px 4px;
	}
	#zoeken .radiobutton {
		background-image:url(../img/bg_radio2.gif);
	}
	
button:focus{
    outline: none;
}

#inner{
    clear: both;
    margin: -101px auto 0;
    width:902px;
}

/* Header */
#header{
    position: relative;
    float: left;
    width:902px;
    min-height: 100px;
    _height: 100px;
    background-image:url("../img/header_bg.gif");
    background-position:bottom;
    background-repeat:no-repeat;
    padding-bottom:64px;
	}
	#header #logo{
		position: absolute;
		left: 0px;
		width: 186px;
		height: 90px;
		top: -50px;
		z-index:5;
		}
		#header #logo a{
			float: left;
			width: 186px;
			height: 90px;
			}
			#header #logo a img{
				width: 186px;
				height: 90px;
				display: block;
			}
	#header .bg_image {
		float: left;
		width: 720px;
		margin-left:88px;
		position: relative;
		}
		#header .bg_image img {
			float: right;
		}
	#header #header_verloop {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 720px;
		height: 46px;
		z-index: 1;
	}
#header_tekst{
    left: 88px;
    position: absolute;
    width: 726px;
    z-index: 5;
}
.header_home {
	top: 210px;
}
#header_tekst h1{
    margin-left: 30px;
    margin-top: 35px;
    width: 726px;
}
#header_tekst h2{
    font-size: 18px;
}
.header_special {
    height: 180px;
}
.header_special #nieuw{
    float: left;
    margin-left: 340px;
    margin-top: 30px;
}
.header_special h1{
    width: 220px !important;
    margin-left: 15px !important;
}
.header_special h2{
    float: left;
    margin-left: 487px;
    width: 220px;
    font-weight: normal;
}
.header_home .boxen a,
.header_special .boxen a {
    position:absolute;
    z-index:5;
    display: block;
}

/* header homepage */
.header_home a.adslbellen {
    height: 120px;
    left: -1px;
    top: 45px;
    width: 130px;
}
.header_home a.adsl {
    height: 136px;
    left: 200px;
    top: 6px;
    width: 98px;
}
.header_home a.glasvezel {
    height: 111px;
    left: 385px;
    top: 50px;
    width: 132px;
}
.header_home a.kliktime {
    height: 94px;
    left: 631px;
    top: 52px;
    width: 96px;
}
#page .productkader.home img.nieuw_star {
	left: 146px;
    margin: 0;
    position: absolute;
    top: -36px;
}
/* header zakelijk page */
	.header_zakelijk a.kfs {
		height: 88px;
		left: 5px;
		top: 23px;
		width: 96px;
	}
	.header_zakelijk a.poip {
		height: 88px;
		left: 219px;
		top: 23px;
		width: 96px
	}
	.header_zakelijk a.zakelijk {
		height: 88px;
		left: 428px;
		top: 23px;
		width: 96px;
	}
/* header nod actie page */
	.header_nod img {
		left: 456px;
		position: absolute;
		top: 160px;
	}

#actiejan2011 .button_holder {
	left: 99px;
	position: absolute;
	top: 12px;
	z-index: 10;
}
#actiejan2011 .button_holder div {
	z-index: 10;
}
#actiejan2011 .header-button {
	background-image: url("../img/header-button.gif");
    background-position: center top;
    float: left;
    height: 15px;
    margin-right: 8px;
    width: 15px;
}
.header_special .boxen {
    background-image: url('/img/boxen_home.png');
    background-repeat: no-repeat;
    background-position: left;
    float: left;
    width: 740px;
    height: 180px;
    position: relative;
}
.header_zakelijk .boxen {
    background-image:url('/img/boxen_zakelijk.png');
    margin-top:36px;
}
.header_special img {
    float: left;
    margin-left: 10px;
    z-index:3;
}

/* header videoportal */
.header_videoportal {
    height: 202px;
}
.header_videoportal h1 {
    padding-left:30px;
}

/* header topsites */
.header_topsites h1 {
    width:300px !important;
    padding-left:70px;
}
.header_topsites img {
    float:right;
    margin-right:50px;
    margin-top:30px;
}

/* header internetbankieren */
.header_internetbankieren {
    height:180px;
}
.header_internetbankieren h1 {
    width:300px !important;
}
.header_internetbankieren img {
    margin-top:62px;
}
#banken a {
    float:left;
}

/* header adsl */
.header_adsl h1{
    width: 500px !important;
    margin-left: 0px !important;
}
.header_adsl h2{
    float: left;
    width: 500px;
    font-weight: normal;
}
.header_adsl img{
    float: left;
    margin-top: 25px;
    margin-left: 35px;
    margin-right: 45px;
}
.header_adsl a,
.header_adslbellen a,
.header_internetbellen a,
.header_kliktime a,
.header_mijnkliksafe a{
    float: left;
    height: 33px;
    padding-left: 30px;
    margin-right: 30px;
    line-height: 33px;
    font-size:12px;
    color:#333;
    background: url('../img/arrow_top.gif') no-repeat;
    display: inline;
}
.header_adslbellen h1{
    width: 455px !important;
    margin-left: 0px !important;
}
.header_adslbellen h2{
    float: left;
    width: 455px !important;
    margin-left: 0px !important;
    font-weight: normal;
}
.header_adslbellen img{
    float: left;
    margin-top: 65px;
    margin-left: 35px;
    margin-right: 30px;
}

.header_box img {
    float: left;
    margin-top: 25px;
}

/* header kliktime */
.header_kliktime img{
    float: left;
    margin-top: 85px;
    margin-left: 55px;
    margin-right: 65px;
}
.header_kliktime .titel{
    margin: 0px;
    margin-top: 30px;
    margin-left: -35px;
}
.header_kliktime h2{
    float: left;
    width: 455px !important;
    margin-left: 0px !important;
    font-weight: normal;
}
.header_kinderplein img
{
    float: left;
    margin-top: 40px;
    margin-left: 75px;
}
.header_serviceweb img
{
    position: absolute;
    left: 380px;
    top: 20px;
}
.header_werkzaamheden {
	height: auto;
    padding-left: 78px;
}
.header_werkzaamheden .overlay {
	left: 10px;
    position: absolute;
    top: 136px;
}

/* header internet+bellen */
.header_internetbellen h1 {
	margin-left: 0 !important;
    width: 536px !important;
}
.header_internetbellen img {
	float: left;
    margin-left: 13px;
    margin-right: 0;
    margin-top: 98px;
}

/* Glasvezel aansluiting banner */
.glasvezel-banner{
	background-image: url("../img/glasvezel_banner.png");
    background-repeat: no-repeat;
    float: left;
    height: 26px;
    margin: 10px 3px 3px;
    width: 501px;
	margin-bottom:13px;
}
.glasvezel-banner a{
	display:inline-block;
	height:26px;
	width:501px;
}
.glasvezel-banner p{
	color: white;
    font-family: "Trebuchet ms","Arial";
    font-size: 13px;
    line-height: 25px;
    margin-left: 36px;
    width: 360px;
	vertical-align: bottom;
}
.glasvezel-banner p span.thick{
	font-weight:bold;
	font-size:14px;
}
.glasvezel-banner span.arrow{
	background-image: url("../img/pijltje.png");
    display: block;
    height: 9px;
    margin-left: 403px;
    margin-top: 10px;
    width: 7px;
}
.glasvezel-banner span.boxes{
	background-image: url("../img/glasvezel_banner_boxes.png");
    display: block;
    float: left;
    height: 49px;
    margin-left: 447px;
    margin-top: -53px;
    width: 68px;
}

#page{
    float: left;
    width:860px;
    background-image:url(../img/page_bg.gif);
    background-position: left bottom;
    padding: 0 18px 15px;
    margin-left:2px;
}
	#page #tekstkader{
		float: left;
		background-color: #fff;
		width:818px;
		padding-left: 20px;
		padding-right: 20px;
	}
		#page #tekstkader p,
		#page #tekstkader h2,
		#page #tekstkader h3{
			float: left;
		}
		#page .smal p {
			width: 410px;
		}
		#page .links p {
			width: 380px;
		}
		#page #tekstkader ul {
			float:left;
			margin: 0px 0px 16px 0px;
			width: 100%;
		}
			#page #tekstkader ul li {
				margin:0px;
				padding:0 0 0 15px;
				font-size: 12px;
				font-family:"trebuchet ms", arial;
				color:#333333;
				vertical-align:top;
				background-image: url('/img/li_bullet.gif');
				background-position: 3px 3px;
				background-repeat: no-repeat;
				list-style-type: none;
			}
		#page #tekstkader ul ul {
			float: none;
		}
		#page #tekstkader strong, legend {
			color: #606060;
		}
#page .productkader ul{
    float: left;
    width:170px;
    min-width: 140px;
    _width: 140px;
    margin: 0 20px 16px;
    font-size:12px;
    color:#333;
}

#page .kliktimerechts ul {
	width: 230px;
}
#page .productkader ul{
    margin: 0 0 16px;
}
#page .productkader ul li.empty{
    color: #fff;
}
#page .productinner{
	height: 190px;
	padding-top: 10px;
}
#page #tekstkader a, #page #tekstkader a strong, #service a{
    font-weight: bold;
    color: #FF5A00;
    text-decoration: none;
}
#page #tekstkader.smal{
    width: 410px;
    background: url('../img/bg_productkader.gif') no-repeat bottom right #fff;
}
#page #tekstkader.links {
	width: 375px;
    background: url('../img/bg_productkader.gif') no-repeat bottom right #fff;
}
#page #tekstkader table,#page #tekstkader tr, #page #tekstkader td, #page #tekstkader pre{
    border:0;
    font-family:"trebuchet ms", arial;
    font-size:12px;
    color:#333333;
}
#page #tekstkader table
{
    border-left:1px solid #e5e5e5;
    border-top:1px solid #e5e5e5;
    margin-bottom:16px;
    clear: left;
}
#page #tekstkader td
{
    border-bottom:1px solid #E5E5E5;
    border-right:1px solid #E5E5E5;
    line-height:18px;
    padding:7px 5px;
    text-align:left;
    vertical-align:middle;
}
#page #tekstkader td p, #page #tekstkader td pre{
    width:auto;
    margin-left:20px;
    margin-bottom:0px;
}
#page #tekstkader #meerinfo{
    float: left;
}
#page #tekstkader #meerinfobutton{
    float: left;
    width: 410px;
    margin: 0 0 16px;
    font-weight: bold;
    color: #6ab6fa;
    text-decoration: none;
    cursor: pointer;
}
#page #tekstkader #meerinfocontent{
    float: left;
    display: none;
}
#page #tekstkader #meerinfocontent p{
    float: left;
    margin: 0 0 16px;
}
#page .productkader{
    float: left;
    padding: 0 14px;
    position: relative;
    width: 186px;
}
#page .kliktimerechts {
	background: url("/img/bg_productkader.gif") no-repeat scroll right bottom #FFFFFF;
	float: left;
    padding: 0 14px;
    position: relative;
    width: 216px;
}
#page .kliktime a{
	color: #EB753A !important;
	text-decoration: underline;
}
#page .productkader.home {
    padding: 0 20px 0 20px;
    width: 175px;
}
#page .productkader .normal
{
    float:left;
}
#page .productkader #eerste_klant
{
	background: url('../img/bg_ticker.png');
	height: 20px;
	left: -1px;
	position: absolute;
	top: -5px;
	width: 216px;
	z-index: 99;
}
#page .productkader #eerste_klant .wrapper,
#page .productkader #eerste_klant .bx-wrapper,
#page .productkader #eerste_klant .bx-window
{
	height: 20px;
	overflow: hidden;
}
#page .productkader #eerste_klant .wrapper p {
	clear: none;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	width: 216px;
}
#page .productkader #eerste_klant .wrapper p a {
	color: #fff;
	display: block;
	line-height: 20px;
	text-decoration: none;
}
#page .productkader span.versie-2011{
	float:left;
	overflow:hidden;
	text-indent: -99999px;
	height: 30px;
	width: 216px !important; 
	background-image: url("/img/versie_2011.png");
}
#page .productkader span.pro,
#page .productkader span.plus,
#page .productkader span.v3,
#page .productkader span.v5{
   float: left;
    width: 93px;
    height: 25px;
    text-indent: -99999px;
    overflow: hidden;
    cursor:pointer;
}
#page .productkader span.pro{
    background-image: url('../img/button_pro.gif');
}
#page .productkader span.plus{
    background-image: url('../img/button_plus.gif');
}

#page .productkader span.nieuwe-gebruiker,
#page .productkader span.upgrade{
   float: left;
    width: 82px;
    height: 30px;
    text-indent: -99999px;
    overflow: hidden;
    cursor:pointer;
}
.kliktime span.nieuwe-gebruiker{
    background-image: url('../img/button_nieuwe_gebruiker.png') !important;
	background-position: 0 0 !important;
}
.kliktime span.upgrade{
    background-image: url('../img/button_upgrade.png') !important;
	background-position: 0 0 !important;
}
.kliktime  .selected{
	background-position: 100% 100% !important;
}

#page .productkader .prijs_img {
	height: 80px;
	margin : 10px 10px 20px 10px !important;
}

/* kliktime productkaders */
#page .productkader.kliktime span {
	width: 108px;
	background-position:center;
}
#page .productkader.kliktime span.v3{
    background-image: url('../img/button_v3.5.gif');
}
#page .productkader.kliktime span.v5{
    background-image: url('../img/button_v5.gif');
}
#page .productkader.kliktime h3 {
	width: 165px;
}
#page .productkader.kliktime p {
	width: 165px;
}
#page .productkader.kliktime ul {
	list-style:none;
}
#page .productkader.kliktime img {
	margin: 10px 24px 25px;
}
#page .productkader.kliktime a.bestel {
	margin: 0 30px 10px;
	color: #ffffff !important;
}
/* end kliktime productkaders */

/* adsl internet+bellen productkaders */

#page .productkader.internet-bellen h3 {
	font-size:19px;
}
#page .productkader.internet-bellen h3 {
	font-size:19px;
}
#page .productkader.internet-bellen h3 span {
	font-size:17px;
}
#page .productkader.internet-bellen.second-row {
	margin-top:90px;
}
#page .productkader.internet-bellen.first {
	clear:left;
}

/* end internet+bellen productkaders */

#page .productkader span.selected,
#page .productkader span.selected:hover{
    background-position: bottom !important;
}
#page .productkader span.pro:hover,
#page .productkader span.plus:hover,
#page .productkader span.v3:hover,
#page .productkader span.v5:hover{
    background-position: center;
}
#page .productkader div.plus, #page .productkader div.pro
{
	float: left;
    display: none;
}
#page .productkader h3{
    float: left;
    width: 186px;
    margin: 18px 0;
    font-family: "trebuchet ms", arial;
    font-size: 28px;
    font-weight:bold;
    text-align: center;
}
#page .productkader h3 span{
    font-size: 20px;
    font-weight:bold;
}
#page .productkader .tekst
{
    float:left;
}
#page .productkader h3 span.oranje {
    color: #ff5a00;
}
#page .productkader .pro p a {
	color:#EB753A;
}
#page .productkader .pro p a:visited {
	color:#EB753A;
}
#page .productkader a.bestel {
    float: left;
    width: 106px;
    height: 30px;
    margin: 0 40px 10px;
    display: block;
    background-image: url('/img/bg_bestel.gif');
    font: 16px/30px "Trebuchet MS";
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.home #page p {
    width: 146px;
    font-size: 14px;
    margin: 0 20px 16px;
    display: inline;
}
.home #page a.bestel {
    margin: 10px 20px;
    color: #fff;
    text-decoration: none;
    background-image: url('../img/bg_bestel.gif');
}
#page .productkader img {
    float: left;
    margin: 10px 20px 25px;
}
#page .productkader p {
    width: 175px;
}
#page .kliktimerechts p {
	width: 230px !important;
}
#page .productkader ul li {
	margin:0px;
	padding:0 0 0 15px;
	font-size: 12px;
	font-family:"trebuchet ms", arial;
	color:#333333;
	vertical-align:top;
	background-image: url('/img/li_bullet.gif');
	background-position: 3px 3px;
	background-repeat: no-repeat;
}
#page #right_column{
    float: left;
    width: 155px;
    margin: 0 15px;
}
#page #right_column p{
    float: left;
    width: 155px;
    margin: 0;
}
#page #right_column a{
    width: 155px;
    line-height: 28px;
    text-align: left;
    font-size:11px;
    text-decoration: none;
    color:#333;
    float: left;
}
#page #right_column a:visited {
	color:#333;
}
#page #right_column img.arrow {
	float:left;
	height:18px;
	margin: 5px 5px 0px 0px;
}
#page #right_column a:hover{
    font-weight: bold;
    color: #ff5a00;
}
#page #right_column a#stelvraag{
    float: left;
    width: 155px;
    text-align: center;
}
#page #right_column a#stelvraag img{
    margin: 0 auto;
    width: 100px;
}
#page #right_column hr {
	background-color: #000000;
    border: 0 none;
    float: left;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin-bottom: 13px;
    margin-top: 13px;
    width: 150px;
}


#page_footer{
    float: left;
    width:900px;
    height:29px;
    background-image:url("../img/footer_bg.jpg");
    background-repeat:no-repeat;
}
#bottom_balk{
    clear: both;
    width:100%;
    background-color:#c5c6c8;
    text-align:center;
    color:#333;
    font-size:11px;
    position: relative;
    height:23px;
    margin-top: -23px;
}
#bottom_balk a{
    color:#333;
    line-height:23px;
}
#word-left{
    padding-left:100px;
}
#oranje{
    color:#fb600c;
}
#wit{
    color:#fff;
}

/* Form generator*/
form.generator
{
    float: left;
    background-color: #fff;
}
	form.generator fieldset
	{
		float: left;
		width: 100%;
		border: 0px;
		position: relative;
	}
	form.generator legend
	{
		display: none;
	}

	form.generator label, i, label{
		float: left;
		margin: 5px 0 5px 0px;
		line-height: 30px;
		width: 150px;
		color:#333333;
		font-family:"trebuchet ms", arial;
		font-size:12px;
	}
fieldset{
    float:left;
    border:0;
    padding-bottom:15px;
    position: relative;
}
label, span.label
{
    float:left;
    line-height:25px;
    margin-top:5px;
    width:250px;
}
label.red {
    color: red;
}
input, select, textarea{
    margin: 5px 0;
    font: 12px/20px 'Arial';
    color: #00aadd;
    border: 0;
}

input{
    width: 200px;
    height: 20px;
    padding: 5px;
    background-image: url('../img/bg_input.gif');
    float:left;
}
input[type="radio"]{
    width:16px;
    padding:0px;
    margin:0px;
    margin-left:5px;
}
#zoeken input[type="radio"]{
    filter:alpha(opacity=10);
    opacity: 0.1;
}
#zoeken label
{
    width:auto;
    font-size:11px;
    padding:0px 6px 0px 3px;
    margin-top: 6px;
}
label.labelbreed
{
    width:auto;
}
.input_checkbox
{
    width:20px;
}
.labelright
{
    margin-left:10px;
}
select{
    width: 210px;
    height: 30px;
}
.select2{
    margin:5px 0 !important;
    font: 12px/30px 'Arial';
    color: #00aadd;
    list-style-position: outside;
    list-style-type: none;
    cursor: default;
}
.select2 .selectdiv{
    float: left;
    width: 180px;
    height: 30px;
    padding: 0 25px 0 5px;
    overflow: hidden !important;
    background-image: url('../img/bg_select.gif');
}
.select2 .listdiv{
    float: left;
    width: 99%;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    display: none;
}
.select2 .listdiv ul
{
    margin:0;
    padding:0;
}
.select2 .listdiv li{
    display: list-item;
    padding-left: 5px;
    border-bottom: 1px solid #ddd;
    margin: 0 !important;
    text-indent: 0;
    width: 100% !important;
    background-image:none !important;
}
.select2 .listdiv li.hover{
    background-color: #ddd;
}
textarea{
    width: 190px;
    height: 50px;
    padding: 5px 10px;
    text-indent: 0;
    line-height: 18px;
    background-image: url('../img/bg_textarea.gif');
    overflow: hidden;
    _margin-left:-3px;
}
.radio{
    float: left;
    width: 16px;
    margin: 7px 0;
    border: 0;
    background: none;
}
.radiobutton{
    width: 16px;
    height:16px;
    margin: 10px 0 2px;
    background-image: url('../img/bg_radio.gif');
	float:left;
}
.radiolabel{
   color: #333333;
    float: left;
    font-size: 12px;
    height: auto;
    line-height: 20px;
    margin: 0;
    padding: 5px;
}
input.checkbox{
    float: left;
    width: 16px;
    border: 0;
    background: none;
}
.checkboxbutton{
    width: 16px;
    height:16px;
    margin: 10px 0 2px 0px;
    background-image: url('../img/bg_checkbox.gif');
}
option{
    height: 26px;
}
button, .button{
    width: 105px;
    height: 30px;
    margin:5px 0 5px 255px;
    color: #fff;
    border: 0;
    background-image: url('../img/bg_button.gif');
    padding:5px;
    float:left;
    cursor:pointer;
}
.button
{
    padding:0;
    text-align:center;
    line-height:30px;
}
button.big_margin
{
    margin-left:350px;
}
button.small_margin
{
    margin-left:10px;
}
button:focus, select:focus{
    outline: none;
}
button.videozoeken, .videoaanvraagButton {
	margin-left:5px;
	font-size: 13px;
}
.videoaanvraagButton {
	background: url('../img/bg_button_large.gif') no-repeat;
	width: 150px !important;
	float: right;
	margin-left: 5px;
	color: #FFF !important;
	font-weight: normal !important;
}
#link362, #onderwerp_of_trefwoord362 {
	background: url('../img/bg_input_large.gif') no-repeat;
	width: 400px;
}
#versturen362 {
	margin-left: 445px !important;
}
br
{
    clear:left;
}

/**
Partner maps
**/

#sidebar {
    width: 240px;
    font-size: 12px;
    float: left;
    padding-left: 10px;
}

#sidebar div {
    padding: 5px;
}

#sidebar a,
#mapAndRouteContainer #map a {
    font-size: 11px;
}

#mapAndRouteContainer {
    width: 568px;
    float: left;
}

#mapAndRouteContainer #map {
    width: 568px;
    height: 400px;
    font-size: 12px;
}

#mapAndRouteContainer #routeDescription {
    width: 568px;
    font-size: 12px;
    padding: 0px !important;
}

/**
Mijn kliksafe
**/

.header_mijnkliksafe {
    width: 800px !important;
    float: left;
    height:200px;
}
#header_tekst .ster {
	float:left;
	height: 125px;
	margin: 20px auto;
}
#header_tekst .tweewekenaanbieding {
	float:left;
	height:50px;
	margin: 0 auto;
}
#header_tekst .kliktimebox {
	float:left;
	margin: 0 auto;
}
#header_tekst .kliktimebox_new {
	float:left;
	margin-left: 82px;
    margin-top: 175px;
}
#header_tekst .kliktimegratis {
	float:left;
	margin-left: 82px;
    margin-top: 200px;
}
#header_tekst.header_mijnkliksafe h1
{
    float:left;
    width:200px;
}
.header_mijnkliksafe .header_toolbar
{
	margin-top: 50px;
}
.header_mijnkliksafe a
{
	font-size:16px;
	font-weight:bold;
	text-decoration: none !important;
	margin-bottom: 10px;
}
.header_mijnkliksafe a.geld {
    background-image:url(../img/arrow_top_geld.gif);
}
.header_mijnkliksafe a.envelop {
    background-image:url(../img/arrow_top_envelop.gif);
}
.header_opvulling
{
    float:left;
    height:130px;
    width:200px;
}
.header_toolbar {
    float:left;
    line-height:134px;
    margin-left:40px;
    margin-top:50px;
}

.header_toolbar a {
    color: #000;
    text-decoration: underline;
    height:38px;
    padding-left:60px;
}

.toolbar {
    float: left;
    width: 124px;
}

.mijnkliksafe {
    float: left;
    width: 543px;
    padding-left: 18px;
    padding-right: 13px;
}

.mijnkliksafe-notoolbar {
    width: 685px;
    padding-left: 0px;
    _width:485px;
}

.mijnkliksafe ul.news {
    padding-right: 10px;
}

.mijnkliksafe ul.news li {
    font-weight: normal !important;
    font-size: 11px !important;
}

.mijnkliksafe ul.news li a {
    color: #000 !important;
    font-weight: normal !important;
}

.mijnkliksafe h2 span.oranje{
    color: #ff5a00;
    font-family: "trebuchet ms", arial;
    font-size: 20px;
    font-weight:bold;    
}

.displayBannerLater {
    width: 468px;
    height: 60px;
    text-indent: -10000px;
}

.displaySubBannerLater90, .displaySubBannerLater60 {
    width: 120px;
    height: 60px;
    font-size: 1%;
	color: #ffffff;
}
.displaySubBannerLater90 a, .displaySubBannerLater60 a {
	color: #ffffff;
}

.bannerbar {
    float: left;
    width: 120px;
}
.bannerbar a {
	float: left;
	margin-bottom: 8px;
}
.bannerbar a img {
	float: left;
    width: 120px;
	height: inherit;
}
.bannerbar div
{
	float: left;
}
#servicedesk-meter .oranje {
	clear: both;
    color: #FF5A00;
    float: left;
    font-family: arial;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-top: 5px;
}
#servicedesk-meter div {
	background-image: url("../img/servicedesk-meter-sprite.gif");
    float: left;
    height: 62px;
    margin: 2px 0 0 21px;
    width: 122px;
	background-position: 0 0;
}
#servicedesk-meter div#nr1 {
	background-position: 0 -62px;
}
#servicedesk-meter div#nr2 {
	background-position: 0 -124px;
}
#servicedesk-meter div#nr3 {
	background-position: 0 -187px;
}
#servicedesk-meter div#nr4 {
	background-position: 0 -251px;
}
#servicedesk-meter .blauw {
	clear: both; 
    color: #62adf5;
    font-family: arial;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    float: left;
}
#servicedesk-meter p {
	padding-left: 16px;
    padding-top: 13px;
    width: auto;
}

.tile-big {
	background-image: url("../img/mijnkliksafe-buttons-sprite.gif");
    background-position: 0 -1px;
    float: left;
    height: 101px;
    padding: 10px;
    width: 317px;
	margin: 3px;
}
	.tile-big h2 {
		margin-bottom: 9px;
	}
.tile {
	background-image: url("../img/mijnkliksafe-buttons-sprite.gif");
	background-position: 0 -122px;
	float: left;
	height: 120px;
	margin: 3px;
	width: 164px;
}
.buttonmenu {
    width: 100%;
	}
	.buttonmenu div {
		background-image: url("../img/mijnkliksafe-buttons-sprite.gif");
		background-position: 0 -122px;
		float: left;
		height: 120px;
		margin: 3px;
		width: 164px;
		}
		.buttonmenu div a {
			background-image: url("../img/mijnkliksafe-buttons-sprite.gif");
			float: left;
			height: 104px;
			margin: 6px 0 0 6px;
			width: 147px;
		}
.buttonmenu div a#filter {
	background-position: -317px -122px;
}
.buttonmenu div a#serviceweb {
	background-position: -613px 0;
}
.buttonmenu div a#helpdesk {
	background-position: -466px -121px;
}
.buttonmenu div a#topsites {
	background-position: -464px 0;
}
.buttonmenu div a#videoportal {
	background-position: -615px -122px;
}
.buttonmenu div a#jeugdplein {
	background-position: -164px -122px;
}

.buttonmenu ul {
    list-style-type: none;
}

#page #tekstkader .buttonmenu ul li {
    float: left;
    margin: 0px 10px 0px 0px !important;
    clear:none;
    width:auto;
    padding:0px;
    background-image: none;
}

.hr {
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    background-color: #cccdcd;
    border-bottom: 1px solid #bebebe;
    width: 500px;
    float: left;
    margin-left: 6px;
    margin-top: 13px;
    margin-bottom: 13px;
}
hr
{
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    background-color: #cccdcd;
    border-bottom: 1px solid #bebebe;
    width: 818px;
    float: left;
    margin-top: 13px;
    margin-bottom: 13px;
    background-color: #000000;
    border: 0px;
}

/**
* Kinderplein en topsites
**/
.kinderplein {
    width: 100%;
}
.topsites
{
    float: left;
    margin-left: 25px;
    margin-right: 25px;
    width: 768px;
}
.kinderplein .landschap-2 h2,
.kinderplein .landschap-2 p {
    margin-left: 33px;
}
.topsites p{
    width: 768px;
}
.kinderplein h2,
.kinderplein h3,
.topsites h2,
.topsites h3{
    font-size: 20px !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    color: #FF5A00;
    font-weight: bold;
}
.kinderplein p
{
    width: 520px;
}
.topsites h2{
    margin-top: 10px;
}

.kinderplein h3 a {
    font-size: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #FF5A00;
    font-weight: bold;
}

.kinderplein .entry .kader img {
    margin: 0;
    padding: 0;
    margin-left: 7px;
    margin-top: 7px;
    width: 100px;
    height: 75px;
}

.kinderplein .wolken {
    background-image: url("/img/kinderplein/wolken.gif");
    width: 100%;
    min-height: 52px;
}

.kinderplein .wolken-2 {
    background-image: url("/img/kinderplein/wolken-2.gif");
    min-height: 81px;
    width: 100%;
}

.kinderplein .landschap,
.kinderplein .landschap-2 {
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
}

.kinderplein .landschap {
    background-image: url("/img/kinderplein/landschap.jpg");
    min-height: 395px;
    background-color: #b9d4f4;
}

.kinderplein .landschap-2 {
    background-image: url("/img/kinderplein/landschap-2.jpg");
    min-height: 371px;
    background-color: #b7d3f4;
}

div.entry {
    margin-left: 33px;
    margin-bottom: 20px;
    width: 359px;
    float: left;
}

div.entry div.kader {
    width: 117px;
    height: 92px;
    background-image: url("/img/kinderplein/kader.png");
    float: left;
}

div.entry div.content {
    width: 230px;
    height: 100px;
    margin-left: 9px;
    float: left;
}

div.entry div.content p {
    clear: both;
    width: 230px !important;
    margin: 0 !important;
}

.kinderplein .landschap .container {
    margin-left:129px;
    width:520px;
    float: left;
}

.topsites .topsites_blokken{
    float: left;
    padding-top: 10px;
}

.kinderplein ul,
.topsites ul {
    margin: 0 !important;
    list-style-type: none;
}

.kinderplein ul li,
.topsites ul li {
    margin: 0 !important;
    float: left;
    clear: none !important;
    width: auto !important;
    background-image: none !important;
    padding: 0px !important;
}
.topsites .topsites_blokken li{
    height: 190px;
    background-image: none !important;
}
.topsites .topsites_blokken li a{
    background-image: url('/img/topsites_kader.gif');
    background-repeat: no-repeat;
    float: left;
    margin: 0 32px 12px 0;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    width: 140px;
}
.topsites .topsites_blokken li span{
    color: #000000;
    float: right;
    width: 125px;
}
.topsites .topsites_blokken li a img{
    background-image: url('/img/topsites_kader.gif');
    float: left;
    height: 100px;
    width: 140px;
    margin-bottom: 15px;
}
.topsites .topsites_blokken .clear{
    width: 768px;
}
.topsites .overzichtholder{
    float: left;
    margin-top: 18px;
}
.topsites .topsites_alfabetisch{
    float: left;
    width: 235px !important;
    padding-right: 20px;
}
.topsites .topsites_alfabetisch li{
    float: left;
    width: 235px !important;
    background-image: none !important;
    padding:0 !important;
}
.topsites .topsites_alfabetisch .letter{
    color: #FF5A00 !important;
    font-weight: bold;
    float: left;
    width: 225px !important;
    font-size: 14px !important;
}
.topsites .topsites_alfabetisch .link{
    background-image: url('/img/li_bg.gif') !important;
    background-repeat: no-repeat;
    background-position:0 3px !important;
}
.topsites .topsites_alfabetisch .link a{
    color: #000000 !important;
    font-weight: bold;
    padding-left: 10px;
}

/**
* Service tab
**/

#service
{
    left:200px;
    top:100px;
    width:267px;
}
#service #service_vak
{
    z-index: 999;
    position:absolute;
    right:0px;
    width:20px;
    overflow:hidden;
    top:200px;
}
#service #service_top
{
    width:175px;
    height:25px;
    float:left;
    background-image:url(../img/service_top.png);
}
#service #service_top #close
{
    float:left;
    height:12px;
    margin-left:15px;
    margin-top:13px;
    width:12px;
    cursor:pointer;
}
#service #service_middle
{
    width:175px;
    float:left;
    background-image:url(../img/service_middle.png);
    background-repeat:repeat-y;
    min-height:300px;
}
#service #service_bottom
{
    width:175px;
    height:21px;
    float:left;
    background-image:url(../img/service_bottom.png);
}
#service #tabje
{
    background-image:url("../img/service_tab.png");
    cursor:pointer;
    height:114px;
    width:20px;
    float:left;
    margin-top:180px;
    margin-right:-9px;
}
#service .vraag
{
    background-image:url("../img/service_img.jpg");
    background-position:right top;
    background-repeat:no-repeat;
    float:left;
    height:20px;
    padding-left:25px;
    padding-top:80px;
    width:119px;
    font-size:12px;
    color:#000;
    font-weight:bold;
}
#service .rubrieken, #service .adres
{
    color:#696969;
    float:left;
    font-size:12px;
    line-height:20px;
    padding-left:25px;
    padding-top:10px;
}
#service .adres
{
    font-size:11px;
    padding-top:20px;
    line-height:15px;
}
#service a
{
    color:#696969;
    font-weight:normal;
}
#service .wrapper
{
    float:left;
    width:0px;
    overflow:hidden;
}
/*
.zopim body
{
    height:23px;
}
.zopim img
{
    display:none;
}
.zopim
{
}*/

/**
* Videoportal
**/
.videoportal{
    float: left;
    margin-right: 20px;
    width: 670px;
}
#page #tekstkader ul.videocategories,
#page #tekstkader div.aanbevolenVideos {
    float: left;
    width:630px;
    list-style: none;
    border:1px solid #E5E5E5;
    padding: 0px 20px 15px;
    margin:0 0px 15px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#page #tekstkader ul.videocategories span {
    border-bottom:1px solid #E5E5E5;
    color:#606060;
    float:left;
    font-size:18px;
    font-weight:bold;
    line-height:30px;
    margin:0 0 10px;
    text-align:center;
    width:630px;
}
#page #tekstkader ul.videocategories li {
    float: left;
    width: 210px;
    margin: 0;
    padding: 0;
    clear:none;
    background-image: none;
}
#page #tekstkader ul.videocategories li a
{
    line-height:20px;
    font-size:12px;
    color:#ff7b33;
}
#page #tekstkader ul.videocategories li a:hover
{
    color:#ff5a00;
}
#videos
{
    float:left;
    border:1px solid #E5E5E5;
    padding: 15px; 
    margin-bottom: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width:640px;
    height: 404px;
    display:none;
}
div.videoHolder {
    float: left;
    width: 160px;
    text-align: center;
    height: 150px;
    cursor: pointer;
    margin:15px;
    border:1px solid #E5E5E5;
    padding: 15px;
    margin:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	position:relative;
}
.aanbevolenVideos span.category {
    border-bottom:1px solid #E5E5E5;
    color:#606060;
    float:left;
    font-size:18px;
    font-weight:bold;
    line-height:30px;
    margin:0 0 10px;
    text-align:center;
    width:630px;
}
.aanbevolenVideos div.videoHolder {
    margin: 9px;
}

#videoplayer {
    float:left;
    border:1px solid #E5E5E5;
    padding: 30px 15px;
    margin:0 0px 15px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    clear:both;
    width:640px;
    text-align: center;
    display:none;
}
div.load
{
    width:100%;
    text-align:center;
}
span.title {
    font-size: 12px;
}
a.bestaatnietlink {
	background-image:url("../img/bestaatnietlink.png");
	background-position:0 0;
	color:#FF7B33;
	display:block;
	font-size:8px;
	height:17px;
	left:164px;
	position:absolute;
	text-decoration:none;
	top:158px;
	width:19px;
}
a.bestaatnietlink:hover {
	background-image:url("../img/bestaatnietlink_hover.png");
}

#pageNavigation {
    line-height: 30px;
    height: 30px;
    text-align: center;
    width:670px;
}

#pageNavigation span {
    font-size: 14px;
    cursor:pointer;
}

#pageNavigation span.current {
    font-size: 16px;
    font-weight: bold;
}

#pageNavigation #pageNumbers {
    display: inline;
}

#pageNavigation .hideOnFirst,
#pageNavigation .hideOnLast {
    visibility: hidden;
}

/**
* Markup search engine
**/
input.gsc-search-button {
  margin-left : 2px;
}

div.gsc-clear-button {
  display : inline;
  text-align : right;
  margin-left : 4px;
  margin-right : 4px;
  padding-left : 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('//www.google.com/uds/css/clear.gif');
  cursor : pointer;
}

/*
 * Given that this is sitting in a variable width tabel cell, the idea is
 * for it to consume the entire cell. The adjacent cell contains the search
 * button and that is a fixed width cell.
 */
input.gsc-input {
  padding-left : 2px;
  border-style : solid;
  border-width : 1px;
  border-color : #BCCDF0;
  width : 500px;
  background-color: #fff;
  background-image:none;
}

div.gsc-control-cse {
    font-size: 12px;
    font-family: "trebuchet ms", arial;
}

.gsc-control-cse table {
    width: 100% !important;
}

.gsc-control-cse table,
.gsc-control-cse td {
    border: 0 !important;
}

.gsc-branding-text {
    text-align: right;
}

.gsc-search-button {
    background: none repeat scroll 0 0 transparent;
    color: #00AADD;
    cursor: pointer;
    float: none;
    height: 28px;
    padding: inherit;
    width: 200px;
}

/**
* Topsites
**/
/*
#page #tekstkader #topsites ul
{
    float:left;
}
#page #tekstkader #topsites ul li
{
    float:left;
    list-style:none;
    clear:left;
    width:620px;
    border:1px solid #E5E5E5;
    padding:0 20px;
    margin:0 0px 15px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#page #tekstkader #topsites ul li span
{
    border-bottom:1px solid #E5E5E5;
    color:#606060;
    float:left;
    font-size:18px;
    font-weight:bold;
    line-height:30px;
    margin:0 0 10px;
    text-align:center;
    width:620px;
}
#page #tekstkader #topsites ul li ul
{
    margin:0 0 15px 20px;
}
#page #tekstkader #topsites ul li ul li
{
    float:left;
    list-style:none;
    clear:left;
    width:280px;
    line-height:20px;
    font-size:12px;
    text-align: left;
    border:0;
    padding:0;
    margin:0;
}
#page #tekstkader #topsites ul li ul li a
{
    color:#ff7b33;
}
#page #tekstkader #topsites ul li ul li a:hover
{
    color:#ff5a00;
}
#page #tekstkader #topsites .bottom_li
{
    margin-bottom:15px;
}
*/
#wheater{
    background-image:url("../img/weather_bg.jpg");
    background-position:0 30px;
    background-repeat:no-repeat;
    height:100px;
    margin-bottom:5px;
    width:125px;
	cursor:pointer;
}
#wheater #tijd
{
    float:left;
    margin-top:75px;
    margin-left:5px;
    font-size:12px;
    color:#fff;
}
#wheater #temperatuur
{
    color:#FFFFFF;
    float:right;
    font-size:25px;
    margin-right:9px;
}
#page #tekstkader table tr td.align_center
{
    text-align:center;
}
#weer_load div
{
    float:left;
    padding-top:100px;
    text-align:center;
    vertical-align:middle;
    width:600px;
}
no_margin
{
    margin-left:0px;
}


.description {
    display: none;
}

p.error,
ul.error {
    padding: 5px;
    background-color: #ffa6a6;
    border: 1px solid #e85151;
}

iframe.serviceweb
{
    width: 860px;
    background-color: #ffffff;
    margin-left: -2px;
    float: left;
    min-height: 400px;
}
/**
* Support
**/

.support h3
{
    font-size: 16px;
    width: 100%;
    float: right;
}

.support .anchorlink
{
    float: right;
}

/**
* Einde Support
**/

/**
* Enquete
**/
.enquete fieldset {
	clear:both;
	width:600px;
}
.enquete legend {
	font-size:18px;
	font-weight:bold;
	height:auto;
	line-height:20px;
	margin:15px 0 -20px 0;
	padding:5px 0;
	width:auto;
}
.enquete label {
	font-size:14px;
	font-weight:bold;
	height:auto;
	line-height:20px;
	margin:15px 0 0;
	padding:5px 0;
	width:auto;
}
.enquete .radiobutton {
	height:16px;
	margin:5px 0 9px;
	width:16px;
	cursor:pointer;
}
.enquete .radiolabel {
	float:left;
	font-size:12px;
	line-height:20px;
	color: #333333;
	padding:5px;
	margin:0;
	height:auto;
}
.enquete input.checkbox {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	float:left;
	margin:0px;
	width:16px;
}
.enquete .checkboxbutton {
	height:16px;
	margin:5px 0 9px;
	width:16px;
	cursor:pointer;
}
.enquete input.input_tekst {
	float:left;
	height:20px;
	padding:5px;
	width:200px;
	margin:0;
}
.enquete textarea.big {
	background-image:url("http://www.kliksafe.nl/img/bg_textarea_big.gif");
	height:115px;
	line-height:18px;
	overflow:hidden;
	padding:5px 10px;
	text-indent:0;
	width:364px;
}
.enquete .valp {
	color:#ee2222;
	clear:none;
	float:left;
	width:auto;
	line-height:20px;
	padding:5px;
	margin:0;
	height:auto;
}

/**
* Einde Enquete
**/

/**
* Overlay
**/

#overlay-shadow {
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
	background-color:#000;
	opacity:0.4;
	filter: alpha(opacity = 40);
}
#overlay-wrapper {
	background-color:#FFFFFF;
	border:1px solid #ee2222;
	color:#000000;
	display:block;
	left:0;
	position:fixed;
	text-align:center;
	top:0;
	width:630px;
	z-index:102;
}
#overlay-wrapper #overlay {
	float:left;
	padding:15px 0 0;
	text-align:center;
	float:left;
	width:550px;
}
#overlay-wrapper p {
	text-align:center;
	width:100%;
	font-size:14px;
}
#overlay-wrapper #sluiten {
	width:80px;
	float:left;
	padding:15px 0;
	text-align:center;
	color:#ee2222;
	font-size:14px;
}
#overlay-wrapper #sluiten:hover {
	cursor:pointer;
	text-decoration:underline;
}
#actiejan2011 {
	z-index: 1;
}
#actiejan2011 img
{
	position:absolute;
	display:none;
	z-index: 1;
	left:0;
}

/**
* Einde Overlay
**/

/* OVERSTAP PAGINA */
.slideHead {
	background-image: url("../img/arrow_closed.gif");
    background-position: 0 9px;
    background-repeat: no-repeat;
    border-top: 1px solid #CCCCCC;
    clear: both;
    cursor: pointer;
    float: none !important;
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
	color:#333;
}
.slideHead.open {
	background-image:url('../img/arrow_open.gif');
	border-bottom: 1px solid #CCCCCC;
}
.slideHead.last {
	border-bottom: 1px solid #CCCCCC;
}
.slideHolder {
	display:none;
	clear:both;
	background-image:url(../img/shadow.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	padding-top:20px;
}

/* foto album */
.fotoalbum img {
	border: 1px solid #CCCCCC;
    padding: 10px;
}

/* ticker */
.tickercontainer { /* the outer div with the black border */
width: 510px;
height: 27px;
margin: 0;
padding: 0;
overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 6px;
width: 510px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 510px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
background-image: none !important;
float: left;
list-style: disc outside none !important;
padding:  0 !important;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 12px Verdana;
margin: 0 50px 0 0;
}
ul.newsticker span {
margin: 0 10px 0 0;
}

.topbanner {
	margin-left:22px;
}

.servicetag{
	height: 112px;
	width: 30px;
    position: absolute;
    right: 0;
    top: 350px;
}
.servicetag a#stelvraag{
	display:block;
	width:30px;
	height:112px;
	background: url('../img/service_vraag.png') no-repeat 0 0;
}
.servicetag a#stel-u-vraag-wolkje {
	background-image: url("../img/stel-u-vraag-wolkje.png");
    height: 147px;
    position: absolute;
    right: 0;
    top: -104px;
    width: 175px;
}

/* werkzaamheden */
#werkzaamheden {
	background-color: #FFFFFF;
    clear: both;
    float: left;
    padding-top: 8px;
}
	#werkzaamheden h2 {
		background-image: url("../img/werkzaamheden_maintitle_bg.gif");
		font-size: 30px;
		height: 58px;
		line-height: 58px;
		padding-left: 21px;
		width: 839px;
		color:#616161;
	}
	#werkzaamheden .title {
		border-bottom: 2px solid #75BDFD;
		height: 33px;
		margin-left: 20px;
		width: 630px;
		margin-top:20px;
	}
		#werkzaamheden .title h3 {
			clear: both;
			float: left;
			font-size: 22px;
			color:#ea5806;
		}
		#werkzaamheden .title span {
			float: right;
			font-size: 13px;
			padding-right: 38px;
			padding-top: 7px;
			color:#616161;
		}
			#werkzaamheden .title span a {
				color:#616161;
			}
			#werkzaamheden .title span a:hover {
				color:#75BDFD;
			}
			#werkzaamheden .title span a.active {
				color:#75BDFD;
				font-weight: bold;
			}
	#werkzaamheden .item {
		color: #616161;
		font-size: 12px;
		margin: 40px 0 0 20px;
	}
		#werkzaamheden .item .column1 {
			width:140px;
			vertical-align: top;
		}
		#werkzaamheden .item .column2 {
			width:490px;
		}
		#werkzaamheden .item .orange {
			color:#ea5806;
		}
		
#tekstkader .drie-kolom-breed {
	float: left;
	width: 599px;
	border-right: 1px solid #FF5A00;
}
#tekstkader .drie-kolom-breed p {
	float: left;
	width: 589px;
}
#tekstkader #right_column.tekstpagina {
    width: 188px;
}

/* NOD actie formulier */
form.form423 label {
	width: 175px;
}
#page #tekstkader table.nod-table  {
	border-left: 1px solid #999999;
    border-top: 1px solid #999999;
}
#page #tekstkader table.nod-table tr td {
	border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
}

/* glasvezelaanvraag formulier */
#glasvezelaanvraag .left,
#glasvezelaanvraag .right {
	float:left;
}
#glasvezelaanvraag .right {
	padding-bottom: 13px;
    padding-left: 30px;
}
#glasvezelaanvraag .radiobutton,
#glasvezelaanvraag .checkboxbutton {
	margin: 8px 0 2px;
}
#glasvezelaanvraag .title {
	clear: left;
    font-weight: bold;
    line-height: 21px;
}
#glasvezelaanvraag .auto-width {
	width: auto;
}
#glasvezelaanvraag .radiolabel {
	line-height:20px;
}
#glasvezelaanvraag .inspring {
	margin-left: 50px;
}
#glasvezelaanvraag hr.light {
	background-color:#aaa;
}
#glasvezelaanvraag .toelichting-boven {
	margin-bottom: 0;
	margin-top: 10px;
}
