/*
**	css/formido.css
*/

html, body {
	margin: 0;
	padding: 0;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

body {
/*	background: #580007 url(/img/bg_sint_2008.jpg);*/
}

#container {
	position: absolute;
	width: 920px;
	left: 50%;
	margin-left: -460px;
	background-color: #fff;
	overflow: hidden;
}

#header_top {
	width: 900px;
	height: 75px;
	margin-left: 10px;
	background-color: #000f6b;
	_background-color: #000A5F;
}

#header_top img {
	border: 0;
	margin: 10px 0 0 10px;
}

#header_zoeken {
	position: absolute;
	z-index: 2;
	left: 710px;
	top: 10px;
	width: 160px;
	height: 20px;
	/*_height: 16px;*/
	overflow: hidden;
	clear: both;
}

#header_zoeken input {
	background-color: #213A88;
	border: 0;
	margin: 0;
	padding: 3px;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 10px;
	_height: 18px;
	color: #aaa;
	font-weight: normal;
	float: right;
	width: 100px;
}

#header_zoeken input#zoekbutton {
	width: 50px;
	float: left;
	background-color: #000f6b;
	_background-color: #000A5F;
	color: #99ccff;
	font-weight: bold;
	padding: 2px;
}

/*
**	Main navigation * start
*/

#header_topnav {
	position: absolute;
	z-index: 11;
	left: 600px;
	top: 52px;
}

#header_topnav, #header_topnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.2;
	background-color: #000F6B;
	_background-color: #000A5F;
	width: 305px;
}

#header_topnav a {
	display: block;
	text-decoration: none;
	color: #99ccff;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
	line-height: 1.2;
}

#header_topnav .nolink {
	display: block;
	text-decoration: none;
	color: #99ccff;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
	line-height: 1.2;
	cursor: pointer;
}

#header_topnav ul li ul li a {
	padding: 5px 11px 5px 11px;
}

#header_topnav li { /* all list items */
	float: left;
}

#header_topnav ul li ul {
	margin: 3px 0 0 -5px;
	_margin: 18px 0 0 -55px;
	padding: 0;
	width: auto;
}

#header_topnav ul li ul li {
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	_margin: 0 0 -12px 0;
}

#header_topnav ul li ul li a {
	font-weight: bold;
	padding: 5px 11px 5px 11px;
	margin: 0;
}

#header_topnav li ul { /* second-level lists */
	position: absolute;
	/*background: orange;*/
	/*width: 10em;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#header_topnav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#header_topnav li:hover ul ul, #header_topnav li.sfhover ul ul {
	left: -999em;
}

#header_topnav li:hover ul, #header_topnav li li:hover ul, #header_topnav li.sfhover ul, #header_topnav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#header_topnav a:hover {
	color: #fff;
	background: #1C297B;
}

#header_topnav li:hover, #header_topnav li.hover {
    position: static;
}

/*
**	Main navigation * end
*/

/*
**	Main navigation * start
*/

#header_nav div {
	position: absolute;
	height: 18px;
	left: 720px;
	top: 6px;
}

#header_nav div a {
	margin: 0;
	padding: 0;
	float: left;
	background: #4265a5;
}

#header_nav div a:hover {
	background: #4265a5;
}

#header_nav {
	position: absolute;
	width: 900px;
	height: 26px;
	background-color: #4265a5;
    left: 2px;
	_left: 10px;
}

#header_nav, #header_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.2;
	background-color: #4265A5;
	float: left;
	margin-left: 8px;
	_margin-left: 0;
}

#header_nav .nolink {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 6px 5px 6px 5px;
	line-height: 1.2;
	cursor: pointer;
}

#header_nav ul {
	_padding-left: 10px;
}

#header_nav a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 6px 5px 6px 5px;
	line-height: 1.2;
}

#header_nav ul li ul li a {
	padding: 5px 11px 5px 11px;
}

#header_nav li {
	float: left;
}

#header_nav ul li ul {
	margin: 3px 0 0 -5px;
	_margin: 20px 0 0 -70px;
	padding: 0;
	width: auto;
}

#header_nav ul li ul li {
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	_margin: 0 0 -12px 0;
}

#header_nav ul li ul li a {
	font-weight: bold;
	padding: 5px 11px 5px 11px;
	margin: 0;
}

#header_nav li ul { /* second-level lists */
	position: absolute;
	/*background: orange;*/
	/*width: 10em;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#header_nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#header_nav li:hover ul ul, #header_nav li.sfhover2 ul ul {
	left: -999em;
}

#header_nav li:hover ul, #header_nav li li:hover ul, #header_nav li.sfhover2 ul, #header_nav li li.sfhover2 ul { /* lists nested under hovered list items */
	left: auto;
}

#header_nav a:hover {
	color: #ddd;
	background: #627FB4
}

#header_nav li:hover, #header_nav li.hover {
    position: static;
}

/*
**	Main navigation * end
*/

#hoofd_top {
	height: 286px;
	width: 676px;
	margin: 10px 0 0 8px;
}

#hoofd_thema {
	float: left;
}

#hoofd_top_rss {
	/*background-color: #d9e0ed;*/
	width: 226px;
	font-size: 10px;
}

#hoofd_top_rss ul {
	margin: 0;
	padding: 2px 0 2px 10px;
}

#hoofd_top_rss ul li {
	margin: 0;
	padding: 0;
	line-height: 16px;
}

#hoofd_top_rss p {
	padding: 0;
	color: #333;
}

#hoofd_top_rss a, #hoofd_top_rss a:link, #hoofd_top_rss a:visited {
	color: #333;
	text-decoration: underline;
}

#hoofd_top_rss a:hover {
	color: #A0ADD3;
	text-decoration: underline;
}

#hoofd_top_login {
	margin-top: 10px;
	background-color: #fff;
	width: 228px;
	float: right;
}

#hoofd_top_login p {
	padding: 5px;
	color: #666;
}

#hoofd_top_login a {
	color: #666;
}

#hoofd_top_login td {
	color: #666;
}

#loginform table {
	margin-left: 2px;
}

#loginform input {
	width: 130px;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 10px;
	margin-left: -20px;
	border: 1px solid #ddd;
}

#ww_aanvragen input {
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #ddd;
}

#loginform .label {
	width: 70px;
}

#loginform td {
	font-size: 10px;
}

.hoofd_item {
	margin: 5px 0 0 8px;
	width: 676px;
	overflow-x: hidden;
	clear: both;
}

.copyright {
	margin: 10px 0 0 8px;
	width: 676px;
	padding: 0 0 10px 0;
	color: #4C65AD;
	text-align: center;
	clear: both;
}

.copyright a, .copyright a:link, .copyright a:visited {
	text-decoration: none;
	color: #4C65AD;
}

.copyright a:hover {
	color: #666;
}

/*
**	Sub
*/

#sub_nav {
	margin: -3px 0 0 8px;
	padding: 0;
	width: 676px;
	height: 20px;
}

#sub_nav ul {
	list-style: none;
	margin: 0;
	padding: 3px 0 0 0;
}

#sub_nav ul li {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left-width: 1px;
	border-left-style: solid;
	float: left;
}

#sub_nav ul li:first-child {
	border-left: 0;
}

#sub_nav ul li a, #sub_nav ul li a:link, #sub_nav ul li a:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#sub_nav ul li a:hover {
	color: #333;
}

#sub_main {
	float: left;
	width: 420px;
	margin: 10px 0 10px 8px;
	padding: 15px;
	border-right-width: 1px;
	border-right-style: solid;
}

#sub_main a, #sub_main a:link, #sub_main a:visited {
	font-weight: bold;
	text-decoration: none;
}

#sub_main a:hover {
	color: #000;
}

#sub_sidebar {
	float: right;
	width: 200px;
	padding: 20px 10px 10px 10px;
	margin: 0;
	_margin-right: 15px;
}

#sub_sidebar ul {
	margin: 0;
	padding: 0;
}

#sub_sidebar ul li {
	margin: 0 0 0 15px;
	_margin: 0 0 0 17px;
	padding: 0;
}

#sub_sidebar a, #sub_sidebar a:link, #sub_sidebar a:visited {
	text-decoration: none;
}

#sub_sidebar a:hover {
	text-decoration: underline;
}

/*
**	Tekst opmaak
*/

img {
	border: 0;
}

p {
	margin: 0;
	padding: 0;
}

#sub_main h1 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	color: #333;
}

#sub_main p {
	padding: 0 0 10px 0;
	margin: 0;
	color: #333;
}

#sub_sidebar h1 {
	font-size: 14px;
	color: #009cdd;
}

#sub_sidebar h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/*
** nav buttons
*/

#header_nav div {
	float: right;
	margin: -2px 5px 0 0;
} 

#header_nav div img {
	cursor: pointer;
}

#contact {
	margin: 0;
	padding: 0;
}

#contact div {
	width: 300px;
	clear: both;
	padding: 0.5em 0 1em 0;
	_padding: 0.5em 0 0 0;
}

#contact label {
	float: left;
	width: 22%;
	font-size: 1em;
	text-align: right;
	font-weight: normal;
	color: #333;
	padding-top: 3px;
	margin-right: 4px;
}

#contact input, textarea {
	float: right;
	padding: 2px;
	margin-right: 5px;
	width: 65%;
	text-align: left;
	border: 1px solid #ccc;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
	background: #fff;
	color: #333;
}

#contact input:focus, #contact textarea:focus {
	background-color: #FEFFF3;
}

#contact input:hover, #contact textarea:hover {
	background-color: #FEFFF3;
}

#contact textarea {
	height: 100px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000F6B;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000F6B;
	margin: 0;
	padding: 0;
}

#loginform #chkbox {
	width: auto;
	_width: 20px;
	_margin-left: 0;
	border: 0;
}

div.row {
	width: 400px;
	clear: both;
	padding: 0.5em 0 1em 0;
	_padding: 0.5em 0 0 0;
	margin: 0;
}

div.row label {
	float: left;
	width: 20%;
	font-size: 1em;
	text-align: right;
	font-weight: normal;
	color: #333;
	line-height: 1.6;
	color: #666;
}

div.row input, div.row textarea, div.row select, div.row button {
	float: right;
	padding: 2px;
	margin-right: 5px;
	width: 75%;
	text-align: left;
	border: 1px solid #ccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
	background: #fff;
	color: #333;
}

div.row button {
	width: auto;
}

div.row select {
	width: 66%;
}

#div.row input:focus, div.row textarea:focus, div.row button:focus {
	background-color: #FEFFF3;
}

div.row input:hover, div.row textarea:hover, div.row button:hover {
	background-color: #FEFFF3;
}

div.row textarea {
	height: 100px;
}

div.row input.submit, div.row button {
	width: auto;
	text-align: center;
}

/**
  *	New frontpage
  *	Smaller font-sizes
  **/

#frontpage {
    clear: both;
    margin-top: 35px;
    padding-left: 10px;
}

#frontpage div p {
	margin: 0;
	padding: 0;
	font: normal 11px/17px arial, tahoma, verdana, helvetica, sans-serif;
}

#frontpage img {
    border: 0;
}
  
#first_a, #first_b, #first_c, #first_d {
    width: 225px;
    height: 227px;
    float: left;
    overflow: hidden;
}
  
#first_a {
    
}

#first_d p {
	margin: 10px !important;
	font-size: 12px !important;
}

#first_d h1 {
	margin: 10px;
	padding: 0;
	font: bold 16px/16px arial, tahoma, verdana, sans-serif;
	color: #333;
}

#first_b #internet_aanbieding {
    width: 205px;
    height: 200px;
    overflow: hidden;
    margin: 10px;
}
    #internet_aanbieding, #internet_aanbieding p {
        margin: 0;
        padding: 0;
        font: normal 11px/17px arial, tahoma, verdana, helvetica, sans-serif;
        color: #000;
    }
    
    #internet_aanbieding a {
        color: #009ee0;
        text-decoration: none;
        font-weight: bold;
    }
    
    #internet_aanbieding a:hover {
        color: #3daad7;
        text-decoration: underline;
    }

#first_d {
    /*background: url(../newhome/first_d.jpg) no-repeat;*/
    background-color: #BCE7F8;
}
  
#second_a, #second_b, #second_c {
    width: 225px;
    height: 225px;
    overflow: hidden;
    float: left;
}

#second_b {
    /*background: url(../newhome/second_b.png) no-repeat;*/
}
  
#second_c {
    /*background: url(../img/folderbg_kerst.jpg) no-repeat;*/
	background-color: #ED008C;
}

#second_c {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
}

    #second_c div {
        margin: 30px;
    }

    #second_c a, #second_c a:link, #second_c a:visited {
        color: #fff;
        text-decoration: none;
    }

    #second_c a:hover {
        color: #FAC2E3;
    }
  
#nieuwsafdelingen {
    width: 225px;
    height: 451px;
    overflow: hidden;
    float: right;
    margin-right: 10px;
}

#third_a, #third_b {
    width: 225px;
    height: 225px;
    overflow: hidden;
    float: left;
}

#third_c {
    width: 225px;
    height: 225px;
    overflow: hidden;
    float: left;
}

    #third_c div {
        padding: 10px;
    }

#nieuwsafdelingen {
    
}

#waldnet_nieuws {
    height: 91px;
    overflow: hidden;
}

#waldnet_nieuws ul {
    margin: 0;
    padding: 0;
}

#waldnet_nieuws p {
    color: #000;
}

#waldnet_nieuws li {
    margin-left: 25px;
    font-size: 10px;
    line-height: 16px;
}

#waldnet_nieuws a {
    color: #000;
}

#afdeling_links  {
    line-height: 0px;
}
  
#afdeling_links a {
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 0px;
    overflow: hidden;
}

.third_nieuwsitem {
    width: 200px;
    height: 165px;
    padding: 10px;
    float: left;
    margin-top: 40px;
    overflow: hidden;
}

#fourth_d {
	background: url(/img/bloopervandeweek.png) no-repeat;
}

#fourth_a, #fourth_b, #fourth_c, #fourth_d {
    width: 225px;
    height: 227px;
    display: block;
    float: left;
    overflow: hidden;
}

#fourth_c div {
    padding: 10px;

}


#fourth_c a {
        color: #009ee0;
        text-decoration: none;
        font-weight: bold;
    }

#fourth_d {
    
}

#fourth_d {
    background-color: #eee;
}

#fourth_d p {
    margin-top: 160px !important;
    font-size: 10px;
    color: #333;
    line-height: 18px;
}

#fourth_d a, #fourth_d a:link, #fourth_d a:visited {
    color: #333;
    text-decoration: none;
}

#fourth_d a:hover {
    text-decoration: underline;
}

#closing {
    clear: both;
    height: 10px;
}

#login_cont {
    position: absolute;
    _position: auto;
    top: 240px;
    _top: 0;
    left: 50%;
    _left: 0;
    margin-left: 235px;
    _margin-left: 0;
    z-index: 9;
    width: 210px;
    _margin: 10px 0 0 10px;
}

    #login_cont td input {
        margin-left: 10px;
    }

.spaar_tekst {
    margin: 43px 0 0 5px;
    _margin: 55px 0 0 8px;

}


/**************************************   PASEN ********************************************/
/*
#pasen {
    margin: 26px 0 0 10px;
}

#frontpage {
    margin-top: 0px;
}

#login_cont {
    position: absolute;
    _position: auto;
    top: 450px;
    _top: 0;
    left: 50%;
    _left: 0;
    margin-left: 235px;
    _margin-left: 0;
    z-index: 9;
    width: 210px;
    _margin: 10px 0 0 10px;
}*/
#fw_headerfoto {
	margin: 35px 0 0 10px;
}

#fw_tekst {
	position: absolute;
    top: 110px;
    left: 493px;
    background-color: #A9EB05;
	width: 377px;
	height: 160px;
	padding: 20px;
    background: url(/img/fotowand-bg.png) no-repeat;
}

#fw_navigatie {
    width: 900px;
    height: 55px;
    background-color: #e0e0e0;
    position: relative;
    left: 10px;
	font-size: 16px;
    font-family: Century Gothic, Verdana, sans-serif;
    padding: 0px;
    margin: 0px !important;
    overflow: hidden;
}

#fw_navigatie ul, #fw_nagivatie ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#fw_navigatie li {
    float: left;
}

#fotowand-invullen input {
	border: 1px solid #FF0099;
	background-color: #FFFAFC;
}

#fotowand-invullen input:hover, #fotowand-invullen input:focus {
	border: 1px solid #FF0099;
	background-color: #FFEBF3;
}

#gekozen-fotowand {
	width: 350px;
	float: right;
	margin-right: 100px;
	margin-top: -30px;
}

#gekozen-fotowand h1 {
	margin-bottom: 5px;
}

#fw_navigatie a, #fw_navigatie a:link, #fw_navigatie a:visited {
    text-decoration: none;
    display: block;
    background: url(../img/dubbele-punten-menu-fotowand.png) 100% 49% no-repeat;
    color: #333;
    padding: 16px 20px 20px 12px;   
}


#fw_navigatie a:hover {
    background: #d4d4d4 url(../img/dubbele-punten-menu-fotowand-hover.png) 100% 49% no-repeat;
}  

  
#fw_titel_rubriek {
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
    font-family: Century Gothic, Verdana, sans-serif;
	font-size: 25pt;
	color: #ff0099;
	letter-spacing: 1px;
}

#fw_titel_rubriek_content {
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 25pt;
	color: #ff0099;
	letter-spacing: 1px;
}

#fotos_lijst {
    width: 530px;
    margin-left: 10px;
    float: left;
    margin-right: 0px;
}
#fotos_lijst a {
    float: left;
    display: block;
    margin-right: 20px;
    margin-bottom: 12px;
}
    
#fw_clear {
    clear: both;
    font-family: Arial, sans-serif;
	font-size: 8pt;
/*	margin-bottom: 135px;*/
	margin-top: 15px;
	margin-left: 10px;
}

#fw_clear ul {
	position: relative;
	border-top: 20px solid #fff;
	border-bottom: 30px solid #fff;
}

#fw_clear a, #fw_clear a:link, #fw_clear a:visited {
    text-decoration: none;
    color: #333;    
    padding-right: 20px;
    padding-left: 10px;
    background: url(../img/dubbele-punten-menu-fotowan.png) 100% 49% no-repeat;
    
    }
#fw_clearlast a, #fw_clearlast a:link, #fw_clearlast ul li, #fw_clearlast a:visited {
    text-decoration: none;
    color: #333;    
    padding-right: 20px;
    padding-left: 10px;    
    }
#fw_clear a:hover {
    text-decoration: underline;
}
#fw_clear ul, #fw_nagivatie ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#fw_clear li {
    float: left;
}
#fw_details {
	width: 350px;
    float: left;
    margin-left: 7px;
	_margin-left: -5px;
}

#fw_details h1 {
	color: #ef229b;
	font-size: 14px;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.fw_rol {
	display: block;
	height: 70px;
	margin-top: 40px;
}

.fw_rol_left {
	width: 220px;
	float: left;
}

.fw_rol_right {
	width: 105px;
	float: right;
}

	.fw_rol_right input {
		margin-top: 35px;
	}

#fw_details_tekst {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #000000;
    width: 370px;
    position: absolute;
    top: 712px;
    left: 539px;
    display: block;
    z-index: 10;
    padding-right: 10px;
    padding-top: 10px;
	margin-top: 15px;
	_margin-left: 10px;
}

#fw_footer {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #000000;
}

#fw_titel_details {
	color: #ef229b;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

.fw_fotowand_submit {
    float: right;
	margin-top: 25px;
}

.rol_content_left {
    float: left;
    clear: both;
}

.tweede_rol {
    position: relative;
    top: 40px;
}

#fw_formulier {
    position: relative;
    left: 50px;
}

#fotowand-invullen #fotowand-submit {
	background-color: #FF0099;
	color: #fff;
	border: 5px solid #FF0099;
	cursor: pointer;
	font-weight: bold;
}

#fotowand-invullen #fotowand-submit:hover {
	border: 5px solid #FF66C2;
	background-color: #FF66C2;
}

#copyright_footer {
	width: 99%;
	clear: both;
	text-align: right;
	color: #666;
	display: block;
	padding-top: 5px;
}

	#copyright_footer a, #copyright_footer a:link, #copyright_footer a:visited {
		color: #666;
		text-decoration: none;
	}
	
	#copyright_footer a:hover {
		text-decoration: underline;
	}