/* CSS Document */
/* Styling Firefox */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	background-color: #8C9BF2;
	overflow-y: scroll;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

.table_001 {
	width: 1024px;
	height: 100%;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
.banner_padding {
	width: 1024px;
	height: 75px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: URL(../../images/template/banner.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.banner {
	width: 1024px;
	height: 152px;
	background-image: URL(../../images/template/myosotis.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	background-color: #666666;
}

.menu_001 {
	width: 150px;
	height: 100%;

	vertical-align: top;
	border-right: 1px solid #666666;
	background-color: #FFFFFF;
}

	.table_004 {
		width: 150px;
		height: 100%;
	}
	
		a.button_001 {
			width: 150px;
			height: 22px;		
			padding-top: 8px;
			padding-left: 10px;
			display: block;
			
			font-family: calibri;
			font-size: 9pt;
			color: #666666;
			text-decoration: none;
			border-bottom: 1px solid #666666;
			background-image: URL(../../images/template/button_001.png);
			background-repeat: repeat-x;
			cursor: default;
		}
		
		a.button_001:hover {
			color: #FFFFFF;
			background-color: #0F238C;
			background-image: none;
			cursor: pointer;
		}
		
		a.button_002 {
			width: 150px;
			height: 22px;
			padding-top: 8px;
			padding-left: 10px;
			display: block;
			
			font-family: calibri;
			font-size: 9pt;
			color: #FFFFFF;
			text-decoration: none;
			
			border-bottom: 1px solid #666666;
			background-color: #0F238C;
			cursor: default;
		}
		
		a.button_002:hover {
			cursor: pointer;
		}

		a.button_003 {
			width: 150px;
			height: 22px;
			padding-top: 8px;
			padding-left: 10px;
			display: block;
			
			font-family: calibri;
			font-size: 9pt;
			color: #AAAAAA;
			text-decoration: none;
			border-bottom: 1px solid #666666;
			background-image: URL(../../images/template/button_001.png);
			background-repeat: repeat-x;
			cursor: default;
		}
		
		a.button_003:hover {
			color: #FFFFFF;
			background-color: #0F238C;
			background-image: none;
			cursor: pointer;
		}

.content {
	font-family: calibri;
	font-size: 9pt;
	color: #666666;
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 10px;
}

.menu_002 {
	width: 150px;
	
	font-family: calibri;
	font-size: 9pt;
	vertical-align: top;
	border-left: 1px solid #666666;
	background-color: #FFFFFF;
}

	.table_002 {
		width: 150px;
		height: 100%;
	}

	.menu_002_header {
		font-family: calibri;
		font-size: 11pt;
		color: #000000;
		font-weight: bold;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 8px;
		vertical-align: top;
	}

	.menu_002_bold {
		font-family: calibri;
		font-size: 9pt;
		color: #0F238C;
		font-weight: bold;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: top;
	}
	
	.menu_002_regular {
		font-family: calibri;
		font-size: 9pt;
		color: #666666;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: top;
		border-bottom: 1px solid #CCCCCC;
	}
	
	.menu_002_preview {
		font-family: calibri;
		font-size: 9pt;
		color: #666666;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #CCCCCC;
	}
	
	a.link_preview {
		font-family: calibri;
		font-size: 9pt;
		color: #666666;
		text-align: center;
		padding-top: 75px; 
		text-decoration: none;
		width: 130px;
		height: 190px;
		border: 1px solid #FFFFFF;
		background-color: #CCCCCC;
	}
	
	a.link_preview:hover {
		border: 1px solid #0F238C;
	}

.copyright{
	height: 20px;
	font-family: calibri;
	font-size: 9pt;
	color: #666666;
	text-align: center;
	background-color: #FFFFFF;
}

/* ===================================================   Pagina onderdelen overall */

	div.hr {
		width: 100%;
		background-color: #666666;
		font-size: 1px;
		height: 1px;
		line-height: 1px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	div.div_block {
		display: block;
		width: 540px; 
		padding: 5px; 
		background-color: #CCCCCC;
	}
	
	.image_cell {
		padding: 5px;
		text-align: center;
		vertical-align: top;
		background-color: #CCCCCC;
		cursor: pointer;
	}
	
	div.afbeelding_div {
		width: 678px;
		height: 150px; 
		overflow: auto; 
		border: 1px solid #B2B2B2;
	}
	
	.upload_afbeelding {
		width: 100%;
	}

/* ===================================================   Pagina teksten */

	/* Symbool knop */
	td.glyph {
		width: 20px; 
		height: 20px;
		text-align: center; 
		vertical-align: middle;
		border: 1px solid #B2B2B2; 
		background: #FFFFFF URL(../../images/template/button_002.png) no-repeat; 
		cursor: pointer;
		-khtml-user-select: none; 
		-moz-user-select: none;
	}
	/* Ruimte tussen symbool knoppen */
	td.glyph_space {
		width: 5px;
		-khtml-user-select: none; 
		-moz-user-select: none;
	}
	
	/* blok toevoegen knop */
	a.add_block {
		display: block;
		text-align: center;
		text-decoration: none;
		width: 475px; 
		padding: 5px; 
		color: #666666;
		border-top: 2px solid #FFFFFF;
		background-color: #CCCCCC;
	}

	a.add_block:hover {
		color: #666666;
		background-color: #83FF6C;
	}
	
	/* Cursief knop */
	span.oblique {
		width: 20px;
		height: 20px;
		padding-top: 1px;
		padding-left: 7px;
		padding-right: 8px;
		padding-bottom: 1px;
		text-align: center;
		font-size: 10pt;
		font-family: times;
		font-weight: normal;
		font-style: italic;
		color: #666666;
		background: #FFFFFF URL(../../images/template/button_002.png) repeat-x;
		cursor: pointer; 
		-khtml-user-select: none; 
		-moz-user-select: none;
	}

	span.oblique_active {
		width: 20px;
		height: 20px;
		padding-top: 1px;
		padding-left: 7px;
		padding-right: 8px;
		padding-bottom: 1px;
		text-align: center;
		font-size: 10pt;
		font-family: times;
		font-weight: bold;
		font-style: italic;
		color: #FFFFFF;
		background-color: #0F238C;
		cursor: pointer;
		-khtml-user-select: none; 
		-moz-user-select: none;
	}
	
	/* Uitlijnen knop */
	span.uitlijnen_text {
		width: 20px;
		height: 20px;
		padding-top: 4px;
		padding-left: 4px;
		padding-right: 3px;
		padding-bottom: 0px;
		text-align: center;
		line-height: 0.5px;
		font-size: 10pt;
		font-family: times;
		font-weight: normal;
		color: #666666;
		background: #FFFFFF URL(../../images/template/button_002.png) repeat-x;
		cursor: pointer;
		-khtml-user-select: none; 
		-moz-user-select: none;
	}

	span.uitlijnen_text_active {
		width: 20px;
		height: 20px;
		padding-top: 4px;
		padding-left: 4px;
		padding-right: 3px;
		padding-bottom: 0px;
		text-align: center;
		line-height: 0.5px;
		font-size: 10pt;
		font-family: times;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #8C9BF2;
		cursor: pointer;
		-khtml-user-select: none; 
		-moz-user-select: none;
	}

	/* 2 blokken naast elkaar */
	div.clear_blocks {
		display: block;
		width: 100%;
		clear: both;
		margin-bottom: 25px;
	}

	div.div_block_1 {
		display: block;
		float: left;
		width: 475px; 
		padding: 5px; 
		background-color: #CCCCCC;
		margin-bottom: 25px;
	}

	/* Help div */
	.hide { 
		display: none; 
	}

	.show { 
		display: block;
		position: relative;
		width: 180px;
		margin-left: 5px;
		float: left;
		padding: 5px; 
		background-color: #CCCCCC;
	}
	
/* character styles */

	H1 {
		padding-bottom: 3px;
		font-family: calibri;
		font-size: 11pt;
		color: #0F238C;
		font-weight: 700;
	}
		
	H2 {
		padding-bottom: 3px;
		font-family: calibri;
		font-size: 10pt;
		color: #0F238C;
		font-weight: 700;
		cursor: default;
	}
	
	H3 {
		padding-bottom: 3px;
		font-family: calibri;
		font-size: 10pt;
		font-weight: 500;
		color: #666666;
	}
	
	select {
		font-family: calibri;
		font-size: 10pt;
		font-weight: 500;
		color: #666666;
		border: 1px solid #666666;
	}
	
	textarea {
		width: 100%;
		border: 1px solid #B2B2B2;
		padding: 3px;
		overflow-y: auto;
		overflow-x: hidden;
		font-size: 8pt;
		font-family: verdana;
		color: #000000;
	}
	
	HR {
		width: 100%;
		color: #666666;
		height: 1px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	input.submit_button {
		font-family: calibri;
		font-size: 10pt;
		font-weight: 500;
		color: #666666;
		text-decoration: none;
		
		border: 1px solid #666666;
		background-image: URL(../../images/template/button_001.png);
		background-repeat: repeat-x;
	}
	
		span.submit_button {
			display: block;
			width: 150px;
			height: 22px;	
			padding-top: 8px;
			padding-left: 10px;
			
			font-family: calibri;
			font-size: 9pt;
			color: #666666;
			text-decoration: none;
			border: 1px solid #666666;
			background-image: URL(../../images/template/button_001.png);
			background-repeat: repeat-x;
			cursor: pointer;			
		}
		
		span.submit_button_hover {
			display: block;
			width: 150px;
			height: 22px;
			padding-top: 8px;
			padding-left: 10px;
			
			font-family: calibri;
			font-size: 9pt;
			color: #FFFFFF;
			text-decoration: none;
			border: 1px solid #666666;
			background-color: #0F238C;
			background-image: none;
			cursor: pointer;			
		}



