/**********************************/
/* STANDAARD TAGS                 */
/**********************************/

a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #6D6D6D;
}
a:hover {
	color: #80A3B9; 
}

body, html {
	height: 100%;
}

body {
	margin: 0px;
	background-image: url(../images/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

form {
	margin: 0px;
}

hr {
	border: 2px solid #6D6D6D;
}

img {
	border: none;
}

li {
	list-style-type: square;
}

td {
	vertical-align: top;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/**********************************/
/* LAYOUT DIVS                    */
/**********************************/

#menucontainer {
	position: absolute;
	top: 102px;
	left: 0px;
	width: 165px;
}

#illustratie {
	position: absolute;
	left: 0px;
	top: 439px;
	width: 165px;
}

#grijzekolom {
	position: absolute;
	top: 102px;
	left: 165px;
	width: 144px;
}

#content {
	position: absolute;
	top: 96px;
	left: 355px;
	width: 390px;
	padding-bottom: 30px;
	/* border: 1px solid red; */
}

/* uitklap menuuutjes */

#md_home, #md_over_usar, #md_agenda, #md_werken, #md_nieuws, #md_inloggen {
	padding-left: 20px;
	display: none;
}

/**********************************/
/* EXTRA TAGS                     */
/**********************************/

.menu_header {
	height: 16px;
	padding-left: 7px;
	background-color: #6D6D6D;
	color: #FFFFFF;
	font-weight: bold;
}

/*--------------*/

a.menulink {
    display: block; /* hierdoor wordt de hele <a href> regel een link waarop geklikt kan worden */
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
    padding-top: 0px;
    padding-left: 17px;
}

a.menulink_active:visited, a.menulink:visited {
    color: #fff;
}

a.menulink_active:hover, a.menulink:hover {
    color: #000000;
    background-color: #ccc;
	background-image: url(../images/bg_menu.gif);
}

.menulink_active {
    display: block; /* hierdoor wordt de hele <a href> regel een link waarop geklikt kan worden */
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
    padding-top: 0px;
    padding-left: 17px;
	
    color: #000000;
    background-color: #ccc;
	background-image: url(../images/bg_menu.gif);
}
/* -------------------- */

a.knop {
	color: #FFF;
	text-decoration: none;
	background-color: #80A3B9;
	font-weight: bold;	
}
a:visited.knop {
	color: #FFF;
}
a:hover.knop {
	color: #CCC; 
}

/* -------------------- */

.vakje {
	background-color: #CC6600;
	border-bottom: 2px solid #6D6D6D;
	padding: 7px;
	color: #C4C3C6;
	font-size: 11px;
	line-height: 13px;	
}

a.vakje_link {
	color: #fff;
	text-decoration: none;
}
a:visited.vakje_link {
	color: #fff;
}
a:hover.vakje_link {
	color: #ccc; 
}

/* -------------------- */

.rand {
	border: 1px solid black;
}

/* -------------------- */

.kop1 {
	color: #CC6600;
	font-size: 18px;
}

.kop2 {
	font-size: 14px;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
}

.kop3 {
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.klein {
	font-size: 10px;
}

.red {
	color: #FF0033;
}

.zoeken_tekst {
	font-size: 11px;
}

/* -------------------- */

.zoek_textfield {
	border: 1px solid black;
	width: 90px;
	height: 13px;
	font-size: 11px;
}

.zoek_button {
	border: 1px solid black;
	width: 28px;
	height: 17px;
	font-size: 9px;
	background-color: white;
}

/* -------------------- */

a.wit {
	color: #fff;
	text-decoration: none;
}
a:visited.wit {
	color: #fff;
}
a:hover.wit {
	color: #ccc; 
}

/* -------------------- */

a.grijs {
	color: #000;
	text-decoration: none;
}
a:visited.grijs {
	color: #6D6D6D;
}
a:hover.grijs {
	color: #91B4CC;
}

/* -------------------- */

.thead {
	background-color: #6D6D6D;
	height: 16px;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.tfooter {
	border-top: 2px solid #6D6D6D;
}

.tr1 {
	background-color: #91B4CC;
	background-image: url(../images/bg_table_header.gif);
	background-repeat: repeat-y;
	color: #FFF;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
}

.tr2 {
	background-color: #E6E6E6;
	padding: 2px 10px 2px 10px;	
}

.tr3 {
	padding: 2px 10px 2px 10px;	
}

.randrechts {
	border-right: 1px solid #6D6D6D;
}

/* infobox in het smoelenboek */
.infobox {
	font-size: 11px;
	text-align: left;
	color: #6d6d6d;
	margin-bottom: 10px;
}
