/* CSS Document */

/*== Basiscrap ===========================================================================*/

body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
}



/*== Tekst ===============================================================================*/

.tekst_kop {
	font-size:	12px;
	font-weight:	bold;
	color:		#0039F7;
	text-align:	left;
        margin:		8px;
        margin-top:	5px;
        margin-bottom:	3px;
}

.tekst {
	font-size:	12px;
	color:		#000000;
	text-align:	justify;
        margin:		8px;
        margin-top:	2px;
        margin-bottom:	10px;
}

.citeren {
	font-size:	11px;
	color:		#000000;
	background:	#CCFFFF;
	text-align:	justify;
	border: 	1px solid #000000;
	padding:	5px;
        margin:		15px;
        margin-top:	8px;
        margin-bottom:	10px;
}

.opsomming_punt {
	font-size:	11px;
	color:		#000000;
	text-align:	justify;
        margin:		4px;
        margin-top:	2px;
	margin-right:	100px;
        margin-left:	0px;
}

.inhoud_kop {
	font-size:		11px;
	font-weight:		bold;
	color:			#000000;
	text-align:		left;
	padding-top: 		4px;
	padding-left: 		9px;
	text-transform:		uppercase;
	letter-spacing:		.5em;

}

.copyright_tekst {
	font-size:	11px;
	color:		#000000;
	text-align:	center;
	float:		center;
}




/*== Tabellen ============================================================================*/

td {
	text-align: left;
	font-size: 11px;
}



/*== Links ===============================================================================*/

a:link, a:visited {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0039F7;
	text-decoration: none;
	font-weight: bold;
}

a.menuitem:link, a.menuitem:visited {
	display: 		block;
	background: 		url(./images/menu_item_oranje.png) no-repeat;
	vertical-align: 	top;
	font-size: 		12px;
	font-weight: 		bold;
	color: 			#FFFFFF;
	text-align: 		left;
	padding-top: 		5px;
	padding-left: 		18px;
	height: 		19px !important;	
	height: 		25px;
	width: 			100%;
	border-top : 		1px solid #FFFFFF;
	text-decoration: 	none;
}

a.menuitem:hover {
/*	background-position: 0px -25px;		*/
	background: url(./images/menu_item_blauw.png) no-repeat;
	text-decoration: none;
	color: #FF6600;
}

a.menuitem_actief:link, a.menuitem_actief:visited {
	display: block;
	background: url(./images/menu_item_blauw.png) no-repeat;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 19px !important;	
	height: 25px;
	width: 100%;
	border-top : 		1px solid #FFFFFF;
	text-decoration: none;
}

a.menuitem_actief:hover {
	background-position: 0px -25px;
	background: url(./images/menu_item_blauw.png) no-repeat;
	text-decoration: none;
	color: #FF6600;
}



/*== Kaders ==============================================================================*/

#main_outline {
	width: 			802px !important;
	width: 			808px;
	border: 		1px solid #CCCCCC;
	padding: 		2px;
        float : 		center;
	background: 		#FFFFFF;
}

#picture_outline {
	width: 		104px;
        float : 		left;
	border: 		1px solid #FFFFFF;
	padding: 		2px;
	margin-top:		5px;
	background: 		#FFFFFF;
}

#left_outline {
	margin-top: 4px;
	margin-bottom: 0px;
	border: 1px solid #FFFFFF;
	padding-left: 1px;
	padding-right: 0px;
	padding-bottom: 0px; 
	padding-top: 0px;
	float: left;
	width: 159px !important;
	width: 165px;
}

#header_area {
	width: 			802px !important;
	text-align: 		left;
	float:			center;
	border: 		0px;
	margin: 		0px;
}

#header {
	float: 			center;
	padding: 		0px;
	margin: 		0px;
	width: 			635px;
	height: 		150px;
/**	background: 		url(../images/header_short.jpg) no-repeat;	**/
}

#banner_outline {
	width: 			468px;
	border: 		1px solid #000000;
	padding: 		2px;
	margin-top:		20px;
	background: 		#FFFFFF;
}



/*======================================================================================*/



#pathway_outline {
	width: 633px !important;
	width: 635px;
	float: left;
	border: 1px solid #cccccc;
	margin-bottom: 2px !important;
	margin-bottom: -2px;
}

#pathway {
	float: left;
	padding: 4px 3px 3px 5px;
}

#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 50%;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	display: block;
	background-image: menu_item_oranje.gif;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	width: auto !important;
  width: 15%;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-left: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{

	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #ff6600;
	background: #ffcc00;
}







#content_area {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
/**	border: 1px solid #000000; 	**/
/*	float: left; */
	float: right; 
	width: 635px;;
}


#sandbox_area_1 .sandbox_area {
/*	float: left; */
	float: right; 
	margin-top: 2px;
	width: 635px;
}

#right_outline {
	border: 1px solid #cccccc;
	margin-top: 2px;
	float: right;
	padding: 2px;
	width: 159px !important;
	width: 165px;
}



/** adjust content area based on right nav **/
#sandbox_area_1 .content_outline {
	width: 629px !important;
	width: 635px;
	border: 1px solid #cccccc;
	padding: 2px;
}

#sandbox_area_1 .componentheading {
	background: url(./images/header_bg.png) repeat-x;
	color: #000000;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 26px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	width: 625px !important;
	width: 629px;
}









/* mambo core stuff */



table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpane td.contentheading {
  padding-left: 15px;
  padding-top: 9px;
}

.button {
	padding: 2px 5px 2px 5px;
	height: 22px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	color: #ff6600;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.inputbox {
	padding: 2px;
	border:	solid 1px #cccccc;
	background-color: #ffffff;
}




.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	background: url(../images/contenthead.png)  repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 9px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	float:			left;
	width: 			100%;
	margin-bottom: 		5px;
	padding: 		0px;
	border-spacing: 	0px;
	border-collapse:	collapse;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
