/* CSS Document */

* {
	font-family: 'Trebuchet MS', Arial, Verdana;
	font-size: 11px;
/*	font-size-adjust: 0.6; */
	color: #000000;
	border: none;
	
	padding: 0px;
	margin: 0px;
}

/* commented backslash hack \*/
html, body{	
	height: 100%;
}
		
/* end hack */

html, body {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
}
	
body {}/* centre for ie5.+*/

#outer{
	min-height:100%;
	height: auto;
	width: 960px;
	margin-left:auto;/* center it*/
	margin-right:auto;/* center it*/
	position: relative;
}

#header {
	height: 280px;
}
	#header #logo {
		float: left;
	}
	#header #service {
		float: right;
		margin: 40px 0px 0px 0px;
	}
	#header #image {
		background-image: url("/Static/Images/Default/Header_BG.jpg");
		background-repeat: repeat-x;
		
		height: 158px;
		padding: 0px 25px;
		clear: both;
	}
	#header #TopBar
	{
		position: relative;
		float: left;
		height: 14px;
		width: 100%;
		background-image: url(/Static/Images/Default/TopBar.jpg);
		background-repeat: repeat-x;
		background-position: top left;
	}
		#header #image #info {
			height: 138px;
			padding: 10px 40px;
			display: inline;
			float: left;
			color: #FFFFFF;
			font-weight: bold;
			width: 386px;
		}
		#header #image #info .RTESubTitle {
			font-size: 14px;
			font-weight: 900;
			color: #FFFFFF;
		}
			#header #image #info ul li, #header #image #info p, #header #image #info em {
				color: #FFFFFF;
				font-weight: bold;
			}
		#header #image #image1,
		#header #image #image2 {
			background-repeat: no-repeat;
			
			height: 158px;
			display: inline;
			float: left;
		}
		#header #image #image1 {			
			width: 222px;
			float: left;
		}
		#header #image #image2 {			
			width: 222px;
			float: right;
		}

#contentwrapper {
	position: relative;
	width: 960px;
	float: left;
}

#kolomlinks {
	float: left;
	width: 190px;
	position: relative;
	padding-top: 6px;
}

#verticalnavigatie {
	padding: 0px 0px 50px 0px;
}

#content {
	width:540px;
	position:relative;
	float: left;
	margin: 0px 5px;
	border-top: solid #CCCCCC 1px;
	padding-top: 5px;
}
.contentspacer {
	position: relative;
	float: left;
	width: 15px;
}
#kolomrechts {
	position: relative;
	float: left;
	width: 190px;
	padding-top: 6px;
}

#clearfooter{clear:both;height:40px;width:100%}
div>p {margin: 10px 0px;}

#footer {
	border-style: solid;
	border-width: 5px 0px 0px 0px;
	border-color: #0054a5;
	
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 23px;
	line-height: 23px;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}

/*-- standaard headers --*/
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #004ea3;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
}

/*-- standaard unordered list --*/
ul {
	margin: 0px 15px;
}

/*-- standaard links --*/

a {
	text-decoration: underline;
	color: #1987f1;
}
a:hover {
	text-decoration: none;
	color: #000000;
}

/*-- menu styles --*/

#menuknop,
#menuknop_active {
	background-image: url("/Static/Images/Default/Menu_Arrow.gif");
	background-repeat: no-repeat;
	background-position: 25px 4px;
	
	padding: 0px 0px 0px 35px;
	position: relative;
}

#menuknop:hover,
#menuknop_active:hover {}

a.menutekst,
a.menutekst_active {
	font-size: 1.1em;
	text-decoration: none;
}

a.menutekst:hover,
a.menutekst_active:hover {
	text-decoration: none;
}

#submenulist,
#submenulist_active {
	position: relative;
}

a.submenutekst,
a.submenutekst_active {
	font-size: 1.1em;
	text-decoration: none;
	color: #636466;
	
	margin-left: 45px;
}

a.menutekst_active, a.submenutekst_active
{
	text-decoration: underline;
}

#menufooter,
#menufooter_active {}

#menuspacer {
	position: relative;
}

.TopMenuItem {
	text-decoration: none;
	color: #215692;
}

.TopMenuItem_active {
	text-decoration: underline;
	color: #215692;
}


/*-- Search styles --*/
input.SearchBox {
	font-size: 0.8em;
	background-image: url("/Static/Images/Default/Search_Box.gif");
	background-repeat: no-repeat;
	border: solid 0px #FFFFFF;
	width: 81px;
	height: 9px;
	padding: 4px;
	line-height: 8px;
	font-size: 10px;
}
input.SearchButton {
	font-size: 10px;
	background-color: #FFFFFF;
	background-image: url("/Static/Images/Default/Search_Button.gif");
	background-repeat: no-repeat;
	width: 42px;
	height: 16px; 
}
input.agenda, select.agenda {
	border: 1px solid #636466;
}

/*-- formulier styles --*/
label {
	font-weight: bold;
	float: left;
	width: 200px;
}

.form_field {
	float: left;
}

.form_header {
	vertical-align: top;
	
	padding-top: 4px;
}

.form_input {
	padding-left: 5px;
	border: solid 1px #004ea3;
	background-color: #FFFFFF;
	width: 250px;
	padding: 1px;
}

.form_textarea {
	padding-left: 5px;
	border: solid 1px #004ea3;
	width: 250px;
}

.form_button {
	font-weight: bold;
	border: solid 1px #004ea3;
	background-color: #1987f1;
	color: #FFFFFF;
}

/*-- Components --*/

/*-- Component --*/
.component {
	padding-bottom: 20px;

}

.component p {
	color: #000000;
	margin: 0px;
}
.component .header {
	background-repeat: no-repeat;
	height: 8px;
	padding-bottom: 10px;
}
.component .footer {
	height: 8px;
}

.component .header {
	background-image: url("/Static/Images/Default/Comp_Header.gif");
	background-position: top center;
}
.component .footer {
	background-image: url("/Static/Images/Default/Comp_Footer.gif");
	background-position: top center;
	background-repeat: no-repeat;
}
.component h1 {
	font-size: 1.2em;
*/	color: #a54200; */
	color: #004EA3;
}

/*-- Component Agenda --*/
.component_agenda {
	background-color: #f3f4f5;
	
	padding: 0px 0px 0px 15px;
}
.component_agenda h1 {
	font-family: "Arial Narrow", Tahoma, Arial, Verdana;
	font-size: 1.5em;
	background-color: #FFFFFF;
	
	margin: 0px 0px 0px -15px;
}
.component_agenda h2 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 1.5em;
	text-align: right;
	background-color: #1987f1;
	
	padding: 0px 10px;
	margin: 0px 0px 0px -15px;
}
.component_agenda #weeknummer {
	width: 160px;
	background-color: #1987f1;
	margin: 0px 0px 0px -15px;
	text-align: right;
	padding: 0px 15px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

.component_agenda .date {
	font-size: 0.9em;
	text-align: left;
	color: #808285;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #c8c9ca;
	margin: 5px 0px;
}
.component_agenda ul {
	list-style: none;
	margin: 0px;
}
.component_agenda ul li a {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #808285;
}
.component_agenda ul li h3 {
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #F7A20D;
}

.component_agenda h1 .beursAgendaBlue {
	font-family: "Arial Narrow", Tahoma, Arial, Verdana;
	font-size: 1.1em;
	color: #1987F1;
	font-weight: bold;
}

.component_agenda .footer {
	font-size: 0.9em;
	color: #c8c9ca;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #c8c9ca;
	
	padding: 5px 0px;
	margin: 5px 0px;
}
.component_agenda .footer a {
	text-decoration: none;
}

/* -- SiteMap -- */
ul#Sitemap {
	list-style-image: url(/Static/Images/Default/Menu_Arrow.gif);
}
a.sitemapitem {
	color :#1987F1;
	text-decoration: underline;
	font-size: 12px;
}

/*-- RTE styles --*/

.RTEDefault {}

.RTETitle {
	font-size: 2em;
	color: #00538e;
	margin: 0px;
}

.RTESubTitle {
	font-weight: bold;
	color: #006bb7;
}

p.RTEQuote {
	color: #eb7e09;
	background-image: url("/Static/Images/Default/Icon_Bubble.gif");
	background-repeat: no-repeat;
	background-position: 5px center;
	
	display: block;
	padding: 0px 0px 0px 30px;
	margin: 10px 0px;
}