.menu_aligned {
    top:             90px; 
    bottom:          35px; 
    left:           200px;
    padding-left:    13px;
    padding-right:   10px;
    right:           55px;
}

.content {
    overflow:       auto;
    position:       absolute;
    background:     white;
    z-index:        1; 
    font-weight:     lighter;
}

.content #wrap {
    padding:        0px;
    width:          90%;
}

.content li {
    padding: 0px 0px 10px;
}

.content li ul li {
    padding: 10px 0px 0px;
}

/* Layout für Projektseite */

.content #projektliste li {
    margin:        0px 10px 0px 0px;
}

/* Tabelle auf der Kontaktseite  */

.content table tr th {
    text-align:    left;
    padding-right: 1em;
}

.content a { 
    text-decoration: none;
    font-weight:     bold;
    color:           #B82738;
}

.content a:visited {
    color:           #B85E68;
}

.content a:hover {
    text-decoration: none;
    font-weight:     bold;
    background:      url("/assets/pic/h1-underline.png") bottom left no-repeat;
    color:           #8F8F8F;
}

/*-------------------------------------*
 * "Nackte" (d.h. ohne Menü/Footer)    *
 * Darstellung für Rendite-Web-Updater *
 *-------------------------------------*/

.naked {
    height:         100%;
    width:          100%;
    display:        block;
}

.naked p {
    margin-top:    0.8em;
    margin-bottom: 0.8em;
}

/*------------------------------------*
 * Dekoration der Hinweise (.achtung) *
 *------------------------------------*/
.content.naked .achtung {
	 color:	 #B82738;
	 font-style: italic;
}
