body, h1, h2, h3, p, table.contenttable, table, div, ul, input[type=submit]
{
    color: #000000;
    font-family: Tahoma,Verdana;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
}

body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a
{
	color: #006699;
	text-decoration: underline;
}

a:hover
{
	color: #800000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
    color: #006699;
    font-size: 12pt;
    font-weight: bolder;
    padding: 0px;
    margin: 0pt;
    margin-top: 8pt;
    margin-bottom: 3pt;
}

h1, h2, h3
{
    margin-top: 14pt;
    margin-bottom: 8pt;
    border-bottom: 1px solid #006699;
}

h1
{
    font-size: 16pt;
    margin-top: 0pt;
}

h2
{
    font-size: 14pt;
}

h3
{
    font-size: 13pt;
}

h4
{
    font-size: 12pt;
}

h5
{
    font-size: 10pt;
}

p, table.contenttable
{
    margin: 0pt;
    margin-top: 3pt;
    margin-bottom: 6pt;
    padding: 0pt;
}

ul
{
    color: #006699;
    list-style-type: circle;
    margin: 0pt;
    margin-top: 3pt;
    margin-bottom: 6pt;
    margin-left: 14pt;
    padding: 0pt;
}

li
{
    color: #000000;
    margin: 3pt 0pt;
}

*.invisible
{
    display: block;
    position: absolute;
    left: -3000px;
    top: -3000px;
    height: 0px;
    width: 0px;
}



/********************************/
/* Formularelemente formatieren */
/********************************/

input, textarea, *.input_focus
{
    margin: 4pt 0pt;
    padding: 1px;
    background-color: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #006699;
}

*.input_focus
{
    background-color: #ececec;
}

input:focus, textarea:focus
{
    margin: 4pt 0pt;
    padding: 1px;
    background-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-color: #006699;
}

input.input_submit, input.input_submit_hover
{
    margin: 4pt 0pt;
    padding: 2px 5px;
    font-weight: bold;
    color: #006699;
    background-color: #a0cfff;
}

input.input_submit_hover
{
    color: #800000;
}

input.input_submit:hover
{
    margin: 4pt 0pt;
    padding: 2px 5px;
    font-weight: bold;
    color: #800000;
    background-color: #a0cfff;
}

input[type=submit], input[type=submit]:hover
{
    margin: 4pt 0pt;
    padding: 2px 5px;
    font-weight: bold;
    color: #006699;
    background-color: #a0cfff;
}

input[type=submit]:hover
{
    color: #800000;
}
