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

a:link{
	color: #851F02;
	text-decoration: underline;
}

a:visited{
	color: #851F02;
	text-decoration: underline;
}

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

a:active{
	color: #121516;
	text-decoration: underline;
}

a.content:link{
	color: #851F02;
	text-decoration: underline;
}

a.content:visited{
	color: #851F02;
	text-decoration: underline;
}

a.content:hover{
	color: #121516;
	text-decoration: underline;
}

a.content:active{
	color: #121516;
	text-decoration: underline;
}

a.whitelink:link{
	color: #FFFFFF;
	text-decoration: none;
}

a.whitelink:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a.whitelink:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

a.whitelink:active{
	color: #FFFFFF;
	text-decoration: underline;
}

a.footer:link{
	color: #851F02;
	text-decoration: none;
}

a.footer:visited{
	color: #851F02;
	text-decoration: none;
}

a.footer:hover{
	color: #851F02;
	text-decoration: underline;
}

a.footer:active{
	color: #851F02;
	text-decoration: underline;
}

a.hoofdmenu_link{
	color: #121516;
	text-decoration: none;
}

a.menu_default {
	color: #121516;
	text-transform: uppercase;
}

a.menu_hover {
	color: #565A65;
	text-transform: uppercase;
}

a.menu_active {
	color: #851F02;
	text-transform: uppercase;
}

a.submenu_link{
	color: #E4EEE0;
	text-decoration: none;
}

a.submenu_default {
	color: #E4EEE0;
	cursor: pointer;
}

a.submenu_hover {
	color: #851F02;
	cursor: default;
}

a.submenu_active {
	color: #851F02;
	cursor: default;
}

a.homeprint_link{
	color: #851F02;
	text-decoration: none;
}

a.homeprint_default {
	color: #851F02;
	cursor: pointer;
}

a.homeprint_hover {
	color: #851F02;
	cursor: default;
}

a.homeprint_active {
	color: #851F02;
	cursor: default;
}

a.subitem_toevoegen{
	color: #007F0E;
	text-decoration: none;
	font-style: normal;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-size: 12px;
	font-family: "arial bold", arial, sans-serif;
	line-height: 1.3;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6{
	font-size: 13px;
	font-weight: bold;
	color: #8D2403;
}

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

#div_main {
	margin: 0px auto;
	position: relative;
	width: 1184px;
	height: 100%;
	background: #CFD3DE;
}

#div_top {
	position: absolute;
	width: 1184px;
	height: 243px;
	top: 0px;
	left: 0px;
	background: url("../images/main_top.jpg");
}

#div_left {
	position: absolute;
	width: 200px;
	height: 582px;
	top: 243px;
	left: 0px;
	background: url("../images/main_left_repeat.jpg") repeat-y;
}

#div_right {
	position: absolute;
	width: 200px;
	height: 582px;
	top: 243px;
	left: 984px;
	background: url("../images/main_right_repeat.jpg") repeat-y;
}

#div_scrollpane {
	position: absolute;
	background: #D3DBE6;
	width: 784px;
	height: 582px;
	top: 243px;
	left: 200px;
	overflow: auto;
	overflow-x: hidden;
}

#div_middle {
	position: absolute;
	width: 764px;
	top: 0px;
	left: 0px;
	background: #D3DBE6;
	font-size: 12px;
	font-family: "arial bold", arial, sans-serif;
	padding:10px;
}

#ul_menu {
	position: absolute;
	width: 784px;
	height: 50px;
	top: 193px;
	left: 200px;
	font-size: 13px;
	font-family: "arial bold", arial, sans-serif;
	list-style-type: none;
	margin-left: 0px;
}

#div_homeprint {
	position: absolute;
	height: 20px;
	top: 220px;
	left: 100px;
	color: #851F02;
	font-size: 13px;
	font-family: "arial bold", arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

#div_huidigetaal {
	position: absolute;
	height: 26px;
	width: 104px;
	bottom: 28px;
	left: 96px;
	background-color: #007F0E;
}

#p_huidigetaal{
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	left: 4px;
	font-size: 20px;
	font-family: "arial bold", arial, sans-serif;
	font-weight: bold;
	text-align: right;
}

#div_adminlogo{
	position: absolute;
	left: 50px;
	top: 50px;
	width: 87px;
	height: 87px;
	z-index: 1;
}

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

#div_flags{
	position: absolute;
	width: 200px;
	padding: 4px;
}

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

#tbl_login {
	position: absolute;
}

#div_template {
	text-align: center;
}

#p_template_select{
	height:24px;
}

#div_template_image {
	width: 738px;
	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: 738px;
	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;
}

#div_footer{
	color: #851F02;
	text-align: center;
	height: 12px;
	font-size: 9px;
	clear:both;
}

div.blok {
	position: static;
	float: left;
	overflow: hidden;
	color: #121516;
	margin: 10px;
	z-index: 0;
}

div.popup_blok {
	position: absolute;
	top: 10px;
	left: 10px;
	overflow: hidden;
	margin: 0px;
	z-index: 0;
	font-size: 14px;
}

.popup_body{
	background-color:#959BA9;
	color: #121516;
}

div.blok_admin{
	border: 1px dotted #851F02;
}

.submenu {
	position: absolute;
	font-family: "arial bold", arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	top: 28px;
	left: 0px;
	height: 25px;
}

ul.submenu {
	list-style-type: none;
	margin-left: 0px;
}

li.hoofdmenu_item {
	float: left;
	font-weight: bold;
	text-align: center;
	color: #121516;
	height: 20px;
	overflow:hidden;
}

li.submenu_item {
	float: left;
	height: 20px;
	letter-spacing: 0px;
	text-align: left;
	overflow:hidden;
}

div.submenu_item {
	height: 25px;
	letter-spacing: 0px;
	text-align: center;
}

div.player{
	border: solid #959BA9;
}

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

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;
}

ul.uploadfiles {
	display: none;
}

div.gmaps{
	border: solid #959BA9;
}

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

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

img.img_fotoboek_foto{
	border: solid #959BA9;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p.foto_titel {
	text-align: center;
	position: relative;
}

p.button_normal {
	border: 2px solid #8D2403;
	padding: 4px;
	background-color: #959BA9;
}

p.button_active {
	border: 2px solid #967C01;
	padding: 4px;
	background-color: #FFFFFF;
}

a.button_link {
	color: #121516;
	text-decoration: none;
}

.input_videolink {
	width: 200px;
}

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

div.table_inlog {
	text-align: left;
}
