@charset "utf-8";

/* CSS Document */
/* main ***************************** */

html
{
	height: 100%;
	overflow-y: scroll;
}

body
{
	height: 100%;
	margin: 0;
	padding: 0px;
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	background-image: url(../images/bgline.gif);
	background-repeat: repeat-x;
}

#container
{
	text-align: center;
	position: relative;
	min-height: 100%;
	height: 10px;
	width: 100%;
	z-index: 1;
	background-repeat: repeat-y;
	background-position: center;
}

* html #container
{
	height: 100%;
}

#center
{
	width: 986px;
	margin: auto;
	text-align: left;
	display: block;
	position: relative;
}

/* header ***************************** */

#head
{
	width: 980px;
	height: 118px;
}


/* logos ****************************** */

#logos
{
	margin: 0px;
	height: 84px;
}

#logos table tr td p
{
	margin: 0;
	padding: 0;
}

/* header nav left ******************** */

#head_nav
{
	margin-top: 9px;
	width: 781px;
	float: left;
}

#head_nav ul
{
	margin: 0px 0px 0px 174px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
}

#head_nav ul li
{
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	display: block;
	display: inline;
	height: 20px;
}

#head_nav img
{
	text-align: left;
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
}

#head_nav ul li a:link, #head_nav ul li a:visited
{
	text-align: left;
	padding: 2px 13px 2px 13px;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 11px;
	line-height: 21px;
	margin-left: 0px;
}

#head_nav ul li .active
{
	text-align: left;
	padding: 2px 13px 2px 13px;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 11px;
	line-height: 21px;
	margin-left: 0px;
}

/* header nav right ******************** */

#head_src
{
	padding-top: 9px;
	width: 185px;
	float: left;
}

#head_src ul
{
	margin: 0px 0px 0px 24px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
}

#head_src ul li
{
	padding: 0px;
	margin: 0px;
	display: block;
	display: inline;
	height: 25px;
}

#head_src img
{
	text-align: left;
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 16px;
	margin-left: 0px;
}

#head_src ul li a:link, #head_src ul li a:visited
{
	text-align: left;
	padding: 2px 13px 2px 13px;
	display: block;
	float: left;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 21px;
	margin-left: 0px;
	background-color: #949494;
}

#head_src ul li .active
{
	text-align: left;
	padding: 2px 13px 2px 13px;
	display: block;
	float: left;
	text-decoration: none;
	color: #02253c;
	font-size: 11px;
	line-height: 21px;
	margin-left: 0px;
	background-color: #949494;
}

#head_src ul li a:hover
{
	color: #02253c;
}

/* breadcrum ******************************* */

#bread
{
	min-height: 7px;
	background-color: #4b4b4b;
	margin-top: 1px;
	margin-bottom: 1px;
	color: #FFFFFF;
	font-size: 10px;
	display: block;
	text-transform: lowercase;
	clear: both;
}

#bread .links
{
	padding: 2px;
	margin: 0px 0px 0px 178px;
}

#bread .links a:link, #bread .links a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

#bread .links a:hover
{
	text-decoration: none;
}

/* leftcol ******************************* */

/* normal menu ************* */

#left_nav
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 166px;
	background-color: #c0c0c0;
	padding: 5px 0px 0px 0px;
	text-align: center;
	float: left;
	display: block;
}

#left_nav ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-type: none;
	display: block;
}

#left_nav ul li
{
	border: none;
	margin: 0px 5px 5px 5px;
	line-height: 18px;
	display: block;
	text-align: left;
}

#left_nav ul li .active
{
	border: none;
	line-height: 18px;
	padding-left: 4px;
	text-decoration: none;
	display: block;
}

#left_nav ul li a
{
	border: none;
	line-height: 18px;
	padding-left: 4px;
	text-decoration: none;
	display: block;
}

/* submenu **********************/

#left_nav li ul
{
	border: none;
	margin: 5px 0px 0px 7px;
	padding-right: 0px;
	width: 144px;
	line-height: 22px;
	display: block;
	background-repeat: no-repeat;
}

#left_nav li ul li a, #left_nav li ul li a:active, #left_nav li ul li a:visited
{
	border: none;
	padding-right: 0px;
	padding-left: 12px;
	width: 132px;
	line-height: 18px;
	display: block;
	background-image: url(../images/list_sub_o.gif);
	background-repeat: no-repeat;
}

#left_nav li ul li a:hover
{
	padding-left: 12px;
	border: none;
	width: 132px;
	line-height: 18px;
	display: block;
	background-image: url(../images/list_sub.gif);
	background-repeat: no-repeat;
}

#left_nav li ul li .active
{
	border: none;
	padding-right: 0px;
	padding-left: 12px;
	width: 132px;
	line-height: 18px;
	display: block;
	background-image: url(../images/list_sub_o.gif);
	background-repeat: no-repeat;
}

/*login block ****/

#login
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	text-indent: 0px;
	border: none;
	margin: 0px 0px 5px 5px;
	width: 156px;
	line-height: 14px;
	display: block;
	clear: both;
	text-align: left;
}

#login h2, #login h2
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #414141;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 4px;
	background-image: url(../images/hor_line2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
}

#login h2 a:link, #login h2 a:visited
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #414141;
	font-weight: bold;
	text-decoration: none;
}

#login table
{
	/*background-color: #FFFFFF;*/
	margin: 0;
	border: 0;
}

#login .field
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 11px;
	height: 13px;
	margin-right: 4px;
	padding-left: 4px;
	width: 95%;
	border: solid 1px #999999;
}

#login .but
{
	font-size: 11px;
	border: none;
	display: block;
	padding: 3px;
}

#login a:link, #login a:visited, #login a:active
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

#login a:hover
{
	text-decoration: none;
}

/* left nav onderaan verloop************* */

#left_nav .verloop
{
	height: 196px;
	overflow: hidden;
	background-image: url(../images/left_nav_grad.gif);
	background-repeat: repeat-x;
}

/* content *************************** */

#content
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 630px;
	float: left;
	line-height: 16px;
}

#large_block
{
	width: 610px;
	float: left;
	display: block;
	padding: 10px; /*margin: 0px 0px 10px;*/
}

#small_block
{
	width: 293px;
	float: left;
	display: block;
	padding: 10px; /*margin: 0px 0px 10px;*/
}

#small_block h2, #large_block h2
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #414141;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 4px;
	background-image: url(../images/hor_line2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
}

#small_block h2 a, #large_block h2 a
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #414141;
	font-weight: bold;
	text-decoration: none;
}

#small_block p, #large_block p, #large_block table tr td, #small_block table tr td
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	padding: 0px;
	margin: 5px 10px 5px 0px;
}

#small_block p.photocedit, #large_block p.photocredit
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #414141;
	padding: 0px;
	margin: 5px 10px 5px 0px;
}

#large_block table tr td a, #large_block table tr td a:visited, #small_block table tr td a, #small_block table tr td a:visited
{
	font-size: 12px;
	margin-top: 0px;
	text-decoration: none;
}

#large_block table tr td a:hover, #small_block table tr td a:hover
{
	font-size: 12px;
	margin-top: 0px;
	text-decoration: underline;
}

#small_block p a, #large_block p a
{
	font-size: 12px;
	text-decoration: none;
	margin-top: 0px;
	font-weight: bold;
}

#small_block p a:hover, #large_block p a:hover
{
	text-decoration: underline;
}

#small_block p img, #large_block p img
{
	border: none;
	padding: 0px 5px;
	float: left;
}

#small_block ul, #large_block ul
{
	padding-left: 0px;
	margin-left: 15px;
	margin-top: 2px;
}

#small_block ul li, #large_block ul li
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 12px;
	list-style: square;
	clear: both;
}

#large_block ul li a
{
	text-decoration: none;
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#small_block ul li a
{
	text-decoration: none;
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#large_block ul li a:visited, #large_block ul li a:active
{
	text-decoration: none;
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

#small_block ul li a:visited, #small_block ul li a:active
{
	text-decoration: none;
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

#large_block ul li a .large
{
	font-size: 14px;
}

#small_block ul li a:hover, #large_block ul li a:hover
{
	text-decoration: underline;
}

.date
{
	font-size: 11px;
	font-style: italic;
}

#small_block .field, #large_block .field
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	border: solid 1px #999999;
	float: left;
}

#small_block .field, #large_block .dropdown
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: solid 1px #999999;
	width: 116px;
}

#small_block .but, #large_block .but
{
	font-size: 11px;
	border: none;
	height: 20px;
	display: block;
	padding: 3px;
}

#small_block input[type="submit"], #large_block input[type="submit"]
{
	font-size: 11px;
	border: none;
	display: block;
	padding: 3px;
}

#small_block input, #large_block input, #large_block textarea
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 4px;
	padding-left: 4px;
	border: solid 1px #999999;
}

#small_block select, #large_block select
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 11px; /*margin-right: 4px; 	padding-left: 4px; 	border: solid 1px #999999;*/
}

/* right nav *************************** */

#right_nav
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
	min-height: 200px;
	width: 170px;
	padding: 0px;
	float: left;
	background-image: url(../images/vert_line_right2.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin-right: -100%;
}

#right_nav .block
{
	margin: 10px 0px 0px 10px;
	width: 170px;
	background-image: url(../images/hor_line_right2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#right_nav .partner_block
{
	margin: 0px 0px 0px 10px;
	width: 170px; /*background-image: url(../images/hor_line_right2.gif); 	background-repeat: repeat-x; 	background-position: top;*/
}

#right_nav .final_block
{
	margin: 10px 0px 0px 10px;
	width: 170px;
	border: none;
	background-color: transparent;
}

#right_nav .final_block a
{
	margin: 0px 0px 0px 10px;
	width: 170px;
	border: none;
	border-bottom: none;
	background-color: transparent;
}

#right_nav .final_block img
{
	border: solid 1px #c0c0c0;
}

#right_nav .block h2, #right_nav .partner_block h2
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 5px;
	margin: 0px;
	text-align: left;
}

#right_nav .block p, #right_nav .partner_block p
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#right_nav a
{
	font-size: 11px;
	text-decoration: none;
	display: block;
	float: left;
	margin-top: 5px;
	padding: 3px;
	text-align: left;
}

#right_nav ul
{
	padding: 0px;
	margin: 0px;
}

#right_nav ul li
{
	text-align: left;
	list-style: none;
}

#right_nav ul li a
{
	text-decoration: none;
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	display: block;
	float: none;
	font-weight: bold;
}

#right_nav ul li a:hover
{
	text-decoration: underline;
}


#right_nav .block .sponsor
{
	width: 120px;
	text-align: center;
}

#right_nav input[type="submit"], right_nav input[type="submit"]
{
	font-size: 11px;
	border: none;
	display: block;
	padding: 3px;
}

/* footer ***************************** */

.clear
{
	height: 1px;
	width: 100%;
	display: block;
	clear: both;
	visibility: hidden;
}

#foot
{
	height: 30px;
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 24px;
	color: #999999;
	border-top: solid 1px #CCC;
}

#foot .left
{
	text-align: left;
	float: left;
}

#foot .right
{
	text-align: right;
}

#foot .left a, #foot .right a
{
	text-decoration: none;
	color: #999999;
}

#foot .left a:hover, #foot .right a:hover
{
	border-bottom: solid 1px #CCCCCC;
}

#large_block #action
{
	margin-top: 2px;
	margin-bottom: 12px;
}

#large_block #action a
{
	text-decoration: none;
	color: Black;
	font-size: 11px;
	vertical-align: bottom;
}

#large_block #action a img
{
	border: 0;
	vertical-align: bottom;
}

#small_block h3, #large_block h3
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	margin: 0px; /*padding: 0px 0px 10px;*/
	font-weight: bold;
}

