﻿/*
    Copyright (c) by Veniamin Galeros and A.G.A.E. SA
*/

html * {
    font-size: 15px;
}

body {
    background-color: white;
    color: darkblue;
}


small {
    text-align: center;
    font-size: 12px
}

.small_stamp {
    text-align: center;
    font-size: 13px;
}


a:link {
    color: darkblue;
}

a:visited {
    color: darkblue;
}


#un {
    color:darkred;
}

.err {
    color:red;
}

.warn {
    color: yellow;
}


h1 {
    font-size: 20px;
    text-align: center;
    background-color: white;
    border: 2px solid darkred;
    border-radius: 25px;
    margin: 10px;
    padding: 10px ;
}

h2 {
    font-size: 18px;
    text-align: center;
    text-shadow: 0 0 5px orange;
}

h3 {
    font-size: 15px;
    text-align: left;
}


summary {
    font-size: 15px;
    text-align: left;
}


textarea {
    overflow: scroll;
    width: 90%;
    height: 100%;
    border: 1px solid black;
}


.menu {
    width: 20%;
    vertical-align: top;
    background-color: white;
    display: table-cell;
    margin: 10px;
    padding: 10px;
}


#menu {
    color: darkred;
    background-color: white;
    border: 2px solid darkred;
    border-radius: 25px;
    margin: 0;
    padding: 10px;
}

.hintergrund {
    width: 80%;
    background-image: url(/Bilder/hintergrung.jpeg);
    background-size: cover;
    display: table-cell;
}

table {
    width: 100%;
    height: 580px;
}

td {
    border: 2px solid blueviolet;
    margin: 10px;
    padding: 10px;
}

tr {

}


.tab {
    padding-left:40px;
}

.text {
    background-color: white;
    display: table-cell;
    vertical-align: middle;
    border: 2px solid darkred;
    margin: 10px;
    padding: 10px;
}

.main_table {
    display: table;
    width: 100%;
    height: 580px;
}

.table {
    display: table;
    width: 100%;
}

.tbody {
    display: table-row-group;

}
.column {
    display: table-cell;
}


.row {
    display: table-row;
}

.button_div {
    cursor:pointer
}