html {
    height: 100%;
}
body {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #F5F5F5;
	margin-left: 0px;
	margin-right: 0px;
	color: #e3e3e3;
	font-family: "Open Sans";
	font-size: 10pt;
    height: 100%;
}

table, caption {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
}

a {color: #0b6cb4; text-decoration: none}
a:hover{text-decoration: underline;}
a:visited {color: #6100ab}

h1 { font-size: 1.6em }
h2 { font-size: 1.2em }

code {
    background-color: #D1D1D1;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 5px;
}

tt {
    background-color: #D1D1D1 !important;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 5px;
}

pre {
    background-color: #424242;
    padding: 4px;
    color: #EBDBB2;
    border-radius: 3px;
}

.filelink {
    padding-left: 3px;
    padding-right: 3px;
    background-color: rgba(225, 237, 245, 1);
    margin-right: 5px;
    font-size: 10pt;
    border: 1px solid;
}

.filelink:hover {
    background-color: rgba(124, 154, 176, 1);
    color: #f5f5f5;
    border: 1px solid #000;
    text-decoration: none;
}

.topbar{
    position:fixed;
    background-color: #595959;
    width: 100%;
    z-index: 10;
    height: 90px;
    box-shadow: 0px 0px 1px 2px #222;
}
.topcontent {
    padding-top: 27px;
    margin-left: auto;
    margin-right:auto;
    text-align: center;
    height: 75px;
    max-width: 970px;
}

.logoimg {
    float: left;
    height: 110px;
    margin-top: -25px;
    margin-left: -120px;
    margin-right: 10px;
    filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.8));
}

.logo{
    float: left;
	font-family: 'Yanone Kaffeesatz';
	font-size: 35pt;
    color: #eeeeee;
	text-shadow: 2px 2px #333333;
}

.logo a{
    color: #eeeeee;
    text-decoration: none;
}

.ulmenu{
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
    padding: 0;
    padding-top: 4px;
}

.ulmenu li{
}

.ulmenu li {
	font-family: 'Yanone Kaffeesatz';
	font-size: 18pt;
	color: #ffe113;
	text-shadow: 2px 2px #333333;
}

.menu_normal a{color: #B1DEFA; text-decoration: none;}
.menu_normal a:hover{color: #f5f5f5;}

.menu_active {margin-bottom: -6px;}
.menu_active a {color: #F0AB0C; text-decoration: none;}
.menu_active a:hover{color: #f5f5f5;}

.anchor {
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
}

.container{
    min-height: 100%;
    position: relative;
}
.body {
    padding-top: 95px;
    padding-bottom: 60px;
	font-size: 12pt;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
    text-align: justify;
}

.body table{
    color: inherit;
}

.bottombar{
    position: absolute;
    bottom: 0;
    background-color: #595959;
    height: 50px;
    width: 100%;
    box-shadow: inset 0px 3px 6px #333;
}
.bottombar a {
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 0px #333;
}
.bottomcontent{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}

/* Accounting */

.budget-table {
    width: 100%;
    margin-top: 2px;
    border-spacing: 0px;}
.budget-table tr:first-child td {
    border-top: black solid 2px;
    border-bottom: black solid 1px;
}
.budget-table tr:last-child td {
    border-bottom: black solid 2px;
}
.budget-table td { padding-right: 20px; border-collapse: collapse }

.header { font-weight: bold; }
.header td { margin-top: 2px; border-top: black solid 2px; }

.sep { font-weight: bold; }

.sep-line {
    font-weight: bold;
    border-top: black solid 1px;
}

.totalr { font-style: italic; text-align: right }
.totall { font-style: italic; }

.debitr { color: red; text-align: right; font-style: italic }
.debitl { color: red; font-style: italic }

.creditr { text-align: right; font-style: italic }
.creditl { font-style: italic }

/* Projects */

.details {
    padding: 10px 0 10px 10px;
    font-size: 12pt;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 7px #555;
}

.details td {
    padding: 2px 10px 2px 0;
}

.type {
    font-weight: bold;
}

.talkstable td {
    vertical-align: top;
}

#map {
    z-index: 1;
}

/* Custom CSS for mobile devices */
@media only screen and (max-device-width: 480px) {
    .topcontent { height: inherit; padding-top: 4%}
    .logoimg { float: None; vertical-align: middle; margin-left: inherit; height: auto; width: 12%}
    .logo { float: None; font-size: 250%}
    .topbar {height: inherit; position: inherit;}
    .ulmenu li {font-size: 135%; display: inline; float: None; margin-left: 0.5%; margin-right: 0.5%;}
    .ulmenu { padding-top: 0px; padding-bottom: 4px; }
    .body {padding-top: 0px; font-size: 14px; overflow-wrap: break-word; padding-left: 6px; padding-right: 6px;}
    .details { font-size: 80% }
    h1 { font-size: 18px }
    h2 { font-size: 16px }
    .bottomcontent { margin-left: 10px; margin-right: 10px;}
    .talkstable { table-layout: fixed }
    .talkstable td { white-space: normal }
}

@media only screen and (max-device-width: 320px) {
    .logo { font-size: 200%; }
    .ulmenu li {font-size: 125%;}
}
