
/* BUTTONS */

.out-box-buttons {
	position:absolute;
	bottom:1px;
	left:auto;
	right:0px;
	height:auto;
	width:178px;
}
.out-box-button {
	display:block;
	position:relative;
	top:0px;
	left:0px;
	right:0px;
	width:178px;
	height:31px;
	text-align:center;
}
.out-box-button ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.out-box-button ul li a, .out-box-button ul li a:visited, .out-box-button ul li a:hover {
	display:block;
	position:absolute;
	width:154px;
	height:26px;
	left:13px;
	padding-top:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	background:#FFFFFF url(../images/generic_content/button_blue.gif) 0px 0px no-repeat;
	color:#FFFFFF;
}

/* BUTTON STYLES */

.out-box.style1 .out-box-button ul li a, .out-box.style1 .out-box-button ul li a:visited, .out-box.style1 .out-box-button ul li a:hover {
	background:#FFFFFF url(../images/generic_content/button_blue.gif) 0px 0px no-repeat;
	color:#FFFFFF;
}

.out-box.style2 .out-box-button ul li a, .out-box.style2 .out-box-button ul li a:visited, .out-box.style2 .out-box-button ul li a:hover {
	background:#FFFFFF url(../images/generic_content/button_grey.gif) 0px 0px no-repeat;
	color:#101DA4;
}

.out-box-button.style2 ul li a, .out-box-button.style2 ul li a:visited, .out-box-button.style2 ul li a:hover {
	background:#FFFFFF url(../images/generic_content/button_grey.gif) no-repeat;
	color:#101DA4; 
}

/* LINKS */

.out-box-link {
	position:relative;
	bottom:0px;
	left:0px;
	right:0px;
	/*height:31px;*/
	background-image:url(../images/generic_content/box_dotted_line.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-align:left;
	padding-top:7px;
	padding-left:14px;
}
.out-box-link ul {
	list-style-type:none;
	margin:0;
	padding:3px 0px 0px 0px;
	height:25px;
}
.out-box-link ul li a {
	/*padding-left:8px;
	background-image:url(../images/generic_content/arrow_grey_on_white.gif) 0px 0px no-repeat;
	color:#000099;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;*/
}
.out-box-link a:hover {
	color:#000099;
	text-decoration:underline;
}

/* HEADERS */

.out-box .out-box-header {
	position:relative;
	top:10px;
	left:10px;
	right:10px;
	height:auto;
	width:152px;
}
.out-box .out-box-header h2 {
	margin-top:0;
	margin-bottom:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.out-box .out-box-header h2 a{
	text-decoration:none;
}
.out-box .out-box-header h2 a:hover{
	text-decoration:underline;
}

/* HEADER STYLES */

.out-box.style2 .out-box-header h2 a, .out-box.style2 .out-box-header h2 a:visited{
	color:#000099;
}

/* TABLE */

.out-table {
	position:relative;
/*	bottom:auto;*/
	left:0px;
	right:0px;
	width:auto;
	height:auto;
}
.out-table-borders {
	display:block;
	padding:0px;
	margin:0px;
	border-left:#D6D6D6 1px solid;
	border-right:#D6D6D6 1px solid;
	border-top:#D6D6D6 1px solid;
	overflow:hidden;
}
.out-table-content table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	bottom: 0px;
}
.out-table-content th {
	background-color: #f0f0f0;
        font-size: 9px;
	font-weight: bold;
        line-height: 11px;
	color: #333333;
        padding: 5px 0px 0px 5px;
        border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	vertical-align: middle;
}
.out-table-content td {
        font-size: 9px;
	font-weight: normal;
        line-height: 10px;
	color: #333333;
        padding: 2px 0px 1px 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-width: 0px;
	border-bottom-style:none;
	text-align: left;
	vertical-align: middle;
}
.out-table-bottomborder {
	border-bottom:#D6D6D6 1px solid;
	position:relative;
	left:0px;
	right:0px;
	width:auto;
	height:7px;
	margin-bottom:14px;
}

/* TABLE CORNERS */

.out-table-tl, .out-table-tr, .out-table-bl, .out-table-br {
	background-repeat:no-repeat;
	position:absolute;
	width:8px;
	height:7px;
}
.out-table-tl {
	background-image:url(../images/table/box_corner_top_grey_L.gif);
	left:0;
	top:0;
}
.out-table-tr {
	background-image:url(../images/table/box_corner_top_grey_R.gif);
	right:0;
	top:0;
}
.out-table-bl {
	background-image:url(../images/box/box_corner_bottom_L.gif);
	left:0;
	top:0;
}
.out-table-br {
	background-image:url(../images/box/box_corner_bottom_R.gif);
	right:0;
	top:0;
}
/* TABLE STYLES */
.noheader .out-table-tl {
	background-image:url(../images/box/box_corner_top_L.gif);
}
.noheader .out-table-tr {
	background-image:url(../images/box/box_corner_top_R.gif);
}
.out-table.noheader .out-table-borders .out-table-content th {
	background-color: #FFFFFF;
	font-weight: normal;
	border-bottom-width: 0px;
	border-bottom-style:none;
	padding: 5px 0px 7px 8px;
}
.landtab a.lijst {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: arial, verdana, sans-serif;
    text-decoration: none;
    letter-spacing: 0px
}
.landtab A:hover.lijst       {
    color: #000000;
       font-weight: bold;
       font-size: 11px;
       font-family: arial, verdana, sans-serif;
       text-decoration: none;
       letter-spacing: 0px
}
.rood { color:red;}
