/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24.02.2020, 11:24:46
    Author     : Rene
*/

body {
    font-family: Arial;
    background-color:#A4A4A4;
}

.main {
    display: block;
    height: 600px;
    padding-top: 150px;
}
table {
    border-color: #FFFFFF;
    border-spacing: 0;
    border: 0;
}

.maintable {
    vertical-align: middle;
}

.header {
    font-size: 14pt;
    font-weight: bold;
    padding-right: 20px;
    font-family: Arial;
}

h3 {
    
    color:#660033;
    font-size: 14pt;
    font-weight: bold;
}

.maincontentfixed {
    display: block;
    overflow-y: scroll;
    height: 400px;
    
}

a:link{
    
    font-size: 12pt;
    color:#FFF;
    text-decoration: none;
    
}
a:hover{
    
    font-size: 12pt;
    color:#FFF;
    text-decoration: none;
    
}

a:visited{
    
    font-size: 12pt;
    color:#FFF;
    text-decoration: none;
    
}
a:active{
    
    font-size: 12pt;
    color:#FFF;
    text-decoration: none;
    
}