/* CSS Document */


/* Div-Formatierungen */
.main1         {
                        border:0px outset black;
                        margin: auto;
                        width:50%;
                        padding:3px ;
                        font-family:Georgia;
                        color:rgb(63, 49, 49);
                        font-size:16pt;                        
                        top:10%;
                        display: block;
}

.main2         {
                        border:0px outset black;
                        margin:0%;
                        width:90%;
                        height:100%;
                        padding:0% ;
                        font-family:times;
                        color:rgb(63, 49, 49);
                        font-size:12pt;
                        position:absolute;
                        right:5%;
                        top:0%;
                        text-align:center;
}

.main3         {
                        border:0px outset black;
                        margin:0%;
                        width:90%;
                        height:100%;
                        padding:0% ;
                        font-family:times;
                        color:rgb(63, 49, 49);
                        font-size:12pt;
                        position:absolute;
                        right:5%;
                        top:0%;
                        text-align:left;
}


.block        {
                        font-family:times;
                        font-size:12pt;
                        text-align:justify;
}

.platz1 {
                        width: 90%;
                        height: 50px;
}



/* Diverse Schriftformatierungen */
.left        {
                        font-family:times;
                        font-size:12pt;
                        text-align:left;
}

.webd {
                        font-family: "Times New Roman", Times, serif;
                        font-size: 10px;
                        color:rgb(63, 49, 49);
                        background-color: rgb(238, 223, 192);
                        height:auto;
                        margin:0%;
                        padding:0%;
}

.trenn {
        height:100%;
        border-right-color:#000000;
        border-right-style:solid;
        border-right-width:1px;
        border-left-color:#000000;
        border-left-style:solid;
        border-left-width:1px;
}

.description {
                        font-size:10pt;
}

.headerzeile {
                        font-size:16pt;
                        font-family:"Times New Roman", Times, serif;
                        color:rgb(63,49,49);
                        border-bottom-color:rgb(63, 49, 49);
                        border-bottom-style:solid;
                        border-bottom-width:2px;
}

.fronttab_left{
                        vertical-align: top;
                        width: 44%;
                        border-right: 1px outset black;
                        padding-right: 20px;
}

.fronttab_right{        vertical-align: top;
                        width: 44%;
                        border-left: 1px outset black;
                        padding-left: 20px;
}

/* Frameformatierung f�r Einbindung von fremden CGI-Skripts*/
.frame1{
                        border:0px outset black;
                        margin:0%;
                        width:90%;
                        height:230px;
                        padding:0% ;
                        font-family:times;
                        color:rgb(63, 49, 49);
                        font-size:12pt;
                        position:absolute;
                        top:0%;
                        left:5%;
                        text-align:center;
}

.frame2{
                        border:0px outset black;
                        margin:0%;
                        width:100%;
                        height:100%;
                        padding:0% ;
                        font-family:times;
                        color:rgb(63, 49, 49);
                        font-size:14pt;
                        position:absolute;
                        right:5%;
                        top:0%;
                        text-align:center;
}

/* Tabellenformatierung */
.unten{
                         vertical-align:bottom;
}


/* Linkformatierung */
a:link         {
                        text-decoration:none;
                        color:rgb(63, 49, 49);
}

a:visited {
                        text-decoration:none;
                        color:rgb(63, 49, 49);
}

/*Versuchsfeld */

.rahmen {
    /*border: 3px solid black; */
    width: 1200px; 
    height: auto;
}

.gallaryunten {
display: table-cell;
width: 300px; 
height: 350px;
vertical-align:bottom;
/*border: 1px solid black;
background-color: rosybrown;*/

}



