/**********************************/
/* STANDAARD TAGS                 */
/**********************************/

a {
	color: #09008B; 
	text-decoration: none;
}
a:visited {
	color: #B7B4BA; 
}
a:hover {
	color: #6864A4; 
}

body {
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	height: 100%;
}

td, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #232224;
}

h1 {
	color: #09008B;
	font-size: 24px;
	line-height: 24px;
}

h2 {
	color: #09008B;
	font-size: 14px;	
}

h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	margin: 14px 0 2px 0;
}

img {
	border: none;
}

input, textarea {
	background-image: url(../images/input_bg.gif);
	background-repeat: no-repeat;
	padding-left: 4px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/**********************************/
/* LAYOUT DIVS                    */
/**********************************/

#content {
	width: 545px; 
	padding: 35px 10px 0px 25px;
}

#topmenu {
	width: 590px;
	height: 25px;
	background-image: url(../images/topmenu_bg.gif);
	background-repeat: repeat-x;
}

#searchfieldUIT {
	z-index: 5;
	position: relative;
	left: 370px;
	top: -37px;
}

/**********************************/
/* EXTRA TAGS                     */
/**********************************/

/* toepassen op plaatjes die rechts zijn uitgelijnd in de tekst */
.plaatje_r {
	margin: 5px 0px 5px 10px;
	border: 1px solid #AEAAB3;
}

.plaatje_l {
	margin: 5px 10px 5px 0px;
	border: 1px solid #AEAAB3;
}

.small {
	font-size: 11px;
	color: #AEAAB3;
}

.red {
	color: #FF0033;
}

.subtitle {
	font-size: 14px;
}	

/* links van de nieuws headlines*/
a.newslink {
	color: #232224;
}

/* link in de submenu's */
a.menulink {
	color: #232224;
	font-size: 12px;
}
a:visited.menulink {
	color: #232224;
}
a:hover.menulink {
	color: #6864A4; 
}

/* links naar de publication files */
.download{
 	font-weight: bold;
}
a:link.download {
	color: #09008B;
}
a:visited.download {
	color: #09008B; 
}
a:hover.download {
	color: #6864A4; 
}

.searchfield {
	border: 1px solid #A29CA8;
	width: 116px;
	height: 13px;
	font-size: 10px;
}

.menu_buttons {
	padding-left: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;	
	color: #232224;
}

.menu_out {
	background-image: url(../images/menu_button_0.gif);
	background-repeat: no-repeat;
}

.menu_over {
	background-image: url(../images/menu_button_1.gif);
	background-repeat: no-repeat;
}

/* opmaak voor tabbelen in de content */
.table {
	background-color: #E9E6EC;
	border: 1px solid #AEAAB3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

.th { /* table header */
	color: #000000;
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	padding: 4px;
}

.td { /* table rows */
	border-top: 1px solid #AEAAB3;
	padding: 4px;
}

.tcenter {
	text-align: center;
	border-left: 1px solid #AEAAB3;
}

.tborder-left {
	border-left: 1px solid #AEAAB3;
}

.th_solutions {
	border-top: 1px solid #AEAAB3;
	border-right: 1px solid #AEAAB3;	
	text-align: right;
}