html, body {
   height: 100%; 
}
#main, #wrapper, #wrapper1 {
   min-height: 100%; 
}
body {
    font-family: Verdana;
    font-size: 0.85em;
    color: #000;
    background: #343434;
    margin: 0;
    padding: 0;
}
#main {
    color: #AAA;
    background: url(bg.png) 0px 0px repeat-y transparent;
    width: 850px;
    margin: 0 auto;
    padding: 0;
}
#wrapper {
    margin: 0px 18px 0px 23px;
    background: url(bgi.jpg) left top no-repeat #000;
}
#wrapper1 {
    background: url(portraits.jpg) right top repeat-y scroll transparent;
}
.leistungen #wrapper1 { background-position: right top; }
.referenzen #wrapper1 { background-position:  right -690px;}
.auszeichnungen #wrapper1 { background-position:  right -270px; }
.impressum #wrapper1 { background-position: right -130px; }
h1, h2 {
    margin-top: 0;
    padding-top: 1em;
    font-family: serif;
}
* html h1 { font-size: 2em; }
* html h2 { font-size: 1.8em; }
#top {
    margin-left: 40px;
}
#top img {
    border: none;
}
#navigation {
    width:260px;
    float: left;
    margin-top: 50px;
}
#navigation ul.member {
    margin-top:130px;
}
#navigation ul.member li {
    border: none;
}
#navigation ul.member li a img {
    border: none;
}
#navigation ul {
    margin-left: 40px;
    padding-left: 0px;
    list-style: none;
}
#navigation li {
    font-size: 1.0em;
    letter-spacing: 0.2ex;
    line-height: 2em;
    border-bottom: dotted 1px #AAA;
    margin-left: 30px;
}
#navigation li a {
    color: #808080;
    text-decoration: none;
}
#navigation li a:hover,
#navigation li a:focus {
    font-weight: bold;
    color: #CCC;
}
#navigation li.selected {
    font-size: 1.2em;
    border-bottom: solid 1px #AAA;
    font-weight: bold;
    margin-left: 0px;
}
#content {
    width: 380px;
    margin-left: 290px;
    padding-bottom: 50px;
    color: #CCC;
    font-size: 0.9em;
}
#content h1 {
    color: #CCC;
}
#content a:link,
#content a:visited,
#content a:active {
    color: #FFF;
}
.auszeichnungen #content { min-height: 900px; }
* html .auszeichnungen #content { height: 900px; }
