#col1 {
    background-color: #eee;
    background-image: url(../../../images_zim/col1_weiss.jpg);
    /*
     background-repeat: no-repeat;
     */
    /*
     background-position: top right;
     */
    /*
     background-attachment: fixed;
     */
    color: #123;
    border-left: 1px solid #123;
}

#col3 {
    background-color: #567;
    background-image: url(../../../images_zim/col3_blau.jpg);
    border-right: 2px solid #234;
}

#col1_content {
    padding: 20px 20px 0 10px;
}

#col3_content {
    padding: 20px 10px 0 20px
}

#portrait_container {
    width: 320px;
    border: 3px solid #567;
    margin: 0px 0px 20px 0px;
    background-image: url(../../../images_zim/streifen.jpg);
}

#gallery h2 {
    font-size: 140%;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #112233;
    background-color: transparent;
    text-align: left;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: .2em;
    /*
     padding: 6% 0% 6% 2%;
     */
}

#gallery p {
    font-size: 140%;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #112233;
    background-color: transparent;
    text-align: left;
}
#gallery span {
    font-size: 80%;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #112233;
    background-color: transparent;
    text-align: left;
}

#lebenslauf_header {
    font-size: 460%;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #112233;
    background-color: transparent;
    text-align: left;
	text-indent: 16%;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: .2em;
    padding: 4% 0% 3% 0%;
}

.text_ueberschrift {
    border-top: 7px solid #778899;
    border-bottom: 7px solid #778899;
	padding: 0% 0% 0% 4%;
}

/*
 #horizon {
 background-color: #112233;
 border-top: 3px #778899 solid;
 margin: 0px 40px 20px 40px;
 }
 */
#image_block1 {
    float: left;
}

#image_block2 {
    float: left;
}

#image_block1 li, #image_block2 li {
    list-style: none;
    margin: 10px 0px 5px -10px;
}

#image_block1 li img, #image_block2 li img {
    border: 2px solid #567;
}

/**
 * ------------------------------------------------------------------------------------------------- #
 *
 * Tables | Tabellen
 *
 * (en) Generic classes for table-width and design definition
 * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
 *
 * @section content-tables
 */
table {
    width: auto;
    border-collapse: collapse;
    margin-bottom: 0.5em;
    border: none;
    font-size: 150%
}

table caption {
    font-variant: small-caps;
}

table.full {
    width: 100%;
}

table.fixed {
    table-layout: fixed;
}

th, td {
    padding: 1em;
    color: #123;
    text-align: left;
}

tbody th {
    background: transparent;
    color: #123;
}

tbody th[scope =
"row"], tbody th.sub {
    background: transparent;
}

tbody th {
    border: none;
    text-align: left;
}

tbody td {
    border: none;
}

tbody tr:hover th[scope =
"row"], tbody tr:hover tbody th.sub {
    background: transparent
}

tbody tr:hover td {
    background: transparent
}

.tableheader {
    font-size: 140%;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #112233;
    background-color: transparent;
    text-align: left;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: .2em;
    padding: 4% 0% 6% 2%;
}

.emphasize {
    font-size: 130%;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #556677;
    background-color: transparent;
    text-align: left;
    font-weight: 900;
    font-variant: small-caps;
    letter-spacing: .15em;
    font-style: normal;
}

.table_top {
    /*
border-top: 3px double #123;
*/
    padding: 2em 0.8em 0.8em 0.8em;
}

.table_bottom {
    border-bottom: 3px double #123;
	
/*
padding:0em 0em 2em 0em;
*/

}

/*
 um die col1 länger als col3 zu machen
 -----------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------
 */
#img_pusher {
    padding: 40px 0px 400px 0px;
}
