body {
    background-color: #DDDDDD;
    color: #222222;
    font-family: sans-serif;
    margin: 0px;
}

.headerLink {
    text-decoration: none;
    color: black;
}

.headerLink:hover {
    text-decoration: none;
    color: black;
}

.headerLink:visited {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: underline;
}

td, th {
    border-top: 1px dashed #666;
    border-left: 1px dotted #666;
    vertical-align: baseline;
    font-size: 75%;
    padding: 4px 5px;
}

table, tr {
    margin: 0px;
}

.header {
	color: black;
	background: linear-gradient(to right, #bbbbbb, #dddddd);
	text-align: left;
    padding: 15px;
    font-family: monospace;
}

.headerTR {
    height: 150px;
}

.contentMenu {
    background: linear-gradient(to bottom, #bbbbbb, #dddddd);
    text-align: center;
	color: black;
}

.contentMenu a {
    background: linear-gradient(to top, #bbbbbb, #dddddd);
    text-decoration: none;
	font-size: 16pt;
	font-weight: bold;
	color: rgb(0, 103, 123);
    padding: 3px;
    padding-left: 15px;
    padding-right: 15px;
}

.contentMenu a:hover {
    background: linear-gradient(to top, #aaaacc, #ccccee);
    text-decoration: none;
	font-size: 16pt;
	font-weight: bold;
	color: rgb(0, 103, 123);
}

.contentMenu a:visited {
    background: linear-gradient(to top, #bbbbbb, #dddddd);
    text-decoration: none;
	font-size: 16pt;
	font-weight: bold;
	color: rgb(0, 103, 123);
}

.contentMenu .active {
    background: linear-gradient(to bottom, #cccccc, #eeeeee);
    text-decoration: none;
	font-size: 16pt;
	font-weight: bold;
	color: rgb(0, 103, 123);
}

.headerMain {
	font-size: 20pt;
	font-weight: bold;
    font-family: monospace;
    vertical-align: top;
}

.headerRight {
	font-size: 9pt;
    vertical-align: top;
}

.headerSub {
	font-size: 9pt;
	text-shadow: 1px 1px #d2d2d2;
	color: #4400dd;
	margin-left: 20px;
	font-weight: normal;
    font-family: monospace;
}

#cookie_banner {
    font-size: 10pt;
}

#cookie_banner_top {
    font-size: 10pt;
    border: 1pt solid black;
    margin: 0px;
    padding: 10px;
    background-color: #FFFFFF;
}

#cookie_banner a {
    font-size: 10pt;
    font-weight: bold;
    color: #008800;
    background-color: #BBBBBB;
}