﻿/*******************************************************
### HTML-Definitionen
*******************************************************/

body 
{
    background-color: Transparent;
    margin: 10px;
    padding: 0;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 0.8em;
}

a, a:link, a:visited, a:hover, a:active 
{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

/*******************************************************
### Layout-Definitionen (DIVs)
*******************************************************/

#vt_page 
{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

#vt_header 
{
    display: none;
}

#vt_topnavi 
{
    display: none;
}

#vt_content 
{
    background-color: transparent;
    margin: 0;
    padding: 0;
    color: #000000;
}

#vt_footer 
{
    display: none;
}

#vt_language 
{
    display: none;
}

/*******************************************************
### Sonstiges (nur PRINT-Version)
*******************************************************/

#print_navigation 
{
    margin: 0 0 15px 0;
    padding: 10px;
    font-size: 0.8em;
    width: 300px;
    border-bottom: 1px dotted #000000;
}

#print_navigation a 
{
    text-decoration: underline;
}

#print_navigation a:hover 
{
    text-decoration: none;
}
    