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

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


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

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

body {
    background: #a5a5a5 url("/pics/steel.jpg") repeat-x 0 0;
    color: #444;
    /*font: small/1.5em "Lucida Grande", "Lucida Sans Unicode", verdana, helvetica, Arial, sans-serif;*/
    font-size: small;
    line-height: 150%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, helvetica, Arial, sans-serif;
    text-align: center;
}

#wrap {
    margin: 20px auto;
    border: 1px solid #444;
    border-right: 2px solid #444;
    border-bottom: 2px solid #444;
    text-align: left;
    width: 930px;
    background-color: #fff;
    background: #fff url("/pics/cbg.gif") repeat-y 0 0;
}

#head {
    background: #fff url("/pics/partlogo.gif") no-repeat 100% 0;
    height: 100px;
    border-bottom: 1px solid #a5a5a5;
}

#navi, #content, #sidebar {
    padding-bottom: 1.5em;
}

#navi {
    float: left;
    width: 170px;
    overflow: hidden;
    /*background: #e4e4e4 url("/pics/navhead.gif") no-repeat 0 0;*/
}

#navi p.navhead {
    display: block;
    height: 75px;
    margin-bottom: 0;
}

#content {
    float: left;
    width: 490px;
    margin-left: 20px;
    min-height: 450px;
    position: relative;
}

#sidebar {
    float: right;
    width: 225px;
    background-color: #e4e4e4;
    padding-bottom: 60px;
}

#fpe {
    display: block;
    background: url("/pics/forumklein.gif") no-repeat 50% 100%;
    height: 60px;
    text-indent: -200em;
    margin-top: 1em;
}

#foot {
    clear: both;
    background-color: #066284;
    height: 10px;
    overflow: hidden;
    width: 930px;
}

/************************************************
    THEMES
************************************************/

p.theme {
    display: block;
    width: 705px;
    height: 100px;
    overflow: hidden;
    background: url("/pics/themes/entwicklung-ist-unsere-berufung.jpg") no-repeat 0 0;
    margin: 0;
}

p.trainingserfolg { background: url("/pics/themes/trainingserfolg.jpg") no-repeat 0 0; }
p.immernahdran    { background: url("/pics/themes/immernahdran.jpg") no-repeat 0 0; }
p.bewegung        { background: url("/pics/themes/bewegung.jpg") no-repeat 0 0; }
p.entwicklung-ist-unsere-berufung        { background: url("/pics/themes/entwicklung-ist-unsere-berufung.jpg") no-repeat 0 0; }
p.leistungen        { background: url("/pics/themes/leistungen.jpg") no-repeat 0 0; }
p.impressum        { background: url("/pics/themes/impressum.jpg") no-repeat 0 0; }
p.kontakt        { background: url("/pics/themes/kontakt.jpg") no-repeat 0 0; }
p.wir_ueber_uns        { background: url("/pics/themes/wir_ueber_uns.jpg") no-repeat 0 0; }


#sidebar p {
    margin: 1em;
}

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

#navi ul {
    margin-top: 0;
    /*border-top: 1px solid #a5a5a5;*/
}

#navi ul ul {
    border-top: none;
}

#navi ul li {
    list-style: none;
    margin: 0;
}

#navi ul a {
    display: block;
    border-bottom: 1px solid #a5a5a5;
    padding: 1px 10px;
    text-decoration: none;
    color: #444;
}

#navi ul a:hover {
    background-color: #fff;
}

#navi ul ul a {
    padding-left: 20px;
    background-color: #efefef;
}

#navi ul, #navi ul ul {
    margin: 0;
}

#navi a.active {
    color: #066284;
}

ul.start {
}

ul.start li {
    margin-left: 0;
    margin-right: 0.5em;
    display: inline;
    border: 1px solid #066284;
    font-weight: bold;
    padding: 0.5em 0.8em;
}

/************************************************
    TYPO
************************************************/

a, a:link, a:active, a:visited {
    color: #066284;
    text-decoration: underline;
}

a:hover { color: #000; }

h1, h2, h3 {
    font-weight: normal;
    color: #066284;
    line-height: 120%;
}

h1 {
    font-size: 160%;
    margin-top: 20px;
    margin-bottom: 1.0em;
}

h2 {
    font-size: 150%;
    margin-top: 1.5em;    
    margin-bottom: 0.5em;
    border-top: 1px solid #ddd;
    padding-top: 1em;
}

h3 {
    font-size: 130%;
    margin-bottom: 0.5em;
}

div.zitat {
    margin: 10px;
    font-style: italic;
}

p { margin-bottom: 0.7em; }

/************************************************
    LISTEN
************************************************/

ul, ol {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

ul li {
    margin-left: 1.5em;
    margin-bottom: 0.3em;
}

ol li {
    margin-left: 2.2em;
    margin-bottom: 0.3em;
}

dl {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
}

dt {
    font-weight: bold;
    color: #000;
    font-size: 100%;
    border-top: 1px solid #ddd;
    padding-top: 0.5em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

dt span {
    display: block;
    font-size: 80%;
    font-weight: normal;
    color: #555;
}

dt a {
    text-decoration: none !important;
}

#content ul.subnav {
    float: left;
    width: 490px;
    list-style: none;
    margin: 1em 0 0 0;
    font-size: 90%;
    line-height: 120%;
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}

#content ul.subnav li {
    padding: 5px 0.5em;
    margin: 0;
}

#content ul.subnav li.L {
    float: left;
}

ul.subnav li.R {
    float: right;
    margin: 0;
}

/************************************************
    FORMULARE
************************************************/

input, select, textarea {
    font-weight: normal;
}

label {
    display: block;
    color: #444;
    font-size: 90%;
}

p.noblock label {
    display: inline;
}

input.form, textarea.form {
    padding: 2px 5px;
}

input.form, textarea.form, select.form { 
    width: 400px; 
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #066284;
}

textarea.form {
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, helvetica, Arial, sans-serif;
    font-size: 100%;
}

select.form {
    width: 460px;
}

select.form option {
    padding: 2px 5px;
}

input.short {
    width: 200px;
}

input.form:hover, textarea.form:hover, select.form:hover { 
    background-color: #fff;
}

input.form:focus, textarea.form:focus, select.form:focus { 
    border: 1px solid #a5a5a5 !important;
}

input.button {
    margin-top: 1em;
    font-size: 90%;
    padding: 3px 1em;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-right: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
    color: #444;
}

input.button:hover {
    background-color: #fff;
}

/* MISC
************************************************/

.clear {
    clear: both;
}

label {
    display: block;
    font-size: 90%;
}

.float-left, div.L {
    float: left;
    margin-right: 1em;
}

.float-right, div.R {
    float: right;
    margin-left: 1em;
}

div.kundenbindung {
    background: url(/pics/kundenbindung.jpg) no-repeat 0 0;
    padding: 0 0.5em;
}

div.fuehrung {
    background: url(/pics/fuehrung.jpg) no-repeat 0 0;
    padding: 0 0.5em;
}

p.totop {
    color: #999;
    font-size: 80%;
    margin-top: 1.5em;
    margin-bottom: 0;
}

p.totop a {
    color: #999;
    text-decoration: none;
}

