html,
body {
	margin: 0;
	padding: 0;
}
html {
	background: white url(../images/interface/page_back.gif) repeat-x left top;
}
body	{
	color: #333;
}


/* anchors */
a	{
	color: #5a4099;
}
:-moz-any-link:focus { /* avoid dotted borders around active links in Firefox */
  outline: none;
}
a:hover	{
	text-decoration: underline;
	color: #8c7ab8;
}
.more {
	font-weight: bold;
	font-style: normal;
	color: #5a4099;
}
.more a,
a.more {
	text-decoration: none;
}
.more a:hover,
a.more:hover {
	text-decoration: underline;
}

/* #wrapper */

#wrapper {
	position: relative;
	width: 990px;
	margin: 0 auto;
}
.primaryContent .wrapper    {
	margin-right: 1em;
}

/* header / logo */

#header	{
	width: 100%; height: 210px;
	background: url(../images/interface/header_home.jpg) no-repeat right top;
}
#header h1 {
	position: absolute;
	left: 25px; top: 52px;
	width: 200px; height: 65px;
}
#header h1 a	{
	display: block;
	width: 200px; height: 65px;
	text-indent: -999em;
	text-decoration: none;
	background: url(../images/interface/logo_ingrado.png) no-repeat left top;
}
* html #header h1 a {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/logo_ingrado.png');
	cursor: pointer;
}
#header h2 {
	display: block;
	position: absolute;
	top: 120px; left: 25px;
	font-weight: normal;
	font-size: 13px;
	color: white;
}
#topBar {
	position: absolute;
	top: 7px; left: 5px;
	width: 980px; height: 33px;
	background: url(../images/interface/top_bar.png) no-repeat left top;
}
* html #topBar {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/top_bar.png');
	cursor: pointer;
}

/* #content */

#content {
	position: relative;
	margin: 0; padding: 0 5px 10px 5px;
	width: 980px;
	line-height: 140%; /* redefine line-height for fontsize function */
}
* html #content {
}

#content h2 {
	margin: 0 0 20px 0; padding: 0;
	background: #d2cae5 url(../images/interface/title_bar_left.gif) no-repeat left top;
	height: 30px; width: 980px;
	font-size: 15px;
}
#content h2 span {
	display: block;
	background: url(../images/interface/title_bar_right.gif) no-repeat right top;
	padding: 5px 130px 0 15px;
}

/* primaryContent */

#primaryContent,
.primaryContent {
	float: left; display: inline;
	margin: 0; padding: 0;
	width: 725px;
	border-right: 1px solid #d2cae5;
}
* html #primaryContent,
* html .primaryContent  {
	height: 0.1em;
	width: 720px;
}
* html #primaryContent div.primaryContent,
* html .primaryContent div.primaryContent  {
	border-right: 0px
}


#primaryContent .wrapper
.primaryContent .wrapper {
	padding: 5px 15px 0 0;
}


/* secondaryContent */

#secondaryContent,
.secondaryContent {
	float: right; display: inline;
	margin: 0; padding: 0;
	width: 250px;
}
#secondaryContent h2,
.secondaryContent h2 {
	margin: 0 0 0.25em 0; padding: 0;
	background: none;
	height: auto; width: auto;
	font-size: 1.15em;
}

#secondaryContent .wrapper,
.secondaryContent .wrapper {
	padding: 5px 0 0 15px;
	font-size: 0.95em;
	line-height: 150%;
}
#secondaryContent h3,
.secondaryContent h3 {
	font-size: 1em;
	margin-bottom: 0;
}

/*
.secondaryContent a.bijlage {
	padding-left: 1.2em;
	background: url(../images/interface/bullet.png) no-repeat 0.4em 0.25em;
	margin-bottom: 0.5em;
}
*/
.secondaryContent img.bijlage {
	/*margin: 0.6em 0;*/
}

/* #menu */

#menu {
	position: absolute;
	top: 150px;	left: 0;
	width: 990px; height: 30px;
	background: url(../images/interface/menu_bar.gif) no-repeat left top;
}
#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul {
	position: absolute;
	left: 10px;	bottom: 0;
}
#menu ul li {
	float: left; display: inline;
	margin: 0 5px;
	line-height: 20px;
	font-weight: bold;
	font-size: 13px;
	
}
#menu li a {
	display: block;
	padding: 1px 10px 3px 10px;
	text-decoration: none;
	color: #5a4099;
}
#menu li a:hover {
	color: white;
}
#menu li.active {
	background: white url(../images/interface/menu_tab_left.gif) no-repeat left top;
}
#wrapper #menu li.active a {
	background: url(../images/interface/menu_tab_right.gif) no-repeat right top;
	color: #5a4099;
}

/* submenu */

#menu ul ul {
	display: none; /* default: hidden */
	position: absolute;
	top: 30px;
}
#menu ul ul,
#menu ul ul li {
	margin: 0; padding: 0;
	list-style: none;
}
#menu ul li.active ul {
	display: block;
}
#menu li li {
	float: left; display: inline;
	position: relative;
	padding: 0; margin: 0;
	background: none !important;
	border-left: 2px solid #d2cae5;
	line-height: 10px;
	font-size: 11px;
}
#wrapper #menu ul li li a {
	display: block;
	padding:  0 8px 2px 8px;
	background: none !important;
	color: #5a4099;
}
#wrapper #menu ul li li a:hover {
	text-decoration: underline;
	color: #a696cc;
}
#wrapper #menu li li.first {
	border: none;
}
#wrapper #menu li li.active a {
	color: #a696cc !important;
}


/* breadcrumbs */

#breadcrumbs {
	margin: 0; padding: 0;
	position: absolute;
	top: 242px;	left: 0.4em;
	width: 100%;
}
#breadcrumbs ul,
#breadcrumbs li {
	margin: 0; padding: 0;
}
#breadcrumbs li {
	float: left; display: inline;
	margin: 0; padding: 0 4px 0 11px;
	background: url(../images/interface/breadcrumbs_arrow.png) no-repeat 3px 5px;
	line-height: 12px;
	font-weight: bold;
	font-size: 10px;
	color: #8c7ab8;
}
#breadcrumbs li.first {
	padding-left: 5px;
	background: none;
}
#breadcrumbs li a {
	font-weight: normal;
	text-decoration: none;
	color: #8c7ab8;
}
#breadcrumbs li a:hover {
	text-decoration: underline;
	color: #5a4099;
}

/* search & login */
#search,
#login {
	position: absolute;
	top: 12px;
	font-size: 13px;
	color: white;
}
#search {
	left: 15px;
}
#login {
	right: 15px;
}
#search a,
#login a {
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: underline;
	color: white;
}
#search a:hover,
#login a:hover {
	text-decoration: underline;
	color: #5a4099;
}
#search form,
#login form {
	margin: 0; padding: 0;
}
#search label,
#login label {
	font-weight: bold;
}
#search input,
#login input,
#seach a.button,
#login a.button {
	vertical-align: middle;
	text-decoration: none;
}
#search input,
#login input {
	background: #d2cae5;
}
#fc_query,
#fc_username,
#fc_password {
	width: 100px;
}
#fc_query:focus,
#fc_username:focus,
#fc_password:focus {
	background: white;
}
#search .button,
#login .button {
	font-size: 11px;
	border-color: white;
}
#search .button:hover,
#login .button:hover {
	border-color: white;
}




/* export options */
#exportOptions {
	position: absolute;
	top: 216px;
	right: 30px;	/*	was: 15, aangepast voor ff3	*/
}
#exportOptions ul,
#exportOptions li {
	margin: 0; padding: 0;
	list-style: none;
}
#exportOptions li {
	float: none;		/*	was: left. aangepast ivm ff3	*/ 	
	display: inline;
	margin-left: 9px;
	text-indent: -999em;
}
#exportOptions li a {
	float: left;
	display: block;
	height: 16px;
}
#exportOptions #fontSize a {
	width: 39px;	/*	was: 16px, aangepast voor ff3	*/
	background: url(../images/interface/icon_zoom.png) no-repeat center bottom;
}
#exportOptions #exportPdf a {
	width: 18px;
	background: url(../images/interface/icon_pdf.png) no-repeat center bottom;
}
#exportOptions #exportMail a {
	width: 23px;
	background: url(../images/interface/icon_mail.png) no-repeat center bottom;
}
#exportOptions #exportPrint a {
	width: 21px;
	background: url(../images/interface/icon_print.png) no-repeat center bottom;
}


/* address */

address {
	font-style: normal;
	margin: 0;
}
address .spacer {
	display: block;
	font-size: 0px;
	line-height: 60%;
	height: 8px;
}
address .label {
	display: block;
	float: left;
	width: 1em;
	margin-right: 0.3em;
	text-align: center;
	white-space: nowrap;
	color: #f09c00;
}
address a {
	color: #333;
	text-decoration: none;
}
address a:hover {
	color: #7a0000;
	text-decoration: underline;
}


/* #footer */

#footer	{
	position: relative;
	margin-bottom: 15px; padding: 0 5px;
	font-size: 11px;
	line-height: 125%;
	color: #8c7ab8;
}

#footerMenu {
	background: url(../images/interface/footer_bar.gif) no-repeat left top;
	width: 980px; height: 28px;
	padding: 7px 0 0 0;
	text-align: center;
	font-size: 13px;
}
#footerMenu span {
	padding: 0 3px;
	font-weight: normal;
	color: #c1d72f;
}
#footerMenu a {
	padding: 5px 5px 0 5px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#footerMenu a:hover,
#footerMenu a.active {
	color: #5a4099;
}

#footerSecundaryMenu {
	text-align: center;
	color: #8c7ab8;
}
#footerSecundaryMenu span {
	padding: 0 3px;
	font-weight: normal;
	color: #8c7ab8;
}
#footerSecundaryMenu a {
	font-weight: bold;
	text-decoration: none;
	color: #8c7ab8;
}
#footerSecundaryMenu a:hover,
#footerSecundaryMenu a.active {
	text-decoration: underline;
	color: #5a4099;
}

#footer #copyright {
	float: right; display: inline;
}


/* various classes */

#content ul {
	list-style: none;
	margin: 0; padding: 0;
	margin-bottom: 1em;
}
#content ul li {
	padding-left: 1.2em;
	background: url(../images/interface/bullet.png) no-repeat 0.4em 0.55em;
	margin-bottom: 0.5em;
}
#content ul li.banner {
/*  bij banners in de rechterkolom geen pijltje */
	padding-left: 0;
    background: url(../images/interface/bulletx.png) no-repeat 0.4em 0.55em;
}
#content ul li ul {
	margin-top: 0.3em;
}
#content #secondaryContent li {
	background-position: 0.2em 0.55em;
	margin-bottom: 0.2em;
}

ul#sitemap li {
	color: #7a0000;
	font-weight: bold;
	font-size: 1.1em;
}
ul#sitemap li li {
	font-weight: normal;
	font-size: 0.9em;
}


hr,
h2 {
	display: none;
}
#content h2 {
	display: block;
}
#primaryContent hr,
#secondaryContent hr {
	display: block;
	height: 2px;
	border: none;
	border-top: 1px solid #d2cae5;
	border-bottom: 1px solid white;
}

.skip,
.noScreen {
	display: none;
}

a.tel {
	text-decoration: none;
	color: #333;
	cursor: default;
}

abbr {
	border: none;
}

.verwijzing	{
	color: #5A4099;
	font-style: italic;
}

/* SPECIFIC */

.error {
  color: red;
  font-weight: bold;
}

h3 a,
h4 a {
	text-decoration: none;
}
h4 a {
	color: #819500;
}

.newsList li {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #d2cae5;
}
.category {
	font-size: 0.9em;
}
.category,
.category a {
	text-decoration: none;
	color: #8c7ab8;
}
.category a:hover {
	text-decoration: underline;
	color: #5a4099;
}


.agendaIntro    {
	width: 6em;
}
.agendaIntro h4 {
	font-size: 1.4em;
	white-space: nowrap;
}
.agendaIntro h5 {
	font-size: 0.8em;
	white-space: nowrap;
}
/* IE5.x/WIN hacks */
@media tty {
 i{content:"\";/*" "*/}}; @import 'ie50.css'; {;}/*";}
}/* */


/* IE5.5 */
@media tty {
 i{content:"\";/*" "*/}}@m; @import 'ie55.css'; /*";}
}/* */
