* {
  font-family: Verdana;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
a {                   color: #45a3cc;}                      
a:link {		          text-decoration: none; }
a:active {		        text-decoration: none; }
a:visited {		        text-decoration: none; }
a:hover {		          text-decoration: underline; }
image {               border: 0px;}


#placeholder {
  margin: 0px auto;
  width: 895px;
  background-image: url('images/repeat_bg.jpg');  
}

#banner_wrapper {
	background-image: url('images/banner_bg.jpg');
	background-repeat:no-repeat;
	width: 100%;
	height: 191px;
}
#content_wrapper {  
  background-image: url('images/top_bg.jpg');
	background-repeat:no-repeat;
	width: 100%;
}
#content {
  border: 1px solid #000066;
  background-color: #ffffff;
  margin-left: 253px;
  margin-right: 30px;
	padding: 5px;	
	min-height: 405px;
	height:auto !important; /* voor moderne browsers */
  height: 405px; /* voor IE */
	position: relative;	
	z-index: 1;
}
#bottom_bg {
	background-image: url('images/footer_bg.jpg');
	background-repeat:no-repeat;
	width: 100%;
	height: 76px;	
	position: relative;
	z-index: 0;
	margin-top: -53px;
}
#kopje {
	position: relative;
	top: 86px;
	left: 50%;
	margin: 0px 0px 0px 199px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	width: 158px;
	text-align: center;
}              
#menu1_wrapper {
  position:absolute;
	z-index: 1000;
	top: 157px;
	left: 50%;
	margin-left:-195px;
}   
#menu2_wrapper {
  border-bottom: 1px solid #baff00;
  padding-bottom: 5px;
}
   
#links_wrapper {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: 150px;
  text-align: right;
}      
#footer_links {
  position: absolute;
  bottom: 5px;
  left: 40px;
}                               
/************Wijzigen op eigen risico***********/
/*Navigatie menu*/    
.scheidingsTeken {}    
.menu1 {
  float: left;
  margin-right: 2px;
}
.menu1 a {
	display: block;
	width: 77px;
	height: 23px;
	padding-top: 8px;
	text-align: center;
	background-image: url('images/buttons.png');
	background-repeat: no-repeat;
	font-size: 12px;
	text-decoration: none;
	color: #baff00;
}
.menu1 a:hover {
	background-position: 0px -31px;
}

#menu1Actief a {
	background-position: 0px -62px;
	color: #45a3cc;
}
.menu2 {                    
  margin-left: 5px;
  padding: 0px;
  float: left;
}
.menu2 a {
  font-weight: bold;
}
#menu2Actief {              font-weight: bolder;}                              
.menu3 {                    margin: 0px;
                            padding: 0px 0px 0px 20px;}
#menu3Actief {              font-weight: bolder;}                            
/*Forms*/
.formulier {                padding: 2px;
                            margin: 0px auto;
                            width: 95%}
.row {                      clear: both;
                            width: 100%;}
.label {                    float: left;
                            text-align: right;
                            width: 20%;
                            padding: 3px 0px 0px 0px;
                            font-style: italic;}
.input {                    float: right;
                            text-align: left;
                            width: 78%;}
.submit {                   margin: 5px 0px 0px 0px;
                            text-align: center;
                            width: 100%;}     
.melding {							    margin: 5px 0px 10px 0px;
    												width: 100%;
                            text-align: center;                        
                            font-style: italic;}
/*Inloggen*/
/*Aanmelden*/
.intro {								    margin: 0px 0px 20px 0px;
												    padding: 0px;} 
/*PopUp*/
#popUpInhoud {              margin: 5px;
                            padding: 0px;
                            background-color: #FFFFFF;}
#popUpClose {               margin: 25px 0px 0px 0px;
                            padding: 0px;
                            text-align: center;}   
/*modules*/
.kop {                      font-weight: bold;}
.tabelLabel {               font-style: italic;}      
/*sitemap*/
.niveau1 {                  margin: 0px;
                            padding: 0px;}
.cNiveau1 {                 margin: 0px 0px 10px 0px;
                            padding: 0px;}                                                                                                                        
.niveau2,
.niveau2Last {              margin: 0px;
                            padding: 2px 0px 0px 25px;}
.cNiveau2 {                 margin: 0px;
                            padding: 0px 0px 0px 0px;}                                                                                                                       
.niveau3,
.niveau3Last{               margin: 0px 0px 0px 25px;;
                            padding: 2px 0px 0px 25px;}
.cNiveau3 {                 margin: 0px;
                            padding: 0px;}  
.midden {                   background-image: url('../system/images/client/MiddleLine.gif');
                            background-repeat: repeat-y;}
.niveau2,
.niveau3 {                  background-image: url('../system/images/client/MiddleCrossLine.gif');
                            background-repeat: no-repeat;}
.niveau2Last,
.niveau3Last {              background-image: url('../system/images/client/BottomLine.gif');
                            background-repeat: no-repeat;}      
/*rss*/
.rss {                      margin: 0px auto;
                            padding: 0px 3px 0px 16px;
                            width: 35px;
                            font-weight: bold;
                            background-image: url('../system/images/client/rss.gif');
                            background-position: 3px 50%;
                            background-repeat: no-repeat;
                            border: 1px solid #cc5500;
                            background-color: #EE7700;}
.rss a {                    color: #FFFFFF;}
.rss a:hover {              text-decoration: none;}

/***************************javascript menu***************************************/
#js_menu ul li ul{
	display:none;	/* Needed to display ok in Opera */
}
	
#js_menu img {
	border:0px;
}
#js_menu{
	visibility: hidden;	
}
#js_menu ul{
	margin:0px;	/* No indent */
	padding:0px;	/* No indent */
}
#js_menu li{
	list-style-type:none;	/* No bullets */
}	
#js_menu a{
	margin:0px;
	padding:0px;
}
/* End general configuration CSS */

/***********************************************************************
	CSS - MENU BLOCKS
 	General rules for all menu blocks (group of sub items) 
***********************************************************************/
#js_menu ul{
	padding:1px;
}
	
#js_menu ul.menuBlock1{	/* Menu bar - main menu items */
	border: 0px;
	padding: 0px;
	overflow: visible;
	position: absolute;
	z-index: 1000;
	top: 157px;
	left: 50%;
	margin-left: -196px
	
}
#js_menu ul.menuBlock2{	/* Menu bar - main menu items */
	padding: 5px;
	border: 1px solid #3B3B3B;
  background-color: #FFFFFF;
}
#js_menu ul.menuBlock3{	/* Menu bar - main menu items */
	padding:5px;
	background-color: #FFFFFF;
	border: 1px solid #3B3B3B;
}
/***********************************************************************
	CSS - MENU ITEMS
 	Here, you could assign rules to the menu items at different depths.
***********************************************************************/
/* General rules for all menu items */
#js_menu a {
  text-decoration: none;
  font-size: 12px;	
}

/* Main menu items */
#js_menu .currentDepth1over,
#js_menu .currentDepth1 {
  margin-right: 2px;
  width: 77px;
	height: 31px;
	background-image: url('images/buttons.png');
	background-repeat: no-repeat;
}
#js_menu .currentDepth1over {
	background-position: 0px -31px;
}
#js_menu .currentDepth1over a,
#js_menu .currentDepth1 a {
  display: block;
	width: 77px;
	height: 23px;
	padding-top: 8px;
	text-align: center;
	color: #baff00;
}
/* Sub menu depth 1 */
#js_menu .currentDepth2over,
#js_menu .currentDepth2{
	padding:2px;
}

#js_menu .currentDepth2over a{	/* Text rules */
  color: #afb52d;
}	
/* Sub menu depth 2 */
#js_menu .currentDepth3over,
#js_menu .currentDepth3{
	padding:2px;
}
#js_menu .currentDepth3over a{	/* Text rules */
  color: #afb52d;
}
