@charset "utf-8";
/************************************************
    CSS StyleSheet
    personale-entwicklung.de


    Media: Screen
************************************************/


/************************************************
    ALLGEMEIN
************************************************/

* {
    border: none;
    margin: 0;
    padding: 0;
}

body {
    background: #a5a5a5 url("/images/steel.jpg") repeat-x 0 0;
    color: #222;
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, helvetica, Arial, sans-serif;
    font-size: 81.25%;
    text-align: center;
}

#wrap {
    margin: 0 auto;
    margin-top: 10em;
    width: 530px;
    border: 1px solid #444;
    border-right: 2px solid #444;
    border-bottom: 2px solid #444;
    text-align: center;
    position: relative;
    background-color: #fff;
}

#incontent {
    margin: 25px auto;
    text-align: left;
    background: url("/images/forumslogo.jpg") no-repeat 50% 0;
    width: 480px;
}

/************************************************
    NAVIGATION
************************************************/

h1 {
    height: 45px;
    text-indent: -200em;
    overflow: hidden;
}

ul#navi {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 85px;
}

ul#navi li {
    float: left;
}

ul#navi li a {
    float: left;
    display: block;
    height: 85px;
    text-indent: -200em;
    text-decoration: none;
    color: #444;
}

ul#navi li.n1 a { width: 170px; }
ul#navi li.n2 a { width: 160px; }
ul#navi li.n3 a { width: 150px; }

/************************************************
    CONTENT
************************************************/

#content h3 {
    font-size: 120%;
    margin-bottom: 0.5em;
    color: #06a;
    font-weight: normal;
}

#content div {
    margin-top: 20px;
    display: none;
    line-height: 140%;
}

#content div p {
    margin-bottom: 1em;
}

#content div address {
    color: #06a;
    font-style: normal;
}

