
html
{
    height: 100%;
    width: 100%;
}

body 
{
    height: 100%;
    width: 100%;
    background-color: #495358;
    font-family: Arial,Helvetica,Geneva,Swiss,sans-serif;
    color: #ffffff;
    margin: 0px;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tabelleganzaussen
{
    height: 100%;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 
{
    margin-top: 2px;
    margin-bottom: 7px;
    border-bottom: 1px solid #646464;
}

a:active, a:link, a:visited, a:hover
{
    text-decoration: none;
}


.validation
{
    background-color: #495358;
    margin: 0px;
}

hr 
{
    border: 1px dashed #c8c8c8;
}

img 
{
    border: 0px;	
}

a.nichtunterstreichen:link, a.nichtunterstreichen:visited, a.nichtunterstreichen:active, a.nichtunterstreichen:hover
{ 
    color:#ffffff; text-decoration:none; 
}

a.unterstreichen:link, a.unterstreichen:visited
{
    color:#c2c2c2; text-decoration:none; 
}

a.unterstreichen:active 
{ 
    color:#ffffff; text-decoration:none; 
}

a.unterstreichen:hover 
{ 
    color:#ffffff; text-decoration:underline; 
}






