@charset "utf-8";
@import url("reset.css");
@import url(//fonts.googleapis.com/css?family=Julius+Sans+One&subset=latin,latin-ext);

@charset "utf-8";

/* CSS Document */


body
{
    font-family: 'Julius Sans One', sans-serif;
}

#header
{
    background-color: #D7D7D7;
    height: 60px;
    position: fixed;
    width: 100%;
    z-index:5;
    opacity: 0.8;
    margin-top: 20px;
}

#header_title
{
    float: left;
    line-height: 60px;
    font-size: 46px;
}

#header_inside
{
    width: 960px;
    margin: 0 auto;
}


/* NAVIGATION ****************************************/

nav#nav-top
{
    margin: 0 auto;
    height: 60px;
}

nav#nav-top ul
{
    list-style: none;
    float: right;
}

nav#nav-top ul li
{
    height: 20px;
    border-left: solid 1px #A4A29E;
    display: block;
    position: relative;
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
}

nav#nav-top ul li:first-child
{
    border-left: none;
}

nav#nav-top ul li a
{
    margin-left: 5px;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 22px;
}



nav#nav-top li ul
{
    display: none;
}

nav#nav-top ul li a:hover
{
    display: block;
}

nav#nav-top li:hover ul li
{
    border-left: none;
    padding-top: 10px;
    display: block;
    margin-left: -1px;
}

nav#nav-top li:hover ul
{
    padding-top: 15px;
    display: block;
    position: absolute;
    min-width: 60px;
    padding-right: 10px;
    background-color: #D7D7D7;
    padding-left: 10px;
    padding-bottom: 5px;

}

#content_nav-sub
{
    margin: 0 auto;
    margin-top: 20px;
    width: 960px;
}

nav#nav-sub
{
    padding: 0 20px;
}










#showcase
{
    max-width: 1200px;
    height: 500px;
    margin: 0 auto;
}

/* SHOWCASE */
#slider1_container
{
    position: relative; margin: 0px 5px 5px 0px; float: left; top: 0px; left: 0px; width: 100%;
    height: 500px; overflow: hidden;
}

#slider1_container #slides
{
    cursor: move; position: absolute; left: 0px; top: 0px; width: 100%; height: 500px;
    overflow: hidden;
}

/* CONTENT *************************/

#content
{
    width: 960px;
    margin: 20px auto;
}

#contentfull
{
    padding: 0 20px;
}

#footer
{
    max-width: 1200px;
    min-width: 960px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

#footer p
{
    text-align: right;
}







p
{
    font-size: 15px;
}

a
{
    text-decoration: none;
    color: #203F80;
}

a:hover
{
    color: #F00;
}



/* STANDARDS */

h1
{
    font-size: 36px;
}

h2
{
    font-size: 34px;
}

h3
{
    font-size: 32px;
}

h4
{
    font-size: 30px;
}

h5
{
    font-size: 28px;
}

h6
{
    font-size: 26px;
}

.clear
{
    clear: both;
}

.pointer
{
    cursor: pointer;
}

em
{
    font-style: italic;
}

strong
{
    font-weight: bold;
}

small
{
    font-size: 15px;
}


/* RESPONSIVE ONDERDAAN */
@media (max-width: 970px)
{
    nav#nav-top
    {
        margin-right: 20px;
    }
    #header_title
    {
        margin-left: 10px;
    }

    #header
    {
        margin: 0;
        position: static;
        width: 960px;
    }

    #footer p
    {
        margin-right: 20px;
    }
}





/* Atlasbeheer */

#ckEditor_body
{
    background-color: #FFFFFF !important;
    background-image: none;
}

#ckEditor_body ol {
    counter-reset: item;
}
#ckEditor_body li {
    display: block;
}
#ckEditor_body li:before {
    content: counters(item, ".") " ";
    counter-increment: item
}

#ckEditor_body a
{
    text-decoration: underline;
}









































/*
body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #EFFCB0;
	line-height: 18px;
	background-image: url(../img/nootsierlijk.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position-y: 100px;
	background-origin: border-box;
	background-position-x: center;
}

#box
{
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	box-shadow: 10px 10px 5px #888;
	background-color: #E0E077;
}

#header
{
}

#navigation
{
	height: 30px;
	border-top: 2px solid black;
	border-bottom: 1px solid black;
	font-size: 14px;
}

#navigation ul
{
	margin: 0;
	list-style: none;
}

#navigation ul li
{
	display: block;
	position: relative;
	float: left;
	margin-left: 20px;
}

#navigation ul li ul li
{
	margin-left: 0px;
}

#navigation li ul
{
	display: none;
}

#navigation ul li a
{
	display: block;
	text-decoration: none;
	color: black;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 40px;
	padding-right: 40px;
	white-space: nowrap;
}

#navigation li:hover a
{
	background-color: #A1CCF7;
}

#navigation ul li a:hover
{
	background-color: #88B1F7;
	color: #43608E;
}
#navigation li:hover ul
{
	display: block;
	position: absolute;
}




#homepageslide
{
	margin-top: 10px;
}

#content
{
	margin-top: 10px;
}

#contentfull
{
	width: 960px;
	padding: 20px;
}

#contentleft
{
	float: left;
	width: 375px;
}

#contentright
{
	float: right;
	width: 375px;
}

#footerhomepage
{
	margin-top: 20px !important;
	margin-left: 10px;
	margin-right: 10px;
	width: 800px;
}

.footerhomepageplace
{
	float: left;
	width: 260px;
}

#footer
{
	margin-top: 10px;
	padding-bottom: 10px;
}



.slides_container
{
	width: 100% !important;
}







#topview
{
	/*
	background-image: url(/img/backgroundtop.jpg);
	background-size:100%;
	*/   /*
}

body
{
	font-family: 'Julius Sans One', sans-serif;
}

p
{
	font-size: 15px;
}

#navs
{
	margin: 0 auto;
	width: 1000px;
	height: 60px;
}

#navs ul
{
	list-style: none;
	float: right;
}

#navs ul li
{
	height: 20px;
	border-left: solid 1px #A4A29E;
	display: block;
	position: relative;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
}

#navs ul li a
{
	margin-left: 5px;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 22px;
}



#navs li ul
{
	display: none;
}

#navs ul li a:hover
{
	display: block;
}

#navs li:hover ul li
{
	padding-top: 10px;
	display: block;
	margin-left: -1px;
}

#navs li:hover ul
{
	padding-top: 15px;
	display: block;
	position: absolute;
	min-width: 60px;
	padding-right: 10px;
	background-color: #D7D7D7;
	padding-left: 10px;
	padding-bottom: 5px;

}

#content
{
	margin: 0 auto;
	width: 1000px;
}

#contentfull
{
	padding-top: 150px;

}

#footer
{
	margin:0 auto;
	width: 1000px;
	margin-top: 50px;
	padding-bottom: 10px;
}


.slideshowtop
{
}

.basicFont
{
	font-family: 'Julius Sans One', sans-serif;
}

#navText
{
	margin-top: 8px;
	font-size: 46px;
}


li
{
	margin-left: 10px;
	list-style: disc;
	list-style-position: inside;
}



.linebreak
{
	margin-top: 10px;
	height: 1px;
	background: #000;
}

.clear
{
	clear: both;
}


h3
{
	font-weight: bold;
	font-size: 12px;
}

h2
{
	font-size: 15px;
}

h1
{
	font-size: 18px;
}

a
{
	text-decoration: none;
	color: #203F80;
}

a:hover
{
	color: #F00;
	text-decoration: underline;
}

.textcenter
{
	text-align: center;
}

strong
{
	font-weight: bold;
}

*/