/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 09.06.2026, 10:22:42
    Author     : anna
*/

body { background: #ffffff; font-family: Arial, Helvetica, sans-serif;}

h1, h2, p { text-align: center; font-family: Arial, Helvetica, sans-serif; }
a { color: #6B8E23; text-decoration: none; }
h1 a, h2 a { color: black; }

a:hover { 
    text-decoration: underline;  
}
body div.logo {
    position: relative;
    margin-top: 34px;
    width: 100%;
    text-align: center;
}
.bodyOld div.logo {
    margin-top: 134px;
}


.maincontent{
    padding-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
    position: relative;
    width: 100%;
    margin: 30px 0 0 0;
}
.bodyOld .maincontent{
    margin-top: 30px;
}

.maincontent ul, 
.maincontent ol, 
.maincontent .main,
.maincontent .intro{
    margin: 16px auto 0 auto;
}
.maincontent ul, 
.maincontent ol{
    width: 50%;   
}
.maincontent .intro{
    text-align: center;
    width: 50%;
}
.maincontent .small{
    text-align: center;
}


.small, 
div.small{ 
    font-size: 86%; 
    line-height: 1.4;
    color: #717171;  
}

.footer {
    margin-top: 50px;
    width: 100%;
    text-align: center;
}