html[xmlns]	{
  height : 100%;
  padding-bottom : .005em;
}
html {
  height: 100%;
  overflow-x: hidden;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #000000;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  background-repeat: repeat-x;
}

h1 {
  font-size: 1.2em;
}
h3 {
  font-size: 1em;
}
h4 {
  font-size: 1em;
}

a {
  text-decoration: none;
}

.s10 {
  width: 148px;
}
.s50 {
  width: 198px;
}
.mandatory {
  color: #FF0000;
}
.highlight {
  color: #00CCFF;
}

select.s50 {
  width: 204px;
}

input, select, textarea {
  border: 1px solid #849E29;
  padding: 1px 2px;
}

.loggedUser {
  margin: 0;
  color: #FFF;
  font-weight: normal;
}

.loggedUser a {
  color: #FFF;
  font-weight: normal;
  text-decoration: underline;
}

#main {
  position: absolute;
  width: 1024px;
  left: 50%;
  margin-left: -512px;
}

#top {
  background-image: url(/img/top.gif);
  background-repeat: no-repeat;
  height: 150px;
}

#leaves {
  background-repeat: no-repeat;
  width: 233px;
  height: 357px;
  position: absolute;
  left: 50%;
  margin-left: -477px;
  z-index: 1;
}

#postings_parent {
  width: 560px;
  margin-left: 203px;
  position: absolute;
  z-index: 2;
}

#postings_top {
  background-image: url(/img/postings_top.gif);
  background-repeat: no-repeat;
  width: 564px;
  height: 33px;
  text-align: right;
  padding-right: 150px;
  color: #0099CC;
  line-height: 33px;
}

#postings_top span {
  margin-right: 30px;
}

#postings_top a {
  color: #0099CC;
}

.teaser {
  color: #0099CC;
  display: block;
  margin-bottom: 12px;
}
#teaser.teaser h1 {
  position: relative;
  color: #0099CC;
  margin: 0;
  display: inline;
  left: 80px;
}
#teaser.teaser .addIcon {
  position: absolute;
  color: #0099CC;
  display: block;
  right: 10px;
  top: 35px;
}
#teaser.teaser .addIcon a {
  color: #0099CC;
  padding-right: 15px;
  background-image: url(/img/add_icon.gif);
  background-repeat: no-repeat;
  background-position: right top;
}
#iconBar {
  position: absolute;
  width: 222px;
  height: 147px;
  border: 1px solid #0099cc;
  right: 16px;
  margin-top: 10px;
  background-color: #e9eff1;
  z-index: 1000;
}
#iconBar .icon {
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff;
  float: left;
}
#iconBar img {
  margin: 5px 4px 4px 5px;
}

.teasertext {
  margin-left: 65px;
  margin-right: 20px;
  font-size: 1.1em;
}

.teasertext_full {
  margin: 10px 20px 20px 20px;
  font-size: 1em;
  color: #535F62;
}


.postingsUser {
  background-image: url(/img/avatar_bg_user.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.postingsUser div.avatar {
  float: left;
  height: 55px;
  padding-left: 15px;
  padding-right: 18px;
  margin-top: 1px;
  background-repeat: no-repeat;
  background-position: 69px 0px;
}

.postingsUser div.avatar img {
  height: 48px;
  width: 48px;
  border: none;
}

#form2post { height: 9em; margin: 3px 0 10px 0; overflow: auto; width: 470px; }
/*
#form2post {
  margin: 10px 15px;
  height: 110px;
}
*/
#form2post span.button {
  margin-top: 5px;
  float: right;
}
#form2post span.button input {
  margin-right: 0 !important;
}
#text2post {
  border: 5px solid #0099CC;
  height: 3.8em;
  width: 455px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}

#signs2post {
  float: left;
  margin-top: 10px;
  margin-right: 0;
  font-weight: normal;
}
#signNumber {}

.bubbleSign {
  position: absolute;
  top: 149px;
  left: 200px;
  background: url(/img/bubbleSign.png) no-repeat;
  width: 100px;
  height: 53px;
}

#postings_content {
  width: 560px;
  background-color: #FFF;
}

#postings_content h1 {
  margin-top: 0;
}

#postings {
 margin-top: 4px;
 margin-left: 6px;
 margin-right: 6px;
 padding-bottom: 6px;
 overflow: auto;
}

#postings.pNavi {
 margin-top: 5px;
 border: 1px solid red;
}

.postNavi {
  margin-left: 6px;
}

.postNavi a {
  color: #FFF;
  font-weight: bold;
}

.postNavi span {
  margin-right: 2px;
  padding: 4px 15px;
}
.postNavi span span {
  padding: 0;
}

#postings .nonPostings {
  margin: 15px 20px 0 20px;
  padding: 20px;
  color: #535F62;
  overflow: visible;
}

#postings form {}

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

#postings form label img {
  padding-top: 5px;
}

label.cbLabel1 {
  margin-top: 3px;
}

label.cbLabel2 {
  margin-top: 10px;
  margin-left: 4px;
}


#postings form input, select {
  color: #535F62;
  padding: 1px 2px;
  margin-bottom: 8px;
}

#postings form .cb {
  clear: both;
  float: left;
}

#postings div.postingElement {
  overflow: hidden;
  width: 543px;
  padding: 0 !important;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px !important;
  background-repeat: no-repeat;
  background-position: left top;
}

#postings div.avatar {
  float: left;
  height: 55px;
  padding-left: 9px;
  padding-right: 18px;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: 64px 3px;
}

#postings div.avatar img {
  height: 48px;
  width: 48px;
  border: none;
}

#postings div div.data {
  width: 390px;
  margin-left: 0px;
  margin-right: 0px;
  float: left;
  padding: 5px 5px 5px 10px;
  overflow: hidden;
}
#postings div div.dataBlock {
  margin-left: 0;
  margin-top: 5px;
  float: left;
  width: 467px;
}
#postings div div.dataBlock .top {
  clear: both;
  float: left;
  width: 467px;
  height: 3px;
  line-height: 3px;
}
#postings div div.dataBlock .middle {
  background-color:#FFFFFF;
  clear: both;
  float: left;
  width: 467px;
}
#postings div div.dataBlock .bottom {
  clear: both;
  float: left;
  width: 467px;
  height: 3px;
  line-height: 3px;
}
#postings div div.dataBlock .emotionIcon {
  width: 60px;
  text-align: center;
  vertical-align: bottom;
  float: left;
  height: 4.5em;
}
#postings div div.dataBlock .emotionIcon img {
  position: relative;
  top: 1.3em;
  left: 4px;
}
#postings div div.data a {
  text-decoration: underline;
}
#postings div span.nick {
  font-weight: bold;
}

#postings div span.content {
  overflow: hidden;
}

#postings div span.created {
  color: #888;
}


#actions {
  left:50%;
  margin-left:265px;
  position:absolute;
  top:148px;
  width:186px;
}
#userData {
  width: 186px;
  padding: 0;
  color: #FFF;
}
#userData_parent {
  margin-bottom: 5px;
}

.userLogin {
  height: 191px;
  background-repeat: no-repeat;
}

#udTop, #featTop {
  background-repeat: no-repeat;
  height: 19px;
}

.aTop {
  background-image: url(/img/box_aUserTop.png);
  background-repeat: no-repeat;
  height: 19px;
}

#udLogo {
  background-repeat: repeat-y;
  text-align: center;
  width: 186px;
  overflow: hidden;
}

#udMain, #featMain {
  background-repeat: repeat-y;
}

.aMain {
  background-image: url(/img/box_aUserMiddle.png);
  background-repeat: repeat-y;
}

.aMain strong {
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
}

.alienProfile {
  margin: 10px 0 0 0;
  padding: 0 0 0 25px;
  font-size: 0.8em;
  width: 142px;
  overflow: hidden;
}

.alienProfileLabel {
  font-weight: bold;
  font-style: italic;
}

#udBottom, #featBottom {
  background-repeat: no-repeat;
  height: 20px;
}

.aBottom {
  background-image: url(/img/box_aUserBottom.png);
  background-repeat: no-repeat;
  height: 20px;
}

#featData a {
  margin-left: 35px;
}

.userContactsDataLabel {
  font-weight: bold;
}

.userContactsData {
  margin: 10px 0 0 0;
  width: 142px;
  overflow: hidden;
  padding-left: 25px;
}
.userContactsData a {
  display: block;
  color: #FFF;
  background-repeat: no-repeat;
  padding-left: 20px;
  line-height: 16px;
  height: auto;
  text-decoration: none;
}
.loggedUser {
  padding-top: 6px;
}
.loggedUser strong {
  font-weight: bold;
  padding-left: 25px;
  padding-top: 25px;
}
.loggedUser a.user {
  color: #000;
  font-weight: bold;
  padding-left: 25px;
}

.userContactsData a.friends {
  background-image: url(/img/actions/dude3.png);
  text-decoration: underline;
}

.userContactsData a.block {
  background-image: url(/img/actions/security_agent_delete.png);
}
.userContactsData a.follower {
  background-image: url(/img/actions/eye.png);
  text-decoration: underline;
}

.userContactsData a.updates {
  background-image: url(/img/actions/gear.png);
}

.userContactsData a.favorites {
  background-image: url(/img/actions/bookmark.png);
  text-decoration: underline;
}

#furtherInformation_parent {}


#furtherInformation_parent .content {}

#furtherInformation_aMobile {
  background-image: url(/img/box_aMobile.png);
  background-repeat: no-repeat;
  color: #000;
  width:186px;
  height: 111px;
  cursor: pointer;
}
.mobileActionBox {
  padding-left: 55px;
  padding-top: 35px;
  padding-right: 15px;
}

#furtherInformation_aSMS {
  background-image: url(/img/box_aSMS.png);
  background-repeat: no-repeat;
  color: #000;
  width:186px;
  height: 121px;
  cursor: default;
}
.smsActionBox {
  padding-left: 60px;
  padding-top: 20px;
  padding-right: 15px;
}

#furtherInformation_aFriends {
  background-image: url(/img/box_aFriends.png);
  background-repeat: no-repeat;
  color: #000;
  width:186px;
  height: 114px;
  cursor: pointer;
}
#furtherInformation_aFriendsFanzeile {
  background-image: url(/img/fanzeile/freunde_einladen.gif);
  background-repeat: no-repeat;
  color: #000;
  width:185px;
  height: 215px;
  cursor: pointer;
}
.friendActionBox {
  padding-left: 60px;
  padding-top: 55px;
  padding-right: 5px;
}

#furtherInformation_aActions {
  background-repeat: no-repeat;
  color: #000;
  width:186px;
}
#furtherInformation_aActions .content {
  padding-top: 25px;
  padding-right: 5px;
}
span.aActionsText {
  display: block;
  font-weight: bold;
  padding-top: 0;
  padding-left: 25px;
}

#furtherInformation_parent .content a {
  color: #000;
}

#furtherInformation_parent .content a.follower,
#furtherInformation_parent .content a.block {
  text-decoration: underline;
}

#furtherInformation_aFeaturedUser img {
  vertical-align: middle;
  padding-right: 5px;
}

#furtherInformation_aFeaturedUser a {
  text-decoration: underline;
  color: white;
  font-weight: bold;
}

.furtherInformation {
 margin-bottom: 5px;
 color: #000;
}

#footer_bg {
  background-color:transparent;
  background-image:url(/img/footer_shadow.png);
  bottom:-38px;
  height:38px;
  line-height:30px;
  position:absolute;
  text-align:center;
  width:560px;
}

#footer {
  bottom:-38px;
  height:38px;
  line-height:30px;
  position:absolute;
  text-align:center;
  width:560px;
  color: #8C8C8C;
  z-index: 20;
}

#footer a {
  color: #8C8C8C;
}

form.login {
  margin-left: 15px;
  padding-top: 15px;
  color: #FFF;
  font-weight: bold;
  overflow: auto;
}

.login input {
  margin-bottom: 10px;
}


.button button, .button input {
  margin-right: 15px;
  margin-bottom: 0;
  background-color:transparent;
  background-image:url(/img/aqua.png);
  background-position:left top;
  background-repeat:repeat-x;
  border:medium none;
  font-size:1em;
  height:2em;
  padding:2px 10px;
  color: #FFF;
}

.disabled button, .disabled input {
 background-color: #CCC;
 border: 1px solid #999;
 font-weight: bold;
 color: #999 !important;
}

.submit button, .submit input {
  background-color: #0098CB;
  border: 1px solid #0098CB;
  font-weight: bold;
  color: #FFF !important;
}

.logout button {
  background-color: #FF0000;
  border: 1px solid #FF0000;
  font-weight: bold;
  color: #FFF !important;
}

.login a {
  color: #FFF;
  float: left;
  margin-bottom: 3px;
}

#loginForm span.submit {
 margin-bottom: 10px;
}

.login span.button, .logout span.button {
  display: block;
  clear: both;
  text-align: right;
}

#settings_konto span.submit input {
  margin: 0 !important;
}

#settings_konto span.logout {
  margin: 0 !important;
  margin-left: 10px !important;
}

.captcha {
  display: block;
  clear: both;
  border: 1px solid #000;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #FFF;
}


.general_information {
  color: #535F62;
  padding: 20px;
}

.general_information a{
  color: #0099CC;
}

#recommendForm textarea {
  width: 250px;
  height: 100px;
}

#contactForm .submit input, #recommendForm .submit input {
  clear: both;
  margin-top: 10px;
}

#sekNavi {
  background-color: #86979A;
  color: #FFF;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 20px;
  padding-left: 10px;
}

#sekNavi a {
  color: #FFF;
}

#sekNavi a.active {
  font-weight: bold;
}

#settings_avatar {
  margin-top: 3px;
  margin-left: 15px;
  margin-right: 15px;
  width: 48px;
  height: 48px;
}

#settings_avatar img {
  padding: 0;
  border: 1px solid #849E29
}

#settings_image input {
  margin-top: 17px
}

#recentUpdate {
  margin-right: 10px;
  overflow: hidden;
}

#recentUpdate .ruP {
  margin: 10px 0;
}
.postingActions {
  position: absolute;
  right: 15px;
  padding-top: 3px;
  cursor: pointer;
}

#furtherInformation_aProfile {
  margin-top: 10px;
}
#furtherInformation_aMobile {
  margin-top: 10px;
}

.handyTucan {
  width: 83px;
  height: 100px;
  float: left;
  background-image: url(/img/handy.png);
  background-repeat: no-repeat;
}

#reg_agb, #reg_news, #settings_notify1 {
  border: none;
}

#furtherInformation_aRegisterNow span {
  background-image: url(/img/fanzeile/mitreden.png);
  height: 46px;
  display: block;
  width: 160px;
  margin-left: 10px;
}