﻿html {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 10pt;
    color: #000;
    background-color: #fff;
}

body {
    margin: 0;
    /*width: 100%;
    min-height:100%;*/
}

b,
strong {
    font-weight: bold;
}

.veranstaltung {
    font-size: 1.5em;
    font-weight: bold;
}

ol, ul {
    list-style: none;
}

table,
td {
    border: 0;
    border-spacing: 0;
}

a,
a:hover,
a:focus,
a:visited {
    color: #00f;
    text-decoration: underline;
}

    a:hover {
        font-weight:bold;
    }

/*wait window
----------------------------------------------------------------------------------------------------*/
#panelWaitingOuter
{
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: transparent;
    width: 100%;
    height: 100%;
}

#panelWaitingInner
{
    /*opacity:1.0; filter:alpha(opacity=100);     background-color:  transparent;*/
    position: fixed;
    margin-left: -64px;
    margin-top: -64px;
    top: 50%;
    left: 50%;
}


/**** Utility ****/
.marginTop {
    margin-top: 10px;
}

.marginBottom {
    margin-bottom: 10px;
}

.livingTextBox {
    overflow-y: auto; 
    max-height: 400px;
}

/**** Container ****/
.main {
    margin: 0 auto;
    padding: 0 ;
    width: 1200px;
    height: 800px;
    /*background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    /*background: url('../Images/Einladungen_Online.jpg') no-repeat;*/
}

.haupt {
    position: relative;
    top: 220px;
    margin: 0 auto;
    border: 0px solid #000;
    padding: 0;
    width: 455px;
    height: 470px;
}


/**** Formular-Tabellen ****/
.fieldtable {
    margin-left: 0;
    width: 100%;
    table-layout: fixed;
    font-size: 1em;
}

    .fieldtable td:first-child {
        width: 150px;
    }

        .fieldtable td:first-child + td {
            width: 100%;
        }

    .fieldtable input {
        width: 100%;
    }


.weiterDiv {
    margin-top: 20px;
    text-align: center;
}


/**** Seite1 ****/
.seite1 .fieldtable .anschrift input:first-child {
    width: 80px;
}

.seite1 .fieldtable .anschrift input:last-child {
    float: right;
    width: 212px;
}


/**** Seite 2 ****/
.seite2 .fieldtable input {
    width: auto;
}

.SeiteAbsage {
    text-align: center;
}
/**** DESKTOP ****/
@media (min-width: 450px) {

    /**** Formular-Tabellen ****/
    .fieldtable td {
        padding: 3px 0;
    }


    /**** Login ****/
    .Login {
        width: 300px;
        margin: 0 auto;
    }

        .Login,
        .Login + .weiterDiv {
            position: relative;
            top: 30px;
        }
}


/**** MOBILE ****/
@media (max-width: 449px) {
    html {
        font-size: 12pt;
        color: #000;
        background: #ffffff;
    }

    body {
        color: #000;
        background: #ffffff !important;
    }

    .main {
        width: auto;
        height: auto;
        background: #ffffff !important;
    }

    .haupt {
        top: 30px;
        border: 0;
        padding: 0;
        width: 100%;
    }


    /**** Formular-Tabellen ****/
    .fieldtable td {
        padding: 6px 0;
        font-size: 12pt;
    }

    .fieldtable td:first-child {
        width: 120px;
    }

    .fieldtxt {
        font-size: 14pt !important;
    }

    /**** Seite 1 ****/
    .seite1 .fieldtable .anschrift input:first-child {
        width: 30%;
    }

    .seite1 .fieldtable .anschrift input:last-child {
        width: 68%;
    }
}
