/***********************************************/
/* denieuweweg.nu                             */
/***********************************************/

/* Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none; margin:0;padding:0; }
address { font-style:normal }

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #37332F;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	background-color: #EFEFEB;
	font-size: 70%;
}

img {

	border:none;

}


a {
	color: #37332F;
/*	background-color:#CCCCCC; */
	text-decoration: none;
}


a:link, a:visited{
	color: #37332F;
	text-decoration: none;
}

a:hover{
	color: #37332F;
	text-decoration: none;
}

.color a {
	color: #37332F;
	text-decoration:underline;
}


.color a:link, a:visited{
	color: #37332F;
	text-decoration:underline;
}

.color a:hover{
	color: #37332F;
	background-color:#CCCCCC; 
	text-decoration: none;
}

.grey {

	font-family: "Verdana", Arial, Helvetica, "Sans Serif";
	font-size: 11px;
	color: #999;
	margin-bottom: 0px;
	margin-top: 10px;
	font-weight: none;
	line-height: 15px;

}

h1{
	font-family: "trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 13px;
	color: #ff6600;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: bold;
	line-height: normal;
}

/* Subheading */
h2{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 15px;
	margin-top:7px;
	margin-bottom:7px;
}

h2 a:hover{
	color: #00cccc;
	text-decoration:underline;
	
}
h2 a:link {
	color: #009999;
	text-decoration: none;
}

h2 a:visited {
	color: #00cccc;
	text-decoration: none;
}

/* / Subheading */

/* standard links */
h3{
	color: #999;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 10px;
}
h3 a:link, h3 a:visited{
	color: #1C1C1C;
	text-decoration: none;
	font-weight: bold;
}
h3 a:hover{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	background-color: #f1f2eb;
}
/* / standard links */

/* date posted */
h4{
	color: #009999;
	font-size: 10px;
	font-weight:normal;
}
/* / date posted */

/* entry title */
h5{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;

}
/* / entry title */


/* small links */
h6{
	color: #990000;
	font-variant: normal;
	font-size: 9px;
}
h6 a:link, h6 a:visited{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
h6 a:hover{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #f1f2eb;
}
/* / small links */

ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.hr {
	background: url(../images/h_bar.gif) no-repeat center;
	height: 25px;
	clear: left;
}
.hr2 {
	background: url(../images/h_bar.gif) no-repeat center;
	height: 27px;
	clear: left;
}

em {
	font-weight:none;
	font-style:italic;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#frame {
	width:780px;
    position: relative;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #fff;
	background-image: url(../images/body_bg.gif);
}

#header{
	width: 770px;
    padding-left:5px;
}

#footer{
	clear: both;
	background-repeat: no-repeat;
	height: 55px;
	text-align: center;
	background-image: url(../images/footer.jpg);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/*  Layout Hierarchy */

#cell{
	width: 100%;
	margin:0;
	padding:0;
}

/* Level 1*/
#container{
	float:left;
	padding-left: 10px;
	width: 750px;
	margin-top: 0px;
}

.greyBox{
	padding:0px;
	margin: 0px;
	float: none;

}

.header{
	width: 720px;
	float: left;
	padding-top: 15px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.headerWide{
	float: left;
	background-color:#fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.bottom{
	width: 720px;
	float: left;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.bottomWide{
	float: left;
	background-color:#fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#topRowHeaderLeft{
	background-color:#fff;
	float: left;
	width: 340px;
	padding:7px;
}
#topRowHeaderRight{
/*	background-color:#f1f8f8; */
	float: left;
	padding: 7px;
	margin-left:10px;
	width: 340px;
}


/* Level 2*/
#level2{
	float:left;
	padding-left: 20px;
	padding-right: 0px;
}


/***********************************************/
/* Navigation                                */
/***********************************************/

/*Navigation and Navigation items */

#navcontainer { 
	background-color:#fff;
	border:0px #cc0000 thin;
}

#navlist { 
	padding:0;
	margin: 0;
}

#navlist li { 
	color:#339999;
	display:inline;
/* 	list-style-image:url(../images/arrow.gif); */
	padding: 1px;
	line-height:15px;
}

#navcontainer li a
{
	/* display:block;	*/
	font: normal 11px "Verdana", Arial, lucida, sans-serif;
	text-decoration: none;
	color: #339999;
}

#navcontainer li a:hover
{
	color: #339999;
	background-color:#f1f8f8;
	text-decoration:none;
}

#navcontainer li a#current
{
	color: #339999;
	background-color:#f1f8f8;
	text-decoration:none;
}

/*Navigation and Navigation items */


/***********************************************/
/* Other styles                                */
/***********************************************/

.beeldBox{
	width: 180px;
	float: left;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.beeldBoxEnd{
	width: 180px;
	float: left;
	padding-top: 5px;
	padding-bottom: 0px;
	overflow:hidden;
}

.beeldBoxInt{
	float: left;
	background-color: #f1f8f8;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 295px;
	width: 160px;
}

.beeldBoxWide{
	width: 730px;
	float: left;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.beeldBoxIntWide{
	float: left;
	background-image:url(../inbeeld/images/hdr_title_bg.jpg);
	background-repeat:no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.beeldBoxIntHalf{
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: 190px;
	width: 330px;
}

.beeldBox3{
	width: 235px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.beeldBoxInt3{
	float: left;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	
}

.alakaart3{
	width: 435px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin:0;
}

.alakaartInt3{
	float: left;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	
}

.beeldBoxIntShort{
	float: left;
	background-color: #f1f8f8;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: 190px;
	width: 130px;
}

.beeldBoxIntLong{
	float: left;
	background-color: #f1f8f8;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 640px;
	width: 160px;
}

.beeldBoxIntWhite{
	float: left;
	background-color: #fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 295px;
	width: 160px;
}


.paddedCell {
	padding:7px;
	
}

.imgLeft{
	float: left;
	margin-right: 3px;
}


.blackBox{
	background-color: #99cccc;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 9.5px;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}

.blackBox a{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
}

.blackBox a:link, .blackBox a:visited, blackBox a:active{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
}
.blackBox a:hover{
	color: #555555;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
}

.rule{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
.smallGap {
	margin-bottom:5px;
}

.imgGap {
	margin-top:82px;
}

#floaterAd {
	position:absolute;
	left:735px;
	top:2px;
	z-index:24;
	width:100px;
	height:50px;
}

/***********************************************/
/* FORM styles                                 */
/***********************************************/

.formTableInfo { /* complete formulier */
  margin: 0px 0px 0px 50px;
  padding: 0px;
  border: 0px solid #999999;
}

.formTablefaq { /* complete formulier */
  margin: 0px 20px 0px 0px;
  padding: 0px;
  border: 0px solid #999999;
}

.formLabel { /* veld-label */
	color: #000000;
	text-decoration: none;
	font: normal 11px "Verdana", Arial, lucida, sans-serif;
  	font-weight: none;
	letter-spacing: 0px;
  	padding: 0px;
	margin-top: 2px;
}

.formSubmit {
  	font-size: 11px;
  	padding: 3px;
  	border: 1px solid #999999;
  	background-color: #F2F2F2;
  	margin: 0px;
}

.formMedium {
  	font-size: 11px;
  	width: 250px;
  	padding: 1px;
 	margin: 0px;
  	border: 1px solid #999999;
  	background-color: #F2F2F2;
}

.formLarge {
	color: #000000;
	text-decoration: none;
	font: normal 11px "Verdana", Arial, lucida, sans-serif;
  	font-weight: none;
	letter-spacing: 0px;
  	padding: 1px;  
  	width: 250px;
  	border: 1px solid #999999;
  	background-color: #F2F2F2;
}


.verplichtVeld input {
  border: 0px solid #b21811;
  background-color: #F2F2F2;
}

/***********************************************/
/* TABLELESS FORM                                */
/***********************************************/
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}

.formSubmit {
	width: 100px;
  font-size: 11px;
  padding: 3px;
  border: 1px solid #999999;
  background-color: #F2F2F2;
  margin: 0px;
}