﻿body 
{
    padding: 0px;
    margin: 0px;
    top: 0px;
    bottom: 0px;
}

.outerdiv
{
    position: absolute;
    background-color: #C3D4FA; 
    width: 800px; 
    height: 100%; 
    top: 0px;
    bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.title
{
    background-color: Navy;
    position: relative;
    height: 80px;
    left: 0px;
    right: 0px;
    top: 0px;

    font-family: Arial;
    font-size: large;
    font-weight: bold;
    text-align: left;
    color: White;
    vertical-align: middle;
    padding-top: 20px;
    padding-left: 20px;
}

.schriftzug
{
    position: relative;
    background-image: url('../Images/schriftzug.png');
    width: 244px;
    height: 60px;
    left: 0px;
    top: -10px;
}

.logo
{
    position: relative;
    background-image: url('../Images/logo.png');
    width: 67px;
    height: 60px;
    left: 700px;
    top: -70px;
}

.menu
{
    position: absolute;
    top: 80px;
    left: 0px;
    right: 0px;
    height: 26px;
}

.content
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 106px;
    bottom: 25px;
    overflow: auto;
}

.footer
{
    font-family: Arial;
    font-size: 8pt;
    text-align: left;
    color: White;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 0px;
    vertical-align: middle;
    background-color: Navy;
    
    position: absolute;
    height: 25px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.footer a
{
    color: White;
}

.copyright
{
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding-top: 2px;
    padding-right: 5px;
}

.tblRefernces
{
    background-color: White;
    border: solid 1px black;
}

.referenzen
{
    padding-top: 10px;
    font-family: Arial;
    font-size: small;
    text-align: left;
    color: Black;
    margin-left: 70px;
    margin-right: 70px;
}
.impressum
{
    padding-top: 10px;
    font-family: Arial;
    font-size: small;
    text-align: left;
    color: Black;
    margin-left: 70px;
    margin-right: 70px;
}

.referenzen
{
    padding-top: 10px;
    font-family: Arial;
    font-size: small;
    text-align: left;
    color: Black;
    margin-left: 70px;
    margin-right: 70px;
}

.reference_pic
{
    text-align: left;
    vertical-align: top;
}

.reference_pic a
{
    border-style: none;
    border-width: 0px;
}

.reference_pic a img
{
    border-style: none;
    border-width: 0px;
}

.reference_caption
{
    vertical-align: middle;
    text-align: left;
    font-size: medium;
    color: Black;
    padding-left: 5px;
    font-weight: bold;
}

.reference_text
{
    vertical-align: top;
    text-align: left;
    font-family: Arial;
    font-size: small;
    color: Black;
    border-bottom: solid 1px black;
}

.technologien
{
    padding-top: 10px;
    font-family: Arial;
    font-size: small;
    text-align: left;
    color: Black;
    margin-left: 70px;
    margin-right: 70px;
}

.services
{
    padding-top: 10px;
    font-family: Arial;
    font-size: small;
    text-align: left;
    color: Black;
    margin-left: 70px;
    margin-right: 70px;
}

.home
{
    padding-top: 10px;
    font-family: Arial;
    font-size: small;
    text-align: left;
    color: Black;
    margin-left: 70px;
    margin-right: 70px;
}

.contactFormLeftCol
{
    width: 80px;
    vertical-align: top;
}

.contactFormRightCol
{
    width: 560px;
    vertical-align: top;
    text-align: right;
}

.contactFormLineInput
{
    font-family: Arial;
    font-size: small;
    width: 550px; 
    border: solid 1px black;
}

.contactFormTextField
{
    font-family: Arial;
    font-size: small;
    width: 550px;
    height: 200px;
    border: solid 1px black;
}

.excalilogo
{
    position: absolute;
    height: 65px;
    width: 65px;
    right: 5px;
    top: 5px;
}

.excalilogo_bottom
{
    position: absolute;
    height: 90px;
    width: 90px;
    right: 10px;
    bottom: 10px;
}