﻿body
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: smaller;
}
.headline
{
    background-color: #6AB023;
    font-weight: bold;
    color: #FFFFFF;
    border-color: #6AB023;
    border-width: thick;

}

.outerCell
{
    padding: 5px;
    border-style: solid;
    border-width: thick;
    border-color: #6AB023;
}

.textBoxSmall
{
    width: 60px;
}

.bearbeiter
{
    color: gray;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: x-small;
}

.errorRequired
{
    color: red;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: medium;
}
errorAcceptable
{
    color: red;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: medium;
}
warning
{
    color: blue;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: medium;
}
plausi
{
    color: blue;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: medium;
}
defaultInput
{
    width:90
}
webdings
{
    font-family: Webdings
}

.style_center
 {
text-align: center;
}

.style_100
{
width: 100%;
}

.style_right
{
text-align: right;
}

.style_left
{
text-align: left;
}

.style_footer
{
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: x-small;
   font-weight: bold;
   border-top-style: solid;
   border-top-width: thin;
   border-top-color: #6AB023;
}

.style_headertitel
 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 150;
    border-bottom-width: thin;
    border-bottom-color: #6AB023;
}

.style_ueberschriften
 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 100%;
    font-weight:200;
}

.style_ueberschriften2
 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 150%;
    font-weight:200;
}

.style_fett
 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 100%;
    font-weight:bold;


.style_tabellenzeile
 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 50%;
    font-weight:200;
}

.style_button
{ 
   font-weight:600;
   font-size: 100%;
   background-color:LightGray;
   width:400px;
}

.style_user
 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 200%;
}


