/*	CANDIDMIND STYLE SHEET
This stylesheet is used for all the elements that are used in the CandidMind Website. Only make changes in this document if you are well aware what you are doing. Changes made in this document may result in a non-intuitive and/or (partially) loss of functionality.  
*/
 
 
 
/*	COPYRIGHT STATEMENT
You may adapt elements of this CSS in your own projects, but the  unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright 2004-2006 Candidmind and may not be reproduced. 
*/ 

/* DE OPMAAK START HIER */
body	{
		font-family:	Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
/*		background: #4C7094; */
		margin: 0px;
}

td {
		font-family:	Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
}

td a img {
	border: 1px solid #000;
}
td a:hover img {
	border: 1px solid #f00;
}


/* Opmaak bovenste balk met logo */
#top_t	{
	width:	700px;
	border:	0px;
	background-image:	url("../images/toptbg.jpg");
	color:	#003366;
}

#top_t	td	{
	color:	#003366;
	font-size: 14px;
	font-weight: bold;
}

#top_t a img {
	border: 0px;
}
#top_t a {
	text-decoration: none;
}
#top_t #homebutton a #candidmind1 { color: #003366; }
#top_t #homebutton a #candidmind2 { color: #C72303; }
#top_t #homebutton a:hover #candidmind2 { color: #003366; }
#top_t #homebutton a:hover #candidmind1 { color: #C72303; }
#top_t	#loginbutton a	{
	color:	#4C7094;
	font-size: 10px;
	font-weight: bold;
}
#top_t	#loginbutton a:hover	{
	color:	#E80A00;
}
/* Opmaak bovenste balk met logo */
#top_b	{
	width:	700px;
	border:	0px;
	height: 20px;
	background-image:	url("../images/topbbg.jpg");
	color:	#003366;
}

#top_b_text	{
	margin: 2px 5px 0px 0px ;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}


/* Opmaak van de Hoofdnavigatie (bovenste rij) */
#hoofdnav	{
	width: 700px;
	border: 0px;
	background-image: url("../images/menu_bk.jpg");
}

#hoofdnav	td	{
	text-align:	center;
	height: 28px;
}

#hoofdnav	.navhere,
#hoofdnav	a	{
	font-weight:	bold;
	color: #4C7094;
	text-decoration:	none;
}
#hoofdnav	.navhere,
#hoofdnav	a:hover	{
	color: #FC6604;
}
#hoofdnav	a:hover	{
	text-decoration:	underline;
}

.hoofdnav_split	{
	background-image: url("../images/split.gif");
	width: 12px;
	height: 28px;
}

/* Opmaak van het main gedeelte */

#main	{
  width:	700px; 
  height:	400px; 
  border:	1px solid #d0d0d0;
}

#main td h1        {
        font-size: 18px;
        font-weight: bold;
        color: #FC6604;
        align:  justify;
}
 
#main td h2        {
        font-size: 13px;
        font-weight: bold;
        color: #FC6604;
}
 
#main td h3        {
        font-size: 11px;
        font-weight: bold;
        color: #FC6604;
}

.seperator	{
	background-image:	url("../images/seperator.gif");
}

.main_td_header	{
	height:	21px;
	padding-left: 10px;
	padding-top: 2px;
	font-size:	15px;
	background-image:	url("../images/lktdheaderbg.jpg");
	font-weight: bold;
	color: #ffffff;
	width: 380px;
}

.main_td_subheader	{
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	background:#bfd5ea;
	color:	#FC6604;
	font-weight: bold;
	font-size: 12px;
}


/* Opmaak van de linker kolom */

.lk_td_header	{
	height:	21px;
	padding-left: 5px;
	background:#bfd5ea;
/*	background-image:	url("../images/lktdheaderbg.jpg"); */
	font-size:	11px;
	font-weight: bold;
	color: #FC6604;
}

/* Opmaak van de Subnavigatie */
.subnav_l	{
	width: 143px;
	padding: 5 0 2px 0;
	margin-bottom: 2px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

.subnav_l ul	{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.subnav_l ul  li	{
	margin: 0;

}


.subnav_l li a {
	font-weight: bold;
	font-size: 10px;
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 3px solid #fff; 
	color: #4C7094;
	text-decoration: none;
	width: 100%;
}

html>body .subnav_l li a {
	width: auto;
}

.subnav_l li a:hover {
	border-left: 3px solid #6296C8; 
	color: #FC6604;
}
.subnav_l       .navhere	{
        font-weight:    bold;
	display: block;
	width: 100%;
	font-size: 10px;
        text-decoration:        none;
	padding: 5px 5px 5px 0.5em;
        color: #FC6604;
	border-left: 3px solid #6296C8
}


/* Opmaak van de content */

#main_content	{
        padding: 5px 5px 20px 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #33446F;
	
}

#main_content h1	{
	font-size: 18px;
	font-weight: bold;
	color: #FC6604;
	align:	justify;
}

#main_content h2        {
        font-size: 13px;
        font-weight: bold;
        color: #FC6604;
}

#main_content h3	{
	font-size: 11px;
	font-weight: bold;
	color: #FC6604;
}

#main_content h4	{
	font-size:10px;
	font-weight: bold;
	color: red;
}

#main_content a	{
	color: #33446F;
	font-weight: bold;
}


#main_content a:hover	{
	color: #E80A00;
}

#main_content li        {
       list-style: disc url(../images/plusiccon.gif) ;
}

.hosting_specs	{
	margin: 15px 10px 20px 15px;
	width: 515px;
	color: #33446F;
}
.hosting_specs	td	{
	border: 0;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

/* Opmaak van het copyright gedeelte */
#copyright	{
	text-align:center;
	color:	#4C7094;
	font-size:	11px;
	font-family: arial, sans-serif;
	font-weight: bold;
}

#copyright a	{
	color: #4C7094;
	font-size:	11px;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#copyright	a:hover	{
	color:	#FC6604; 
	text-decoration:	underline;
}

.disclamer	{
        color: #B0B0B0;
	font-family: courier;
	font-size: 10px;
	font-weight: normal;
        margin: 15px 10px 20px 15px;
}

.docu-job	{
	font-weight: bold;
	text-decoration: underline;
	color: green;
}

.docu-alb       {
        font-weight: bold;
        text-decoration: underline;
        color: purple;
}


/* afgeronde hoeken */
.arhoeken {background:transparent; width:200px; /* boxbreedte */}
.arb1, .arb2, .arb3, .arb4 {display:block; overflow:hidden; background:transparent; font-size:1px;}
.arb1, .arb2, .arb3 {height:1px;}
.arb2, .arb3, .arb4 {background:#FFFF00; border-left:1px solid #000000; border-right:1px solid #000000;}
.arb1 {margin:0 5px; background:#000000;}
.arb2 {margin:0 3px; border-width:0 2px;}
.arb3 {margin:0 2px;}
.arb4 {height:2px; margin:0 1px;}
.arboxinhoud {
  display:block; 
  background:#FFFF00; 
  border:0 solid #000000; 
  border-width:0 1px;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}

/* uitgesneden ronde hoeken */
.urhoeken {background:transparent; width:200px; /* boxbreedte */}
.urb1, .urb2, .urb3, .urb4 {display:block; overflow:hidden; height:1px;font-size:1px;}
.urb2, .urb3, .urb4 {background:#FFFF00; border-left:1px solid #000000; border-right:1px solid #000000;}
.urb1 {margin:0 4px; background:#000000;}
.urb2 {margin:0 4px; height:2px;}
.urb3 {margin:0 3px;}
.urb4 {margin:0; height:1px; border-width:0 3px 0 3px;}
.urboxinhoud {
  display:block; 
  background:#FFFF00; 
  border:0 solid #000000; 
  border-width:0 1px;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  } 


