/* @group undoHTML */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable,
   because underlines obscure the shapes of the lowe  r halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/* @end */

/* @group basic */

body {
	background: url(../images/deco_bg_main.gif) repeat-y;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 100%;
}

#container {
	overflow: hidden;
	width: 960px;
	background: url(../images/deco_bg_main.gif) repeat-y;
	position: relative;
	font-size: 100%;
}

.nl h1 {
	width: 511px;
	height: 98px;
	background: url(../images/title_main_nl.gif) no-repeat;
	text-indent: -9999px;
	float: left;
	margin-top: 65px;
	margin-left: 37px;
	display: inline;
}

.nl h1 a {
	display: block;
	width: 511px;
	height: 98px;
	overflow: hidden;
}

/* @end */

/* @group menus */

/* @group mainMenu */

#mainMenu {
	position: absolute;
	font-family: "Lucida Grande",  Arial, sans-serif;
	left: 0px;
	top: 292px;
	width: 160px;
}

#mainMenu ul {
	margin: 0;
	clear: left;
	float: left;
	width: 160px;
}

#mainMenu li {
	clear: left;
	float: left;
	padding-left: 37px;
	margin-top: 7px;
	/* padding-top:7px */
}

#mainMenu a {
	float: left;
	margin-top: -7px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #418be7;
	margin-left: -37px;
	padding-left: 37px;
	background: url(../images/deco_bg_mainmenuUnderline.gif) no-repeat 37px bottom;
	border-right: 7px solid #fff;
}

#mainMenu a:hover {
	background-image: none;
	border-right: 7px solid #e5ede3;
	background-color: #e5ede3;
}

#mainMenu ul li a {
	margin-top: 0;
	padding-left: 57px;
	background: url(../images/deco_bg_mainmenuUnderline.gif) no-repeat 57px bottom;
}

#mainMenu a.selected {
	padding-top: 7px;
	background-color: #418be7;
	padding-bottom: 7px;
	padding-right: 7px;
	color: #fff;
	padding-left: 37px;
}

#mainMenu a.selected:hover {
	border-right: 7px solid #fff;
}

#mainMenu ul li a.selected {
	padding-left: 57px;
}

#mainMenu li li {
	margin-top: 0;
	clear: left;
	float: left;
	padding: 0;
	padding-top: 0px;
	border: 0;
}

/* @end */

/* @group language */

#language {
	position: absolute;
	right: 0px;
	top: 0px;
	padding-right: 19px;
	padding-top: 19px;
	width: 285px;
	background-color: #fff;
}

#language li {
	font-size: 120%;
	line-height: 120%;
	float: right;
	margin-left: 5px;
	font-family: "Lucida Grande",  Arial, sans-serif;
	font-variant: small-caps;
}

#language li.selected {
	background-color: #418be7;
	color: #fff;
	padding: 1px 5px 3px;
}

#language a {
	float: left;
	color: #418be7;
	text-decoration: underline;
	padding: 1px 5px 3px;
}

#language a:hover {
	background-color: #418be7;
	color: #fff;
}
/* @end */



/* @end */

/* @group searchForm */

#searchForm {
	float: left;
	margin-left: 128px;
	padding-top: 94px;
	padding-left: 15px;
	padding-bottom: 58px;
	width: 269px;
	display: inline;
	background-color: #fff;
}

#searchForm h2 {
	position: absolute;
	left: -9999px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#searchForm p {
	line-height: 120%;
	font-size: 100%;
	margin-bottom: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#searchForm label {
	position: absolute;
	left: -9999px;
}

#searchForm input {
	float: left;
}

#articleSearch {
	font-family: Arial, sans-serif;
	color: #808080;
	padding-left: 2px;
	padding-right: 2px;
}

#searchForm input:focus {
	color: #000;
}

#searchForm #articleSearch {
	width: 157px;
	margin-right: 5px;
}

/* @end */

/* @group main */

#main {
	float:left;
	margin-left: 216px;
	width: 430px;
	display: inline;
}

#main img {
	max-width: 430px;
}

#main h2 {
	clear: left;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 220%;
	font-weight: bold;
	width: 430px;
	margin-bottom: 13px;
	min-height: 65px;
}


#main h3 {
	clear: left;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	width: 434px;
	margin-bottom: 5px;
}

#main p, #main div#text {
	clear: left;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	line-height: 150%;
	width: 434px;
	margin-bottom: 20px;
	color: #3b3b3b;
	overflow: hidden;
}

#main p#orderthanks {
	padding: 10px;
	width: 414px;
	background: #F4FDF0;
	margin: 83px 0 0 0;
}

#main div#text p {
	padding-left: 0px;
	width: 434px;
	overflow: hidden;
}

#main p.intro {
	padding-left: 21px;
	margin-top: 0;
	font-family: Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	margin-bottom: 51px;
	width: 353px;
	line-height: 145%;
	color: #000;
}

#main ul, #main ol {
	/* padding-left: 21px; */
	clear: left;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	line-height: 150%;
	width: 434px;
	margin-bottom: 20px;
	color: #3b3b3b;
	list-style-type: none;
}

#main li {
	clear: left;
	float: left;
	width: 419px;
	margin-bottom: 15px !important;
	padding-left: 13px;
	background: url(../images/formBullet.gif) no-repeat left 9px;
}

#main img {
	clear: left;
	/* float: left; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	line-height: 150%;
	margin-bottom: 20px;
	color: #3b3b3b;
}

#main a {
	color: #418be7;
	text-decoration: underline;
}

#main a:hover {
	color: #000;
	text-decoration: underline;
}

#main blockquote {
	padding-left: 21px;
	padding-right: 21px;
	clear: left;
	float: left;
	padding-top: 12px;
	padding-bottom: 15px;
	border-top: 2px solid #000;
	width: 412px;
	color: #418be7;
	background: url(../images/deco_bg_quote.gif) no-repeat 0 bottom;
	font: 100%/160% "Lucida Grande", Arial, sans-serif;
	margin-bottom: 21px;
	text-transform: uppercase;
}

/* @group orderform */

#advancedOrderForm {
	
}

#orderform h3 {
	font-size: 100%;
	margin-top: 20px;
}

#orderform label {
	clear: left;
	float: left;
}

#advancedOrderForm #orderform label.afterCheckbox {
	clear: none;
	margin: 10px 0 10px 0;
	width: 325px;
}

#advancedOrderForm #orderform input.nummersdata, #advancedOrderForm #orderform input.abonnementdata, #advancedOrderForm #orderform input.schooldata, #advancedOrderForm #orderform input.facturatieadresdata {
	margin: 10px 15px 10px 0;
	width: auto;
	border: 0;
}

#advancedOrderForm .inactive {
	display: none;
}

#advancedOrderForm .hidden {
	display: none;
}

#advancedOrderForm .meta {
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
	color: #7A7A7A;
	border-top: 1px solid #7A7A7A;
	width: 365px;
	clear: left;
	float: left;
}

#advancedOrderForm #nummersdata .meta {
	margin: 0;
}

#main ul {
	width: 365px;
}

#main ul {
	width: 352px;
}

#advancedOrderForm .meta small {
	float: left;
	clear: left;
	margin-top: -10px;
	width: 365px;
}

#advancedOrderForm .meta p {
	color: #7A7A7A;
	font-size: 10px;
}

#advancedOrderForm .meta h4 {
	clear: left;
	float: left;
	width:352px;
}

#advancedOrderForm .meta ul {
	margin-top: 0;
	clear: left;
	float: left;
	width:352px;
}

#advancedOrderForm .meta li {
	color: #7A7A7A;
	font-size: 10px;
	width: 300px;
	margin-bottom: 0 !important;
}

#orderform input {
	clear: left;
	float: left;
	width: 350px;
	border: 1px solid ;
	margin-bottom: 15px;
	margin-top: 4px;
	border: 1px solid #a9a9a9;
}

#advancedOrderForm p.checkNextLine {
	clear: left;
	float: left;
	margin-bottom: 0;
}

#advancedOrderForm #orderform p.checkNextLine input {
	margin-top: 13px;
}

#advancedOrderForm .removeIssue {
	background: #780708;
	padding: 4px;
	color: #fff;
	font-family: arial;
	font-size: 8px;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 2px;
}

#advancedOrderForm .removeIssue#d1 {
	display: none;
}

#advancedOrderForm .removeIssue:hover {
	background: #C3090B;
	color: #FFA6A0;
	text-decoration: none;
}

#advancedOrderForm .twoInputFields {
	clear: left;
	float: left;
	width: 390px;
}

#advancedOrderForm .short_left {
	clear: left;
	float: left;
	width: 155px;
	overflow: hidden;
	margin-right: 40px;
}

#advancedOrderForm .short {
	float: left;
	width: 155px;
	overflow: hidden;
}

#advancedOrderForm .short_left input, #advancedOrderForm .short input {
	width: 153px;
}

#advancedOrderForm .short_left label, #advancedOrderForm .short label {
	width: 153px;
}

/*

#advancedOrderForm label.label_voornaam {
	background:transparent url(../images/formBullet.gif) no-repeat 80px center;
}

#advancedOrderForm label.label_naam {
	background:transparent url(../images/formBullet.gif) no-repeat 53px center;
}

#advancedOrderForm label.label_adres {
	background:transparent url(../images/formBullet.gif) no-repeat 53px center;
}

#advancedOrderForm label.label_postcode {
	background:transparent url(../images/formBullet.gif) no-repeat 73px center;
}

#advancedOrderForm label.label_gemeente {
	background:transparent url(../images/formBullet.gif) no-repeat 78px center;
}

#advancedOrderForm label.label_email {
	background:transparent url(../images/formBullet.gif) no-repeat 58px center;
}

*/

#nummercontainer {
	width: 375px;
	float: left;
}

#nummercontainer div {
	width: 385px;
	float: left;
	position: relative;
}

#nummercontainer div select {
	margin-bottom: 10px;
}

#advancedOrderForm label {
	width: 80px;
}

#advancedOrderForm #adder {
	clear: left;
	float: left;
	background: #ECECEC;
	padding: 4px;
	color: #3B3B3B;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #A9A9A9;
	margin: 15px 0 12px 0;
	width: 130px;
}

#main #advancedOrderForm p {
	width: 375px;
}

#advancedOrderForm #adder:hover {
	background: #C9EAF0;
	border: 1px solid #C9C9C9;
}

#advancedOrderForm #orderform fieldset {
	background: #F4FDF0;
	padding: 10px 5px 35px 30px;
	width: 395px;
	overflow: hidden;
}

#advancedOrderForm #orderform fieldset#schooldata {
	padding: 10px 5px 20px 30px;
}

#advancedOrderForm #orderform fieldset#nummersdata {
	padding: 10px 5px 0 30px;
}

#advancedOrderForm #orderform fieldset#nummersdata small {
	clear:left;
	float:left;
	width:365px;
	color:#7A7A7A;
	margin: 0 0 12px 0;
}

#orderform .clickableWidget {
	width: auto;
}

#orderform .required {
	padding-right: 10px;
	background: url(../images/formBullet.gif) no-repeat right;
}

#advancedOrderForm #orderform .required {
	background: none;
}
	

#orderform fieldset {
	clear: left;
	float: left;
	border:  none;
	width: 400px;
}

#orderform fieldset input, #orderform fieldset label {
	clear: none;
	width: auto;
}

#orderform fieldset#schooldata select {
	clear: left;
	float: left;
	margin-bottom: 15px;
}

#orderform fieldset#schooldata input, #orderform fieldset#schooldata label {
	clear: none;
	width: 350px;
}

#orderform fieldset#schooldata label.label_school{
	clear: left;
}

#orderform fieldset label {
	padding-top: 4px;
}

#orderform fieldset #abonnement {
	clear: left;
	margin-right: 7px;
	margin-top: 6px;
	border: 0;
}

#orderform fieldset #abonnement_nr {
	width: 30px;
	margin-left: 7px;
}


#orderform fieldset #eenjaar {
	clear: left;
	margin-right: 7px;
	margin-top: 6px;
	border: 0;
}

#orderform fieldset #tweejaar {
	margin-right: 7px;
	margin-left: 15px;
	margin-top: 6px;
	border: 0;
}

#orderform fieldset #losse_nummers_check {
	clear: left;
	margin-right: 7px;
	margin-top: 6px;
	border: 0;
}

#orderform fieldset #losse_nummers {
	margin-left: 7px;
	width: 30px;
}

#losse_nummers_label {
	clear: left;
	width: 200px;
}

/* Facturatieadres */
#advancedOrderForm fieldset#facturatieadresdata label {
	width:80px;
}

#orderform fieldset#facturatieadresdata label {
	clear:left;
	float:left;
}

#orderform fieldset#facturatieadresdata input {
	clear:left;
	width:350px;
}

#advancedOrderForm fieldset#facturatieadresdata .short_left label, #advancedOrderForm fieldset#facturatieadresdata .short label {
	width:153px;
}

#advancedOrderForm fieldset#facturatieadresdata .short_left input, #advancedOrderForm fieldset#facturatieadresdata .short input {
	width:153px;
}

/* @end */

/* @end */

/* @group newestIssueAndNewsletter */


#newestIssueAndNewsletter {
	float:left;
	width: 265px;
	margin-left: 30px;
	background: url(../images/deco_bg_newestIssueAndNewsletter.gif) no-repeat;
	padding-top: 95px;
	padding-left: 19px;
	display: inline;
}

#newestIssueAndNewsletter h2 {
	font: small-caps bold 140% "Lucida Grande", Arial, sans-serif;
	margin-bottom: 16px;
	clear: left;
	float: left;
	color: #3b3b3b;
	width: 240px;
}

#newestIssueAndNewsletter img {
	clear: left;
	float: left;
	margin-bottom: 11px;
}

#newestIssueAndNewsletter p {
	clear: left;
	float: left;
	width: 240px;
	color: #3b3b3b;
	font-size: 120%;
	line-height: 110%;
	padding-bottom: 38px;
}

#newestIssueAndNewsletter a {
	color: #418be7;
	font-weight: bold;
	text-decoration: underline;
}

#newestIssueAndNewsletter a:hover {
	color: #000;
}

#newsletter {
	clear: left;
	float: left;
	width: 240px;
	border-top: 1px solid #aecfe4;
	padding-top: 36px;
}

/* @end */

/* @group supporters */

#supporters {
	clear: left;
	float:left;
	display: inline;
	text-align: right;
	margin-left: 195px;
	width: 451px;
	display: inline;
	font: 88% Arial, "Lucida Grande", sans-serif;
	line-height: 120%;
	color: #808080;
	padding-top: 84px;
	padding-bottom: 14px;
}

#supporters a {
	color: #418be7;
	text-decoration: underline;
}

#supporters a:hover {
	color: #000;
}

/* @end */

/* @group footer */

#footer {
	clear: left;
	float:left;
	display: inline;
	text-align: right;
	margin-left: 195px;
	width: 451px;
	display: inline;
	font: 88% bold Arial, "Lucida Grande", sans-serif;
	color: #000;
	padding-top: 14px;
	padding-bottom: 41px;
	background: url(../images/deco_bg_quote.gif) no-repeat;
}

#footer li {
	float: right;
	margin-left: 19px;
}

#footer a {
	color: #418be7;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:hover {
	color: #3b3b3b;
}

/* @end */