@import url("debug.css");
@import url("href.css");
@import url("ci.css");
@import url("slimbox.css");
@import url("sIFR-screen.css");

/* BEGIN layout */

html, body{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: top center;
	font-family: arial, verdana;	
	font-size: 11px;
	color: #333333;
}
*{
	margin:0;padding:0;border:none;
}

h1{
	font-size: 16px;
	font-weight: bold;
	color: #0C479D;
	margin-bottom: 10px;
	margin-top: 0px;
}

h2{
	font-size: 16px;
	font-weight: bold;
	color: #0C479D;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3{
	font-size: 12px;
	font-weight: bold;
	color: #0C479D;
	margin-bottom: 0px;
	margin-top: 0px;
}

ul {
    padding-left:1em;
    margin-left:1em;
}

ol {
    padding-left:1em;
    margin-left:1em;
}

a{
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

hr{
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 2px;
	border: 0px;
	margin-bottom: 6px;
	margin-top: 6px;
}

#page_wrapper{
	width: 670px;
	margin: auto;
	padding-top: 32px;

}
#header{
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding-top: 67px;
}
#content{
	margin-left: 66px;
	width: 482px;
	border-left: 18px solid #FFFFFF;
	border-right: 18px solid #FFFFFF;
	border-bottom: 18px solid #FFFFFF;
	background: #c2d0e6;
	padding: 10px;
	min-height: 350px;
	_height: 350px;
}

#application_form{
	margin-left: 15px;
}

/* MS word-like tabelstijlen */

.table_general{
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size: 10pt;
}

.table_head{
	background-color: #C0C0C0;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.table_cell{
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

/* END MS word-like tabelstijlen */

.error{
	color: #ff0000;
	font-weight: bold;
}

/* END layout */

/* BEGIN hovermenu */

#menu{
	margin-left: 85px;
	height: 18px;
	float:left;
	color: #666666;
	width: 519px;
	background-color: #ffffff;
}
#menu ul{
	list-style:none;
	padding-left:0;
    margin-left:0;
}
#menu li{
	position:relative;
}

#menu ul ul{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;	
	
	/* 
	 * margin-top = -border (bijv. border:3px; => margin-top:-3px;)
	 */

	margin-top:0px;
}
#menu ul ul ul{
	top:0;
	left:100%;
}

div#menu li:hover{
	cursor:pointer;
	z-index:100;
}

/* per level een regel met een extra li */
div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul,
div#menu li li li li li:hover ul ul{
	display:none;
}
/* per level een regel met een extra li */
div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul,
div#menu li li li li li:hover ul{
	display:block;
}
.menu_1_1{
	list-style:none;
	margin: 0;
	margin-left: 10px;
	padding:0;
	float:left;
}
#menu a{
	display:block;
	white-space:nowrap;
	text-decoration:none;	
	background: white;
	padding: 2px;
  	margin: 0px;
}

#menu li li a{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;

}

/* END hovermenu */

/* NEWS */

.news_row{
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}
.list_image {
	margin: 5px 8px 5px 0px;
	border: 3px solid #9AA0B0;
	float: left;
}
.news_row_content{
	float: left;
	width: 482px;
	margin-bottom: 10px;
}
.news_details_image{
	float: left;
	width: 131px;
}
.news_details_intro{
	float: left;
	width: 482px;
	margin-bottom: 10px;
}
.news_details_message{
	
}
.news_back{
	margin-top: 10px;
}

/* PAGINERING */

a.first_on:link {float: left; display: block; width: 20px; height: 20px;background-image: url(../images/first_on.gif);  background-repeat: no-repeat; }
a.first_on:visited {float: left; display: block; width: 20px; height: 20px;background-image: url(../images/first_on.gif);  background-repeat: no-repeat; }
a.first_on:hover {float: left; display: block; width: 20px; height: 20px;background-image: url(../images/first_on.gif);  background-repeat: no-repeat; }
a.first_on:active {float: left; display: block; width: 20px; height: 20px;:4px; background-image: url(../images/first_on.gif);  background-repeat: no-repeat; }

a.prev_on:link {float: right; display: block; width: 20px; height: 20px; background-image: url(../images/prev_on.gif);  background-repeat: no-repeat; }
a.prev_on:visited {float: right; display: block; width: 20px; height: 20px; background-image: url(../images/prev_on.gif);  background-repeat: no-repeat; }
a.prev_on:hover {float: right; display: block; width: 20px; height: 20px; background-image: url(../images/prev_on.gif);  background-repeat: no-repeat; }
a.prev:active {float: right; display: block; width: 20px; height: 20px; background-image: url(../images/prev_on.gif);  background-repeat: no-repeat; }

a.next_on:link {float: left; display: block; width: 20px; height: 20px; background-image: url(../images/next_on.gif);  background-repeat: no-repeat; }
a.next_on:visited {float: left; display: block; width: 20px; height: 20px; background-image: url(../images/next_on.gif);  background-repeat: no-repeat; }
a.next_on:hover {float: left; display: block; width: 20px; height: 20px; background-image: url(../images/next_on.gif);  background-repeat: no-repeat; }
a.next_on:active {float: left; display: block; width: 20px; height: 20px; background-image: url(../images/next_on.gif);  background-repeat: no-repeat; }

a.last_on:link {float: right; display: block; width: 20px; height: 20px;background-image: url(../images/last_on.gif);  background-repeat: no-repeat; }
a.last_on:visited {float: right; display: block; width: 20px; height: 20px;background-image: url(../images/last_on.gif);  background-repeat: no-repeat; }
a.last_on:hover {float: right; display: block; width: 20px; height: 20px;background-image: url(../images/last_on.gif);  background-repeat: no-repeat; }
a.last_on:active {float: right; display: block; width: 20px; height: 20px;background-image: url(../images/last_on.gif);  background-repeat: no-repeat; }

#pagenav_top{
	width: 482px;
	height: 21px;
	margin-bottom: 12px;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 2px;
}
#pagenav_bottom{
	width: 482px;
	height: 21px;
	margin-bottom: 20px;
	clear: both;
	margin-top: 17px;
	padding-top: 4px;
	border-top: 2px solid #ffffff;
}
.prev{
	width: 44px;
	float: left;
}
.next{
	width: 44px;
	float: left;
}
.page_number{
	width: 394px;
	text-align: center;
	float: left;
}

.interface_img{
	float: left;
	margin: 0px;
}

