/* CSS Document */
/*

#011b3f donkerblauw
#19296c; donkerblauw blokjes 

#fbb157 oranje origineel
#ff9933 oranje feller
*/

* {
	margin: 0;
	padding: 0;
}

html { background-color: #ffffff; }
html, body {height: 100%;}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(../images/body_top.png);
	background-position: top center;
	background-repeat: repeat-x;
}

/* --------------------- TAGS ------------------------------- */
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #19296c; /* donkerblauw blokjes */
}
h1.weeknr {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #19296c; /* donkerblauw blokjes */
	width: 300px;
	margin: 0 auto;
	text-align: center;
	padding-right: 40px;
	padding-bottom: 12px;
	
}

h2 {  }

h3 {}
h4 {}
h5 {}
h6 {}

p  {
	padding-top: 0px;
	padding-bottom: 20px;
}

ul {}
li {}

/* --------------------------------- LINKS ------------------------------------ */

a:link, a:visited {
	text-decoration: none;
	color: #004582;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: underline;
	color: #d5e04d;
	font-weight: bold;
}

a.aimg:link, a.aimg:visited , a.aimg:hover, a.aimg:active { text-decoration: none; } 
a.ahome:link, a.ahome:visited , a.ahome:hover, a.ahome:active { position: absolute; top: 20px; left: 0px; text-decoration: none; cursor: pointer; z-index: 1000;} 

a.imgfloatr:link, a.imgfloatr:visited, a.imgfloatr:hover, a.imgfloatr:active { text-decoration: none; float: right; margin-left: 10px; }

#toolbox a:link, #toolbox a:visited, #toolbox a:hover, #toolbox a:active  { display: block; margin-bottom: 10px; }
#toolbox a.lasticon:link, #toolbox a.lasticon:visited, #toolbox a.lasticon:hover, #toolbox a.lasticon:active  { display: block; margin-bottom: 0px; }

a.downloadzoeker:link, a.downloadzoeker:visited , a.downloadzoeker:hover, a.downloadzoeker:active { 
	text-decoration: none; 
	display: block;
	width: 50px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
} 


/* --------------------------------- CLASSES ---------------------------------- */

.clear { margin: 0; padding: 0; clear: both; display: block; height: 1px; overflow: hidden; }
.pointer { cursor: pointer; }

.rood {
	color: #C00;
	font-weight: bold;
}

.rijrood td {
	color: #C00;
	font-weight: bold;
}

table.loginform td {
	padding: 5px;
}
input.inputlogin {
	width: 120px;
	background: none;
	border: none;
	border-bottom: 1px dotted #FFF;
	color: #FFF;
	font-size: 12px;
}
input.btnlogin {
	width: 80px;
}

table.klanten {}

table.klanten td {
	padding-bottom: 3px;
}

td.rbtn {
	width: 20px;
	padding-right: 10px;
}

.klanten td.kalphcd {
	width: 8em;
	padding-right: 10px;
}

.klanten td.kname {
	font-weight: bold;
	padding-right: 10px;
}
.klanten td.kstrt {}


div.blokpaging {
	/*width: 370px;*/
	height: 300px;
	margin: 0 auto;
}
div.blokverkocht {
	padding-top: 20px;
	padding-right: 40px;
	text-align: center;
	color: #19296c; /*donkerblauw blokjes */
}


div.pgnrs {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	text-align: center;
}
div.pgnrs2 {
	/*width: 420px;*/
	margin: 0 auto;
}
a.apgn:link, a.apgn:visited , a.apgn:hover, a.apgn:active { 
	display: block;
	float: left;
	text-decoration: none;
	width: 25px;
	text-align: center;
} 

a.apgn img {
	display: inline;
}

span.pagnrsel { 
	font-size: 10px;
	font-weight: bold;
	color: #666;
}

span.pagnr { 
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

table.klantennew td {
	padding-top: 6px;
}

input.klanten {
	width: 200px;
	padding-left: 4px;
	padding-right: 4px;
}
input.btnklanten {
	width: 208px;
}

tr.lijn td {
	line-height: 4px;
	border-bottom: 1px solid #e2e2e2;
}
tr.leeg td {
	line-height: 4px;
	border: none;
}

table.tarieven {}
table.tarieven td { padding-top: 5px; vertical-align: top; }
table.zoekers td { padding-top: 5px; vertical-align: top;  }

td.tcode {}

td.teditie {}

td.tnaam {}

td.tformaat {}

td.tprijs { text-align: right; }

td.tintern { max-width: 100px; color: #666; font-style: italic; }
td.tmatbinnen { max-width: 36px; }

.red { color: #e80000; }
.green { color: #32c500; }


td.tzoekertxt {
	width: 200px;
}
table.advnew td {
	position: relative;
	padding-bottom: 6px;
}
table.advnew div.abs {
	position: relative;
}

table.advnew div.abs img {
	position: absolute;
	bottom: 0px;
}
table.advnew input {
	width: 300px;
}
table.advnew input.btnsearch {
	width: 120px;
	text-align: center;
	margin-left: 20px;
}

table.advnew input.checkbox {
	width: 20px;
}

table.advnew input.radio {
	width: 20px;
}
table.advnew input.small {
	width: 80px;
}
table.advnew input.xsmall {
	width: 40px;
}
label.editie {
	padding-right: 20px;
}

table.advnew .help {
	font-size: 10px;
	color: #666;
	font-style: oblique;
	float: right;
	padding-right: 50px;
}
table.vaknew td {
	position: relative;
	padding-bottom: 6px;
}
table.vaknew td input {
	width: 50px;
}
table.vaknew td input.btnvak {
	width: 120px;
	text-align: center;
	margin-left: 20px;
}
td.vakantie {
	font-size: 20px;
	color: #19296c; /* donkerblauw blokjes */
}

div.formweeknr {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #19296c; /* donkerblauw blokjes */
	width: 400px;
	margin: 0 auto;
	text-align: center;
	padding-right: 40px;
	padding-bottom: 10px;
}
div.formweeknr input.weeknr {
	display: inline-block;
	padding: 0;
	line-height: 14px;
	height: 14px;
	vertical-align: top;
	text-align: center;
	width: 2em;
	
}
div.formweeknr input.btnweeknu {
	margin-left: 30px;
}
div.formweeknr select.jaarnr {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	/*padding-left: 5px;
	padding-right: 5px;	*/
	margin-left: 0px;
	margin-right: 8px;	
}
select.jaarnr option {
	/*text-align: center;*/
}

a.apgnwn:link,a.apgnwn:visited, a.apgnwn:hover, a.apgnwn:active { 
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
} 

textarea#zoekertekst {
	display: block;
	float: left;
	font-family: "Courier New",Courier, monospace;
	font-size: 12px;
	/*width: 238px;*/
	width: 19.9em;
	/*overflow:hidden;*/
	padding: 0px;
	
}
div#result {
	display: block;
	width: 250px;
	float: left;
	padding-left: 30px;
}

input.contant {
	width: 6em;
	text-align: right;
}

table.facturatie td {
	vertical-align: top;
	padding: 2px;
}

table.facturatie td.ttarief {
	text-align: right;
	width: 8em;
}

table.facturatie td.rbtn {}

table.facturatie td.tklantnaam {
	min-width: 15em;
	max-width: 25em;
}


table.facturatie td.teditie {
	width: 9em;
}


table.facturatie td.tstart {
	width: 7em;
	text-align: center;
}


table.facturatie td.taantal {
	width: 10em;
}

table.facturatie td.therhaling {
	width: 8em;
}


table.facturatie tr.titel td {
	color: #19296c; /* donkerblauw blokjes */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 28px;
	font-size: 16px;
	font-weight: bold;
}

table.facturatie tr.facbtn td {
	text-align: right;
}

input.facbtn {
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: none;
	border: none;
	background-color: #19296c;
	border: 1px solid #19296c;
	color: #FFFFFF;

}
input.facbtnz {
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: none;
	border: none;
	background-color: #ff9933;
	border: 1px solid #ff9933;
	color: #FFFFFF;

}


div.aztxt {
	padding-top: 20px;
}

.grijsklein {
	font-size: 9px;
	color: #666;
	font-style: oblique;
}

img.dpdf {
	float: right;
}
/* ------------------------------ AUTOSUGGEST -------------------------------- */
.autocomplete-w1 { background:url(../images/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
.autocomplete strong { font-weight:bold; color:#19296c; }
input.search { width: 260px; }
input.btnsearch { width: 100px; }
/* --------------------------------- DIVS ------------------------------------- */

#placeholder {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#header {
	position: relative;
	z-index: 1000;
	height: 130px;
	width: 100%;
}

#headertop {
	position: absolute;
	z-index: 1001;
	width: 500px;
	height: 40px;
	top: 5px;
	right: 160px;
	font-size: 26px;
	color: #e2e2e2;
	text-align: right;
	text-shadow: 5px 5px 5px #333 ; /* text-shadow: h-shadow v-shadow blur color; */
}

#headercontent {
	position: relative;
	width: 980px;
	height: 130px;
	margin: 0 auto;
	text-align: center;
}

#content {
	position: relative;
	z-index: 1;
	width: 900px;
	min-height: 400px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 80px; /* plaats voor toolbox */
	padding-bottom: 30px;
	background-color:  #FFF;
}

#loginform {
	position: absolute;
	width: 550px;
	height: 30px;
	top: 40px;
	right: 40px;
	color: #ffffff;
}

#toolbox {
	position: absolute;
	z-index: 1000;
	top: 150px;
	left: 0px;
	width: 40px;
	padding: 5px;
	background-color: #F9F9F9;
	color: #000;
	border: 1px solid #e2e2e2;
}
#toolbox hr {
	color: #e2e2e2;
	border: none;
	border-top: 1px solid #e2e2e2;
	height: 1px;
	margin-bottom: 10px;
}

#interlinie {
	width: 960px;
	margin: auto;
	text-align: center;
	font-size: 9px;	
	padding-top: 16px;
}

.interlinie { color: #b8b7a4; }

a.interlinie:link, a.interlinie:visited {
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	color: #AAA998;
}

a.interlinie:hover, a.interlinie:active {
	font-size: 9px;
	text-decoration: none;
	color: #E9E9D0;
}

/* ----------------------- smoothmenu ---------------------------- */

#topmenu {
	position: absolute;
	z-index: 1009;
	width: 750px;
	top: 86px;
	right: 0px;
}
#smoothmenu1 * {
	z-index: 2010;
}
.ddsmoothmenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: none; /*background of menu bar (default state)*/
	width: 100%;
	padding-left: 20px;
}
.ddsmoothmenu ul {
	z-index:2011;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
/*Top level list items  */
.ddsmoothmenu ul li {
	position: relative;
	z-index: 2013 !important; /*   */
	display: inline;
	float: left;
	list-style-image: none;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	position: relative;
	display: block;
	background: none; /*background of menu items (default state)*/
	color: #fff;
	padding: 8px 10px 8px 15px;
	margin-right: 12px;
	text-decoration: none;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: #fff; /*#0047af; */
}
.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background:none;
	color: #ff9933; /* orange */
}
/* level 2 selected */
.ddsmoothmenu ul li ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: none; /*background of menu items during onmouseover (hover state)*/
	color: #0047af;
}
.ddsmoothmenu ul li a:hover {
	background: none; /*background of menu items during onmouseover (hover state)*/
	color: #ff9933; /* orange */
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	padding-left: 0px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	list-style-type: none;
	list-style-image: none;
}
.ddsmoothmenu ul li ul li a:hover {
	background: #ff9933; /* orange - background of menu items during onmouseover (hover state)*/
	color: #011b3f;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	list-style-type: none;
	list-style-image: none;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
	padding-left: 10px;
	list-style-image: none;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	font: normal 12px Verdana;
	width: 150px;
	padding: 4px;
	margin: 0;
	border-top-width: 0;
	background-color: #006;
	color: #fff;
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: 0.85;
	border-top: 1px #fff solid;
}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
	color: #fff;
}
.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a:active {
	color: #006;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 15px;
	left: 1px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow { /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}
.toplevelshadow { /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0.8;
}

