/* Listen */
ul {
    margin-bottom: 10px;
}

li {
    list-style: none;
    padding-bottom: 5px;
    padding-left: 21px;
    background: url(../images/layout/greyDot_10x10.gif) no-repeat 4px 6px;
}

/* Block */
.block {
    margin-bottom: 45px;
    background: url(../images/layout/blockBg.jpg) no-repeat bottom;
    padding-bottom: 30px;
    position: relative;
}

.block.last {
    margin-bottom: 0;
    background: none;
}

.block.noShadow {
    background: none;
}
/* halfWidth*/
.halfWidth {
    float: left;
    width: 240px;
}

.halfWidth.last {
    
}

/* form */
form .formElement {
    float: left;
    width: 240px;
    margin-bottom: 20px;
}

form label {
    display: block;
    margin-bottom: 5px;
}

form .formText input {
    width: 200px;
    height: 30px;
    background: none;
    background-image: url(../images/layout/einzeilig.gif);
    background-repeat: no-repeat;
    border: none;
    padding: 0 5px;
    color: #383838;
}

form .formTextarea {
    width: 485px;
}

form .formCheckbox {
    width: 485px;
}

form .formCheckbox label {
    display: inline;
    padding-left: 10px;
}

form .formTextarea textarea {
    width: 440px;
    height: 100px;
    background: none;
    background-image: url(../images/layout/textarea.gif);
    background-repeat: no-repeat;
    border: none;
    padding: 5px;
    color: #383838;
}

form label.err {
    color: red;
}

/* tabs */
.tabsNav {
    list-style: none;
}

.tabsNav li {
    float: left;
    width: 230px;
    background: none;
    padding: 10px;
    margin-right: 1px;
    cursor: pointer;
}

.tabsNav .hot {
    background: url(../images/layout/greenBg.jpg);
    color: #545454;
    font-weight: bold;
}

.tab {
    background: url(../images/layout/greenBg.jpg);
    width: 461px;
    padding: 20px;
    color: #fff;
}

/* profilFoto */
.profilFoto {
    float: left;
    left: -40px;
    position: relative;
    top: -10px;
    margin-right: -20px;
}

/* acc */
.tabs dt {
    background: url(../images/layout/accPfeil.gif) no-repeat 5px 7px;
    padding-left: 20px;
    cursor: pointer;
}

.tabs dt.accHot {
    background: url(../images/layout/accPfeilDown.gif) no-repeat 5px 7px;
    font-weight: bold;
    color: #383838;
}

.tabs dd {
    padding-top: 10px;
}

/* tooltip */

.info {
    position: relative;
    top: 2px;
    margin-left: 5px;
}

a .tooltip {
    position: absolute;
    z-index: 200;
    text-align: left;
    display: none;
} 

a:hover .tooltip {
    display: block;
    top: -100px;
    right: -65px;
}