/* Algemene opmaak */
html{
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
}

BODY{
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	font-family: "Segoe UI" ,Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	background: #303030;
}

TD{
	font-family:  "Segoe UI" ,Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
}

H1 {
	font-size: 18px;
	/*color:#999;*/
}

H1:first-letter {
	font-size:22px;
	font-weight:bold;
	padding-top:7px;
}

H2 {
	font-size: 16px;
	margin: 5px 0px 5px 0px;
}

H3 {
	font-size: 12px;
	text-decoration:underline;
	margin: 5px 0px 5px 0px;
}

P, UL, LI
{
	margin-top: 0px;
	margin-bottom: 0px;
}

UL{
	list-style-type: disc;
	padding-left: 0em;
	margin-left: 1.4em;
}

LI{
	padding: 0px 0px 4px 0px;
}

A {
	color: #d8823a;
	text-decoration: none;
}

A:hover {
	font-weight: bold;
	text-decoration: none;
}

HR{
	border: 0px 0px 1px 0px;
	border-bottom: 1px dashed #C3C3C3;
	background-color: #FFFFFF;
	color: #FFFFFF;
	height: 4px;
	width: 100%;
}

.no_link {
	font-family: "Segoe UI" ,Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
}

.no_link:hover {
	font-family: "Segoe UI" ,Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	font-weight:normal;
}

.link{
	color: #F4A460;
	text-decoration: none;
}

.link:hover{
	font-weight: bold;
	text-decoration: none;
}


.link2{
	color: #F0E68C;
}

/* Tekst opmaak */
.Title{
	margin-bottom: 15px;
	width: 600px;
	height: 15px;
	color:#000000;
	font-size: 16px;
	font-weight: bold;
	font-family:  "Segoe UI" ,Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	display: table-cell;
	display: inline-block; 
}

.TitleSub{
	margin-bottom: 10px;
	width: 599;
	height: 15px;
	color:#000000;
	font-size: 13px;
	font-weight: bold;
	font-family:  "Segoe UI" ,Verdana, Arial, Helvetica, sans-serif;
	display: inline-block; 
}

.notes1{
	color:#878787
}

/* Image opmaak */
.imageborder1{
	border: 1px solid #999;
}

/* Color Themes */
.Theme_panel{
	margin: 20px 10px 10px 10px;
	width: 100px;
	position:absolute;
	top:0px;
	right:0px;
}

.Theme_chooser{
	width: 15px;
	height: 15px;
	margin: 0px 4px 4px 0px;
	border: 1px solid #989899;
	float: left;
	display: inline-block;
	cursor:hand;
}

.theme_background_color1{
	background: #ffecc0;
	/*background: #4f504f url('../_Images/Themes/Background_color1.gif') repeat-x fixed top;*/
}

.theme_background_color2{
	background: #760404 url('../_Images/Themes/Background_color2.png') repeat-y fixed top;
}

.theme_background_color3{
	background: #3c5f63 url('../_Images/Themes/Background_color3.gif') repeat-x fixed top;
}

.theme_background_color4{
	background: #4f633c url('../_Images/Themes/Background_color4.gif') repeat-x fixed top;
}

.theme_background_color5{
	background: #633c3c url('../_Images/Themes/Background_color5.gif') repeat-x fixed top;
}

.theme_background_color6{
	background: #635a3c url('../_Images/Themes/Background_color6.gif') repeat-x fixed top;
}

/* Frames Opmaak */
.outerframe {
	margin:auto; 
	padding:0px; 
	height:100%;
	width:100%;
}

.innerframe{
	padding:0px;
	width:1012px;
}

.innerframe_border_top{
	position: relative;
	margin:0px;
	margin-top:20px; 
    padding: 0px 0px 0px 0px;
	width: 1012px; /* border + width innerframe */
	height: 130px; /* border height */
	left:5px;
	/*background: transparent url('../_Images/webpagina_border_top.png') no-repeat;*/
}

.innerframe_border_middle{
	position: absolute;
	margin-left: 5px;
  	margin-right: auto;
    padding: 0px 0px 0px 0px;
	width: 1012px; /* border + width innerframe */
	height: 100%;
	/*background: transparent url('../_Images/webpagina_border_middle.png') repeat-y;*/
}

.innerframe_border_bottom{
	position: relative;
	margin:0; 
    padding: 0px 0px 0px 0px;
	width: 1012px; /* border + width innerframe */
	height: 45px; /* border height */
	top:-156px;
	left:5px;
	/*background: transparent url('../_Images/webpagina_border_bottom.png') no-repeat;*/	
}

.webpage_frame{
	z-index: 1;
	position: absolute;
	top: 30px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	width: 1000px;
	background: #f5f1ee url('../_Images/Achtergond_content.jpg') fixed no-repeat 640px -80px;
	border-top: 1px solid #323f25;
	border-left: 1px solid #323f25;
	border-right: 1px solid #323f25;
	border-bottom: 1px solid #323f25;
}

.headframe {
	position: absolute;
	z-index:2;
	width: 100%;
	margin-left: auto;
  	margin-right: auto;
	height: 160px; /* height background banner - border innerframe */
    vertical-align:middle;
    padding: 0px 0px 0px 0px;
}

.banner_frame{
	width:100%;
	height:100px;
	background: #FFFFFF url('../_Images/Banner/Banner.jpg') no-repeat top;
}

.menu_frame {
 	z-index:1;
	top:100px;
	position:relative;
	width: 100%;
	background-color:transparent;
}

.hoofdmenu_frame{
	background-color: #49979d;
	overflow:hidden;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	border-bottom: 1px solid #9f9f9f;
	border-top: 3px solid #9f9f9f;
}

.submenu_frame{
	width: 180px;
	margin: 180px 0px 10px 10px;
	height: 20px;
	vertical-align:bottom;
	float:left;
	display: inline;
}

.contentframe {
    padding: 10px 30px 40px 30px;
	margin: 160px 0px 0px 0px;
	width: 550px;
	text-align:center;
	float:left;
	display: inline;
}

.footerframe {
	width: 100%;
 	z-index:1;
	position:relative;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 26px; /* border innerframe */
	background-color:#49979d;
	clear:both;
	overflow:hidden;
}

.copyframe{
	color:#ffffff;
}

.contentframe2 {
	//width: 100%;
	height: 100%;
	background-color:#FFFFFF;
}

.pathwebsite{
	font-size:14px;
	text-align:left;
	margin: 0px 0px 15px 10px;
}


.ifframe{
	border: 1px solid #cfcfcf;
}

/* Logo */
.logo{
	top: 19px;
	left: 8px;
	position: absolute;
	z-index: 5;
}

/* Menu */
.hoofdmenu{
	/*z-index:-1;
	position:absolute;*/
	overflow:hidden;
	width: 100%;
	margin: 0px 0px 0px 205px;
	background-color:#49979d;
}

.menu_start{
	float:left;
	overflow:hidden;
	text-indent: 0;
	margin: 0px 0px 0px 120px;
}

.menu_item {
	cursor: hand;
	margin: 3px 8px 3px 8px;
	width:135px;
	text-indent: 0;
	overflow:hidden;
	text-align:center;
	display:inline-block;
}

.menu_link, .menu_link:link, .menu_link:visited, .menu_link:active {
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	font-weight:bold;
	cursor: hand;
	margin: 3px 8px 3px 8px;
	width:135px;
	text-indent: 0;
	overflow:hidden;
	text-align:center;
	display:inline-block;
}

.menu_link:hover {
	color: #f8d278;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
}

.menu_link_down {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
	cursor: hand;
	margin: 3px 8px 3px 8px;
	width:135px;
	text-indent: 0;
	overflow:hidden;
	text-align:center;
	display:inline-block;
}

.menu_item_down{
	background-color: #d2d1d1;
	border:0px;
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	opacity:.60;
	-moz-opacity: 0.6;
}


/*Sub Menu*/

.submenu{
    height:300px;
	width: 99%;
   	padding: 0px 0px 0px 0px;
	margin: 15px 0px 8px 8px;
	/*border-top: 1px solid #00648a;*/
	/*border-bottom: 1px solid #00648a;*/
	border-right: 1px solid #00648a;
	text-align:left;
}

/*.left_border_submenu{
	height: 38px;
	width: 11px;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	background: url('../_Images/Menu/Submenu/left_border.png') no-repeat;
	float:left;
}*/

/*.right_border_submenu{
	height: 38px;
	width: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('../_Images/Menu/Submenu/right_border.png') no-repeat;
	float:left;
}*/

.submenu_item{
	cursor: hand;
	margin: 10px 5px 0px 10px;
	text-indent: 0;
	width:99%;
	overflow:hidden;
	color: #669933;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	display:block;
}

.submenu_item_down{
    color: #cdcdcd;
	cursor: hand;
	margin: 10px 5px 0px 10px;
	text-indent: 0;
	width:99%;
	overflow:hidden;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	display:block;
}

.submenu_item a:hover {
	color:#F4A460;
	text-decoration: none;
}

/* Table eigenschappen */
.TDTitle{
	background-color:#d2d1d1;
	font-family:  "Segoe UI" ,Verdana, Arial, Helvetica, sans-serif;
}

.TableMargin{
	margin: 10 10 10 10;
}

.TDBorderroundpic{
	border: 1px solid black;
}

.TableHeader1{
	color: #FFFFFF;
	font-weight: bold;	
}

.TableHeader2{
	color: #FFFFFF;
	font-weight: bold;	
}

/* Form eigenschappen */
FORM {
	margin:0; /* fix for IE */
	padding:0; /* fix for IE */
}


TEXTAREA, INPUT, SELECT {
	border: 1px solid #C3C3C3;
	margin: 2px 15px 2px 15px;
	padding: 2px 8px 2px 8px;
	margin-bottom: 5px;
	font-size: 14px;
	font-family:  "Segoe UI" ,Verdana, Arial, Helvetica, sans-serif;
}

TEXTAREA:focus, INPUT:focus, SELECT:focus {   
    background:#faf9e9;   
    border: 2px #990000 solid; 
} 

TEXTAREA:hover, INPUT:hover, SELECT:hover {
    border: 2px #990000 solid; 
}  

SELECT{
	width: 300px;
	padding-right:0px;
}

.button, button:hover{
	padding: 3px 10px 3px 10px;
	border: 1px solid #C3C3C3;
}

.label{
	font-family:  "Segoe UI" ,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.label_verpl{
	font-family:  "Segoe UI" ,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:red;
}

.label2{
	width:100%;
	padding: 3px 5px 3px 5px;
	background-color: #363671;
	font-family:  "Segoe UI" ,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight:bold;
	height: 18px;
}

.Note1{
	margin: 15px, 0px, 15px, 0px;
	padding: 5px, 10px, 5px, 10px;
	font-family:  "Segoe UI" ,Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #F0F8FF;
	border: 1px solid #9caad8;
}

.tabs{
	top:-7px;
	position:relative;
}

.tab{
	float:left;
	background-color:#c8cde8;
	color:#293656;
	margin: 0px 0px -6px 5px;
	padding: 5px 8px 5px 8px;
	border-top: 1px solid #8b9dc7;
	border-left: 1px solid #8b9dc7;
	border-right: 1px solid #8b9dc7;
	position:relative;
	top:1px;
	z-index:-1;
	cursor:hand;
}

.tab_active{
	float:left;
	background-color:#f9f9f9;
	color:#293656;
	margin: 0px 0px -6px 10px;
	padding: 5px 8px 5px 8px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	position:relative;
	top:2px;
	z-index:2;
}

.tabbladen{
	clear:left;
	z-index:0;
	border: 1px solid Black;
	padding: 10px 10px 10px 10px;
	background-color:#f9f9f9
}

#tab1_blad{
	clear:left;
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}

#tab2_blad{
	clear:left;
	position:absolute;
	visibility:hidden;
	z-index:-1;
	width:100%;
	height:100%;
}

#tab3_blad{
	clear:left;
	position:absolute;
	visibility:hidden;
	z-index:-2;
	width:100%;
	height:100%;
}

#tab4_blad{
	clear:left;
	position:absolute;
	visibility:hidden;
	z-index:-3;
	width:100%;
	height:100%;
}

#tab5_blad{
	clear:left;
	position:absolute;
	visibility:hidden;
	z-index:-4;
	width:100%;
	height:100%;
}

.Error_Note{
	font-family: "Segoe UI" , Verdana, Arial, Helvetica, sans-serif;
	margin: 15px, 15px, 15px, 15px;
	padding: 5px, 5px, 5px, 5px;
	font-size: 13px;
	font-weight: bold;
	color: #d50000;
	background-color: #fceed6; 
	border: 1px solid #d50000;
}

/* Acties */

.Actie_menu {
	margin:0px 0px 5px 5px;
	width:60px;
	height:25px;
	float:right;
	text-align:right;
}

/* Algemen Content opmaak */

.Content{
	margin: 20px 0px 10px 40px;
	width: 600px;
	min-height: 400px;
	height: expression(400 + "px");
	font-size: 14px;
	font-family:  "Segoe UI" ,Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

.Content_item{
	background-color:#EBEBEB;
	margin-top: 20px;
	padding:16px 12px 12px 16px;
	width: 574px;
	font-size: 14px;
	border:dotted 1px #990000;
	text-align:left;
	overflow:hidden;
}

.Content_item2{
	margin: 10px 0px 0px 0px;
	padding:12px 12px 12px 12px;
	width: 400px;
	font-size: 14px;
	text-align:left;
	border:dotted 1px #990000;
}

.Content_item_welkom_home{
    float:left;
    width:450px;
}

.Content_item_agenda_home{
    float:left;
    width:320px;
    word-wrap:break-word;
    margin-left:40px;
}

.Content_item_nieuws_home{
	background:#EBEBEB url(../_Images/Content_layout/Content_background1.png) repeat-x;
	margin-top: 20px;
	padding:16px 12px 12px 16px;
	width: 690px;
    min-height:200px;
	font-size: 14px;
	border:solid 1px #C3C3C3;
	text-align:left;
	overflow:hidden;
}

.Content_item_nieuws_home:hover{
	background-color:#EBEBEB;
}

.Content_item_nieuws{
	/*background-color:#EBEBEB;*/
	margin-top: 20px;
	padding:16px 12px 12px 16px;
	width: 700px;
	font-size: 14px;
	border-top:dotted 1px #990000;
	text-align:left;
	overflow:hidden;
}

.Content_item_nieuws:hover{
	background-color:#EBEBEB;
}

.Content_item_gallery{
	margin: 10px 0px 0px 0px;
	padding:12px 12px 12px 12px;
	width: 840px;
	height: 115px;
	font-size: 14px;
	text-align:left;
	border:dotted 1px #990000;
}

.Content_item_contact{
	margin: 10px 0px 0px 0px;
	padding:12px 12px 12px 12px;
	width: 700px;
	font-size: 14px;
	text-align:left;
	border:dotted 1px #990000;
}

.Content_item_link{
	background:#EBEBEB url(../_Images/Content_layout/Content_background1.png) repeat-x;
	margin-top: 20px;
	padding:16px 12px 12px 16px;
	width: 574px;
	font-size: 14px;
	border:dotted 1px #990000;
	text-align:left;
	overflow:hidden;
}

.Content_item_center1{
	background-color:#EBEBEB;
	margin-top: 10px;
	padding:12px 12px 12px 12px;
	width: 574px;
	font-size: 14px;
	border: 1px solid #990000;
	text-align:center;
}

/* Strong eigenschappen */
.STRONGstandout{font-size: 16px; font-family: "Segoe UI" , Verdana, Arial, Helvetica, sans-serif;}

/* Nieuws */
.nieuws_item{
	text-align:left;
	width: 900px;
}

.nieuws_colum1{
	margin: 15px 20px 20px 10px;
	padding: 0 0 0 0;
	width:170px;
	height:400px;
	float:left;
	display: inline-block;
	word-wrap:break-word;
	overflow:hidden; 
}
.nieuws_colum2{
	margin: 10px 30px 10px 10px;
	padding: 0 0 0 0;
	width:450px;
	height:100%;
	float:left;
	display: inline-block; 
}

.nieuws_colum3{
	margin: 10px 10px 0px 20px;
	width:415px;
	padding: 0 0 0 0;
	float:left;
	display: block;
}

.nieuws_colum4{
	width:220px;
	padding: 0 0 0 0;
	float:right;
	text-align:right;
	display: block;
}

.titel_nieuws{
	font-family:  "Segoe UI" ,Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	float:left;
	display: inline-block; 
}

.onderwerp_nieuws{
	margin: 0px 0px 15px 0px;
	font-family:  "Segoe UI" ,Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003399;
}

.tekst_nieuws{
	/*niks*/
}

.datum_new{
	font-size: 12px;
	text-align:left;
}

.nieuws_bijlagen{
	display: block;
	margin: 0 0 0 0;
	padding:0 0 0 20px;
}

.Nieuws_agenda_kop{
	background-color:#f6f6f6;
	margin-top: 10px;
	border: 1px solid #c06969;
	padding:12px 12px 12px 12px;
	width: 320px;
	color:#737373;
}

.Nieuws_agenda_col1{
	width:100px;
	float:left;
}

.Nieuws_agenda_col2{
	width:200px;
	float:left;
}

/* Agenda */
.Agenda_titel{
	font-size : 14px;
	font-weight : bold;
}

.Agenda{
	background-color:#EBEBEB;
	margin-top: 10px;
	border: 1px solid #990000;
	padding:12px 12px 12px 12px;
	width: 450px;
	font-size: 14px;
	font-family:  "Segoe UI" ,Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

.Agenda_files{
	background-color:#EBEBEB;
	/*margin-left: 20px;*/
	margin: 1px, 1px, 1px, 1px;
	width: 450px;	
	font-size: 14px;
	font-family:  "Segoe UI" ,Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #d2d1d1;
	vertical-align:middle;
}

/* TrainingsLocatie */
.Locatie{
	margin-top: 10px;
	padding:12px 12px 12px 12px;
	width: 400px;
	background:#EBEBEB url(../_Images/Content_layout/Content_background1.png) repeat-x;
	border:dotted 1px #990000;
	font-size: 14px;
	font-family:  "Segoe UI" ,Verdana, Arial, Helvetica, sans-serif;

	text-align:left;
}

/* Gallery */

.Thumbnail {
	margin: 0px 7px 25px 7px;
	width:130px;
	float:left;
	display: inline-block; 
}

.Thumbnail_mini {
	margin:0px 0px 5px 5px;
	width:60px;
	height:50px;
	float:left;
	display: inline-block; 
}

.Thumbnail_titel {
	width:130px;
	height:40px;
	margin: 2px 0px 0px 0px;
	text-align:center;
	font-size:12px;
	background-color:#fbfbfb;
	border: 1px solid #EBEBEB;
	overflow:hidden;
}

.Foto_titel {
	margin-bottom: 15px;
	background-color:#EBEBEB;
	width: 598px;
	height: 20px;
	color:#000000;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	line-height:140%;
	border: 1px solid #990000;
	vertical-align:bottom;
}

.foto_zoom_background{
	z-index:-5;
	position:fixed;
	top:0px;
	left:0px;
	margin: 0px 0px 0px 0px;
	width:100%;
	height:100%;
	background-color:#000;
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity:.80;
	-moz-opacity: 0.8;

}

.foto_zoom_page{
	z-index:15;
	position:fixed;
	visibility:hidden;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	margin: 0px 0px 0px 0px;
	text-align:center;
	vertical-align:middle;
}

.foto_zoom_content{
	margin:auto;
	width:1010px;
	height:800px;
	margin-top:30px;
	overflow:hidden;
}

.foto_zoom_titel{
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	margin: 0px 7px 25px 7px;
}

.foto_zoom_large{
	float:right;
	width:955px;
	height:600px;
	background-color:#fff;
}

.foto_zoom_filmstrip{
	top:688px;
	margin-left:60px;
	position:fixed;
	width:800px;
	height:120px;
	text-align:center;
	/*border:1px solid #fff;*/
	white-space:nowrap;
}

.foto_zoom_filmstrip_scroll{
	margin-left:0px;
	height:115px;
	width:900px;
	display:block;
	zoom:1;
	overflow:hidden;
	white-space:nowrap;
	text-align:center;
}

.foto_zoom_thumbnail{
	width:130px;
	height: 100px;
	display:inline;
	padding-right:10px;
}

.foto_zoom_close{
	float:right;
	width:29px;
	height:25px;
	margin-left:10px;
	background-image:url(../_Images/Icons/Actie_icon_Sluiten.png);
}

.foto_zoom_close:hover{
	background-image:url(../_Images/Icons/Actie_icon_Sluiten_over.png);
}

.foto_vorige{
	z-index:16;
	position:fixed;
	top:689px;
	margin-left:16px;
	width:35px;
	height:100px;
	background-image:url(../_Images/Icons/Actie_icon_Vorige.png);
}

.foto_vorige:hover{
	background-image:url(../_Images/Icons/Actie_icon_Vorige_over.png);
}

.foto_volgende{
	z-index:16;
	position:fixed;
	top:689px;
	margin-left:937px;
	width:35px;
	height:100px;
	background-image:url(../_Images/Icons/Actie_icon_Volgende.png);
}

.foto_volgende:hover{
	background-image:url(../_Images/Icons/Actie_icon_Volgende_over.png);
}
/*Oude opmaak code*/
.foto_zoom{
	width:525px;
	height:380px;
	float:left;
	text-align:center;
	display: inline-block; 
}

.Foto_zoom_note {
	padding: 10px 10px 10px 10px;
	width:500px;
	font-size: 11px;
	text-align:left;
	background-color: #F0F8FF;
	border: 1px solid #d4e8fc;
}
/*EINDE Oude opmaak code*/

/* Footer */
.Copyright_link{
	font-size: 11px;
	color: Navy;
}

.copyrights{
	margin-top: 5px;
}

/* Content only */
.Content_only_body{
	background-color:#FFFFFF;
	text-align:center;
	overflow-y:scroll;
}

.Content_only{
	background-color:#FFFFFF;
	padding: 10px 10px 10px 10px;
	border: solid 1px #ababab;
	margin: 20px 20px 20px 20px;
	width:650px;
	text-align:left
}

.copyright_notes{
	width:650px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #ababab;
	margin: 20px 20px 20px 20px;
	color:#ababab;
	font-size:10px;
	text-align:center;
}

/**************************************/
/* BACKOFFICE *************************/
/**************************************/

.outerframe_backoffice{ 
	margin:auto;
	width: 800px;
	background-color:#000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.Content_center_backoffice{
	padding-bottom: 30px;
	width: 780px;
	display: block;
	overflow:hidden;
	margin:0px 0px 30px 0px;
}

.headframe_backoffice{
	width: 100%;
	height: 35px;
	padding: 10px 20px 10px 20px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	background-color:#B22222;
	/* background-image: url(../_Images/header.jpg); */
}

/*Table opmaak*/

.background_color1{
	background-color: #B22222;
	color: #FFFFFF;
	font-size: 11px;
}

.background_color2{
	background-color: #363671;
	color: #FFFFFF;
	font-size: 11px;
}


.background_color3{
	background-color: #FFFFFF;
	color: #363671;
	font-size: 11px;
}

/*Actie buttons*/

.Button_toevoegen{
	margin: 2px 10xp 2px 0px;
	padding: 0px 0px 0px 0px;
	width: 24px;
	height: 24px;
	border: 0px;
	background: url('../_Images/Icons/Actie_icon_Toevoegen_gr.gif') no-repeat;
	vertical-align:middle;
	cursor: hand;
	float:left;
}

.Button_wijzig{
	margin: 2px 10xp 2px 0px;
	padding: 0px 0px 0px 0px;
	width: 24px;
	height: 24px;
	border: 0px;
	background: url('../_Images/Icons/Actie_icon_Wijzigen_gr.gif') no-repeat;
	vertical-align:middle;
	cursor: hand;
	float:left;
}

.Button_verwijder{
	margin: 2px 10xp 2px 0px;
	padding: 0px 0px 0px 0px;
	width: 24px;
	height: 24px;
	border: 0px;
	background: url('../_Images/Icons/Actie_icon_Verwijder_gr.gif') no-repeat;
	cursor: hand;
	float:left;
}

/* AGENDA */


.BAKO_agenda_column1{
	float:left;
	width:350px;
}

.BAKO_agenda_column2{
	margin-left:20px;
	float:left;
	width:250px;
}