body, html {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 1;
}

ol, ul { list-style-image:none; list-style-position:outside; list-style-type:none; }

a:link, a:visited, a:hover, a:active
{
    color: #238DE5;  /* lichtblauw */
}

p { max-width: 600px; }

#top-left {
	position: absolute;
	width: 24px;
	height: 22px;
	top: 20px;
	left: 20px;
    background-image: url(../images/top-left.gif);
	background-repeat: no-repeat;
	overflow: visible;
}

#top-middle {
	position: absolute;
	top: 20px;
	left: 44px;
	right: 53px;
	height: 22px;
	background-image: url(../images/top-middle.gif);
	background-repeat: repeat-x;
	overflow: auto;
}

#top-right {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 33px;
	height: 22px;
	background-image: url(../images/top-right.gif);
	background-repeat: no-repeat;
	overflow: visible;
}

#left {
	position: absolute;
	left: 20px;
	top: 42px;
	bottom: 104px;
	width: 24px;
	background-image: url(../images/left.gif);
	background-repeat: repeat-y;
	overflow: auto;
}

#hand {
	position: relative;
	left: 44px;
	top: 42px;
	overflow: auto;
    width: 473px;
    min-height: 400px;
    background-image: url(../images/hand.gif);
	background-repeat: no-repeat;
	z-index: 0 !important; z-index: -1;
	/*z-index: 2;*/
}

#content {
	position: absolute;
	left: 460px;
	top: 130px;
	right: 55px;
	bottom: 60px;
	overflow: auto;
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical !important;
	z-index: 3;
}

#right {
	position: absolute;
	right: 20px;
	top: 42px;
	bottom: 42px;
	width: 33px;
	background-image: url(../images/right.gif);
	background-repeat: repeat-y;
	overflow: auto;
}

#bottom-left {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 436px;
	height: 184px;
	background-image: url(../images/brug.gif);
	background-repeat: no-repeat;
	overflow: visible;
}

#bottom-middle {
	position: absolute;
	left: 456px;
	right: 53px;
	bottom: 20px;
	height: 22px;
	background-image: url(../images/bottom-middle.gif);
	background-repeat: repeat-x;
}

#bottom-right {
	position: absolute;
	right: 20px;
	bottom: 20px;
	height: 22px;
	width: 33px;
	background-image: url(../images/bottom-right.gif);
	background-repeat: no-repeat;
	overflow: visible;
}

#content, p, div, td, span, pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0099;  /* roze.  oude kleur: #A3303C; */
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #238DE5;  /* lichtblauw */
	margin: 8px 0px 0px 0px;
}

.youtube
{
    margin: 0px auto;
}

.failure
{
    position: relative;
    width: 440px;
    padding: 20px;
    margin: 20px;
    color: red;
    border-width: 2px;
    border-style: solid;
    border-color: red;
}

.succes
{
    position: relative;
    width: 440px;
    padding: 20px;
    margin: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #CCCCCC;
    text-align: center;
}

.aanmelden
{
    position: relative;
    float: right;
    top: 0px;
    right: 0px;
    width: 150px;
    color: #238DE5;
    background-color: #bbbbbb;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #238DE5;
    display: inline;
    padding: 1px;
}

.aanmelden a:link, .aanmelden a:visited
{
    text-decoration: none;
    color: #238DE5;
    background-color: #FFFFFF;
    display: block;
    clear: none;
}

.aanmelden a:hover, .aanmelden a:active
{
    background-color: #238DE5;
    color: #FFFFFF;
    display: block;
    clear: none;
    text-decoration: none;
}

fieldset.blue
{
     border: solid 1px #238DE5;
     font-size: 12px;
     width:500px;
     margin: 5px;
     padding: 5px;
}

legend.blue
{
    color: #238DE5;
    font-weight: bold;
}

.project
{
    position: relative;
    padding: 5px;
    margin: 2px 5px 8px 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #238DE5;
    max-width: 610px;
}

.fototekst
{
    margin: 7px 0px 11px 0px;
    padding: 0px;
    font-weight: bold;
}

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

a:hover {
	color: #894343;
	text-decoration: underline;
}

.warning {
	color: #CC0000;
}

