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

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

body, html {
	height: 100%;
}

body {
	margin: 0px;
	background-color: #FFF;
	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;
}

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

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

#header, #menucontainer, #illustratie, #grijzekolom, #md_home, #md_over_usar, #md_agenda, #md_werken, #md_nieuws {
	display: none;
}

#content {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	/* border: 1px solid red; */
}

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

a.knop {
	color: #FFF;
	text-decoration: none;
	background-color: #80A3B9;
	font-weight: bold;	
}
a:visited.knop {
	color: #FFF;
}
a:hover.knop {
	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;
}