/* Stylesheet */
/* Algemene stijlen */
	body {
			font-family:  Arial;
			background-color: #c41014;
			color: #000000;
	}

/* opmaak van het lettertype buiten tabellen */
	.font {
                        font-family:  Arial;
                        font-size: 10pt;
                        color: #000000;
			text-align: justify;
	}

        .font a:link {
                        font-family:  Arial;
                        font-size: 10pt;
                        color: #000000;
        }

        .font a:visited {
                        font-family:  Arial;
                        font-size: 10pt;
                        color: #000000;
        }

        .font a:active {
                        font-family:  Arial;
                        font-size: 10pt;
                        color: #000000;
        }


/* opmaak van het lettertype buiten tabellen */
        .whitefont {
                        font-family:  Arial;
                        font-size: 9pt;
                        color: #FFFFFF;
        }
	.whitefont a:link {
                        font-family:  Arial;
                        font-size: 9pt;
                        color: #FFFFFF;
        }

        .whitefont a:visited {
                        font-family:  Arial;
                        font-size: 9pt;
                        color: #FFFFFF;
        }

        .whitefont a:active {
                        font-family:  Arial;
                        font-size: 9pt;
                        color: #FFFFFF;
        }

/* opmaak van het lettertype buiten tabellen */
        .redfont {
                        font-weight: bold;
                        font-family:  Arial;
                        font-size: 9pt;
                        color: #c41014;
        }
        .redfont a:link {
                        font-weight: bold;
                        font-family:  Arial;
                        font-size: 9pt;
                        color: #c41014;
        }

        .redfont a:visited {
                        font-weight: bold;
                        font-family:  Arial;
                        font-size: 9pt;
                        color: #c41014;
        }

        .redfont a:active {
                        font-weight: bold;
                        font-family:  Arial;
                        font-size: 9pt;
                        color: #c41014;
        }

/* opmaak van het lettertype van de tabeltekst */
        .kop {
			font-weight: bold;
                        font-family: Arial;
                        font-size: 15pt;
                        color: #c41014;
         }

/* opmaak van het lettertype van de tabeltekst */
        .kopklein {
                        font-weight: bold;
                        font-family: Arial;
                        font-size: 12pt;
                        color: #c41014;
         }

/* opmaak van het lettertype voor een mededeling */
        .footer {
			font-family:  Arial;
                        font-size: 8pt;
                        color: black;
         }

.titlebar     {
        font-family: Arial;
        font-size: 13px;
        color: #FFFFFF;
        background-color: #c41014;
        font-weight: bold;
    	border: 2 solid #c41014;
        text-decoration: none; }

#sddm
{	margin: 0px 0px 0px 28px;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 1px 10px;
	background: #c41014;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #FFF;
	color: #c41014}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #FFFFFF}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #c41014;
		color: #FFF;
		font: bold 11px arial}

	#sddm div a:hover
	{	background: #FFF;
		color: #c41014}
