/* Standaard Body en Layout Styling met centering hack voor Opera 5.* en IE 5 en 5.5 */
 
body {
	margin-top: 0px;
	padding: 0px;
	text-align: center; /* centering hack deel 1 */
	background-color: #ECF8FB;
	color : #454E53;
	}
	
body, div, a, p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
}	
	
#placeholder {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: none;
	text-align: left; /* centering hack deel 2 */
	background-color: #fff;
	width: 752px;
}	

td,tr,p,div {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	}
	
h3 {
	color: #454E53; 
	font-size: 14px; font-weight: bold;
	}	

h4 {
	color: #454E53; 
	font-size: 14px; font-weight: bold;
	}

h5 {
	color: #454E53; 
	font-size: 13px; font-weight: bold;
	}

h6 {
	color: #454E53; 
	font-size: 12px; font-weight: bold;
	}

a:link, a:visited {
	font-size: 11px; 
	color: #23598d; 
	text-decoration: none;
	}

a:hover {
	color: #23598d;	
	text-decoration: underline;
	}
	
ul {
	margin: 0px 0px 0px 0px;
	}

li {
	list-style: inside 3px;
	}
	
/* GOLDSTEEN LAYOUT STIJLEN */

.imagetoptable {
	width: 752px;
	background: #A3C3E2;
	font-size: 9px;
}

#imagetop {
 	position: relative;
	width: 188px;
	height: 47px;
	border: none;
	left:188px;
	background: #A3C3E2;
	z-index: 100;
}

#imagetopsmall {
 	position: relative;
	width: 188px;
	height: 47px;
	border: none;
	left:0px;
	background: #A3C3E2;
	z-index: 100;
}

#imagebaan {
	width: 752px;
	height: 188px;
	margin-left: 0px;
	margin-top: 0px;
	border: none;
	/*background: #D6D8DB;*/
}

#contenthome {
	width: 752px;
	height: 188px;
	margin-left: 0px;
	margin-top: 0px;
	border: none;
	background: #fff;
	z-index: 5;
}

p.home {
	margin: 6px;
}

.footer {
	width: 752px;
	height: 20px;
	margin-left: 0px;
	margin-top: 10px;
	border-top: 1px solid #454E53;
	background: #A3C3E2;
	font-size: 9px;
	padding-left: 10px;
	padding-right: 10px;
}

hr { 
	background: transparent; 
	height:1px; 
	border: 1px solid #314B77;
	}

hr.separator {
	background: transparent;
	height: 1px;
	width: 75px;
	border: 1px solid #314B77;
}
 
.button {
	color: #FFFFFF; 
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	margin-top: 4px;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	background: #94B1CF;
	border: 1px solid #000066;
	height: 20px;
	}

.inputbox {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #343A58;
	background: #FFFFFF;
	border: 1px solid;
	}

/* Stijlen voor content */
 
.contentpane {
	background-color : #FFFFFF;
	}

.contentpaneopen td {	
	background-color : #fff;
	padding: 20px 30px 20px 24px;
	}

#subnav {
	position: relative;
	left: 0px;
	top: 0px;
	width: 127px;
	z-index:1;
	font-weight: bold;
	background-color: #D6D8DB;
}
#subnav ul
{
	margin : 0;
	padding : 0;
	text-indent : 0;
	list-style : none;
	width : 129px;
	color: #FFF;
}
#subnav ul li
{
	margin : 0;
	padding : 0;
	display : block;
	box-sizing:border-box; -moz-box-sizing:border-box;
	}

#subnav ul li a
{
	margin : 0;
	padding: 0 0 0 14px;
	display : block;
	border-bottom: 1px solid #f0f0f0;
	width : 174px;
	height: 32px;
	color: #454E53;
	line-height: 34px;
	text-decoration: none;
	box-sizing:border-box; -moz-box-sizing:border-box;
}

#subnav ul li a.select, ul li a:hover
{
	color: #454E53;
	text-decoration: none;
	background : #AEB4B7 url("/shared/images/pijl.gif") left center no-repeat;
}

#subnav ul ul
{
	margin : 0;
}

#subnav ul ul li a
{
	margin : 0;
	padding : 2px 0 2px 24px;
	width : 164px;
	height: 18px;
	color: #454E53;
	text-decoration: none;
	font-weight:normal;
	line-height:18px;
	box-sizing:border-box; -moz-box-sizing:border-box;
}

#subnav ul ul li a.select, ul ul li a:hover
{
	color: #454E53;
	text-decoration: none;
	font-weight:normal;
	background : #AEB4B7 url("/shared/images/pijlsub.gif") left bottom no-repeat;
}

.newsimage {
	padding: 0 0 0 10px;
}
