/***********************************
 HAUPTAUFTEILUNG
 ***********************************/

body {
//    background-image: url('mec_hintergrund.png');
    background-image: url('full_background.png');
    background-position: top center;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Tahoma,Arial,sans-serif;
}

#dreiteilung {
    height: 100%;
    width: 777px;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#inhalt {
    width: 602px;
//    background-color: #FFFFFF;
//    background-image: url('mec_leiste_links.png');
    background-repeat: repeat-y;
}

#rechts {
//    background-image: url('mec_leiste_rechts.png');
    width: 175px;
    padding-left: 10px;
    font-size: 0.7em;
    margin: 0px;
    padding-top: 40px;
    vertical-align: top;
    line-height: 1.6em;
}

/***********************************
 GRAFIK ELEMENTE
 ***********************************/

#logo {
    background-repeat: no-repeat;
    width: 514px;
    height: 140px;
    margin-left: 73px;
    margin-top: 33px;
    list-style-type: none;
    padding-left: 6px;
    padding-top: 33px;
}

#logo li {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 7px;
    background-color: #092F76;
    border-color: #092F76;
    width: 90px;
    overflow: hidden;
}

#logo li a {
    background-color: #EEF1FC;
    display: block;
    margin-left: 12px;
    padding-left: 5px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #092F76;
}

#logo li a:hover {
    background-color: white;
    color: #7E1818;
}

#abschluss {
    display: none;
    font-size: 1px;
    height: 1px;
    background-color: #999DC7;
    margin-left: 90px;
}

/***********************************
 TEXTSTRUKTUREN
 ***********************************/

#rechts a {
    font-weight: normal;
    text-decoration: none;
}

#tel {
    margin-left: 10px;
}

#fax {
    margin-left: 6px;
}

.ueberschrift {
    font-size: 18px;
    letter-spacing: 1px;
    background-image: url('mec_linie.gif');
    background-repeat: no-repeat;
    background-position: 0px 20px;
    width: 485px;
    margin-top: 15px;
    margin-left: 73px;
    padding-left: 30px;
    height: 40px;
    color: #7E1818;
}

.copy {
    letter-spacing: 0.07em;
    font-size: 0.9em;
    margin-left: 110px;
    margin-right: 25px;
    margin-bottom: 30px;
}

#untere_navi, #untere_navi a, #untere_navi a:visited {
    text-align: center;
    color: #7E1818;
}

#untere_navi a:hover {
    background-color: #7E1818;
    text-decoration: none;
    color: white;
}

#seite_HerzlichWillkommen #link_home a,
#seite_profil #link_profil a,
#seite_leistungen #link_leistungen a,
#seite_forschung #link_forschung a,
#seite_projekte #link_projekte a
{
    background-color: white;
    color: #7E1818;
}

.copy ul {
    margin-top: 0px;
}

.copy ul li {
    margin-bottom: 8px;
}

.copy img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 0px;
    display: block;
}

.copy img.rechts {
    float: right;
    margin-left: 5px;
    margin-right: 20px;
}

ul {
    list-style-type: square;
    color: #092F76;
}

ul span {
    color: black;
}

ul li ul {
    color: #7E1818;
}


