﻿body
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

div
{
    margin: auto;
}

a
{
}

ul
{
}

p
{
}

.divDinDaDa
{
    z-index: 2;
}

.divDinDaDa p
{
    text-align: center;
    font-weight: bolder;
    font-size: 1000%;
    font-style: italic;
}

.divInfo
{
    z-index: 1;
}

.divInfo p
{
    text-align: center;
    font-size: 100%;
}

.divBottom
{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    margin-bottom: 5px;
    z-index: 65535;
}   

.divBottom p
{
    text-align: center;
}

.divBottom ul
{
    font-size: 100%;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

.divBottom ul:after
{
    content:  "\00A0"; 
}
.divBottom ul li
{
    text-align: center;
    float: left;
    margin-right: 5%;
    margin-left: 5%;
    width: 10%;
}

.divBottom ul li a
{
}

.divBottom ul li a:link 
{
	text-decoration:none;
}

.divBottom ul li a:active 
{
	text-decoration:none;
}

.divBottom ul li a:focus  
{
	text-decoration:none;
}

.divBottom ul li a:visited 
{
	text-decoration:none;
}

.divBottom ul li a:hover 
{
	text-decoration:underline;
}

