/* Things that need to go first. */

body {

	font-family: verdana, sans-serif; 
/* if you don't have verdana you can choose for yourself. */
	font-size: smaller;
	color: #333;
	background-color: #990000;

}

.hideMe  {

	display: none; /* Hide all the unneccessairy elements. */
}

/*   Element make-up   */

p {

	text-align: justify;	
}
h1 {

/*	font-family: monospace; */
	margin: 15px 0;
	border-bottom: 2px #988 solid;
	padding-left: 30px;
	
	background-image: url( images/rd_star.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-variant: small-caps;
	font-size: x-large;
}



a, a:link, a:hover, a:visited, a:active {

	text-decoration: none;
	font-weight: bold;

}

a:link {

	color: #BB1133;
}

a:visited {
	
	color: #995577;
}

a:hover {

	color: #FF3355;
	text-decoration: underline;
}

abbr {

	border-bottom: blue dashed 0px;	
}




/* This styles the diffrent elements; clear, width and float are used to provide for the layout.  */


#siteTitle {

	position: absolute;
	left: 4px;
	right: 4px;
	top: 4px;
	margin-left: 0;
	margin-right: 0;

	width: 100%;
	max-width: 94%;
	height: 150px;
	max-height: 110px;

	padding: 20px 20px 20px 20px;
	
	border: 1px #440022 solid;
	border-width: 1px 1px 0px 1px;

	text-align: right;

	background-color: #fff0e9;
	color: #700;
	background-image: url( images/als-small.png);
	background-repeat: no-repeat;
	background-position: 1ex 0;

}


#siteTitle a {

	color: #500;
	text-decoration: none;
	font-weight: bold;
}

#siteTitle .mainTitle {

	font-size: x-large;
	font-variant: small-caps;
	font-weight: bold;

}
#siteTitle q {

	font-size: large;
	font-style: oblique;
	color: #844;

}
#siteTitle .subTitle {

	font-size: medium;
	font-variant: small-caps;

}
#siteTitle .smallTitle {

	font-size: small;
	color: #844;

}


.menu {


	position: absolute;

/*	top: 150px; */
	
	border-color: #000;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	
	padding-bottom: 4em;
	
	background-color: #C55;
	color: #fff;
}

.menu h3 {

	margin-top: 0ex;
	margin-bottom: 0;
	text-align: center;
	font-variant: small-caps;
	color: #400;
	background-color: #fcb; 
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	font-style: normal;

	padding-left: 2px;

}

.menu h4 {
	margin-bottom: 0.5em;
	margin-top: 0;
	text-align: center;
	border-bottom: 1px gray dashed;
}
.menu ul {

	margin: 0;
	padding: 0;
}

.menu ul li {

	list-style-type: none;
	text-align: justify;
	margin-bottom: 2ex;
}
.menu ul li a {
	color: #e0d9d0;
}
.menu ul li a:hover {
	color: #fff9f0;
}

.menu ul li ul {

	margin: 0;
	padding: 2px;
}

.menu ul li ul li {

	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0;
	margin-bottom: 2px;
	
	background-color: #e0d9d0;
	border: 1px #800 solid;
	color: black;
	text-align: justify;
}
.menu ul li ul li:hover {

	background-color: #FFFFDD;
	border: 1px #000 solid;
	color: black;
}
.menu ul li ul li a:hover {

	color: #FF0000;
	text-decoration: underline;
}
.menu ul li ul li a:link {
	color: #BB1133;
}
.menu ul li ul li a:visited {
	color: #995577;
}
.menu ul li.opvallend {
	list-style-type: none;
	text-align: justify;
	margin-bottom: 1ex;
	font-size: larger;
	background-color: #f00;
}
.menu ul li.opvallend h4 {
	font-size: x-large;
	font-variant: small-caps;
	color: #fff;
	border-bottom: 1px #f99 dashed;
}
.menu ul li.opvallend:hover {
	background-color: #f55;
	border: 1px #000 solid;
	color: black;
}
.menu ul li.opvallend a:hover {
	color: #000;
	text-decoration: underline;
}
.menu ul li.opvallend a:link {
	color: #fff;
}
.menu ul li.opvallend a:visited {
	color: #fff;
}


#leftMenu {

	left: 4px;
/*	border-width: 0px 0px 1px 1px;
	border-right: 2px dashed #996633;*/
	width: 19em;
	top: 156px;

}

#rightMenu {

	right: 4px;
	width: 12em;

/*	width: 150px; */
/*	border-width: 0px 1px 1px 0px;
	border-left: 2px dashed #993366;*/
	border-width: 1px 1px 1px 1px;

	top: 156px;
	padding-top: 4px;

}


#content {

	position: absolute;
/*	left: 19em;
	right: 13em;*/
	top: 156px;

	left: 18em;
	right: 11em;

	margin-left: 0;
	margin-right: 0;
	

	padding: 0 2em;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000;
	
	background-color: #ffffe6;
}

#content img {

    padding-top: 1ex;
    padding-bottom: 1ex;
    padding-left: 1ex;
    padding-right: 1ex;
    margin-left: 1ex;
    margin-right: 1ex;
/*    background-color: #ffffe6;*/


}
#content .kader img {

    padding-top: 1ex;
    padding-bottom: 1ex;
    padding-left: 1ex;
    padding-right: 1ex;
    margin-left: 1ex;
    margin-right: 1ex;
    border: 1px black solid;
    background-color: #a66;


}

#content .kader {

    background-color: #733;
    color: white;
    border: 1px black solid;
    padding: 3px;
    font-size: smaller;
    margin-left: 1em;
    margin-right: 1em;
}

#content .besluit {

    background-color: #ddc;
    color: black;
    border-bottom: 1px black solid;
    border-top: 1px black solid;
    font-size: larger;
    padding: 1ex;
    margin: 1em;
    margin-left: 2em;
    margin-right: 2em;
}

#content .intro {

    font-weight: bold;
}

#content .auteur {

    font-weight: bold;
    font-style: oblique;
    text-align: right;
    

}


#content h2 {
	margin-top: 3ex;
	margin-bottom: 1ex;
	border-top: 2px #988 solid;
	border-bottom: 2px #988 solid;
	padding: 1ex;
	padding-left: 2ex;
	margin-top: 4em;
	margin-left: -1ex;
	margin-right: -1ex;
	
	font-size: large;
	background-color: #daa ;
}
#content h3 {
	margin-top: 2ex;
	margin-bottom: 1ex;
	border-top: 1px #988 solid;
	border-bottom: 1px #988 solid;
	padding: 0.5ex;
	padding-left: 27px;

	margin-top: 2em;
	margin-left: 0ex;

	
	color: #900;
	font-style: oblique;
/*	background-color: #977; */
	background-image: url( images/rd_star.gif);
	background-repeat: no-repeat;
	background-position: center left;

}

#content dl {

	margin-left: 2ex;
	margin-right: 2ex;
	background-color: #ddddc6;
	padding: 1ex;
	border: 1px gray solid;
}

#content dl dt {
	font-weight: bold;
	border-bottom: 1px red dashed;
}
#content dl dd {
	margin-bottom: 1ex;
}

#content ul li {
	margin-top: 1ex;
	margin-bottom: 1ex;
}
#content ol li {
	margin-bottom: 2ex;
}


#footer {

	margin: 50px -2em;
	margin-left: -1em;
	padding: 5px;
	clear: both;
	
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	
	background-color: #ddd;
}
#footer ul li {
	margin-bottom: 0ex;
}

