* {
    padding:0;
    margin:0;
}

/* Damit die unteren Divs bis ans Bildschirmende gehen */
html {
    height: 100%;
}

body {
margin:0;
padding:0;
font-family: Trebuchet MS, Helvetica, Sans-Serif, Verdana;
font-size: 10pt;
color: #6F6F6F;
background: #FFFFFF url(../img/start/verlauf.png) repeat-x top;
height: 100%;
}

img {
    border: 0;
}

a {
    color: #6F6F6F;
    text-decoration: none;
}

a:hover {
    color: #333333;
}

#impressum {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 22px;
    padding-top: 10px;
    padding-left: 20px;
}

#milchstreifen {
    z-index: 10;
    width: 800px;
    height: 142px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/start/trans.png) repeat;
}
#wima_tage {
    margin-top: 45px;
    margin-left: 20px;
    position:absolute;
}
#wima_tage a {
    text-decoration: none;
}

#wima_logo {
    float: right;
    margin-top: 54px;
    margin-right: 37px;
}

#header {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 395px;
}

/* Logo-Container */
#logos {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#akademie_logo {
    float:left;
    width: 250px;
    text-align: center;
    background: url(../img/start/bg_hellgrau.png) repeat;
    height: 99px;
}
#institut_logo {
    float:left;
    margin-left: 25px;
    margin-right: 25px;
    width: 250px;
    text-align: center;
    background: url(../img/start/bg_hellgrau.png) repeat;
    height: 99px;
}
#consult_logo {
    float:left;
    width: 250px;
    text-align: center;
    background: url(../img/start/bg_hellgrau.png) repeat;
    height: 99px;
}

h1 {
    margin-top: 22px;
    margin-left: 50px;
    margin-bottom: 22px;
    font-size: 12pt;
}

/* Balken Container */
#balken {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

#balken_akademie {
    width: 250px;
    height: 100%;
    float: left;
    background: url(../img/start/bg_dunkelgrau.png) repeat;
}
#balken_akademie h1 {
    color: #819b66;
}

#balken_institut {
    width: 250px;
    height: 100%;
    float: left;
    margin-left: 25px;
    margin-right: 25px;
    background: url(../img/start/bg_dunkelgrau.png) repeat;
}
#balken_institut h1 {
    color: #213a72;
}
#balken_consult {
    width: 250px;
    height: 100%;
    float: left;
    background: url(../img/start/bg_dunkelgrau.png) repeat;
}
#balken_consult h1 {
    color: #c67332;
}

.balken_text {
    margin-left: 50px;
    margin-right: 15px;
    visibility: hidden;
}
