li#sub_mk61 {
	background-color: white;
	}

div#content h1, div#content h2, div#content p, div#content li, div#content td, div#content th, div#content code {
    font-family: georgia, verdana, arial, sans-serif;
    font-weight: normal;
    margin-bottom: 1em;
	color: black;
}

div#content h2, div#content p, div#content li, div#content td, div#content th {
    font-size: 10pt;
}

/*div#content {*/
body, div#content {
    background-color: #FF7D29;
    background-image: url(bkgnd.png);
}

div#content p, div#content li {
    line-height: 20px;
    text-align: justify;
}

acronym {
    border-bottom: 1px dotted black;
}

div#content h1 {
    font-size: 15pt;
    margin-top: 0px;
}

div#content h2 {
    font-weight: bold;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    margin-top: 2em;
    border-bottom: 1px solid #FF7D29;
}

div#content a {
    color: #FF7D29;
    text-decoration: none;
}

div#content img {
    vertical-align: middle;
}

div#content ul {
    display: list-item;
    list-style: square outside none;
}

div#content li {
    text-indent: 0em;
    margin-left: 0em;
    margin-right: 2em;
}

div#main {
    background-color: white;
    border: 1px solid black;
    margin-left: 5%;
    margin-right: 5%;
    padding: 25px;
}

div.photo {
    float: right;
}

div.photo img {
    display: block;
    margin: 0px 0px 20px 20px;
}

table {
    background-color: black;
}

td {
    background-color: white;
    padding: 0px;
    text-align: center;
    height: 20px;
}

th {
    background-color: #760C45;
    color: white;
    padding: 1px 4px 1px 4px;
}

.uncentered {
    text-align: left;
}

div#content code {
    color: #A04000;
}

div.lkolom {
	float: left;
	width: 48.5%;
	}

div.rkolom {
	float: right;
	width: 48.5%;
	}
