﻿
/*
Breite: 800px
Höhe:   600px
*/

body 
{
    font-family: arial, verdana, helvetica, sans-serif;
}

a:link
{
    color: #000000;
    text-decoration: none;
}

a:visited
{
    color: #000000;
    text-decoration: none;
}

a:active 
{
    color: #000000;
    text-decoration: underline;
}

div.header
{
    width: 800px;
    height: 120px;
    background-image: url(images/Logo.JPG);
    background-repeat: no-repeat;
	/*background-color: Silver;*/
}

div.navigation
{
    /*top: 100px;*/
    width: 150px;
    height: 462px; /*=500-38*/
    padding: 10px 10px 10px 10px;
    background-color: #CCECFF;
    font-size: 14px;
}

div.content
{
    /*left: 200px;*/
    width: 610px;
    height: 462px;
    padding: 10px 10px 10px 10px;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 14px;
    /*background-image: url(images/Hintergrund.JPG);
    background-repeat: no-repeat;*/
    background-color: white;
}

div.content_no_access
{
    /*left: 200px;*/
    width: 780px;
    height: 462px;
    padding: 10px 10px 10px 10px;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 14px;
    /*background-image: url(images/Hintergrund.JPG);
    background-repeat: no-repeat;*/
    background-color: #CCECFF;
}

div.foot
{
    width: 800px;
    height: 38px;
    background-image: url(images/Foot.JPG);
    background-repeat: no-repeat;
}


td.bullet
{
    background-image: url(images/bullet.JPG);
    background-repeat: no-repeat;
}

td.bullet2
{
    background-image: url(images/bullet2.JPG);
    background-repeat: no-repeat;
}

td.sideboard
{
   background-color: #CCECFF;
}

font.h1
{
    font-size: 18px;
    /*color: #002D2D;*/
    color: #00504E;
}

font.h2
{
    font-size: 14px;
    color: #002D2D;
}

font.h3
{
    font-size: 10px;
    color: #002D2D;
}

font.h4
{
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 14px;
}

font.fontNav
{
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 14px;
    color: #00504E;
}
