/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 14, 2015, 1:03:40 PM
    Author     : Tom
*/

*
{
    font-family: verdana;
    
    margin: 0px;
}


div#contentdiv
{
    
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 20px;
     font-size: 80%;
     line-height: 150%;
     text-align: left;
}
span{
    font-size: 80%;
}
p{
    margin-bottom: 10px;
    
}
p#listitem
{
    
}
p#marginp
{
    margin-left:30px;
}
p#einzug
{
    margin-left: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}
p#persreg
{
    text-indent: -10px;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
}
p#persregspace
{
    text-indent: -10px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
}

h1
{
    font-size: 125%;
    margin-bottom: 20px;
    
}
h2
{
    font-size: 90%;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 7px;
    
}

div#footer
{
    font-size: 70%;
    text-align: right;
}

a:hover
{
    font-style: italic;
    text-decoration: none;
}
a:visited
{
    font-style: normal;
    text-decoration: none;
}
a:link
{
    text-decoration: none;   
}
div#footer
{
    text-align: right;
    padding-right: 20px;
}
ul
{   
    margin-bottom: 20px;
}

li ul
{   
    margin-bottom: 0px;
}

ul > li > ul > li
{
    margin-left: -15px;
}

#footerframe
{
    margin: 0;
    border: none;
    padding-right: 10px;
}
img#portrait
{
    width: 100px;
    float: right;
    margin-left: 20px;
}

td#datacell
{
    width: 150px;
}
p#blur
{
    color: #808080;
}
li#spacerli
{
    margin-bottom: 5px;
}