body {
background-color: #ffffff;
color: #000000;
font-family: Tahoma, sans-serif;
font-size: 15px;
font-weight: normal;
}

header, main {
margin: 25px;
}

main {
max-width: 1200px;
}

.mainsite {
padding: 25px;
padding-top: 0px;
text-align: left;
}

.navigation {
padding-top: 25px;
padding: 25px;
text-align: right;
}

header.glow {
background-color: #ffaa35;
color: #ffffff;
font-size: 40px;
font-weight: bold;
border-radius: 8px;
display: inline-block;
padding: 5px 10px 5px 10px;
box-shadow: 0 1px 3px #0000001f, 0 1px 2px #0000003d;
}

h1 {
font-size: 25px;
}

h2, h3, h4 {
font-size: 20px;
}

ul li {
list-style: disc;
padding-bottom: 5px;
}

table {
background-color: #ffffff;
border-collapse: collapse;
box-shadow: 0 1px 3px #0000001f, 0 1px 2px #0000003d;
}

caption {
font-size: 20px;
font-weight: bold;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

tr:nth-child(even) {
background-color: #ededed;
}

tr:hover {
background-color: #c4edff;
}

th, td {
border: 1px solid #d1d1d1;
padding: 2px;
}

th.header {
background: linear-gradient(#ededed, #f4f4f4);
height: 50px;
text-align: center;
}

th.headline {
text-align: left;
width: 300px;
}

th.content, td.contentszn, td.numred, td.numgreen {
text-align: center;
width: 150px;
}

td.contentszn {
text-align: center;
width: 150px;
}

td.content {
text-align: center;
width: 100px;
}

td.largecontent {
text-align: left;
width: 500px;
}

td.numred {
color: #802b07;
}

td.numgreen {
color: #49800c;
}

tfoot {
text-align: right;
font-size: 12px;
font-style: italic;
}

form {
margin: 0;
padding: 25px 25px 0px 40px;
}

select, textarea, input[type=text], input[type=email], input[type=submit] {
font-family: Tahoma, sans-serif;
font-size: 15px;
padding: 10px;
margin: 10px 0;
}

select, input[type=text], input[type=email] {
width: 600px;
}

textarea {
width: 600px;
height: 600px;
}

.contact-input {
margin-bottom: 20px;
position: relative;
}

.contact-input label {
color: #000000;
display: block;
margin-bottom: 8px;
font-size: 15px;
}

.contact-input input, 
.contact-input textarea {
font-weight: normal;
width: 100%;
padding: 12px;
border: 1px solid #444;
border-radius: 8px;
outline: none;
box-sizing: border-box;
transition: all 0.3s ease;
}

a {
color: #405790;
text-decoration: underline;
text-underline-offset: 5px;
}

a:visited {
color: #bf1b1b;
}

nav a:visited {
color: #405790;
}

a:hover {
text-decoration: none;
}

a:active {
text-decoration: none;
}





