* {
	margin:0px;
	padding:0px;
	z-index:0;
}

a img {
    border: none;
}

a {
    border: none;
}


/**
 * Dit zijn de 4 standaard linkstijlen waarop teruggegrepen wordt
 * indien er geen ander stijl is gespecificeerd.
 */
a:link, a:visited, a:hover, a:active{
	text-decoration: none;
}

/**
 * Stijlen voor de links in de standaard blokken.
 */
.block a:link, .block a:visited{
	color: #3796DC;
	text-decoration: underline;
}

.block a:hover, .block a:active{
	color: #3796DC;
	text-decoration: none;
}

/* Pagineringlinks */
a.paging:link, a.paging:visited{
	color: #164485;
	text-decoration: none;
}

a.paging:hover, a.paging:active{
	color: #000000;
	text-decoration: underline;
}

/**
 * Links voor in de footer
 */
#div_footer a:link, #div_footer a:visited{
	color: inherit;
	text-decoration: none;
}

#div_footer a:hover, #div_footer a:active{
	color: inherit;
	text-decoration: underline;
}

/**
 * Hoofdmenu stijlen
 */
a.hoofdmenu_link{
	color: #1D7EC6;
	text-decoration: none;
}

a.hoofdmenu_default {
	color: #1D7EC6;
    cursor: pointer;
}

a.hoofdmenu_hover {
	color: #1F477A;
    cursor: default;
}

a.hoofdmenu_active {
	color: #1F477A;
    cursor: default;
}

/**
 * Submenu stijlen
 */
a.submenu_link{
	color: #1F477A;
	text-decoration: none;
}

a.submenu_default {
	color: #1F477A;
	cursor: pointer;
}

a.submenu_hover {
	color: #1D7EC6;
	cursor: default;
}

a.submenu_active {
	color: #1D7EC6;
	cursor: default;
}

/**
 * De stijlen voor de overige knoppen.
 */
a.meta_link{
	color: inherit;
	text-decoration: none;
}

a.meta_default {
	cursor: pointer;
}

a.meta_hover {
	cursor: default;
}

a.meta_active {
	cursor: default;
}

/**
 * Een paar standaard html stijlen. Deze zijn globaal op ieder
 * element van toepassing.
 */
html {
	height: 100%;
}

body {
	background-color: #B6C2CE;
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 100%;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.3;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6{
	color: #3796DC;
	font-size: 14px;
	font-weight: bold;
}

h2 {
    font-size: 12px;
}

hr {
    background: #DCE8F9;
    border: none;
    height: 1px;
}

ul, ol{
	list-style-position: outside;
	margin-left: 20px;
}

ul.errors {
	list-style: none;
	color: red;
	margin-left: 0px;
}

/**
 * Topmenu, 3 items met eventueel een submenu
 */
.ul_topitems {
    font-size: 11px;
    list-style-type: none;
    margin-left: 0px;
    overflow: visible;
    width: 100%;
}

.ul_topitems li {
    background-repeat: no-repeat;
    color: #1D7EC6;
    float: left;
    font-weight: bold;
    height: 52px;
    margin-right: 30px;
    padding-top: 13px;
    position: relative;
    text-align: center;
    width: 173px;
}

.ul_topitems li a:link, .ul_topitems li a:visited {
    color: #1F477A;
}

.ul_topitems li a:hover, .ul_topitems li a:active {
    color: #1D7EC6;
}

ul.topitems_submenu {
    font-size: 11px;
    font-weight: bold;
    list-style-type: none;
    margin: 0px auto;
    min-width: 140px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    top: 37px;
    width: 140px;
    z-index:1;
}

ul.topitems_submenu li {
    background-image: url(../images/bg_submenu.png);
    background-repeat: repeat-x;
    float: none;
    height: 25px;
    margin-right: 0px;
    overflow: hidden;
    padding-top: 0px;
    position: relative;
    text-align: left;
    width: auto;
}

ul.topitems_submenu a {
    line-height: 23px;
    margin-left: 12px;
}

/**
 * Vanaf hier begint de stijl voor alle blokelementen die de
 * hoofdstructuur van de site bepalen. Alles spreekt voor zich,
 * behalve div_scrollpane. Dit is als het ware het "venster"
 * waarachter de inhoud wordt getoond, en heeft dus een scroll-
 * balk aan de rechterzijde.
 */
#div_main {
	margin: 0px auto;
    overflow: visible;
	position: relative;
	top: 0px;
    width: 980px;
}

#div_left {
    float: left;
    height: auto;
    overflow: visible;
    position: relative;
    width: 126px;
    z-index: 1;
}

#div_topmenu {
    background-image: url(../images/bg_menu_top.png);
    background-repeat: no-repeat;
    float: left;
    height: 185px;
    position: relative;
    width: 100%;
}

#div_menu {
    background-image: url("../images/bg_menu.png");
	float: left;
	padding-bottom: 30px;
    position: relative;
    width: 100%;
}

#div_bottommenu {
    float: left;
    height: 77px;
    margin-top: 7px;
    position: relative;
    width: 100%;
}

#div_right {
	float: right;
	height: auto;
	overflow: hidden;
	position: relative;
    width: 842px;
}

#div_top {
	background-color: #FFFFFF;
    background-image: url('../images/bg_top.png');
    background-position: top right;
    background-repeat: no-repeat;
    height: 185px;
    left: 0px;
    overflow: visible;
	position: relative;
    top: 0px;
    width: 100%;
    z-index: 2;
}

#div_middle {
	background-color: #FFFFFF;
    color: #1F477A;
    font-size: 12px;
    line-height: 1.4;
    min-height: 300px;
    overflow: hidden;
    padding: 30px;
	position: relative;
    width: 782px;
    z-index: 1;
}

#div_content {
	float: left;
    position: relative;
    width: 100%;
}

#div_footer{
	background-color: #DCE8F9;
    color: #7F94AB;
    height: 30px;
    position: relative;
	text-align: left;
    width: 100%;
}

#div_homeprint {
    color: #7F94AB;
    font-size: 11px;
    right: 30px;
    position: absolute;
    top: 6px;
}

#div_homeprint a:link, #div_homeprint a:visited {
    color: #7F94AB;
}

#div_flags{
    margin-left: 10px;
	margin-top: 10px;
}

#div_flags div {
    border: none;
    color: #FFFFFF;
    float: left;
    margin-right: 6px;
    position: relative;
    text-align: center;
}

#div_slogan {
	position: absolute;
	right: 30px;
	top: 145px;
}

#div_topitems {
    bottom: 10px;
	height: 65px;
	overflow: visible;
    position: absolute;
    left: 50px;
    width: 609px;
    z-index: 1;
}

#div_logo {
	left: 10px;
    position: absolute;
    top: 25px;
}

#div_footerlinks {
	float: left;
	padding: 7px;
    padding-left: 30px;
    position: relative;
}

#div_copyright{
    float: right;
    font-size: 10px;
    padding: 8px;
    padding-right: 30px;
    position: relative;
    text-align: right;
}

#div_adres {
    color: #ACC8E9;
    font-size: 11px;
}

#div_uitloggen {
    background-color: #007F0E;
    color: #FFFFFF;
    font-family: "arial", arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 4px;
    position: absolute;
    right: 0px;
    text-transform: uppercase;
    top: 102px;
}

#div_uitloggen a {
    color: #FFFFFF;
}

#div_huidigetaal {
    background-color: #007F0E;
    color: #FFFFFF;
    font-family: "arial", arial, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    left: 0px;
    padding: 4px;
    position: absolute;
    top: 0px;
}

#div_adminlogo{
	position: absolute;
	right: 280px;
	top: 20px;
	width: 87px;
	height: 87px;
	z-index: 1;
}

#img_adminlogo{
	position: absolute;
	width: 87px;
	height: 87px;
	z-index: 1;
}

/**
 * Stijl voor het menu
 */
#ul_menu {
    font-size: 12px;
    height: auto;
    list-style-type: none;
    margin-left: 0px;
    overflow: visible;
    width: 100%;
}

ul.submenu {
    font-size: 11px;
    font-weight: bold;
    left: 0px;
    list-style-type: none;
    margin-top: 4px;
    margin-left: 126px;
    min-width: 160px;
    overflow: visible;
    padding: 0px;
    position: absolute;
    top: 0px;
    z-index:1;
}

ul.submenu_selected {
    font-size: 10px;
    font-weight: normal;
    margin-left: 20px;
    margin-top: -4px;
    min-width: 0;
    position: static;
    width: auto;
}

ul.submenu_selected li {
	background-image: none;
    height: auto;
}

ul.submenu_selected a {
    color: #1F477A;
    display: block;
    margin-left: 8px;
    padding-top: 4px;
}

a.submenu_selected_default {
	color: #1D7EC6;
}

a.submenu_selected_hover {
    color: #1F477A;
}

img.menupijl {
	display: block;
	margin-left: -12px;
	position: absolute;
	top: 2px;
}

/*ul.submenu_IE {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_menu.png', sizingMethod='scale');
}*/

li.hoofdmenu_item {
	background-image: url(../images/menu_streep.png);
	background-repeat: no-repeat;
    min-height: 26px;
    margin-bottom: 15px;
    overflow: visible;
    padding: 0px;
    position: relative;
    text-align: left;
    width: 100%;
}

li.hoofdmenu_item p {
	display: table-cell;
    height: 26px;
    padding-left: 20px;
}

li.hoofdmenu_item a {
    color: #1F477A;
	vertical-align: middle;
}

li.hoofdmenu_item a:link, li.hoofdmenu_item a:visited {
    color: #1D7EC6;
}

li.hoofdmenu_item a:hover, li.hoofdmenu_item a:active {
    color: #1F477A;
}

li.submenu_item {
	background-image: url(../images/bg_submenu.png);
	background-repeat: repeat-x;
    height: 25px;
    overflow: visible;
    text-align: left;
}

li.submenu_item a {
    line-height: 23px;
    margin-left: 12px;
    margin-right: 4px;
}

li.submenu_item a:link, li.submenu_item a:visited {
    color: #1F477A;
}

li.submenu_item a:hover, li.submenu_item a:active {
    color: #1D7EC6;
}

/**
 * Het vaste submenu
 */
ul.vast_submenu {
    height: 17px;
    left: 30px;
    list-style-type: none;
    margin: 0px;
    position: absolute;
    top: 185px;
}

li.vast_submenuitem {
    color: #1F477A;
    float: left;
    padding-right: 6px;
}

li.vast_submenuitem span {
    font-weight: bold;
}

li.vast_submenuitem a {
    color: #1F477A;
}

li.vast_submenuitem a:hover, li.vast_submenuitem a:active {
    text-decoration: underline;
}

/**
 * Blok inhoud
 */
div.block {
	position: static;
	float: left;
	overflow: hidden;
}

div.block_admin {
    position: relative;
    width: 612px;
}

.bordered {
    border: solid #AAD82B;
}

.bordered_titel {
    background-color: #AAD82B;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 2.4;
    text-align: left;
}

.bordered_titel span {
	margin-left: 6px;
}
/**
 * Sidebar
 */
div.sidebaritem {
	background-image: url(../images/sidebarbalk.png);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

div.sidebaritem_tekst {
	font-size: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

/**
 * Fotoalbum
 */
div.fotolist_top {
    background-image: url('../images/fototop.png');
    background-repeat: no-repeat;
    margin-left: -15px;
	height: 22px;
	width: 390px;
}

div.foto_footer{
	padding-top: 4px;
}

ul.fotolijst {
	list-style-type: none;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px;
}

li.fotoboek_foto {
	position: relative;
	float: left;
	text-align: center;
}

div.foto_titel {
	position: absolute;
    top: 0px;
	width: 100%;
}

div.foto_titel img {
    margin-top: 0px;
}

.input_foto_titel {
    width: 80%;
}

/**
 * Uploadgedeelte
 */
div.upload {
	position: absolute;
	text-align: center;
	height:50px;
}
 
div.upload .progress {
	background: white url("../images/progress.gif") no-repeat;
	background-position: +50% 0;
}

div.upload .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}

span.progress-text{
	padding-left:8px;
}

div.cancel_button {
	display: block;
	position: absolute;
	text-align: left;
	background: url("../images/icons/cancel.png") no-repeat;
	width: 16px;
	height: 16px;
	z-index: 1;
	cursor: pointer;
}

/**
 * Mailformulier
 */
table.mailformulier {
    vertical-align: top;
}

table.mailformulier td {
    padding: 2px 0px;
}

table.mailformulier input, table.mailformulier textarea {
    border: 1px solid silver;
}


/**
 * Inlogpagina
 */
div.table_inlog {
	text-align: left;
}

#div_login {
	position: absolute;
	margin: 0px auto;
	width: 400px;
	height: 300px;
	top: 300px;
}

#tbl_login {
	position: absolute;
}

/**
 * Template selectie
 */
#div_template {
	text-align: center;
}

#p_template_select{
	height:24px;
}

#div_template_image {
	width: 95%;
	height: 240px;
	text-align: center;
	background: #FBFBFB;
	padding: 4px;
	padding-top: 12px;
	color: black;
	border-style: dotted;
	border-color: #A2A2A2;
	border-width: 1px;
	border-bottom: 0px;
}

#div_template_tekst {
    width: 95%;
	text-align: left;
	background: #FBFBFB;
	color: black;
    padding: 4px;
	border-style: dotted;
	border-color: #A2A2A2;
	border-width: 1px;
	border-top: 0px;
}

#select_template {
	width: 200px;
}

/**
 * Stijlen voor custom buttons
 */
p.button_normal {
	border: 2px solid #AAD82B;
	padding: 4px;
	background-color: #EEEEEE;
	color: #00374c;
	width: auto;
}

p.button_active {
	border: 2px solid #AAD82B;
	padding: 4px;
	background-color: #CCCCCC;
    color: #00374c;
}

a.button_link:link, a.button_link:visited {
	color: inherit;
	text-decoration: none;
}

a.button_link:hover, a.button_link:active {
    color: inherit;
    text-decoration: none;
}

.input_videolink {
	width: 200px;
}

.img_link {
	cursor: pointer;
	border: none;
	vertical-align: middle;
}

/**
 * Menusorteerlijst in admin
 */
ul.hoofdmenulist {
    list-style: none;
    width: 100%;
    margin: 0px;
    position: relative;
    text-align: left;
}

li.hoofdmenulist {
    margin: 4px;
    width: 120px;
    padding: 4px;
    background-color: #FFFFFF;
    color: #000000;
    margin-bottom: 2px;
    border: 1px solid #000000;
    float: left;
}

span.hoofdmenulist {
    cursor: pointer;
}

div.hoofdmenulisttoevoegen {
    position: static;
    padding: 4px;
}

div.hoofdmenutoevoegen {
    position: static;
    padding: 4px;
}

ul.submenulist {
    list-style: none;
    margin-top: 4px;
    margin-left: 0px;
}

li.submenulist {
    padding: 4px;
    background-color: #FFFFFF;
    color: #000000;
    margin-bottom: 2px;
    border: 1px solid #000000;
}

span.submenulist {
    cursor: pointer;
}

/**
 * Paginaitems in admin
 */
table.paginaitems {
    border: 1px solid silver;
    min-width: 300px;
    padding: 0px;
}

table.paginaitems a {
    cursor: pointer;
}

table.paginaitems td {
    padding: 2px;
}

/**
 * Box klassen
 */
#box_input {
    text-align: center;
    padding: 10px;
}

.box_button {
	margin-top: 20px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #ffffff;
}

.lbLoading {
	background: #ffffff url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #ffffff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/slimbox/prevlabel.png) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/slimbox/nextlabel.png) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #ffffff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/slimbox/closelabel.png) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

