@charset "utf-8";

body, div, blockquote, p, a, td, tr, ul, li, img, h1, h2, h3, h4, pre, noscript {
/* Verwijderd alle browser afhankelijke defaults */
margin: 0; padding: 0; border: none; text-indent: 0;
}

td, tr, li ,dt, dd {
	margin-left: 0;
	padding-left: 0;
}

body  {
	font: 100%  Arial, Helvetica, sans-serif;
	background: #fffdee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ff6600;
}

p{padding:10px 0;}
p.small{font-size: 11px;}
h1{font-size:24px;line-height:28px;padding:15px 0px;font-weight:bold;color:#ee9f27;}
h2{font-size:20px;line-height:20px;padding:0;color:#42c0ad;display:inline;}
h3{font-size:16px;line-height:18px;padding:0;color:#d1491b;font-weight:normal;}
h4{font-size:14px;line-height:16px;font-weight:normal;color:#d1491b;font-style:italic;}
h5{font-size:12px;line-height:14px;}
h6{font-size:10px;line-height:12px;}



#container { 
	width: 1008px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	background-image: url(../images/wijgaantrouwen.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0; /* padding keeps the content of the div away from the edges */
} 
#mainContent { 
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 480px;
	min-height: 480px;
	background-color: #ff6600;
	color: #FFF;
	text-align: center;
	padding: 10px;
	margin-left: 397px;
	float: left;
}

#mainContent a:link, #mainContent a:visited {
	text-decoration: none;
	color: #61361d;
	font-weight: bold;
}

#mainContent a:link:hover, #mainContent a:visited:hover {
	color: white;
	font-weight: bold;
}

#navigation {
	float: right; /* since this element is floated, a width must be given */
	width: 100px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 4px; /* padding keeps the content of the div away from the edges */
}

#footer {
	text-align: right;
	padding-right: 110px;
}

#popupcontent { 
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 680px;
	background-color: white;
	color: ff6600;
	text-align: left;
	padding: 10px;
	font-size: 12px;
}

#popupcontent a:link, #popupcontent a:visited {
	text-decoration: none;
	color: #61361d;
	font-weight: bold;
}

#popupcontent a:link:hover, #popupcontent a:visited:hover {
	color: #ff6600;
	font-weight: bold;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*******************************/
/* START Navigatie */

#navcontainer {
	position: absolute;
	display: block;
}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}

#navcontainer li {
	margin: 0;	
	font-size: 20px;
	height: 28px;
	vertical-align: middle;
}

#navcontainer li a {
	color: #ff6600;
	text-decoration: none;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover, #navcontainer li a:hover#current {
	color: #61361d;
	font-weight: bold;
}

#navcontainer li a#current {
	color: #ff6600;
	font-weight: bold;
}

/* EINDE Navigatie */
/**********************/

#slideShow {
  width : 460px;
  height : 460px;
  padding : 10px;
  background-color: #fffdee;
}

#pwa {
  width : 480px;
  font-size: 11px;
  overflow: hidden;
  text-align: center;
 }
