/*
 style.css
 
 Stylesheet - Formatvorlagen für
 www.mostothek.at
*/

body {
    color: #000000;
    background-color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    margin: 0px;
}

 td { font-size: 11pt; }

 a:link { color:#70A070; text-decoration:none; font-weight:bold; }
 a:visited { color:#70A070; text-decoration:none; font-weight:bold; }
 a:hover { color:#EEEE00; text-decoration:none; background-color:#80B080; font-weight:bold; }
 a:active { color:#4D8438; background-color:#FFFFFF; font-weight:bold; }

.Head1 {
    font-size: 14pt;
    font-weight: bold;
    margin: 10px;
}

.Head2 {
    font-family: Arial, serif;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
    background-color: #4D8438;
    text-align: center;
    letter-spacing: 3pt;
}

.Head3 {
    font-size: 12pt;
    font-weight: bold;
    margin: 10px;
    padding: 10px;
    background-color: #80B080;
    color: #FFFFFF;
}

.Head4 {
    font-size: 12pt;
    font-weight: bold;
    margin: 10px;
}

.txtMenu {
    font-size: 14pt;
    font-weight: bold;
}

.txt_1 {
    margin: 30px;
    text-align: justify;
    font-size: 11pt;
}

.txt_2 {
    padding: 10px;
    text-align: center;
    font-size: 11pt;
    border: 1px black solid;
    color:#000000;
    background-color:#F0FFF0;
}