body {
    font-family: 'Simonetta', 'helvetica';
    font-size: 20px;
    color: #7d7264;
    background-color: #F8F2ED;
    margin: 0;
    padding: 0;
}

.innhold {
    font-size: 80%;
    font-weight: bold;
}

.container {
    padding: 20px;
}

table {
    margin-top: 20px; margin-bottom: 20px;
}

table td, table th {
    text-align: left;
    font-size: 25px !important;
    padding: 10px;
}

h1, h2, h3, h4 {
    font-family: 'Tauri', sans-serif;
}

#leftHeader {
    float: left;
    margin-bottom: 20px;
}

#logo {
    font-family: 'Tauri', sans-serif;
    font-size: 50px;
    color: #A93348;
    font-weight: bold;
}

#catch {
    color: #7d7264;
    float: right;
    font-weight: bold;
}

a {
    color: #A93348;
    text-decoration: none;
}

nav a {
    border-bottom: 1px dotted #7d7264;
    display: block;
}

nav {
    float: right;
    margin-bottom: 20px;
}

nav ul {
    list-style: none;
}

nav ul li {
    margin-left: 10px;
    float: right;
    font-family: 'Tauri', sans-serif;
    font-size: 23px;
}

.list-section {
    display: block;
    clear: both;
}

.frontpage-content {
    margin-left: 10%;
    margin-right: 10%;
}

.frontpage-section {
    float: left;
    padding: 20px;
    width: 20%;
}

.section-header {
    font-family: 'Tauri', sans-serif;
    font-size: 25px;
    top: 10px;
    position: relative;
}

hr {
    color: #fff;
    border: none;
    border-top: 1px dashed #7d7264;
    margin-top: 20px;
    margin-bottom: 20px;
}

.quoteContainer {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.quoteContainer .quote {
    font-style: italic;
    font-size: 30px;
}

em {
    font-style: italic;
}

.quoteContainer .author {
    color: #A93348;
}

img {
    /*  padding: 8px;*/
    background-color: #bdb2a4;
    margin: 10px;
    margin-top: 20px;
    /*  border-radius: 8px;*/
    /*  margin-right: 10px;*/
}

img.main-image {
    max-height: 600px;
    width:100%;
    max-width: 1000px;
    margin: 0px;
}

img.horizontal-text-image {
    max-height: 300px;
    width:100%;
    max-width: 600px;
    margin: 0;
}

div.text-image-wrapper {
    width: 100%;
    text-align: center;
    background-color: #F8F2ED;
}

div.main-image-wrapper {
    width: 100%;
    text-align: center;
    background-color: #e8e2dD;
}

div.texted-image-wrapper {
    position: relative;
    display: inline;
}

span.image-text {
    position: absolute;
    bottom: 20px;
    right: 15px;
    background-color: #f8f2ed;
    padding: 5px;
    border-radius: 20px;
    font-family: Tauri,sans-serif;
    font-size: 14px;
    color: #A93348;
}

.footer-section img {
    border: none;
    width: 50px;
    height: 50px;
}

#footer {
    margin-top: 0px;
    height: 500px;
    background: #f8f2ed; /* Old browsers */
    background: -webkit-linear-gradient(top, #f8f2ed 0%, #c8c2bd 20%, #c8c2bd 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #f8f2ed 0%, #c8c2bd 20%, #c8c2bd 100%); /* W3C */
}

.footer-section {
    margin-top: 100px;
    float: left;
    margin-left: 100px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin: 0px;
}

.footer-section-header {
    font-family: 'Tauri', sans-serif;
    font-size: 18px;
}

div#bestill {
    position: fixed;
    bottom: 50px;
    background-color: #F8F2ED;
    right: 0;
    font-size: 14px;
    padding: 5px 10px;
    border-left: 2px solid #A93348;
    border-top: 2px solid #A93348;
    border-bottom: 2px solid #A93348;
    color: #A93348;
    font-family: 'Tauri', sans-serif;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

div#bestill:hover {
    background-color: #A93348;
}

div#bestill:hover a {
    color: #F8F2ED;
}
