/*<![CDATA[*/


/* Farben:
dunkelgrau:   rgb(44,44,45)
mittelgrau:   rgb(120,128,132)
hellgrau:     rgb(188,192,194)
HG-grau:      rgb(230,230,230)
*/



* {
    margin:0;
    padding:0;
    }

html, body {
    height: 100%;
    width: 100%;
    color: rgb(0,0,0);
    background-color: rgb(188,192,194);
    }

aus_#vertizent {
    width: 1px;
    height: 50%;
    margin-bottom: -360px;
    float: left;
    }

#box {
    margin: 0 auto;
    position: relative;
    height: 656px;      /* wie für Bild + padding_Bild + Randlinie */
    width: 1222px;      /* wie für Bild + padding_Bild + Randlinie */
    padding-top: 10px;
    clear: left;
    }

#bild {
    border: 1px solid rgb(0,0,0);
    height: 624px;
    width: 1190px;
    color: rgb(0,0,0);
    padding: 15px 15px 15px 14px;
    float: left;
    }


td.bild {
    min-width:880px;
    height: 620px;
    text-align: center;
    background-color: rgb(188,192,194);
    aus_padding:50px 50px 47px 50px;
    }

img.foto {
    border: 50px solid rgb(255,255,255);
    }

td.bildnav {
    width:380px;
    font-size: 1em;
    color: rgb(44,44,45);
    text-align: right;
    padding:0px;
    font-weight:normal;
    line-height:20px;
    letter-spacing: 0.1em;
    vertical-align:top;
    }

td.bildtext {
    width:380px;
    font-size: 1em;
    color: rgb(44,44,45);
    line-height:18px;
    letter-spacing: 0.05em;
    text-align: left;
    font-weight: bold;
    padding-left:20px;
    vertical-align:bottom
    }

span.bildtext2 {
    font-weight:normal;
    line-height:22px;
    }

table.bildbeschreibung {
    padding-top:40px;
    }

#impress {
    aus_position:absolute;
    aus_bottom: 0;
    aus_right:0;
    text-align:right;
    padding-right:0px;
    float: right;
    }

/*]]>**/