/* base CSS for seniOrenstift clanpage

CI colors
---------
  ciRed         #E12129
  ciGreen       #008000
  ciBlack       #000000
  ciLightGrey   #999999
  ciGrey        #666666
  ciDarkGrey    #333333
*/

/* ---  generic  --- */
html {
    height: 100%;
    padding: 0;
    margin: 0;
}
body {
    font: normal normal small Verdana, sans-serif;
    height: 100%;
    padding: 0;
    margin: 0;
}
.clr,
.visualClear {
    display: block;
    clear: both;
}
a, a:hover, a:visited {
    color: #E12129;
    text-decoration: none; 
}
a img {
    border: 0 !important;
}
table {
    border-collapse: collapse;
}
.ciRed {
    color: #E12129;
}
.ciGreen {
    color: #008000;
}
.ciBlack {
    color: #000000;
}
legend {
    color: #000000;
}
.nicht-zeigen { /* hidden tags for SEO */
    display: none !important;
}
/* --- layout  --- */
#wrapper {
    width: 100%;
    height: 100%;
}
#wrapper td {
    height: 100%;
    vertical-align: middle;
}
#website {
    position: relative;
    width: 982px;
    height: 562px;
    margin: auto;
    font-size: 90%;
}
#top {
    height: 23px;
    padding-top: 7px;
    padding: 7px 50px 0 50px;
}
#center {
    width: 860px;
    height: 480px;
    padding: 10px;
    margin: 0 0 0 50px;
    border: 1px solid #000000;
}
#bottom {
    height: 26px;
    padding: 4px 50px 0 50px;
}
#corner-left-top {
    position: absolute;
    width: 50px;
    height: 30px;
    left: 0;
    top: 0;
    border: 1px solid #000000;
    border-width: 0 1px 1px 0;
}
#corner-right-top {
    position: absolute;
    width: 50px;
    height: 30px;
    right: 0;
    top: 0;
    border: 1px solid #000000;
    border-width: 0 0 1px 1px;
}
#corner-left-bottom {
    position: absolute;
    width: 50px;
    height: 30px;
    left: 0;
    bottom: 0;
    border: 1px solid #000000;
    border-width: 1px 1px 0 0;
}
#corner-right-bottom {
    position: absolute;
    width: 50px;
    height: 30px;
    right: 0;
    bottom: 0;
    border: 1px solid #000000;
    border-width: 1px 0 0 1px;
}

/* ---  startpage  --- */
#startpage-flash {
    display: block;
    margin: 0 auto;
}
#startpage-image {
    text-align: center;
    height: 325px;
}
#startpage-image img {
    margin-top: 90px;
}
#infolets {
    position: relative;
    z-index: 2;
}
#infolets .infolet {
    width: 300px;
    height: 83px;
    float: left;
    margin-left: 9px;
    margin-right: 20px;
    color: #666666;
}
#infolets .infolet h6 {
    font-weight: bold;
    font-size: 85%;
    height: 15px;
    color: #000000;
    border: 1px solid #000000;
    border-width: 0 1px 0 1px;
    padding: 0;
    margin: 0 0 3px 0;
    text-align: center;
}
#infolets .infolet ul {
    margin: 0;
    padding: 5px 0 0 20px;
    height: 60px;
    color: #000000;
    border: 1px solid #999999;
    border-width: 0 1px 0 1px;
}
#infolets .infolet li {
    color: #DCDCDC;
    margin: 0 0px 0 0px;
}
#infolets .infolet li a {
    color: #666666;
}

/* ---  top navigation  --- */
#top-nav {
    font-size: 90%;
    list-style: none;
    list-style-image: none;
    margin: 0 0 0 30px;
    padding: 0;
    height: 1.25em;
}
#top-nav li {
    list-style: none;
    list-style-image: none;
    display: inline;
    font-weight: bold;
    color: #E12129;
    margin-right: 35px;
}
#top-nav li a {
    color: #666666;
    padding: 2px 7px;
}
/* ---  navigation  --- */
#navigation {
    position: relative;   /* needed for the copyright */
    width: 150px;
    height: 100%;
    float: left;
    padding: 0;
    margin-left: 10px;
    font-weight: bold;
    font-size: 85%;
    word-spacing: 0px;
    letter-spacing: 1px;
}
#navigation .header {
    height: 10px;
    background: #F5F5F5;
    border-left: 1px solid #E12129;
    padding: 5px 10px;
}
#navigation ul {
    padding: 0;
    margin: 17px 0 0 0;
}
#navigation ul li {
    color: #999999;   /* color of the list icon */
    padding: 0;
    margin: 8px 0 0 16px;
}
#navigation ul li.current {
    color: #E12129;   /* color of the current item icon */
}
#navigation ul li a {
    color: #666666;
}
#navigation ul li.current a {
    color: #E12129;
}
/* #navigation ul li:hover, */
#navigation ul li a:hover {
    color: #E12129;
}
#navigation li.submenu {
    list-style-type: none;
    list-style-image: none;
    margin-left: 0;
}
#navigation li.submenu ul {
    font-weight: normal;
    font-size: 90%;
    letter-spacing: 0;
}
#navigation li.submenu ul li {
    list-style-type: none;
    list-style-image: none;
    margin-left: 0;
    line-height: 2.0em;
}
#navigation li.submenu ul li.current a {
    color: #E12129;
}
#navigation li.submenu ul li a {
    color: #999999;
}
#navigation li.submenu ul li a:hover {
    color: #E12129;
}
#navigation li.empty {
    list-style: none !important;
    list-style-image: none !important;
    height: 30px !important;
}
#navigation li.door-link a {
    color: #E12129;
}
#navigation #copyright {
    width: 150px;
    position: absolute;
    bottom: 0;
    font-weight: normal;
    letter-spacing: 0;
    word-spacing: 0;
    text-align: center;
}

/* ---  content  --- */
#main {
    position: relative;
    width: 690px;
    height: 480px;
    overflow: scroll;
    float: left;
    padding-right: 10px;
    font-size: 90%;
    line-height: 1.325em;
    word-spacing: 0;
}
#main #content-header {
    text-align: right;
    Xheight: 1.0em;
    padding: 0 5px;
    width: 660px;
    overflow: hidden;
}

#main #content-header h3 {
    display: inline !important;
    padding: 0;
    margin: 0;
}
#main #content-header .bkgnd-image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
#main #content-header .title {
    font-weight: bold;
    float: left;
    padding-top: 3px;
    margin: 0;
    letter-spacing: 0.1em;
}
#main #content-header #nav-back {
    float: right;
}
#content {
    width: 660px;
    padding-left: 10px;
    padding-bottom: 5px;
}
#main h2 {
    font-size: 100%;
    margin-bottom: 15px;
}
#main h3 {
    font-size: 100%;
    color: #E12129;
}
#main h4 {
    font-size: 100%;
    color: #000000;
}
#main h2.section,
#main h3.section,
#main h4.section {
    background: #F5F5F5;
}
#main p {
    width: 625px;
    margin-bottom: 20px;
}
.inline-image {

}
.image-subtitle {
    font-size: 94%;
    color: #999999;
    margin-bottom: 20px;
}
#main .date {
    color: #E12129;
}
#main .blockLink {
    text-decoration: underline;
    color: #E12129;
    font-weight: bold;
    display: block;
    margin: 5px 0;
}
.advice {
    margin: 10px 0;
    word-spacing: 0.15em;
    letter-spacing: 0.1em;
}
.advice.important {
    color: #E12129;
    font-weight: bold;
}
#content-footer {
    margin: 5px 0 0 0;
    text-align: right;
}
iframe {
    margin: 0 0 0 -10px;
    border: 0;
    width: 670px;
    height: 350px;
    min-height: 480px;
}
#content-footer {
    text-align: left;
    font-size: 80%;
    color:  #666;
    padding-left: 10px;
}
#content-footer #message {
    margin-right: 1.5em;
}
#content-footer #nickname {
    color: #E12129;
    margin-right: 20px;
}
#content-footer a{

}
#content-footer a img {
    border: 0;
}
/* ---  heimzeitung  --- */
#content.heimzeitung {
    height: 100%;
}
#content.heimzeitung iframe {
    height: 120% !important;
}
.heimzeitung .newsitem {
    position: relative;
    margin-bottom: 20px;
    padding-top: 5px;
    border-top: 1px solid #666666;
}
.heimzeitung .newsitem .news-date {
    width: 125px;
    float: left;
    font-weight: bold;
    text-align: center
}
.heimzeitung .newsitem .news-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 125px;
    overflow: hidden;
    text-align: center;
    border-bottom: 2px solid #E12129;
}
.heimzeitung .newsitem .news-image img {

}
.heimzeitung .newsitem .news-content {
    width: 535px;
    float: left;
    min-height: 120px;
}
.heimzeitung .newsitem .news-content h3 {
    color: #333333 !important;
    margin-top: 0;
    margin-bottom: 5px;
}
.heimzeitung .newsitem .news-category {
    color: #999999;
    margin: 5px 0 10px 0;
}
.heimzeitung .newsitem .news-category span {
    color: #666666;
    font-style: italic;
}
.heimzeitung .newsitem .news-text {

}
.heimzeitung .newsitem .news-text.short {
    border-bottom: 1px dotted #E12129;
    padding-bottom: 15px;
}
.heimzeitung .newsitem .news-text.full {
    padding-top: 15px;

}
.heimzeitung .newsitem .news-text p {
    width: auto !important;
    margin: 0 0 10px 0 !important;
}
.heimzeitung .newsitem .news-fulllink {
    margin: 10px 0;
}
.heimzeitung .newsitem .news-fulllink a {

}
.heimzeitung .newsitem .news-fulllink a:hover {
    text-decoration: underline;
}
.heimzeitung .newsitem .news-byline {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #AAAAAA;

}

/* ---  hausordnung  --- */
#content.hausordnung h3 {
    margin-bottom: 3px;
}
#content.hausordnung p {
    margin-top: 3px;
}

/* ---  senilometer  --- */
#senilometer-icon {
    display: block;
    position: absolute;
    left: 10px;
    width: 94px;
    padding-right: 20px;
    margin-right: 16px;
    border-right: 1px solid #666666;
}
#senilometer {
    height: 100px;
    margin-left: 130px;
    margin-bottom: 20px;
}
#senilometer dl {
    padding: 0;
    margin: 0;
}
#senilometer dt {
    font-weight: bold;
    text-decoration: underline;
    padding: 0 0 3px 0;
    margin: 0;

}
#senilometer dd {
    padding: 0;
    margin: 0;

}
#senilometer .value {
    font-weight: bold;
    color: #E12129;
}

/* ---  member list  --- */
#personal-list {
    margin-top: 30px;
    padding-bottom: 30px;
}
#personal-list h3 {
    margin-top: 40px;
}
#personal-list h3.hall-of-fame {
    margin-top: 60px;
}
table.listing {
    width: 100%;
}
table.listing tr.header {
    line-height: 1.25em;
}
table.listing tr.header td {
    background: #F5F5F5;
    font-weight: bold;
}
table.listing tr.header td.name {
    width: 170px;
}
table.listing tr.header td.status {
    width: 170px;
}
table.listing tr.header td.email {
    width: 210px;
}
table.listing tr.header td.icq {
    width: 110px;
}
table.listing tr.header td.comment {
    width: 490px;
}
table.listing tr.spacer {
    line-height: 10px;
}
table.listing tr.spacer td {
    line-height: 5px;
    font-size: 1px;
    padding: 0;
}
table.listing tr {

}
table.listing tr td {

}
table.listing tr td em {
    color: #E12129;
    padding: 0 1px;
}
table.listing tr.inactive * {
    color: #AAAAAA !important;
    font-style: italic;
}

/* ---  stiftler sheet  --- */
#datasheet {
    background: url(../media/img/members/datasheet_bkgnd.png) repeat-y left top;
    height: auto; 
    overflow: hidden;
    margin-bottom: 5px;
    border: 1px solid #CCCCCC;
    position: relative;
}
#datasheet #close_button {
    background: url(../media/img/members/close_button.png) no-repeat left top;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 1px;
    right: 2px;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #BBBBBB;
}
#datasheet table {
    width: 100%;
}
#datasheet table .left {
    height: 465px;
}
#datasheet table.data {
    margin-bottom: 15px;
}
#datasheet table td {
    vertical-align: top;
}
#datasheet td.left {
    background: #F6F6F6;
    width: 168px;
    padding-top: 160px; /* because #passbild is postion: absolute */
}
#datasheet #passbild { /* hover realized in JS */
    position: absolute;
    display: block;
    top: 3px;
    width: 128px;
    margin: 0 0 0 15px;
    border: 1px solid #CCCCCC;
}
#datasheet #passbild.hover {
    /* border-color: #E12129; */
    cursor: pointer;
}
#datasheet #avatar-zoom {
    display: none;
}
#datasheet td.left div.label {
    font-weight: bold;
    width: 128px;
    font-size: 95%;
    margin-left: 15px;
}
#datasheet td.left div.value {
    text-align: right;
    width: 128px;
    font-size: 95%;
    margin-left: 15px;
}
#datasheet td.right {
    width: 505px;
}
#datasheet td.labels {
    line-height: 20px;
    width: 115px;
}
#datasheet td.values {
    line-height: 20px;
}
#datasheet td.block-label {
    font-weight: bold;
    line-height: 25px;
}
/* ---  member map  --- */
#member-map {
    position: relative; 
    z-index: 2; 
    width: 450px; 
    text-align: left;
}

/* ---  fotoalbum  --- */
#exponierter-link {
    position: absolute;
    top: 50px;
    left: 0;
}
/* ---  faq  --- */
#faq-nav {
    text-align: right;
    margin: 10px 0 30px 0;
}
a#faq-controls-show-all {
    float: left;
    color: #333333;
}
a#faq-controls-show-all:hover {
    float: left;
    color: #E12129;
}
a#faq-controls-hide-all {
    color: #333333;
}
a#faq-controls-hide-all:hover {
    color: #E12129;
}
.question h3 {
    background: #F5F5F5;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    padding: 1px;
}
#content .question .answer {
    line-height: 1.2em;
    letter-spacing: 0;
    margin-bottom: 20px;
}
#content .faq-hover {
    background: #999999;
    color: #FFFFFF;
    cursor: pointer;
}
#content .faq-active {
    background: #999999;
    color: #FFFFFF;
}

/* ---  pflegeantrag  --- */
#antrag {
    padding-top: 40px;
}
.image-left {
    width: auto;
    float: left;
}
.info-right {
    margin-top: 7px;
    padding-right: 80px;
}
#antrag .image-left {
    border: 10px solid #F5F5F5;
    margin: 0 40px 1px -10px;
}
.greetings {
    font-weight: bold;
    text-align: center;
    margin-top: 45px;
}

/* ---  matchanfrage  --- */
#content.matchanfrage {
    
}
.matchanfrage ul {
    margin: 20px 0;
    padding: 0;
}
.matchanfrage li.title {
    font-weight: bold;
    list-style: none;
    list-style-image: none;
    margin: 0 0 5px 0;
}
.matchanfrage li {
    list-style-type: none;
    list-style-image: url(media/img/list_style_line.gif);
    margin: 0 0 0 2.0em;
}
.matchanfrage table {

}
.matchanfrage table th {
    text-align: left;
    text-decoration: underline;
    padding-bottom: 10px;
}
.matchanfrage table td {
    line-height: 1.5em;
}
.matchanfrage table td.bold {
    font-weight: bold;
    font-size: 110%;
}
.matchanfrage table td.team {
    width: 250px;
}
.matchanfrage table td.orga {
    width: 190px;
}
.matchanfrage table td.icq {
    width: 150px;
}
.matchanfrage table td.email {
    width: 70px;
}
#content.matchanfrage #goto-form {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 30px;
}

/* ---  gameserver  --- */
#content.gameserver {

}
#server-list {
    width: 100%;
}
#server-list .legend {

}
#server-list .legend .left {
    width: 40%;
    padding-bottom: 20px;
}
#server-list .legend .right {
    width: 60%;
}
#server-list td {
    vertical-align: top;
    padding: 10px 0;
}
#server-list p {
    margin: 0 0 0 10px;
}
#server-list td p {
    width: 405px;
}
#server-list .Public {
    font-weight: bold;
    color: #008000;
}
#server-list .Clan {
    font-weight: bold;
    color: #E12129;
}
#server-list .title {

}
#server-list .address {
    font-weight: bold;
    color: #666666;
}
#server-list .info {
    font-style: italic;
}
#server-list .details {

}
#server-list .details a {
    color: #666666;
    text-decoration: underline;
}

/* ---  voice server  --- */
.server-intro {
    position: relative;
    z-index: 3;
    margin: -50px 0 10px -5px;
}
.server-intro img {
    float: left;
    margin-right: 5px;
}
.server-intro span {

}
.server-view {
    margin: 20px 0;
}

/* ---  downloads  --- */
#content.downloads {
    font-size: 110%;
}
#content.downloads h3 {
    padding: 3px 0;
    margin-top: 40px;
}
.downloads .download {
    margin-bottom: 30px;
}
.downloads .download img {
    float: left;
    margin-right: 10px;
}
#content.downloads p {
    margin: 0;
}
.downloads .download .title {
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 2px;
}
.downloads .download .info {
    margin-top: 3px;
    font-size: 90%;
    color: #999999;
}
.downloads .download .info em {
    font-style: normal;
    padding-right: 0.5em;
}
.downloads .download .info span {
    
}
.downloads .download .extra-info {
    color: #999999;
    font-size: 90%;
    margin-left: 66px;
}
.downloads .advice {
    letter-spacing: 0;
    font-size: 90%;
    color: #999999;
    margin-top: 30px;
}

/* ---  fanshop  --- */
#content.fanshop {

}
.fanshop .advice {
    height: 1.0em;
    margin-top: 24%;
    text-align: center;
}

/* ---  verweise  --- */
#content.verweise {

}
.verweise .link-item {
    margin-bottom: 25px;
}
.verweise .link-item h3 {
    font-size: 110% !important;
    margin-bottom: 5px;
}
.verweise .link-item ul {
    margin: 0 0 10px 0;
    padding-left: 14px;
}
.verweise .link-item li {
    list-style: disc;
}
.verweise .link-item li a {
    color: #666666;
    text-decoration: underline;
}
.verweise .link-item li:hover,
.verweise .link-item li a:hover {
    color: #E12129;
}
.verweise .link-item .info {

}

/* ---  medien  --- */
#content.medien {

}
.medien .intro {
    margin-top: 10px;
}
.medien .advice {
    font-size: 90%;
    font-weight: normal;
    margin: 0;
    letter-spacing: 0;
}
.medien .media-item {
    margin-bottom: 30px;
}
.medien .media-item img {
    border: 1px solid #999999;
}
.medien .media-item p {
    margin: 0;
}
.medien .media-item p.subtitle {
    font-size: 90%;
}
.medien .media-item em {
    display: block;
}
.medien .media-item em span {
    display: block;
    margin-bottom: 8px;
    background: none;
    text-decoration: underline;
}

/* ---  impressum  --- */
#content.impressum {

}
.impressum address {
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 15px;
}
.impressum .link {
    display: block;
}
.impressum .paragraph {
    margin: 0 0 40px 0;
}
.impressum h3 {
    margin-top: 15px;
    margin-bottom: 20px;
}
.impressum h4 {
    font-size: 100% !important;
}
.impressum p {
    font-weight: bold;
    margin: 25px 0 10px 0 !important;
}
.impressum .link {
    display: block;
    color: #666666;
    text-decoration: underline;
}
.impressum .link:hover {
    color: #E12129;
}

/* ---  suche  --- */
#content.suchen {

}
.suchen fieldset {
    border: 0;
}

/* ---  intern startpage  --- */
#content.closed.startpage #startpage-image {
    height: 317px;
}
#content.closed.startpage img {
    margin-top: 68px;
}
#content.closed.startpage #infolets {
    margin-top: 50px;
}
#content.closed.startpage #infolets .infolet ul {
    height: 120px;
}
#content.closed.startpage #infolets .infolet {
    height: 143px;
    margin-bottom: 10px;
    font-size: 115%;
}

#content.closed.startpage #infolets .infolet ul a:hover {
    color: #E12129;
}
/* ---  login / logout  --- */
#content.login {

}
#content.login p {
    margin: 20px 0 40px 0;
}
#content.login p.error-message {
    color: #E12129;
    margin: 0 0 20px 0;
}
#content.login fieldset {
    padding: 20px 10px;
}
#content.login legend {
    padding: 3px 10px;
}
#content.login div {
    margin: 10px 0;
}
#content.login label {
    width: 10.0em;
    display: block;
    float: left;
}
#content.login input {
    width: 15.0em;
}
#content.login #submit {
    width: auto;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 10.0em;
}
#content.logout {

}
#content.logout div {
    margin: 100px 0 20px 0;
}
#content.logout a {

}

/* ---  kummerkasten  --- */
#content.kummerkasten {

}
#content.kummerkasten p {
    margin: 20px 0 20px 0;
}
#content.kummerkasten p.error-message {
    color: #E12129;
    margin: 0 0 20px 0;
}
#content.kummerkasten fieldset {
    padding: 0;
    border: 0;
}
#content.kummerkasten legend {
    padding: 3px 10px;
    display: none;
}
#content.kummerkasten div {
    margin: 10px 0;
}
#content.kummerkasten label {
    width: 10.0em;
    display: block;
    float: left;
}
#content.kummerkasten input {
    width: 25.0em;
}
#content.kummerkasten textarea {
    width: 25.5em;
}
#content.kummerkasten #submit {
    width: auto;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 10.0em;
}
#content.kummerkasten {

}
#content.kummerkasten p.success-message {
    margin: 100px 0 20px 0;
}
#content.logout a {

}
#content.profil p.success-message {
    margin: 100px 0 20px 0;
}

/* ---  webinterface  --- */
#content.webinterface {

}
#content.webinterface img {
    margin: 60px 0 0 160px;
}
#content.webinterface p {
    width: auto;
    font-weight: bold;
    margin: 20px 0 0 120px;
}

/* ---  personalakten  --- */
#content.personalakten table {
    width: 100%;
}
#content.personalakten table th {
    text-align: left;
    padding-bottom: 5px;
}
#content.personalakten .details-link {
    background: url(media/img/icon_details.gif) no-repeat left top;
    display: block;
    width: 30px;
    height: 15px;
}
#content.personalakten a.details-link:hover {
    background: url(media/img/icon_details_over.gif) no-repeat left top;
}

/* ---  stiftler details  --- */
#content.stiftler {

}
#content.stiftler #left-media {
    width: 185px;
    height: 100%;
    position: absolute;
    left: 0;
}
#content.stiftler table {
    width: 485px;
    margin: 30px 0 40px 185px;
}
#content.stiftler table td {
    vertical-align: top;
}
#content.stiftler table .label {
    font-weight: bold;
    width: 200px;
}
#content.stiftler table td em {
    color: #E12129;
    padding: 0 1px;
}
#content.stiftler #avatar {
    margin-bottom: 20px;
}
#content.stiftler #approbation {
    margin-left: 40px;
    margin-bottom: 20px;
}
#content.stiftler #karte {
    margin-bottom: 20px;
}
#content.stiftler .subheadline {
    font-weight: bold;
    line-height: 2.0em;
}
#content.stiftler tr.spacer {
    line-height: 2.0em;
}
#content.stiftler tr.spacer.large {
    line-height: 3.0em;
}

/* ---  profil  --- */
#content.profil {

}
#content.profil p {
    margin: 20px 0 20px 0;
}
#content.profil p.error-message {
    background: yellow;
    color: #E12129;
    padding: 5px;
    margin: 0 0 20px 0;
}
#content.profil fieldset {
    padding: 0;
    border: 0;
}
#content.profil legend {
    padding: 3px 10px;
    display: none;
}
#content.profil div {
    margin: 10px 0;
}
#content.profil div b {
    display: block;
}
#content.profil label {
    width: 10.0em;
    display: block;
    float: left;
}
#content.profil input {
    width: 25.0em;
}
#content.profil select {
    width: 25.0em;
}
#content.profil textarea {
    width: 40.0em;
    height: 10.0em;
    margin-left: 8.0em;
}
#content.profil .options {
    margin-left: 10.0em;
}
#content.profil #password_error {
    color: #E12129;
    text-align: center;
    margin-right: 1.0em;
}
#content.profil .password {

}
#content.profil .password .left {
    width: 60%;
    float: left;
}
#content.profil .password .right {
    width: 40%;
    float: left;
}
#content.profil label {
    padding-right: 10px;
    text-align: right;
}
#content.profil #password1 {
    width: 10.0em;
    font-size: 100%;
    margin-bottom: 7px;
    /* float: left; */
}
#content.profil #password2 {
    width: 10.0em;
    font-size: 100%;
    margin-top: -3px;
    /* float: left;
    margin-left: 2.0em; */
}
#content.profil #password_strength {
    margin-top: 15px;
}
#content.profil #password_strength i {
    display: block;
    width: 10.0em;
    float: left;
    padding-right: 10px;
    font-style: normal;
}
#content.profil #password_strength em {
    background: url(../media/img/password_strength.png) no-repeat left top;
    position: relative;
    display: block;
    width: 10.0em;
    height: 14px;
    float: left;
    border: 1px solid #BBBBBB;
    text-align: right;
}
#content.profil #password_strength em i {
    font-style: normal;
    font-weight: bold;
    position: absolute;
    z-index: 5;
    right: 0px;
}
#content.profil #pwd_hider {
    background: #FFFFFF;
    position: absolute;
    z-index: 4;
    width: 10.0em;
    height: 14px;
    right: 0;
}
#content.profil #password_js_advice {
    font-size: 90%;
    color: #f8cacc;
    margin: 15px 5.0em 0 0;
}
#content.profil .password .right ol {
    
}
#content.profil .password .right ol li {
    
}
#content.profil .password .right i {  /* advice */
    font-size: 90%;
    color: #999999;
    font-style: italic;
    font-family: Tahoma;
}
#content.profil #password_advice {
    margin-left: 10.0em;
}
#content.profil #password_advice ul {
    padding-left: 1.5em;
}
#content.profil #password_advice ul ul {
    list-style-type: circle;
}
#content.profil #password_advice li .small {
    font-size: 90%;
    color: #E12129;
}
#content.profil #password_advice strong {
    color: #E12129;
}

#content.profil #profil-games {

}
#content.profil #profil-games span {
    width: 80px;
}
#content.profil #profil-games span b {
    font-style: normal;
}
#content.profil #profil-games em {
    font-style: normal;
}
#content.profil #profil-games input {
    width: 20px;
}
#content.profil hr {
    border: 1px solid #D3D3D3;
    border-width: 1px 0 0 0;
    margin: 30px 0 20px 0;
}
#content.profil #submit {
    width: auto;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 10.0em;
}
#content.profil .profile-updated {
    margin-top: 100px;
}
#content.profil .profile-updated img {
    display: block;
    width: 75px;
    float: left;
    margin-right: 20px;
    margin-left: 175px;
}
#content.profil .profile-updated p {
    font-weight: bold;
    color: #008000;
    width: 380px;
    float: left;
} 
#profile-tooltip {
    width: 410px;
    height: 300px;
    position: absolute;
    z-index: 999;
    top: 149px;
    left: 520px;
    visibility: hidden;
}
#profile-tooltip img {
    width: auto;
    height: auto;
}

/* ---  portraitnator  --- */
#content.portraitnator {

}
#content.portraitnator p {
    margin-bottom: 10px;
}
#portrait-box {
    text-align: center;
    height: 200px;
    margin-bottom: 10px;
}
#portrait-bkgnd {
    background: red;
    width: 152px;
    height: 200px;
    margin: 0 auto;
}
#portrait {
    position: absolute;
    z-index: 2;
    height: 200px;
    margin-top: -200px;
    margin-left: -76px;
}
#mask {
    position: absolute;
    z-index: 3;
    width: 152px;
    height: 200px;
    margin-top: -200px;
    margin-left: -76px;
}
#upload-form {
    text-align: center;
}
#imgfile {

}
#submit {

}
#bild-loeschen {
    border: 1px solid red;
    padding: 3px 5px;
    margin-left: 10px;
}
#hinweis {
    margin-top: 10px;
}