html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background:#242424;
}

h1 {
	font-size: 12px;
	margin: 0px 0px 15px 0px;
}

h2 {
    font-family:Verdana,sans-serif;
    font-weight:bold;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-size: 12px;
	margin: 0px 0px 15px 0px;
}

p {
	margin: 0px 0px 15px 0px;
    font-size:10px;
    line-height:15px;
}

strong{
    font-weight:bold;

}

table {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	border-spacing: 0px 0px;
}

td {
	padding: 2px 2px 2px 2px;
}

a {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: none;
	color: black;
}

ol {
	margin: 0px 0px 15px 25px;
	list-style-type: decimal;
}

ul {
	margin: 0px 0px 15px 15px;
	list-style-type: disc;
}

ul ul {
	list-style-type: circle;
}

li {
	margin: 0px 0px 2px 0px;
}

sup {
	font-size: 65%;
	vertical-align: super;	
}

sub {
	font-size: 65%;
	vertical-align: sub;	
}

input {
	width: 200px;
	border: 1px solid black;
	background: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

select {
	width: 204px;
	border: 1px solid black;
	background: white;
}

textarea {
	width: 200px;
	height: 80px;
}

.checkbox {
	border: 0px;
	width: 20px;
	background: none;
}

.radiobutton {
	border: 0px;
	width: 20px;
	background: none;
}

.form_button {
	background: white;
	border: 1px solid black;
	width: 204px;
}

#center_hor {
	position: relative;
	width: 799px;
	margin: 0px auto 0px auto;
	background:white;
}

/* horizontaal css menu */

#menu {
       position:relative;
       display:block;
	float:left;
	width:271px;
	height: 190px;
    padding-top:20px;
    border-bottom:1px solid #d1d1d1;
    margin-bottom:20px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	float: left;
}

#menu ul li {
	position:relative;
	display:block;
	background:url(/visuals/basis/hoofdmenu.jpg);
	background-repeat:no-repeat;
}

#menu ul li a {
	position:relative;
	display:block;
}

#menu ul .menu_1
{
	background-position:0px 0px;
    height:25px;
    width:271px;
}
#menu ul .menu_1 a{
	display:block;
	height:100%;
}

#menu ul .menu_1 a:hover{
    background:url(/visuals/basis/hoofdmenu.jpg);
	background-position:0px -151px;
    height:25px;
    width:271px;
}

#menu ul .menu_83,
#menu ul .menu_83 a
{
     background:url(/visuals/basis/hoofdmenu.jpg);
	background-position:0px -25px;
    height:40px;
    width:271px;
}

#menu ul .menu_83 a:hover{
    background:url(/visuals/basis/hoofdmenu.jpg);
	background-position:0px -176px;
    height:40px;
    width:271px;
}

#menu ul .menu_86,
#menu ul .menu_86 a
{
     background:url(/visuals/basis/hoofdmenu.jpg);
	background-position:0px -65px;
    height:45px;
    width:271px;
}

#menu ul .menu_86 a:hover{
    background:url(/visuals/basis/hoofdmenu.jpg);
	background-position:0px -216px;
    height:45px;
    width:271px;
}

#menu ul .menu_87,
#menu ul .menu_87 a
{
     background:url(/visuals/basis/hoofdmenu.jpg);
	background-position:0px -110px;
    height:43px;
    width:271px;
}

#menu ul .menu_87 a:hover{
    background:url(/visuals/basis/hoofdmenu.jpg);
	background-position:0px -261px;
    height:43px;
    width:271px;
}





#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	border: 0px solid black;
}

#menu ul ul ul {
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul{
	display:none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}


/* Verticaal menu*/

#menu_ver {
	position:absolute;
	top:7px;
	left:7px;
	z-index:900;
	width:110px;
	padding-bottom:12em; /* To allow room for bottom dropdown */
}

#menu_ver a, #menu_ver h2 {
	display:block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #bbbbbb;
	display: block;
	margin: 0;
	padding: 4px 2px 4px 2px;
	background: white;
	text-decoration: none;
	color: #000000;

}

#menu_ver a:hover, #menu_ver a:active{
	color: #FFFFFF;
	background: #999999;
}

#menu_ver ul{
	list-style:none;
	margin: 0px;
	width:100%;
}

div#menu_ver li, div#menu li:hover{
	position:relative;
}

div#menu_ver li ul{
	position:absolute;
	top:0px;
	left:100%;
	display:none;
}

div#menu_ver ul ul,
div#menu_ver ul ul ul,
div#menu_ver ul li:hover ul ul,
div#menu_ver ul li:hover ul ul ul{
	display:none;
}

div#menu_ver ul li:hover ul,
div#menu_ver ul ul li:hover ul,
div#menu_ver ul ul ul li:hover ul {
	display:block;
}



/* normaal menu */

#main_menu {
	position: relative;
	height: 20px;
	padding: 10px 0px 10px 0px;
}

#main_menu ul {
	list-style-type: none;
	margin: 0px;
}

#main_menu ul li {
	float: left;
	width: 100px;
	height: 20px;
	margin: 0px 4px 0px 0px;
	text-align: center;
}

#main_menu ul li a:link,
#main_menu ul li a:visited,
#main_menu ul li a:active {
	display: block;
	padding: 2px 0px 0px 0px;
	height: 18px;
	text-decoration: none;
}

#main_menu ul li a:hover {
	background: #eeeeee;
}

#main_menu ul .active a:link,
#main_menu ul .active a:visited,
#main_menu ul .active a:hover,
#main_menu ul .active a:active {
	background: #eeeeee;
}

#top {
	position: relative;
	height:173px;
	background:#444444;
}

#content {
	position: relative;
    background:white;
    width:100%;
}

#content_left {
	position: relative;
	float:left;
	width:293px;
	background:white;
    padding-left:20px;
}
#content_right {
	position: relative;
    padding-top:20px;
	float:left;
	width:456px;
    padding-right:20px;
	background:white;
}

.clear{
    display:block;
    clear:both;
    height:1px;

}
#swfBase {
	margin:0px;
	padding:0px;
	width:100%;
}

.login_form {
	width: 120px;
	font-size: 11px;
	font-weight: normal;
}

.login_form p {
	margin: 0px;
}

.login_form input {
	width: 116px;
	height: 16px;
}

.login_form .form_button {
	width: 120px;
	height: 20px;
	font-size: 11px;
}

.login_form .checkbox {
	width: 40px;
	border: 0px;
}

.login_form .username {
	text-align: center;
}

.navigation {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #666666;
}

.frame {
	padding: 0px;
	margin: 0px auto 0px auto;
}

.frame img {
	display: inline;
	float: left;
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
}

.right_shadow {
	display: inline;
	float: left;
	width: 7px;
	font-size: 0px;
	line-height: 0px;
}

.shadow_top_right {
	width: 7px;
	height: 7px;
	font-size: 0px;
	line-height: 0px;
	background:  url('/visuals/basis/shadow_right_top.png') top left no-repeat;
}

.shadow_right {
	width: 7px;
	font-size: 0px;
	line-height: 0px;
	background:  url('/visuals/basis/shadow_right.png') top left repeat-y;
}

.bottom_shadow {
	clear: both;
	height: 7px;
	font-size: 0px;
}

.shadow_bottom_left {
	display: inline;
	float: left;
	width: 7px;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_left_bottom.png') top left no-repeat;
}

.shadow_bottom {
	display: inline;
	float: left;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_bottom.png') top left repeat-x;
}

.shadow_bottom_right {
	display: inline;
	float: left;
	width: 7px;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_right_bottom.png') top left no-repeat;
}

#popup {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	min-height: 100%;
	width: 100%;
	text-align: center;
	background:  url('/visuals/basis/popup.png') top left repeat;
}

#banner{
    position:relative;
    width:799px;
    height:175px;
    background: url(/visuals/basis/banner.jpg) no-repeat scroll 0 0;
}

.blog{
	position:relative;
width:456px;
}

.blog_item{
    position:relative;
    width:456px;

}

.blog_title{
    position:relative;
    display:block;
    width:456px;
    font-family:Verdana,sans-serif;
    color:#dc1162;
    font-weight:bold;
    border-top:1px solid #242424;
    border-bottom: 1px solid #242424;
    padding-top:17px;
}

.blog_date{
    color:#afafad;
    position:relative;
    display:block;
    width:456px;
    font-family:Verdana,sans-serif;
    font-weight:bold;
    text-align:center;
}

.blog_content{
    position:relative;
    font-family:Verdana, sans-serif;
    font-size:10px;
    line-heihgt:15px;
    padding-top:5px;
    border-bottom:1px solid #d2d4d1;
    margin-bottom:30px;
}

var{
    font-weight:bold;
     color:#7f2347;
}

.wijzig_but{
    width:40px;

}

.reactie a{
    font-weight:bold;
    color:#484848;
}

.blog_comment_header{
        color:#afafad;
    position:relative;
    display:block;
    width:460px;
    font-family:Verdana,sans-serif;
    font-weight:bold;
    text-align:center;
    border-bottom:1px solid #242424;
   
}
.comment{
        position:relative;
    font-family:Verdana, sans-serif;
    font-size:10px;
    line-heihgt:15px;
    padding-top:5px;
    border-bottom:1px solid #d2d4d1;
    width:460px;
    color:#6f6f6f;
}

#reactie_plaatsen{
    padding-top:30px;

}

#reactie_plaatsen{
         position:relative;
    font-family:Verdana, sans-serif;
    font-size:10px;

}

.links, .links a{
    line-height:17px;
    font-family:Verdana,sans-serifl;
    font-size:11px;
    text-decoration:underline;
}

.left_banner{
    position:relative;
    display:block;
    width:280px;
    text-align:center;
    margin-bottom:30px;
}

.left_agenda{
    position:relative;
    display:block;
    width:280px;
    text-align:center;
}
