/*opmaak*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-image: url(../kita-img/bg1px.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top center;
	background-color: #006599;
	scrollbar-face-color: #FFF;
   scrollbar-shadow-color: #763A70;
	scrollbar-arrow-color: #763A70;
	scrollbar-track-color: #FFF;
	scrollbar-darkshadow-color: #f0f6f6;
	scrollbar-highlight-color: #763A70;
}

.kopje {
  color: #000066;
  font-size: 1.0em;
  font-weight: bold;
  padding: 0 0 3px 0;
}

.tblauw {
  color: #000066;
  font-weight: bold;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #FFFFFF;
}
#tekst {
    float: left;
    width: 520px;
    height:389px;
    padding: 10px 10px 10px 10px;
    overflow: auto;
}

h1 {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-left: 0px
}

h2 {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-left: 0px
}

/*div.transbox
  {
  width: 334px;
  height: 409px;
  margin-left: 542px;
  background-color: #9F9FC5;
  /*border: 1px solid black;*/
  /* for IE */
  /*filter:alpha(opacity=50);  */
  /* CSS3 standard */
  /*opacity:0.5;

  }  */

div.box {
  background-image:url(../kita-img/vlak.png);
  background-repeat: no-repeat;
  width: 334px;
  height: 409px;
  margin-left: 542px;
  padding: 0 0 0 10px;
}

*html div.box {
  width: auto;
  height: 409px;
  margin-left: 542px;
  padding: 0 0 0 0px;
  background-image:url(../kita-img/vlak.jpg);
  background-repeat: no-repeat;

}
/*tekst in box*/
div.indextxt {
	overflow: auto;
	width: 324px;
	height: 350px;
	line-height: 1.3em;
	padding-top: 50px;
}
   

/*tekst in box*/
div.rtxt {
	overflow: auto;
	width: 324px;
	height: 400px;
	line-height: 1.3em;
}

/*tekst in box*/
div.portfolio {
  overflow: auto;
  width: auto;
  height: 400px;
}

img.portfolio {
  border: solid 1px black;
}


a:link {
    color: navy;
    font-style: normal;
    font-weight: bold;
    font-size: 0.9em;
}

a {
    color: navy;
    font-style: normal;
    font-weight: bold;
    font-size: 0.9em;
}

/*a:visited {
    color: purple;
    font-style: normal;
    font-weight: bold;
    font-size: 0.9em;
}  */

a:hover  {
    color: purple;
    font-style: normal;
    font-weight: bold;
    font-size: 0.9em;
}

.adres {
  font-size: 18px;
}


/* opmaak in contactform */
.randtekstro {
	color: #3F0080;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	/*outline: #3F0080 solid 2px;  */
}
.small {
	font-size: 10px;
}
.ster {
  color: #3F0080;
  font-weight: bold;
}
/* einde contactform */

/*navigatie*/
/* ********* voor navigatie  ************/
#nav_menu {
	font-family: Arial, Helvetica, sans-serif;
	width: 885px;
    height: 15px;
    margin-top: 0px;
    padding-left: 5px;
    font-size: 1.0em;
}

/**+html #nav_menu {
	 /*reposition for IE7*/

 * html #nav_menu { /*reposition for IE6*/
   width: 885px;
   height: 15px;
	padding: 0; 
	margin: 0;
	} 
	    
#nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;/* zet dit op disc voor een punt voor alle menus*/
    text-decoration: none;
    color: #000; /*kleur van het streepje*/
	font-size: 1.0em;
    font-weight: bold;
}
#nav_menu ul a {
	/*color: #FFF;  /* bepaalt de kleur van het niet-actieve menu*/
	text-decoration: none;
}

#nav_menu li { /* all list items */
    margin: 0px 35px 0 0px; /* regelafstand tussen de menus*/
    padding: 0 0 0 0px;  /*afstand vanaf links totale menu*/
    display: inline;
}


a.actief {color: #FFF; font-weight: bold; font-style: italic; }
li a.hoofdmenu:hover { color: #000; font-weight: bold;   }
li a.hoofdmenu { color: #FFF; font-weight: bold;  }
li a.hoofdmenu:visited {  font-weight: bold;   }




/*indeling*/
#container {
   margin-left: auto;
   margin-right: auto;
   margin-top: auto;
   width:950px;
   height:570px;
    background-color: #FFF;
    background-image: url(../kita-img/cont1px.jpg);
    background-repeat: repeat-y; 
}

#blok {
float: left;
width: 950px;
height: 517px;

}



#Leftside {
   float: left;
   width:61px;
	height:517px;
}

#KITA {
	float: left;
	width:889px;
	height:84px;
    background-image: url(../kita-img/KITA.jpg);
    background-repeat: no-repeat;


}

#navbalk {
	float: left;
	width:889px;
	height:15px;
   background-image: url(../kita-img/navbalk.jpg);
   background-repeat: no-repeat;


}

#nav-onder {
	float: left;
	width:889px;
	height:9px;
    background-image: url(../kita-img/nav_onder.jpg);
    background-repeat: no-repeat;
}

*html #nav-onder {
    margin-top: -1px;
}

*html #main {
 margin-top: -7px;

}

#main {
	float: left;
	width:889px;
	height:409px;
    background-image: url(../kita-img/main.jpg);
    background-repeat: no-repeat;
}

#bottom {
   float: left;
   width:950px;
   height:53px;
   background-image: url(../kita-img/bottom.jpg);
   background-repeat: no-repeat;
   color: #9F9FC5;

   /*padding-left: 542px;*/
}
*html #bottom {
	float: left;

 margin-top: -28px;
 height:53px;
}


/* * html #bottom {
   float: left;
	width:408px;
	height:53px;
   background-image: url(../kita-img/bottom.jpg);
   background-repeat: no-repeat;
   color: #9F9FC5;
   padding-left: 542px;
}*/
