@import url('forms.css');

html, body {
    margin: 0;
	padding: 0;
	height: 100%;
}

    body {
    	text-align: center;
    	background: url(../img/bg.jpg) no-repeat center top;
    	font-family: tahoma,arial,verdana,sans-serif;
    }

/* Container ----------------------------- */

#container {
	width: 720px;
	margin: 0 auto -50px;
	padding: 0;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header ----------------------------- */

#header {
	height: 143px;
	width: 100%;
	position: relative;
}

    #header h1 {
        margin: 0;
        padding: 0;
    	font-size: 0.1em;
    }

        #header h1 a {
        	background: url(../img/logo.png) no-repeat;
        	width: 247px;
        	height: 81px;
        	display: block;
        	top: 12px;
        	left: 0;
        	position: absolute;
        	margin: 0;
        	font-size: 10px;
        	line-height: 10px;
        	text-decoration: none;
        }

            #header h1 a span {
                visibility: hidden;
            }

    #header #subnav {
        position: absolute;
        top: 40px;
        right: 0px;
        width: 165px;
        height: 60px;
        color: #4393ac;
        font-size: 11px;
        text-align: right;
    }
        #header #subnav a, #header #subnav a:hover {
            color: #414141;
            text-decoration: none;
        }

        #header #subnav form {
            margin: 6px 0 0;
        }

        #header #subnav input {
            float: left;
        }

            #header #subnav input.search {
                height: 22px;
                line-height: 22px;
                font-size: 11px;
                width: 134px;
                border: 1px solid #c9c9c9;
                color: #8e8e8e;
                margin: 0;
                padding: 0 0 0 6px;
            }

            #header #subnav input.button {
                background-color: #47859c;
                color: #fff;
                border: 1px solid #c9c9c9;
                border-left: 1px solid #47859c;
                height: 24px;
                line-height: 20px;
                font-size: 18px;
                width: 23px;
                margin: 0;
                padding: 0;
            }

/* Navigatie ----------------------------- */

#nav {
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	z-index: 100;
}

    #nav ul {
    	margin: 0;
    	list-style: none;

    }

        #nav ul li {
        	float: left;
        	display: inline;
        }

            #nav ul li a {
            	color: #fff;
            	font-weight: bold;
            	font-size: 11px;
            	text-decoration: none;
            	padding: 7px 8px;
            	display: block;
            }

                #nav ul li.first a {
                    padding-left: 0;
                }

                #nav ul li a:hover {
                	text-decoration: none;
                	color: #CCCCCC;
                }

        #nav li ul {
        	position: absolute;
        	width: 17em;
        	left: -999em;
        	background: #4493ad;
        	border: 1px solid #a1c0ce;
        	border-width: 0 1px 1px 1px;
        }

            #nav li ul ul {
            	margin: -2em 0 0 17em;
            }

                #nav li:hover ul ul, #nav li.sfhover ul ul {
                	left: -999em;
                }

        #nav li li {
        	padding: 0;
        }

            #nav li li a {
            	padding: 3px 10px;
            	display: block;
            	width: 17em;
            	font-size: 0.9em;
            }
                #nav li li.first a {
                    padding-left: 10px;
                }

                #nav li li a.sublevel {
                	background: url(../img/sublevel.gif) right no-repeat;
                }

                #nav li li a:hover {
                	background: #48889d;
                	text-decoration: none;
                }

                #nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
                	left: auto;
                }

        #nav li:hover, #nav li.sfhover {
            position: static;
        }

/* Content-container ----------------------------- */

#content-container {
	margin-top: 20px;
}

/* Content ----------------------------- */

#content {
	width: 720px;
	margin: 0;
	color: #414141;
	line-height: 1.5em;
	font-size: 0.9em;
}

    #content h2 {
    	color: #00234d;
    	font-size: 1.3em;
    	font-weight: bold;
    	border-bottom: 1px solid #007ea7;
    	line-height: 2em;
    }

    #content h3 {
    	font-size: 1.3em;
    	color: #00234d;
    	font-weight: bold;
    	margin: 0 0 0.3em 0;
    }

    #content .visual {
        float: left;
        width: 720px;
        height: 97px;
        overflow: hidden;
        z-index: 10;
    }

    #content table tr.old td, #content table tr.old a {
        color: #777;
    }

    .content-home {
        float: left;
        width: 350px;
        padding-right: 20px;
    }

    table.geenmarge, table.geenmarge td, table.geenmarge tr {
        margin: 0;
        padding: 0;
    }

        table.geenmarge img {
            float: left;
            border: 0;
        }

        tr.blauweachtergrond, table.geenmarge tr.blauweachtergrond td {
            background-color: #47859C;
        }

            tr.blauweachtergrond a, tr.blauweachtergrond a:hover {
                display: block;
                color: #fff !important;
                text-decoration: none !important;
            }

    .sidebar {
        float: left;
        width: 350px;
    }

        .sidebar .block-items {
            border: 1px solid #b7dae7;
            background-color: #f5f5f5;
            margin: 0 0 14px 0;
            padding: 12px 4px 12px 14px;
        }
            .sidebar #subcontent {
                min-height: 138px;
                height: auto !important;
                height: 138px;
            }

            #content .sidebar .block-items h3 {
                font-size: 12px;
                line-height: 16px;
                margin: 0 0 1em;
                color: #007ea7;
            }
                #content .sidebar .block-items h3 a, #content .sidebar .block-items h3 a:hover {
                    color: #007ea7;
                }

            .sidebar .block-items ul {
                margin: 0 0 20px 0;
                padding: 0;
                list-style: none;
            }

                .sidebar .block-items ul.blogs {
                    margin-bottom: 10px;
                }

                .sidebar .block-items ul li span {
                    display: block;
                    float: left;
                    width: 64px;
                 }

                     .sidebar .block-items ul.blogs li span {
                        width: 104px;
                     }

                    .sidebar .block-items ul li a, .sidebar .block-items ul li a:hover {
                        color: #414141;
                    }

                    .sidebar .block-items ul li a span, .sidebar .block-items ul li a:hover span {
                        color: #007ea7;
                    }

/* Actueel----------------------------- */

.kader {
    margin-top: 10px;
    padding: 5px 10px;
    border: 1px solid #eaeaea;
    background-color: #f5f5f5;
}

.actueel {
	width: 640px;
	padding: 10px 0;
}

.actueel p.alles {
	margin: 0;
}

a {
	text-decoration: none;
	color: #007ea7;
}

a:hover {
	text-decoration: underline;
}

.actueel ul li {
	line-height: 1.7em
}

.actueel ul{
 	margin: 0;
 	list-style: none;
}

.kolom {
	float: left;
	display: inline;
}

	.w192 {
		width: 192px;
	}

	.w108 {
		width: 108px;
	}

	.w340 {
		width: 340px;
	}

	.w340 a, .w340 a:hover {
	   color: #414141;
	   text-decoration: none;
	}


/* Banners ----------------------------- */

.banner {
	margin: 1em 0;
	height: 2.8em;
	line-height: 2.5em;
	font-weight: bold;
	color: #fff;
}

    .banner a {
    	color: #fff;
    	text-decoration: none;
    }

        .banner a:hover {
        	text-decoration: underline;
        }

    .banner h4 {
    	width: 310px;
    	float: left;
    	color: #fff;
    	font-size: 1.2em;
    	font-weight: bold;
    	display: inline;
    	margin-left: 85px;
    	line-height: 2.2em;
    	margin-bottom: 0;
    }

        .banner p.meer {
        	font-size: 1.5em;
        }

        .banner p.info {
        	width: 158px;
        	float: left;
        	font-size: 0.9em;
        }

	.licht {
		background: #7aa8b7;
	}

	.medium {
		background: #49889d;
	}

	.donker {
		background: #176982;
	}


/* Footer ----------------------------- */

#push {
    height: 50px;
}

#footer {
    height: 30px;
	clear: both;
	width: 720px;
	background: #eaeaea;
	margin: 10px auto 0;
	position: relative;
	font-size: 10px;
	color: #868686;
	line-height: 30px;
	text-align: center;
}

    #footer a {
    	color: #868686;
    	text-decoration: none;
    }

        #footer a:hover {
        	text-decoration: underline;
        }

        #footer p.left {
        	float: left;
        	display: inline;
        	margin-left: 20px;
        }

        #footer p.right {
        	float: right;
        	display: inline;
        	margin-right: 20px;
        }

.error {
    color: #CC0000;
}
