﻿/*Copyrigth 2008 - Hinrichs IT-Service - www.hinrichs-it.de*/
body
{
    font-family: Arial;
}
a
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #FF0000;
    text-decoration: underline;
}
.fenster
{
    width: 1000px;
    margin-left:auto;
    margin-right:auto;
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #000000;
}
.links_oben
{
    width: 250px;
    height: 90px;
    text-align: center;
}
.mitte_oben
{
    width: 600px;
    height: 90px;
    border-style: none none solid none;
    border-width: 1px;
    border-color: #000000;
    background-color: #CCCCCC;
    text-align: center;
    font-size: 30px;
}
.rechts_oben
{
    width: 150px;
    height: 90px;
    border-style: none none solid none;
    border-width: 1px;
    border-color: #000000;
    background-color: #CCCCCC;
}

.links_mitte
{
    width: 250px;
    border-color: #000000;
    border-style: none solid none none;
    border-width: 1px;
    padding-top: 20px;
    padding-left: 30px;
    background-color: #CCCCCC;
    line-height: 40px;
    text-align: left;
    vertical-align: top;
}
.rechts_mitte
{
    text-align: center;
    width: 750px;
    padding-top: 20px;
    vertical-align: top;
}

.links_unten
{
    width: 250px;
    border-color: #000000;
    border-width: 1px;
    margin: 0px;
    padding: 0px;
    background-color: #CCCCCC;
    border-right-style: solid;
}
.mitte_unten
{
    width: 600px;
}
.rechts_unten
{
    width: 150px;
}

.drk_logo
{
    border: 0px;
}
.drk_zentrum
{
    width: 100px;
}
.tuev_logo
{
    width: 66px;
    height: 65px;
    border: 0px;
}

.tabelle
{
    text-align: left;
    margin-left:auto;
    margin-right:auto;
    width: 690px;
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #000000;
}
.tabelle_titel
{
    padding: 5px;
    font-size: 16px;
}
.tabelle_inhalt
{
    padding: 5px;
    font-size: 14px;
}
.wir_ueber_uns_weiss
{
    width: 200px;
    height: 200px;
}
.wir_ueber_uns_rot
{
    width: 200px;
    height: 200px;
    background: red;
    text-align: center;
    vertical-align: center;
    color: white;
    font-size: 20px;
}
