/* Whitelabel */
/* MISC */
.clear {
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.padding10 {
  padding: 10px;
}

a {
  text-decoration: none;
  color: #FF2300;
}
a:hover {
  color: #858585;
}

.count {
  color: #333333;
  font-size: 9px;
  line-height: 15px;
  vertical-align: text-bottom;
}

* html .count{
  vertical-align: middle;
}
*+html .count{
  vertical-align: middle;
}

h3 {
  font-weight: bold;
}

.date {
  color: #999;
  font-size: 9px;
}

div.spacer10 {
  height: 10px;
  line-height: 10px;
  overflow: hidden;
}
div.spacer2 {
  height: 2px;
  line-height: 2px;
  overflow: hidden;
}

.tooltip {
  float: right;
  width: 13px;
  height: 12px;
  background: url(../img/icons/help.png);
  overflow: hidden;
  cursor: pointer;
  margin-left: 10px;
}

.tooltip-checkbox {
  float: left;
  margin-left: 5px;
}

table tr {
  background: #fff url(../img/boxes/list_bg.gif) repeat-x;
}
table td {
  vertical-align: top;
  border-left: 1px solid #fff;
}
table td.col0 {
  border: none;
}

.active {
  font-weight: bold;
  color: #b0ba29;
}
.ended {
  font-weight: bold;
  color: #666;
}

input.error,
select.error,
textarea.error {
  border: 1px solid red !important;
}

p.box {
  height: 1%; /* hasLayout */
}

.trenner {
  clear: both;
  height: 1px;
  line-height: 1px;
  margin: 5px 0 7px 0;
  background: #D0E0E0;
  overflow: hidden;
}

.emoticons a {
  cursor: pointer;
}

/* INPUTS */
input.ipt-text {
  height: 14px;
  padding: 0 5px 0 5px;
  border: 1px solid #afafaf;
  background: url(../img/input_bg.gif) repeat-x;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}
input.ipt-username {
  background: url(../img/bg_input_username.gif) -1px -2px no-repeat !important;
}
input.ipt-password {
  background: url(../img/bg_input_password.gif) 0 -2px no-repeat !important;
}
input.ipt-video-search {
  background: #FFFFFF url(../img/bg_input_videos_search.gif) no-repeat !important;
}
*+html input.ipt-video-search {
  background: #FFFFFF url(../img/bg_input_videos_search.gif) 0 2px no-repeat !important;
}
* html input.ipt-video-search {
  background: #FFFFFF url(../img/bg_input_videos_search.gif) 0 2px no-repeat !important;
}

textarea {
  padding: 2px;
  border: 1px solid #afafaf;
  background: #fff url(../img/textarea_bg.gif) repeat-x;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  height: 54px;
}

textarea.elastic {
  max-height: 300px;
}

label.error {
  width: 300px !important;
  color: red;
  margin-left: 110px !important;
  margin-top: -5px !important;
}

label.error-textarea {
  margin-top: 0px !important;
  float: none;
}

.checkbox-group label {
  float: none !important;
  width: auto !important;
}

/* BOX */
.box {
  height: 1%; /* hasLayout */
  background: transparent;
  margin-bottom: 10px;
}
.box .head h1,
.box .head h2 {
  padding: 3px 5px 2px 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
}

.box .head h2.h2-left {
  padding: 3px 0 2px 5px;
}
.box .head h2.h2-right {
  padding: 3px 5px 2px 0;
}
.box .head h2.h2-right a {
  color: #000;
}
.box .head h2 .h2-right-calendar-nav a {
  font-size: 11px;
}
.box .head h2 .h2-right-calendar-nav a.cal-prev,
.box .head h2 .h2-right-calendar-nav a.cal-next {
  color: #FF2300;
  background: url("../img/icons/laquo.gif") no-repeat scroll center 1px transparent;
  padding-left: 7px;
}
.box .head h2 .h2-right-calendar-nav a.cal-next {
  background: url("../img/icons/raquo.gif") no-repeat scroll center 1px transparent;
}
.box .head h2 .h2-right-calendar-nav a.cal-current {
  color: #000;
}
.box .box .head h2 {
  padding: 3px 0 2px 0;
}

.box .head h2 span.light {
  font-weight: normal;
  color: #666;
}
.box .head a.head-link,
.box .head h2 span.light b {
  color: #000;
}
.box .head a.btn-small {
  float: right;
  margin: 5px 5px 4px 5px;
}
.box .head .tooltip {
  margin: 4px 4px 4px 5px;
  display: inline; /* ie6 double margin */
}
.box .head .quick-nav {
  float: right;
  height: 20px;
  line-height: 20px;
  margin: 0 10px 0 0;
  color: #666;
}
.box .head .quick-nav span {
  font-weight: bold;
  color: #cc6600;
}
.box .head .quick-nav a {
  font-weight: bold;
}
.box .head .filter select {
  float: right;
  margin: 2px 20px 0 0;
  font-size: 9px;
}
* html .box .head .filter select {
  margin: 1px 20px 0 0;
}
*+html .box .head .filter select {
  margin: 1px 20px 0 0;
}
.box .filter-in-searchbox {
  position: relative;
}
.box .filter-in-searchbox .filter select {
  position: absolute;
  top: 3px;
  right: 10px;
  font-size: 9px;
}
.box .head .h2 {
  float: left;
  padding-right: 3px;
}
.box .head .h2-count {
  float: left;
}
span.pipe {
  background: transparent url(../img/icons/pipe.gif) 4px 2px  no-repeat;
  padding-left: 4px;
}
span.double_pipe {
  background: transparent url(../img/icons/double_pipe.gif) 4px 2px  no-repeat;
  padding-left: 7px;
}
span.friends {
  background: transparent url(../img/icons/friends.gif) 1px 1px  no-repeat;
  padding-left: 12px;
}
.box .head span.status_on,
.box .head span.status_off {
  margin: 0 0 0 5px;
  padding: 0 0 0 38px;
  background: url(../img/icons/status_on.png) no-repeat left;
  color: #999;
  font-size: 9px;
  line-height: 12px;
}
.box .head span.status_off {
  background: url(../img/icons/status_off.png) no-repeat left;
}
.box .box {
  margin: 0 10px 0 10px;
  padding: 0 0 10px 0;
}
.box form,
.box div.form {
  height: 1%; /* hasLayout */
}
.box a.btn {
  float: right;
  margin: 2px 5px 2px 0;
}

/* AJAX BOX */
.box .box-ajax{
  margin: 0;
  padding: 0;
}

/* BOX backgrounds */
.main_col .box .head {
  padding: 0 5px;
  background: url(../img/boxes/box_main_head.gif) no-repeat top center;
}
.main_col_big .box .head {
  padding: 0 5px;
  background: url(../img/box_middle_big_head.gif) no-repeat top center;
}
.right_col .box .head {
  padding: 0 5px;
  background: url(../img/boxes/box_right_head.gif) no-repeat top center;
}
.box .box .head {
  background: url(../img/boxes/box_main_head.gif) repeat-x;
}

.main_col .box .content {
  padding: 0;
  background: url(../img/boxes/box_main_body.gif) repeat-y center;
}

.main_col .box-type-2 .content{
  background: #D0E0E0;
 }

.main_col_big .box .content {
  padding: 10px 5px 0 5px;
  background: url(../img/box_middle_big_body.gif) repeat-y center;
}
.right_col .box .content {
  padding: 0;
  background: url(../img/boxes/box_right_body.gif) repeat-y center;
}

.main_col .box .bottom {
  height: 1px;
  line-height: 1px;
  overflow: hidden;
  padding: 0 5px;
  background: url(../img/boxes/box_main_bottom.gif) no-repeat center top;
}
.right_col .box .bottom {
  height: 1px;
  line-height: 1px;
  overflow: hidden;
  padding: 0 5px;
  background: url(../img/boxes/box_right_bottom.gif) no-repeat center top;
}

/* BOX backgrounds Single Column */
.main_col_single .box .head {
  padding: 0 5px;
  background: url(../img/boxes/box_main_single_head.gif) no-repeat top center;
}
.main_col_single .box .content {
  padding: 0;
  background: url(../img/boxes/box_main_single_body.gif) repeat-y center;
}
.main_col_single .box .bottom {
  height: 1px;
  line-height: 1px;
  overflow: hidden;
  padding: 0 5px;
  background: url(../img/boxes/box_main_single_bottom.gif) no-repeat center top;
}

/* ACTION BAR AJAX BOX */
.action-bar-box-ajax {
  background: #D0E0E0;
}
.action-bar-box-ajax .box-add-comment,
.action-bar-box-ajax .box-recommend {
  border-top: 1px solid #E5F1E5;
}
.action-bar-box-ajax .frm-vote {
  border-top: 1px solid #E5F1E5;
  margin: 0 !important;
}
.action-bar-box-ajax .frm-vote form {
  padding: 10px;
}
.action-bar-box-ajax .frm-vote .captcha {
  float: left;
  margin-right: 85px;
}
.action-bar-box-ajax .frm-vote .captcha-input {
  float: left;
  width: 200px;
}
.action-bar-box-ajax .frm-vote .captcha .captcha-img {
  margin-bottom: 5px;
}
.action-bar-box-ajax .frm-vote label {
  width: 180px !important;
}
.action-bar-box-ajax .frm-vote label.error {
  margin-left: 0 !important;
}
.action-bar-box-ajax .frm-vote .ipt-text {
  width: 180px !important;
  float: none !important;
  margin-top: 5px;
}

/* CHANGE PROFILE BOX */
.box-change-profile .login-status {
  padding: 5px 10px;
}
.box-change-profile h2 .h2 {
  color: #FF2300;
  font-size: 11px;
}

/* SHOUTBOX */
.shoutbox input.ipt-text {
  width: 206px;
  margin: 2px 0 0 5px;
}
*+html .shoutbox input.ipt-text {
  margin: 0 0 0 5px;
}
.shoutbox a.btn-shout {
  float: right;
  margin: 3px 5px 3px 0;
  padding: 0 17px 0 0;
  background: transparent url(../img/icons/shout.png) no-repeat right 1px;
}
.shoutbox a.btn span {
  padding: 0;
}
.shoutbox .shouts {
  height: 45px;
  width: 280px;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.shoutbox .shouts-more {
  height: 360px;
  overflow-y: scroll;
}
.shoutbox .shouts a {
  font-weight: bold;
}
.more-less {
  padding: 10px 10px 5px 10px;
  overflow: hidden;
  height: 1%;
}
.more-less a.btn {
  margin: 0 !important;
  padding: 0 0 0 6px;
  background: transparent url(../img/icons/next.png) no-repeat  -1px 2px;
}
.more-less a.btn-less {
  background: transparent url(../img/icons/up.png) no-repeat  -1px 2px;
}
.more-less a.btn span {
  font-size: 10px;
  color: #FF2300;
}
.more-less .trenner {
  background: #FF2300;
  margin: 0;
}

/* CALENDAR */
.box-calendar .calendar-nav {
  padding: 10px 0 7px 0;
  text-align: center;
  font-weight: bold;
  zoom: 1; /* hasLayout */
}
.box-calendar .calendar-nav a.cal-current {
  color: #FF0080;
}
.box-calendar .month {
  padding: 0 0 10px 13px;
}
.box-calendar .month span.weekend {
  color: #999;
}
.box-calendar .month span, .box-calendar .month a {
  float: left;
  width: 16px;
  margin: 0 4px 2px 0;
  text-align: center;
  color: #000;
}
.box-calendar .month .weekdays {
  color: #4d4d4d;
}
.box-calendar .month .days .notthismonth {
  color: #999;
}
.box-calendar .month a.event {
  background: #881e34;
  color: #fff;
}
.box-calendar .month a.event_friends {
  background: #881e34;
  color: #fff;
}
.box-calendar .month a:hover {
  background: #B3197F;
}


/* LISTING BACKGROUNDS */
.list .item {
  zoom: 1; /* hasLayout */
  background: #F0F0F0 url(../img/boxes/list_bg.gif) repeat-x;
}
.list .item .item {
  background: none;
}

.row  {
  zoom: 1; /* hasLayout */
  background: #F0F0F0 url(../img/boxes/list_bg.gif) repeat-x;
  padding: 0 10px;
}

/* USER & TEASER BOXES (user, gruppen, fotos & videos) */
.item-user,
.item-teaser {
  height: 40px;
  padding: 5px;
  overflow: hidden;
}
.item-user-artist{
  height: auto;
}
.img-small,
.noimg {
  height: 20px;
}

.row .item-user,
.row .item-teaser {
  float: left;
}
.list .item-user {
  background: #E5F1E5 url(../img/boxes/list_bg.gif) repeat-x;
}

/* GRID TEASER */
.box-gridteaser .grid {
  height: 1%;
  overflow: hidden;
  padding-bottom: 3px;
}
/*.box-gridteaser .grid .item img { width: 40px; height: 40px; }  */
.box-gridteaser .grid .grid-item {
  float: left;
  margin: 5px 0 0 8px;
  display: inline; /* double margin ie6 */
}
.box-gridteaser .grid .grid-item-80 {
  margin: 5px 0 0 11px;
}
.box-gridteaser .grid .grid-item-70 {
  margin: 5px 0 0 7px;
}
.box-gridteaser .grid .grid-item-50 {
  margin: 5px 0 0 8px;
}
.box-gridteaser .grid-full {
  padding-left: 2px;
  padding-bottom: 5px;
}
.right_col .box-gridteaser .grid-full {
  padding-left: 0;
}
.box-gridteaser .grid-full .grid-item {
  width: 147px;
}
.right_col .box-gridteaser .grid-full .grid-item {
  width: 135px;
  margin: 5px 0 0 5px;
}
.box-gridteaser .grid-full .grid-item .img {
  padding-right: 5px;
  float: left;
}
.box-gridteaser .grid-full .grid-item .titel {
  display: block;
  font-weight: bold;
}
.box-gridteaser .grid-40 {
  padding-left: 2px;
}
.box-gridteaser .grid-40 .grid-item {
  margin: 5px 0 0 6px;
}
.right_col .box-gridteaser .grid-40  .grid-item{
  margin: 5px 0 0 8px;
}
.box-gridteaser .grid-80 {
  padding-left: 2px;
}
.box-gridteaser .grid-30 {
  padding-left: 5px;
}
.box-gridteaser .grid-30 .grid-item {
  margin: 5px 0 0 5px;
}
.right_col .box-gridteaser .grid-30 {
  padding-left: 7px;
}
.box-gridteaser a.btn {
  float: right;
  margin: 4px 5px 0 0;
}
.box-gridteaser .box-search label {
  width: 50px;
  margin-right: 10px;
}

/* PAGE BOX */
.box-page p {
  padding: 10px 10px 10px 14px;
}

/* POLL TEASER */
/*
.box-poll-teaser .poll-question {
  height: 1%;
  padding: 5px 10px;
}
.box-poll-teaser .list .item {
  padding: 5px 10px;
}
.box-poll-teaser .percent {
  color: #666;
}
.box-poll-teaser .percent .percent-bar {
  width: 280px;
  margin: 3px 0 0 0;
  overflow: hidden;
}
.box-poll-teaser .percent .percent-bar div {
  float: left;
  height: 10px;
  margin-top: 2px;
  background: #666;
  overflow: hidden;
}
.box-poll-teaser .percent .nr {
  float: left;
  margin-left: 10px;
  overflow: hidden;
}
.box-poll-teaser a.btn {
  float: right;
  margin: 3px 5px 0  0 !important;
}

.box-dome-poll-teaser .percent .percent-bar {
  float: left;
  width: 245px;
  margin: 0 0 0 10px;
}
.box-dome-poll-teaser .percent .nr {
  margin-left: 0;
}
*/
/* POLL TEASER */
.box-poll-teaser .poll-question {
  height: 1%;
  padding: 10px 8px;
}
.box-poll-teaser .list .item {
  padding: 5px 8px;
}
.box-poll-teaser .percent {
  font-size: 9px;
  color: #666;
  width: 80px;
  float: right;
}
.box-poll-teaser .percent .percent-bar {
  width: 50px;
  float: left;
  height: 5px;
  line-height: 5px;
  margin: 3px 0 0 10px;
  overflow: hidden;
}
.box-poll-teaser .percent .percent-bar div {
  height: 5px;
  line-height: 5px;
  background: #e10071;
}
.box-poll-teaser .percent .nr {
  float: left;
  width: 20px;
  text-align: right;
  overflow: hidden;
}
.box-poll-teaser a.btn {
  float: right;
  margin: 3px 5px 0  0;
}

/* USER ITEMS */
.item-user .info span.status_on,
.item-user .info span.status_off {
  float: left;
  margin: 2px 0 0 0;
  padding: 0 0 0 26px;
  height: 12px;
  background: url(../img/icons/status_on.png) no-repeat left;
}
.item-user .info span.status_off {
  background: url(../img/icons/status_off.png) no-repeat left;
}
.item-user .info span.status_on span.icontext,
.item-user .info span.status_off span.icontext {
  display: none;
  padding: 0 0 0 3px;
}

.item-user .info a.sendmail {
  float: left;
  margin: 2px 0 0 5px;
  padding: 0 0 0 20px;
  height: 12px;
  background: url(../img/icons/mail_send_to.gif) no-repeat left;
}
.item-user .info a.sendmail span.icontext {
  display: none;
  padding: 0 0 0 3px;
}

.item-user .info span.age {
  float: left;
  margin: 2px 0;
}
.item-user .info span.gender_female,
.item-user .info span.gender_male {
  float: left;
  margin: 3px 6px 0 4px;
  padding: 0 0 0 11px;
  height: 12px;
  background: url(../img/icons/female.png) no-repeat left;
}
.item-user .info span.gender_male {
  padding: 0 0 0 11px;
  background: url(../img/icons/male.png) no-repeat left;
}
.item-user .info span.gender_male span.icontext,
.item-user .info span.gender_female span.icontext {
  display: none;
  padding: 0 0 0 3px;
}

/* USER PROFIL */
.box-userprofile .img-col {
  float: left;
  width: 150px;
  margin: 10px 10px 0 10px;
  display: inline; /* ie6 double margin */
}
.box-userprofile .img-col img {
  margin: 0;
}
.box-userprofile .img-col .messenger {
  padding: 5px 0 5px 5px; /* wichtig das rechts kein padding, da sonst 'PROFIL WEITER EMPFEHLEN' nicht in die spalte passt */
  color: #999;
}
.box-userprofile .img-col .messenger h3 {
  margin: 0 0 2px 0;
  color: #4d4d4d;
}
.box-userprofile .img-col .messenger span.im_id {
  color: #000;
  font-weight: bold;
}
.box-userprofile .img-col .item a.btn-small {
  margin: 8px 0 0 0;
}
.box-userprofile .info-col {
  float: left;
  width: 290px;
  margin: 10px 0;
  overflow: hidden;
}
.box-userprofile .info-col .item h3 {
  margin: 0 0 2px 0;
  color: #4d4d4d;
}
.box-userprofile .info-col .basisdaten {
  color: #999;
}
.box-userprofile .info-col .basisdaten span.age {
  float: left;
}
.box-userprofile .info-col .basisdaten span.gender_female,
.box-userprofile .info-col .basisdaten span.gender_male {
  float: left;
  margin: 0 6px 0 4px;
  padding: 0 0 0 11px;
  height: 12px;
  background: url(../img/icons/female.png) no-repeat left;
}
.box-userprofile .info-col .basisdaten span.gender_male {
  padding: 0 0 0 11px;
  background: url(../img/icons/male.png) no-repeat left;
}
.box-userprofile .info-col .basisdaten span.gender_male span.icontext,
.box-userprofile .info-col .basisdaten span.gender_female span.icontext {
  display: none;
  padding: 0 0 0 3px;
}
.box-userprofile .info-col .basisdaten span.city {
  float: left;
}
.box-userprofile .info-col .basisdaten div.rating {
  float: left;
  margin: 2px 0 0 5px;
}

.box-userprofile .info-col .tags {
  margin-bottom: 10px;
}
.box-userprofile .info-col .tags a {
  color: #FFB000;
  font-weight: bold;
  margin: 0 5px 0 0;
}
.box-userprofile .info-col .motto {
  margin-bottom: 10px;
  font-weight: bold;
}
.box-userprofile .homepage a {
  font-weight: bold;
  color: #018AFE;
}
.box-userprofile .webseiten a {
  font-weight: bold;
  color: #018AFE;
}
.box-userprofile .more-info {
  margin: 10px;
  overflow: hidden;
}
.box-userprofile .more-info-left {
  float: left;
  width: 80px;
}
.box-userprofile .more-info-right {
  float: left;
}
.box-userprofile .action-bar {
  margin-top: 10px;
}


/* PHOTO / VIDEO GRID */
.box-grid .gridrow {
  height: 1%; /* hasLayout */
  padding: 0 10px;
  background: #E5F1E5 url(../img/boxes/list_bg.gif) repeat-x;
}
.box-grid .gridrow .item {
  float: left;
  width: 130px;
  margin: 10px 30px 10px 0;
  font-size: 9px;
  color: #666;
}
.box-grid .gridrow .last {
  margin-right: 0;
}
.box-grid .gridrow .item .titel {
  margin: 5px 0 2px 0;
  font-size: 11px;
  font-weight: bold;
  color: #cc6600;
}
.box-grid .gridrow .item a.btn-small {
  float: right;
  margin: 2px 0 0 0;
}

/* grid teaser auf index seiten */
.box-gridteaser-big .item {
  float: left;
  height: 60px;
  margin: 10px 8px 0 0;
  display: inline; /* ie6 double margin */
}
.box-gridteaser-big .grid {
  height: 1%; /* hasLayout */
  padding: 0 0 10px 10px;
  background: #f9f0e1;
}
.box-gridteaser-big form {
  padding: 10px 0 0 10px;
  background: #f9f0e1;
}
.box-gridteaser-big form select {
  font-size: 9px;
}


/* BREADCRUMB TREE */
.breadcrumb-and-quick-nav {
/*  width: auto; */
/*  position: relative;  */
}
.breadcrumb-tree {
  height: 1%; /* hasLayout */
  padding: 10px;
  font-size: 11px;
  font-weight: bold;
  border-top: 1px solid #D0E0E0;
}
.breadcrumb-and-quick-nav .breadcrumb-tree {
  padding: 10px 10px 0 10px;
}
.breadcrumb-tree div {
  padding: 5px 0 0 17px;
  margin: 0 0 0 5px;
  background: url(../img/icons/breadcrumb_tree.png) no-repeat 0 2px;
}

/* FOTO/VIDEO quick navi */
.fv-quick-nav {
  float: right;
  padding-right: 8px;
}
.fv-quick-nav a.btn-icon {
  margin: 2px 0 0 2px;
  padding: 0 0 0 8px;
}
*+html .fv-quick-nav a.btn-icon {
  padding:0 0 0 7px;
}
.fv-quick-nav a.btn-icon-back {
  padding: 0 0 0 6px;
}
*+html .fv-quick-nav a.btn-icon-back {
  padding: 0 0 0 5px;
}

/* EINZELANSICHT FOTO/VIDEO (aka fv) */
.box-fv .fv-details {
  height: 1%; /* hasLayout */
  padding: 5px 9px;
}
.box-fv .fv-details .fv {
  margin: 0 0 10px 0;
  text-align: center;
  background: #fff;
  position: relative;
}
* html .box-fv .fv-details .fv img { margin-bottom: -3px; }
*+html .box-fv .fv-details .fv img { margin-bottom: -3px; }

.box-fv .fv-details .details img {
  float: left;
  margin: 0 5px 5px 0;
}
.box-fv .fv-details .details p.date {
  float: left;
  margin: 3px 0 0 0;
}
.box-fv .fv-details .details p.text {
  margin: 10px 0;
}

/* FOTO Navi Hover */
.pic-next,
.pic-prev {
  opacity: 0.6;
  filter:alpha(opacity=60);
  -moz-opacity: 0.60;
  width: 56px;
  height: 56px;
  background: url(../img/icons/prev_big.gif);
  position: absolute;
  top: 197px;
  display: none;
  cursor: pointer;
}
.pic-prev {
  left: 0px;
}
.pic-next {
  background: url(../img/icons/next_big.gif);
  right: 0px;
}
* html .pic-next {
  margin-right: 9px;
}

/* KOMMENTARE */
.box-add-comment form {
  padding: 10px 10px 0 10px;
}
.box-add-to-pinboard form {
  padding: 0;
}
.box-add-to-pinboard form .inner-form {
  padding: 10px 10px 0 10px;
}
.box-add-comment form label {
  float: left;
  width: 108px;
  margin: 0 0 5px 0;
}
.box-add-comment form input.ipt-text {
  float: left;
  width: 280px;
  margin: 0 0 5px 0;
}
.box-add-comment form textarea {
  float: left;
  width: 280px;
  height: 60px;
  padding: 2px 5px;
}
.box-add-comment .emoticons {
  float: left;
/* width: 195px; */
  width: 215px; /* for new emoticons which are wider */
  margin: 7px 0 7px 108px;
  display: inline; /* ie6 double margin */
}
.box-add-comment .checkbox-group {
  margin-left: 45px;
  margin-bottom: 5px;
}
.box-add-comment .trenner {
  margin: 0;
}
.box-add-comment a.btn {
  float: right;
  margin: 0 0 7px 0;
}

.box-comments .list .item {
  padding: 10px;
}
.box-comments .list .item .item {
  padding: 0;
}
.box-comments  .list .action-bar-box-ajax .item {
  padding: 0;
}
.box-comments  .list .action-bar-box-ajax .box-comments {
  padding: 0 0 10px 20px;
}
.box-comments  .list .action-bar-box-ajax .box-comments .list .item {
  padding: 10px;
}
.box-comments  .list .action-bar-box-ajax .box-comments .list .item .item {
  padding: 0;
}
.box-comments .list .item .grid-item,
.box-comments .list .info {
  float: left;
}
.box-comments .list .info {
  width: 400px;
}
.box-comments  .list .action-bar-box-ajax .box-comments .list .info {
  width: 390px;
}
.right_col .box-comments .list .info {
  width: 230px;
}
.box-comments .list .item .date {
  float: left;
  margin: 2px 0 0 0;
}
.box-comments .list .item a.trash {
  margin: 0 0 0 5px;
  display: inline;
}
.box-comments .list .item p.text {
  padding: 0 0 3px 0;
}
.box-comments .list .item .grid-item img {
  margin: 0 10px 0 0;
}

/* PINNWAND */
.box-pinboard .activity {
  padding: 5px 10px;
}
.box-pinboard .activity a {
  font-weight: bold;
}
.box-pinboard .activity a.owner-link {
  color: #000000;
}
.box-no-bottom {
  margin-bottom: 0 !important;
}

/* BIRTHDAYS, VISITORS */
.ajax-birthdays .box,
.ajax-visitors .box {
  margin-bottom: 0;
}

.ajax-visitors {
  margin-bottom: 20px;
}

/* EVENTS, EINZEL EVENT & ADD EVENT */
.box-events .box-calendar {
  float: left;
  width: 150px;
}
.box-events .box-calendar .month {
  padding: 0;
}
.box-events .filter {
  float: left;
  width: 270px;
  padding: 10px 0 0 30px;
}
.box-events form .filter h3 {
  margin: 0 0 6px 0;
}
.box-events form .filter label {
  float: left;
  width: 23px;
  margin: 0 0 8px 0;
}
.box-events  form.filter select {
  float: left;
  font-size: 9px;
  margin: 0 0 8px 0;
}
.box-events form .filter select.day,
.box-events form .filter select.month {
  margin-right: 3px;
}
.box-events form .filter input.ipt-radio {
  float: left;
  margin: 3px 5px 0 0;
}
* html .box-events form .filter input.ipt-radio { margin: -2px 0 0 -3px; }
*+html .box-events form .filter input.ipt-radio { margin: -2px 0 0 -3px; }
.box-events form .filter label.lbl-radio {
  width: 110px !important;
  margin: 2px 0 0 5px;
}
.box-events form .filter a.btn {
  margin: 13px 10px 7px 0;
}

.box-my-events .titel {
  font-weight: bold;
}

.box-event .event {
  padding: 10px 0 0 0;
}
.box-event .event .img-col {
  float: left;
  width: 150px;
  margin: 0 10px 0 10px;
  display: inline; /* ie6 double margin */
}
.box-event .event .img-col img {
  margin: 0 0 10px 0;
}
* html .box-event .event .img-col img { margin: 0 0 7px 0; }
*+html .box-event .event .img-col img { margin: 0 0 7px 0; }
.box-event .event .img-col a.btn-small {
  margin: 0 0 7px 0;
}
.box-event .event .info-col {
  float: left;
  width: 240px;
}
.box-event .event .info-col p {
  margin: -2px 0 0 0; /* damit oben bündig mit foto */
  color: #888;
  line-height: 17px;
}
.box-event .event .info-col p b {
  color: #000;
}
.box-event .event .info-col .item-user {
  padding: 0;
  margin: 15px 0 0 0;
}
.box-event .event .info-col .item-user .info {
  width: 205px;
}
.box-event .event .info-col p.text {
  margin: 18px 0 0 0;
  color: #000;
  line-height: 15px;
}
.box-event .event .info-col .status_open,
.box-event .event .info-col .status_closed,
.box-event .event .info-col .status_permission {
  float: right;
  width: 16px;
  height: 16px;
  background: url(../img/icons/group.gif);
}
.box-event .event .info-col .status_closed {
  background: url(../img/icons/group_minus.gif);
}
.box-event .event .info-col .status_permission {
  background: url(../img/icons/group_plus.gif);
}
.box-event span.event-info {
  float: left;
  width: 70px;
}

.box-add-event form {
  padding: 10px 10px 0 10px;
}
.box-add-event form label {
  float: left;
  margin: 0 0 9px 0;
}
.box-add-event form input.ipt-text {
  float: left;
  width: 288px;
  margin: 0 0 9px 0;
}
.box-add-event form select {
  float: left;
  margin: 0 0 9px 0;
  font-size: 10px;
}
.box-add-event form select.day,
.box-add-event form select.month {
  margin-right: 8px;
}
.box-add-event form select.hour {
  margin-left: 15px;
}
.box-add-eventt form span.hourdots {
  float: left;
  margin: 3px 3px 0 3px;
}
.box-add-event form span.hour {
  float: left;
  margin: 3px 0 0 3px;
}
.box-add-event form textarea {
  float: left;
  width: 294px;
  height: 38px;
  margin: 0 0 9px 0;
}
.box-add-event form .img-upload img {
  margin: 0 30px 0 0 !important;
}
.box-add-event form .eeinstellungen {
  margin: 8px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px solid #fff;
}
.box-add-event form .einstellungen h3 {
  margin: 0 0 5px 0;
}
.box-add-event form .einstellungen .item {
  padding: 5px;
  background: none;
}
.box-add-event form .einstellungen .item label {
  width: 300px;
  margin: 12px 0 0 0;
}
.box-add-event form .einstellungen .item input.ipt-radio {
  float: left;
  margin: 12px 6px 0 0;
}
* html .box-add-event form .einstellungen .item input.ipt-radio { margin-top: 8px; }
*+html .box-add-event form .einstellungen .item input.ipt-radio { margin-top: 8px; }
.box-add-event form a.btn {
  margin: 7px 0 7px 10px;
}


/* UMFRAGEN & ADD UMFRAGE  */
/*
.box-poll .head .tooltip {
  margin: 4px;
}
.box-umfrage {
  padding: 10px 0 0 0 !important;
}
.box-umfrage-inner {
  padding: 0 10px;
}
.box-umfrage .poll-info {
  float: left;
  width: 240px;
}
.box-umfrage .count-and-status {
  float: left;
  margin: 3px 0 0 0;
}
.box-umfrage .date {
  margin: 3px 0 0 0;
}
.box-umfrage a.btn-small {
  margin: 5px 0 0 5px;
}
*/
.box-umfrage h3 {
  margin-bottom: 10px;
}
.box-umfrage .grid-item {
  float: left;
}
.box-umfrage .grid-item img {
  margin: 0 5px 5px 0;
}
/*
.box-umfrage table {
  width: 100%;
  margin: 0;
}
.box-umfrage table td {
  border: none;
}
.box-umfrage table td.col0 {
  width: 365px;
  padding: 5px 5px 10px 10px;
}
.box-umfrage table td.col1 {
  text-align: center;
  vertical-align: middle;
  padding: 0;
}
.box-umfrage table td.col1 input {
  margin: 0;
}
.box-umfrage table tr {
   background: url(../img/boxes/list_bg.gif);
}
.box-umfrage table tr.head-row {
   background: none;
}
.box-umfrage table tr.head-row td {
  height: auto;
}
.box-umfrage table tr.head-row td.col0 {
  padding: 0 0 5px 10px;
}
.box-umfrage table tr.head-row td.col1 {
  padding: 0 0 5px 5px;
  vertical-align: top;
  font-weight: bold;
}
.box-umfrage table td.col0 .percent {
  color: #666;
}
.box-umfrage table td.col0 .percent .percent-bar {
  width: 360px;
  margin: 5px 0 0 0;
  overflow: hidden;
}
.box-umfrage table td.col0 .percent .percent-bar div {
  float: left;
  height: 10px;
  margin-top: 2px;
  background: #666;
  overflow: hidden;
}
.box-umfrage table td.col0 .percent .nr {
  float: left;
  margin-left: 10px;
  overflow: hidden;
}
.box-umfrage a.btn {
  margin: 7px 0 0 0;
}
.box-umfrage a.btn-small {
  margin: 7px 10px 0 0;
}
*/
/* UMFRAGEN & ADD UMFRAGE  */
.box-umfrage {
  padding: 10px 10px 0 10px !important;
  margin: 0 10 10px 0 !important;
  background: #F2F2F2;
}
.box-umfrage .poll-info {
  float: left;
  width: 300px;
}
.box-umfrage .poll-info .count-and-status {
  float: left;
  margin: 3px 0 0 0;
}
.box-umfrage .poll-info .date {
  clear: left;
  margin: 3px 0 0 0;
}
.box-umfrage .poll-info a.btn-small {
  margin: 5px 0 0 5px;
}
.box-umfrage .item-user {
  float: right;
  width: 150px;
  padding: 0;
  background: none;
}
.box-umfrage .item-user .info {
  width: 115px;
}
.box-umfrage table {
  width: 100%;
  margin: 20px 0 0 0;
}
.box-umfrage table td.col0 {
  width: 380px;
  padding: 5px 5px 10px 5px;
}
.box-umfrage table td.col1 {
  text-align: center;
  padding: 10px 0 0 0;
}
.box-umfrage table tr.head-row {
   background: none;
}
.box-umfrage table tr.head-row td {
  height: auto;
}
.box-umfrage table tr.head-row td.col0 {
  padding: 0 0 5px 0;
}
.box-umfrage table tr.head-row td.col1 {
  padding: 0 0 5px 5px;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
}
.box-umfrage table td.col0 .percent {
  color: #666;
}
.box-umfrage table td.col0 .percent .percent-bar {
  width: 255px;
  float: left;
  height: 5px;
  line-height: 5px;
  margin: 5px 0 0 10px;
  overflow: hidden;
}
.box-umfrage table td.col0 .percent .percent-bar div {
  height: 5px;
  line-height: 5px;
  background: #e10071;
}
.box-head-home      .percent .percent-bar div { background: #eb009b !important; }
.box-head-show      .percent .percent-bar div { background: #f27300 !important; }
.box-head-news      .percent .percent-bar div { background: #059865 !important; }
.box-head-stars     .percent .percent-bar div { background: #bca04f !important; }
.box-head-videos    .percent .percent-bar div { background: #fb3506 !important; }
.box-head-fotos     .percent .percent-bar div { background: #cba204 !important; }
.box-head-win       .percent .percent-bar div { background: #6ecb00 !important; }
.box-head-community .percent .percent-bar div { background: #ff0080 !important; }
.box-head-lifestyle .percent .percent-bar div { background: #ff7fe6 !important; }
.box-head-fanshop   .percent .percent-bar div { background: #00aae7 !important; }
.box-umfrage table td.col0 .percent .nr {
  float: left;
  width: 30px;
  text-align: right;
  overflow: hidden;
}
.box-umfrage a.btn {
  margin: 7px 0;
}
.box-umfrage a.btn-small {
  margin: 7px 10px 7px 0;
}

.box-umfragen .item {
  padding: 10px;
}
.box-umfragen .box-umfrage-inner .item {
  padding: 0;
}
.box-umfragen .item a {
  font-weight: bold;
  color: #000000;
}
.box-umfragen .box-umfrage {
  margin: 0 !important;
}

.box-add-umfrage form {
  padding: 10px;
}
.box-add-umfrage form label {
  float: left;
  width: 100px;
}
.box-add-umfrage form input.ipt-text {
  float: left;
  width: 288px;
  margin: 0 0 9px 0;
}
.box-add-umfrage form textarea {
  float: left;
  width: 290px;
  height: 38px;
  margin: 0 0 9px 0;
  padding: 2px 4px;
}
.box-add-umfrage form a.plus,
.box-add-umfrage form a.minus {
  float: left;
  width: 10px;
  height: 10px;
  margin: 2px 7px 0 0;
  background: url(../img/icons/plus.gif) no-repeat;
}
.box-add-umfrage form a.minus {
  background: url(../img/icons/minus.gif) no-repeat;
}
.box-add-umfrage form .eeinstellungen {
  margin: 8px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px solid #fff;
}
.box-add-umfrage form .einstellungen h3 {
  margin: 0 0 5px 0;
}
.box-add-umfrage form .einstellungen .item {
  padding: 5px;
  background: none;
}
.box-add-umfrage form .einstellungen .item label {
  width: 300px;
  margin: 12px 0 0 0;
}
.box-add-umfrage form .einstellungen .item input.ipt-radio {
  float: left;
  margin: 12px 6px 0 0;
}
* html .box-add-umfrage form .einstellungen .item input.ipt-radio { margin-top: 8px; }
*+html .box-add-umfrage form .einstellungen .item input.ipt-radio { margin-top: 8px; }
.box-add-umfrage form a.btn {
  margin: 7px 0 0 10px;
}


/* NEWS */
.box-news .item {
  padding: 10px;
}
.box-news .box-ajax .item,
.box-news .item .item {
  padding: 0;
}
.box-news .box-ajax .box-comments .item
{
  padding: 10px;
}
.box-news .box-ajax .box-comments .item .item
{
  padding: 0;
}
.box-news .item img {
  float: left;
  margin: 0 10px 0 0;
}
.box-news .box-ajax .item img {
  margin: 0;
}
.box-news-detail .item img {
  margin: 0 10px 10px 0;
}
.box-news .item .grid-item {
  float: left;
}
.box-news .item .grid-item img {
  margin: 0 5px 5px 0;
}
/* emoticons in news body */
.box-news .item .text img {
  float: none;
  margin: 0;
}
.box-news .item .news-info {
  float: left;
  width: 380px;
}
.box-news-detail .item .news-info {
  float: none;
  width: auto;
}
.right_col .box-news .item .news-info {
  width: 210px;
}
.right_col .box-dome-news .item .news-info {
  width: 184px;
}
.box-news .item .news-info h3 {
  margin: 0 0 1px 0;
  color: #059865;
}
.box-news .item .news-info .item-user {
  float: left;
  width: 25px;
  padding: 0;
  background: none;
  margin-bottom: 10px;
}
.box-news .item .news-info .item-user img {
  margin: 0 5px 0 0;
}
.box-news .item .news-info p.date {
  padding-top: 3px;
}
.box-news .box-search label {
  width: auto;
  margin-right: 10px;
}

/* eigene news */
.box-my-news .list {
  margin: -10px 0 0 0;
}
.box-my-news p.edit {
  float: right;
  padding: 5px 0 0 0;
}
.box-my-news p.edit a.btn-small {
  margin: 0 5px 5px 0;
}
.box-my-news .item-teaser{
  height: auto;
}
.box-my-news  .item-teaser p.info {
  width: 308px;
}


/* HOME - GROUPS */
.home-groups {
  margin-top: 2px;
}
.home-members a.btn,
.home-groups a.btn {
  margin: 4px 5px 2px 0;
}

/* SLIDER */
.box-slider {
  clear: both;
  /*margin: 2px 0 0 0;*/
}
.box-slider .slider {
  padding: 5px 0 5px 0;
  background: url(../img/list_bg.gif) repeat-x;
}
.box-slider .prevlink a,
.box-slider .nextlink a {
  float: left;
  width: 15px;
  height: 21px;
  margin: 14px 4px 0 2px;
  background: url(../img/icons/slider_left.png) no-repeat;
  color: transparent;
}
.box-slider .nextlink a {
  margin-left: 0;
  margin-right: 0;
  background: url(../img/icons/slider_right.png) no-repeat;
}

.box-slider .nextlink a span,
.box-slider .prevlink a span{
  display: none;
}

.box-slider .items a {
  float: left;
  margin: 0 4px 0 0;
}
.box-slider a.btn {
  margin-top: 7px;
}

.images-slider { padding: 5px 0 2px 3px !important; overflow: hidden; }
.images-slider .jcarousel-images-slider { width: 432px !important; float: left; display: none; } /* gets display: block from jQeury when loaded */
.images-slider .jcarousel-images-slider-placeholder { width: 431px !important; float: left; height: 50px; background: url(../img/loading.gif) center center no-repeat; }
.images-slider .jcarousel-button-prev,
.images-slider .jcarousel-button-next { float: left; }
.images-slider .jcarousel-button-prev a,
.images-slider .jcarousel-button-next a { margin: 15px 0 0 0 !important; width: 18px; height: 22px !important; display: block; }
.images-slider .jcarousel-button-prev a span,
.images-slider .jcarousel-button-next a span { display: none; }
.images-slider ul { height: 50px !important; }
.images-slider li { width: 50px; margin: 0 13px 0 0 !important; float: left; }

/* TAGS */
.box-tags-vertical .tags {
  padding: 10px !important;
  text-align: center;
}
.box-tags-home .tags {
  padding: 0 10px 10px 10px;
  text-align: center;
}
.box-tags-vertical .tags a,
.box-tags-home .tags a {
  color: #FF2300;
}
.box-tags-vertical a.f1,
.box-tags-home a.f1 { font-size: 9px; }
.box-tags-vertical a.f2,
.box-tags-home a.f2 { font-size: 11px; }
.box-tags-vertical a.f3,
.box-tags-home a.f3 { font-size: 12px; }
.box-tags-vertical a.f4,
.box-tags-home a.f4 { font-size: 14px; }
.box-tags-vertical a.f5,
.box-tags-home a.f5 { font-size: 16px; }

/* pinboard edit */
.box-edit-activities-my-profile table{
  width: 470px;
}
.box-edit-activities-my-profile table tr{
  background: #E5F1E5 url(../img/boxes/list_bg.gif) repeat-x scroll 0 0;
}
.box-edit-activities-my-profile table td{
  padding: 0 10px;
  border-left: none;
}
.box-edit-activities-my-profile td.col0 {
  width: 330px;
}
.box-edit-activities-my-profile td.col1 {
  text-align: right;
  padding-right: 10px;
}
.box-edit-activities-my-profile td.col2 {

}
.box-edit-activities-my-profile td.col3 {

  text-align: center;
}
.box-edit-activities-my-profile form,
.box-edit-activities-friends form {
  padding: 0 !important;
}
.box-edit-activities-my-profile input.ipt-check,
.box-edit-activities-friends select {
  margin: 0 !important;
}
.box-edit-activities-my-profile td,
.box-edit-activities-friends td,
.box-quicklinks-edit td {
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}
.box-edit-activities-my-profile tr.head-row td,
.box-edit-activities-friends tr.head-row td,
.box-quicklinks-edit tr.head-row td {
  background: #EFF5F5;
}

.box-edit-activities-friends table{
  width: 470px;
}
.box-edit-activities-friends table tr{
  background: #E5F1E5 url(../img/boxes/list_bg.gif) repeat-x scroll 0 0;
}
.box-edit-activities-friends table td{
  border-left: none;
}
.box-edit-activities-friends td.col0 {
  width: 330px;
  padding: 0 10px;
}
.box-edit-activities-friends td.col1 {
  text-align: right;
  padding-right: 10px;
}
.box-edit-activities-friends td.col2 {
  text-align: center;
}

/* dashboard edit, but icons are not used only there --> move? */
.approved,
.not_approved,
.order_down,
.order_up {
  display: block;
  width: 13px;
  height: 12px;
  overflow: hidden;
  background: url(../img/icons/activate.png) no-repeat top;
}
.not_approved {
  background: url(../img/icons/lock.png) no-repeat top;
}
.order_down {
  float: left;
  margin: 7px 0 0 15px;
  background: url(../img/icons/down.png) no-repeat top;
}
.order_up {
  float: right;
  margin: 7px 15px 0 0;
  background: url(../img/icons/up.png) no-repeat top;
}

/* MAILS */
.box-mail-liste .important {
  color: #FF2300;
}
.box-mail-liste table {
  width: 100%;
}
.box-mail-liste td.col0 {
  width: 150px;
}
.box-mail-liste td.col1 {
  width: 140px;
}
.box-mail-liste td.col2 {
  width: 150px;
  font-size: 9px;
}
/* TODO BREITEN */
*html .box-mail-liste td.col2 { /* zentrierung durch lineheight geht nicht, weil font size kleiner */
  vertical-align: middle;
}
.box-mail-liste td.col4 { /* erste spalte bei grüßen - gesendet */
  width: 280px;
  border-left: 0;
}
.box-mail-liste td.col5 { /* erste spalte bei grüßen - empfangen */
  width: 179px;
  border-left: 0;
}
.box-mail-liste td.col6 { /*zurück grüßen */
  width: 100px;
  vertical-align: middle;
  padding: 0;
}
.box-mail-liste td.col6 a.btn-small {
  margin: 0 -15px 0 5px; /* weird ie stuff */
}
.box-mail-liste td {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  background: #E5F1E5 url(../img/boxes/list_bg.gif) repeat-x scroll 0 0;
  border-left: none;
}
.box-mail-liste td,
.box-mail-liste td a {
  color: #666;
}
.box-mail-liste tr.head-row-out td {
  border-top: 1px solid #D0E0E0;
}
.box-mail-liste tr.head-row td {
  background: #EFF5F5;
  color: #000;
  font-size: 11px;
}
.box-mail-liste tr td.col0 a {
  color: #FF2300;
}
.box-mail-liste tr.unread td.col0 a {
  font-weight: bold;
}
.box-mail-liste tr.unread td.col1 a {
  font-weight: bold;
  color: #000;
}
.box-mail-eingang td.col1 a {
  padding: 0 0 0 17px;
  background: transparent url(../img/icons/mail_read.gif) no-repeat left center;
}
.box-mail-eingang tr.unread td.col1 a {
  padding: 0 0 0 17px;
  background: transparent url(../img/icons/mail_unread.gif) no-repeat left center;
}
.box-mail-eingang td.col1 a.btn-greet {
  background: transparent url(../img/icons/shout.png) no-repeat left center;
}
a.trash,
.user-img-list a.trash,
.box-mail-liste a.trash {
  padding: 0 0 0 12px;
  margin: 0;
  background: url(../img/icons/delete_red.png) no-repeat 0 -2px;
  zoom: 1; /* hasLayout */
}
a.trash span {
  visibility: hidden;
}


.box-mail-liste a.reply {
  padding: 0 0 0 19px;
  margin: 0 0 0 8px;
  background: url(../img/icons/mail_reply.gif) no-repeat;
  zoom: 1; /* hasLayout */
}

.box-mail-liste a.no-reply {
  padding: 0 0 0 19px;
  margin: 0 0 0 8px;
  zoom: 1; /* hasLayout */
  cursor: auto;
}

.box-mail-liste td.mail {
  padding: 3px 10px 0 10px;
  background: #fff url(../img/list_bg.gif) repeat-x 0 -18px;
  border: none;
  color: #000;
}
.box-mail-liste td.mail a {
  color: #cb6600;
}
.box-mail-liste td.mail p {
  padding: 5px;
  line-height: 1.2em;
  border: 1px solid #000;
  background: #fff;
}
.box-mail-liste td.mail a.btn-small {
  float: right;
  margin: 7px 0 7px 10px;
}
.box-mail-liste td.mail a.close {
  float: right;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  padding-right: 5px;
  background: transparent url(../img/icons/mail_close.gif) no-repeat;
  zoom: 1; /* hasLayout */
}
.box-mail-liste td.mail a.close:hover{
  text-decoration: none;
}

.box-write-mail form {
  padding: 10px 10px 0;
}
.box-write-mail form label {
  float: left;
  width: 100px;
  margin: 0 0 5px 0;
}
.box-write-mail form input.ipt-text {
  float: left;
  width: 288px;
  margin: 0 0 5px 0;
}
.box-write-mail form textarea {
  float: left;
  width: 288px;
  height: 140px;
  padding: 2px 5px;
}
.box-write-mail .emoticons {
  float: left;
/* width: 195px; */
  width: 215px; /* for new emoticons which are wider */
  margin: 7px 0 7px 100px;
  display: inline; /* ie6 double margin */
}
.box-write-mail .trenner {
  margin: 0;
}
.box-write-mail a.btn-small {
  float: right;
  margin: 2px 0 7px 10px;
}
.box-write-mail a.btn {
  float: right;
  margin: 7px 0 7px 10px;
}

.box-mail-empfaenger {
  margin: 0 0 15px 0;
  padding: 0;
  background: none;
}
.box-mail-empfaenger form {
  margin: 0 10px;
}
.box-mail-empfaenger .pagenavi {
  border-bottom: 1px solid #fff;
  margin: 0;
}
.box-mail-empfaenger .head h2 {
  float: left;
}
.box-mail-empfaenger .head a.btn-small {
  float: left;
}
.box-mail-empfaenger td.col0,
.box-mail-empfaenger td.col2 {
  width: 145px;
}
.box-mail-empfaenger td.col1,
.box-mail-empfaenger td.col3 {
  width: 64px;
  vertical-align: middle;
  text-align: center;
}
.box-mail-empfaenger td.col0 .item-user .info,
.box-mail-empfaenger td.col2 .item-user .info {
  width: 89px;

}
.box-mail-empfaenger a.btn{
  margin: 7px 0;
}
.box-mail-empfaenger a.btn-attention {
  margin: 7px 10px 7px 7px;
}

/* PROFIL - ÜBER MICH */

.box-type-2 div.form,
.box-favoriten div.form,
.box-einstellungen-info .info {
  padding: 10px 10px 0 10px;
}

.box-favoriten div.form{
  padding: 10px 10px 5px 10px;
}





.box-my-pic form{
  padding: 0px 0px 0px 10px;
}

.box-my-pic p{
  height: 30px;
  line-height:30px;
  padding:0;
  margin:0;
  padding-left: 0px;
}

.box-my-pic form img {
  margin-top: 3px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.box-my-pic form .user-img-current {
  width: 160px;
  float: left;
  display: inline;
}

.box-my-pic form .user-img-list {
  float: left;
  width: 300px;
  display: inline;
  padding-left: 0px;
}

.box-my-pic form .user-img {
  float: left;
  width: 50px;
  margin: 0 10px 10px 0;
  display: inline; /* ie6 double margin */
}

.box-my-pic form .user-img  a img{
  margin-bottom:-3px;
}

.box-my-pic form .user-img div {
}


.box-my-pic form .user-img div input {
  margin: 0 5px 0 10px;
  vertical-align: middle;
}
* html .box-my-pic form .user-img div input { margin: -2px 0 0 6px; }
*+html .box-my-pic form .user-img div input { margin: -2px 0 0 6px; }
.box-my-pic form .user-img div a.btn-small {
  margin: 7px 0 0 10px;
}
.box-my-pic form h3 {
  margin: 0 0 7px 0;
}
.box-my-pic form a.btn {
  margin: 0 0 7px 0;
}

.box-my-pic form .trenner,
.box-type-2 div.form .trenner,
.box-favoriten div.form .trenner {
  margin: 10px 0 7px 0;
}
.box-type-2 div.form .trenner {
  margin: 0;
}
.box-favoriten div.form .trenner {
  margin: 2px 0 0 0;
}

/*
.box-type-2 div.form label,
.box-favoriten div.form label,
*/
.box form label {
  float: left;
  width: 110px;
}
/*
.box-type-2 div.form textarea,
.box-favoriten div.form textarea,
*/
.box form textarea {
  float: left;
  width: 288px;
  margin: 0 0 10px 0;
  padding: 2px 5px;
  font-weight: bold;
}
/*
.box-type-2 div.form input.ipt-text,
.box-favoriten div.form input.ipt-text {
*/
.box form input.ipt-text {
  float: left;
  width: 288px;
  font-weight: bold;
}
.box form input.ipt-text {
  margin: 0 0 10px 0;
}
.box-type-2 div.form input.tags {
  color: #0071e0;
/*  width: 270px !important; ixck rm 100115 */
}

.box form input#shoutbox_message {
/*now in head*/
  width:206px;
  margin: 2px 0 0 5px;
  font-weight:normal;
}


.box-type-2 div.form .tooltip {
  margin-top: 2px;
}
.box-favoriten div.form input.ipt-text {
  margin: 0 0 5px 0;
}
.box-type-2 div.form .emoticons {
  float: left;
/* width: 190px; */
  width: 215px; /* for new emoticons which are wider */
  margin: 0 0 7px 100px;
  display: inline; /* ie6 double margin */
}

.box-type-2 div.form a.btn,
.box-favoriten div.form a.btn {
  margin: 7px 0;
}

.box-einstellungen-info .info {
  height: 1%; /* hasLayout */
}
.box-einstellungen-info .info .labels {
  float: left;
  width: 80px;
}
.box-einstellungen-info .info .infos {
  float: left;
  width: 120px;
  font-weight: bold;
}
.box-einstellungen-info a.btn {
  margin: 10px 0 7px 0;
}
.box-einstellungen-password form,
.box-einstellungen-kommunikation form {
  padding: 10px;
}
.box-einstellungen-kommunikation td.col0 {
  width: 300px;
}
.box-einstellungen-kommunikation td.col1 .tooltip {
  margin-top: 1px;
}
.box-einstellungen-kommunikation form label.format {
  width: 92px;
}
.box-einstellungen-kommunikation form label.radio {
  width: 50px;
}
.box-einstellungen-kommunikation form input.ipt-radio {
  float: left;
  margin: 0 5px 0 0;
}
* html .box-einstellungen-kommunikation form input.ipt-radio { margin-top: -4px; }
*+html .box-einstellungen-kommunikation form input.ipt-radio { margin-top: -4px; }
.box-einstellungen-kommunikation form input.ipt-check {
  float: left;
  margin: 0 8px 10px 0;
}
* html .box-einstellungen-kommunikation form input.ipt-check { margin: -4px 5px 0 -4px; }
*+html .box-einstellungen-kommunikation form input.ipt-check { margin: -4px 5px 0 -4px; }
.box-einstellungen-kommunikation form select {
  width: 115px;
}

/* PROFIL - NEWSLETTER SUBSCRIPTIONS */
.box-newsletter form input.ipt-text {
  width: 167px;
  float: left;
  margin: 10px 5px 10px 10px;
}
.box-newsletter a.btn {
  margin: 10px 5px 2px 0;
}
.box-newsletter-subscriptions form .item {
  width: 200px;
  float: left;
  padding: 0 10px;
}
.box-newsletter-subscriptions form .item label {
  width: auto;
}
.box-newsletter-subscriptions form td {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.box-newsletter-subscriptions form tr.head-row td {
  height: 20px;
  line-height: 20px;
}
.box-newsletter-subscriptions form td.col0 {
  width: 151px;
}
.box-newsletter-subscriptions form td.col1 {
  width: 39px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.box-newsletter-subscriptions form td.col2 {
  width: 150px;
}
.box-newsletter-subscriptions form td.col3 {
  width: 39px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.box-newsletter-subscriptions form td.col0 .community,
.box-newsletter-subscriptions form td.col2 .community {
  font-weight: bold;
  color: #CC6600;
}
.box-newsletter-subscriptions span.subscribed,
.box-newsletter-subscriptions span.unsubscribed {
  margin: 0;
  padding: 0 0 0 11px;
  height: 12px;
  background: url(../img/icons/approved.gif) no-repeat left;
}
.box-newsletter-subscriptions span.unsubscribed {
/* change bg pic here! */
  background: url(../img/icons/approved.gif) no-repeat left;
}
.box-newsletter-subscriptions form a.btn {
  margin: 7px 10px;
}

/* PROFIL - PROFIL LÖSCHEN */
.box-delete-profile form .info {
  padding: 10px;
}


/* NEWS ADD */
.box-add-news form {
  padding: 10px 10px 0 10px;
}
.box-add-news form label {
  float: left;
  width: 100px;
  height: 16px;
  line-height: 16px;
  margin: 0 0 7px 0;
}
.box-add-news form input.ipt-text {
  float: left;
  width: 288px;
  margin: 0 0 7px 0;
}
.box-add-news form textarea {
  float: left;
  width: 290px;
  height: 108px;
  margin: 0 0 7px 0;
  padding: 4px;
}
.box-add-news form a.btn {
  margin: 0 0 7px 10px;
}
.box-add-news .emoticons {
  float: left;
/* width: 195px; */
  width: 215px; /* for new emoticons which are wider */
  margin: 7px 0 20px 103px;
  display: inline; /* ie6 double margin */
}
.box-add-news form .img-upload img {
  margin: 0 30px 0 0;
}
.box-add-news form .img-upload {
  margin: 8px 0 10px 0;
}


/* SUCHE */
.box-search form {
  padding: 3px 10px;
}
.box-search form label {
  float: left;
  width: 70px;
}
.box-search form label.scnd {
  margin-left: 15px;
}
.box-search form label.alter {
  margin: 0 5px 0 15px;
  width: auto;
}
.box-search form span.alter {
  float: left;
  margin: 0 5px;
}
.box-search form label.check {
  width: auto;
  margin: 0 10px 0 0;
}
.box-search form select {
  float: left;
  font-size: 9px;
}
.box-search form input.ipt-text {
  float: left;
  width: 110px;
  margin: 0;
}

.box-news .box-search form input.ipt-text{
  margin-bottom:0;
}

.box-search-events form label{
  width: 50px !important;
}

.box-search form input.ipt-radio,
.box-search form input.ipt-check {
  float: left;
  margin: 0 5px 0 0;
}
* html .box-search form input.ipt-radio,
* html .box-search form input.ipt-check { margin: -3px 2px 0 -3px; }
*+html .box-search form input.ipt-radio,
*+html .box-search form input.ipt-check { margin: -3px 2px 0 -3px; }

.box-search form .trenner {
  margin: 10px 0 7px 0;
}
.box-search form a.btn {
  margin: 0;
}
.box-search a.btn-icon {
  margin-left: 10px;
  margin-top: 1px;
}
.box-search form .open-close {
  float:  left;
  background: transparent url(../img/icons/close.png) no-repeat 0 2px;
  padding: 0 0 0 15px;
  margin: 0 10px 0 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
}
.box-search form .always-open {
  float:  left;
  padding: 0;
  margin: 0 10px 0 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
}
.box-search form .open {
  float:  none;
  background: transparent url(../img/icons/open.png) no-repeat 0 1px;
  margin: 0 10px 5px 0;
}
.box-search-success-box,
.box-search-error-box {
  margin: 8px 0 0 0 !important;
}
.box-search-error-box a.btn {
  margin: 0 !important;
}

/* freunde edit */
.box-suche-freunde form {
  padding: 10px 10px 0 10px;
}
.box-suche-freunde form label {
  float: left;
  margin: 0 10px 0 0;
}
.box-suche-freunde form span.bis {
  float: left;
  margin: 0 5px;
}
.box-suche-freunde form input {
  float: left;
}
.box-suche-freunde form input.ipt-text {
  margin: 0 15px 8px 0;
}
.box-suche-freunde form input.ipt-check {
  margin: 0 5px 0 0;
}
* html .box-suche-freunde form input.ipt-check { margin: -3px 5px 0 -3px; }
*+html .box-suche-freunde form input.ipt-check { margin: -3px 5px 0 -3px; }
.box-suche-freunde form select {
  float: left;
  font-size: 9px;
}
.box-suche-freunde form a.btn {
  margin: 0 0 7px 0;
}

.box-freunde-edit {
  margin-bottom: 0;
}
.box-freunde-edit .trenner {
  margin: 5px 0 7px 0;
}
.box-suche-freunde .trenner {
  margin: 5px 0 0 0 !important;
}

.box-freunde-edit form .ipt-check {
  float: left;
  margin: 0 5px 0 0;
}
* html .box-freunde-edit form .ipt-check {
  margin: -4px 5px 0 0;
}
*+html .box-freunde-edit form .ipt-check {
  margin: -4px 5px 0 0;
}
.box-freunde-edit form .list .item-friend {
  float: left;
  padding: 10px;
  width: 215px;
  height: 30px;
  overflow: hidden;
}
.box-freunde-edit form .list .item-friend-0 {
  width: 214px;
  border-right: 1px solid #D0E0E0;
}
.box-freunde-edit form .list .item-friend .img {
  float: left;
  padding-right: 10px;
  width: 30px;
}
.box-freunde-edit form .info .name {
  display: block;
  margin: 0 0 3px 0;
}
.box-freunde-edit .trenner {
  margin: 0;
}
.box-freunde-edit a.btn {
  margin: 7px 10px;
}
div.scope {
  float: right;
  margin: 0;
  width: 14px;
  height: 14px;
  background-position: -4px 0px;
}
div.participation {
  margin: 0 2px 0 0;
  background-position: 0px 0px;
}

.box-friend-requests {
  margin-bottom: 0;
}
.box-friend-requests form .list .item-friend {
  float: left;
  padding: 10px;
  width: 215px;
  height: 30px;
  overflow: hidden;
}
.box-friend-requests form .list .item-friend .img {
  float: left;
  padding: 0 10px;
  width: 30px;
}
.box-friend-requests form .list .item-friend .info a.btn {
  float: left;
  margin: 0;
}
.box-friend-requests form .list .item-friend .info a.btn span {
  margin: 0;
}

/* groups edit */
.box-groups-edit {
  margin-bottom: 10px;
}
.box-members-pending {
  margin-bottom: 10px;
}
.box-members-pending form .list .item-friend .img {
  padding: 0 10px 0 0;
}

/* Widget styles */
.box-show-widgets { margin: 0 8px 0 7px !important; }
.box-show-widgets .head { margin: 0 2px !important; }

.box-widgets .btn-delete,
.box-widgets .btn-preview { margin-right: 10px !important; }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.form-container div.controlset {display: block; float:left; width: 100%; padding: 0.25em 0;}

.box-widgets form {padding: 10px;}
.box-widgets form label {width: 120px !important;}
.box-widgets form textarea {width: 318px !important;}
.box-widgets form input.ipt-text {width: 318px !important;}
.box-widgets form textarea {
  height: 300px !important;
}

div.form-container fieldset { border: none; padding: 0 0 3px 0;}

div.form-container div.controlset label,
div.form-container div.controlset input,
div.form-container div.controlset div { display: inline; float: left; }

div.form-container div.controlset label { width: 100px;}

div.color_picker {
  height: 16px;
  width: 16px;
  padding: 0 !important;
  border: 1px solid #ccc;
/*
[2010-08-04 ba] unnecessary background styling
  background: url(../img/icons/colorpicker_arrow.gif) no-repeat top right;
*/
  cursor: pointer;
  line-height: 16px;
}

div#color_selector {
  width: 110px;
  position: absolute;
  border: 1px solid #598FEF;
  background-color: #EFEFEF;
  padding: 2px;
  z-index: 9999;
}
  div#color_custom {width: 100%; float:left }
  div#color_custom label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
  div#color_custom input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.color_swatch {
  height: 12px;
  width: 12px;
  border: 1px solid #000;
  margin: 2px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}



/* PROFIL GALERIE(N), FOTO ANPASSEN & VIDEOS ANPASSEN */
/* box wird auch für video liste benutzt */
.box-galeries-edit form td {
  border-left: none;
}
.box-galeries-edit form tr.list-row {
  background: #E5F1E5 url(../img/boxes/list_bg.gif) repeat-x scroll 0 0;
}
.box-galeries-edit form tr.head-row {
  background: #EFF5F5;
}
.box-galeries-edit form tr.head-row td {
  height: 20px;
  line-height: 20px;
}
.box-galeries-edit form tr.head-row td.col0 {
  padding: 0 0 0 10px;
}
.box-galeries-edit form tr.head-row td.col1 {
  text-align: center;
  padding: 0;
}
.box-galeries-edit form tr.head-row td.col2 {
  padding: 0 0 0 10px;
}
.box-galeries-edit form table td.col0 {
  width: 285px;
}
.box-galeries-edit form table td.col1 {
  width: 100px;
  vertical-align: middle;
  text-align: center;
}
.box-galeries-edit form table td.col2 {
  width: 65px;
  padding: 5px 0 0 5px;
  vertical-align: middle;
}
.box-galeries-edit form table td.col0 .item-teaser {
  padding: 10px;
}
.box-galeries-edit form table td.col0 .item-teaser .image {
  margin-right: 10px;
  float: left;
}
.box-galeries-edit form table td.col0 .item-teaser .titel a {
  font-weight: bold;
}
.box-galeries-edit form table td.col2 a.btn-small {
  float: right;
  margin: 3px 10px 0 0;
}
.box-galeries-edit form table td.col1 input {

}
.box-galeries-edit .order_down {
  margin: 2px 0 0 20px;
}
.box-galeries-edit .order_up {
  margin: 2px 15px 0 0;
}
.box-galeries-edit .trenner {
  margin: 0;
}
.box-galeries-edit a.btn {
  margin: 7px 10px;
}

/* einzelne galerie anpassen */
.box-galerie-edit form,
.box-galerie-foto form {
  padding: 10px 10px 0 10px;
}
.box-galerie-edit form label {
  float: left;
  width: 100px;
  margin: 0 0 10px 0;
}
.box-galerie-edit input.ipt-text {
  float: left;
  width: 288px;
  margin: 0 0 10px 0;
}
.box-galerie-edit input.ipt-radio,
.box-galerie-foto input.ipt-radio {
  float: left;
  margin: 0 10px 0 0;
}
* html .box-galerie-edit input.ipt-radio,
* html .box-galerie-foto input.ipt-radio { margin: -3px 5px 0 -3px; }
*+html .box-galerie-edit input.ipt-radio,
*+html .box-galerie-foto input.ipt-radio { margin: -3px 5px 0 -3px; }
.box-galerie-edit form label.check1,
.box-galerie-foto form label.check1 {
  width: 70px;
}
.box-galerie-edit form label.check2,
.box-galerie-foto form label.check2 {
  width: 165px;
}
.box-galerie-edit form .trenner {
  margin: 0 0 7px 0;
}
.box-galerie-edit form a.btn {
  margin: 0 0 7px 10px;
}

/* diese box wird auch für einzel video verwendet */
.box-galerie-foto form .videoplayer {
  text-align: center;
  margin: 0 0 10px 0;
}
.box-galerie-foto form .img-upload img {
  margin: 0 30px 0 0;
}
.box-galerie-foto form .img-upload {
  margin-bottom: 10px;
}
.box-galerie-foto form .trenner {
  margin: 0 0 7px 0;
}
.box-galerie-foto form a.btn {
  margin: 0 0 7px 10px;
}
.box-galerie-foto form .btn-row a.btn {
  float: left;
  margin: 0 10px 0 0;
}
.box-galerie-foto label {
  float: left;
  width: 100px;
  margin: 0 0 10px 0;
}
.box-galerie-foto input.ipt-text {
  float: left;
  width: 288px;
  margin: 0 0 10px 0;
}
.box-galerie-foto input.tags {
  color: #FF2300;
}
.box-galerie-foto .tooltip {
  margin-top: 2px;
}
.box-galerie-foto textarea {
  float: left;
  width: 290px;
  height: 80px;
  padding: 4px;
}
.box-galerie-foto .emoticons {
  float: left;
/* width: 195px; */
  width: 215px; /* for new emoticons which are wider */
  margin: 7px 0 7px 102px;
  display: inline; /* ie6 double margin */
}
.box-galerie-foto .box-comments {
  padding: 0;
  margin: 0 0 10px 0;
}
.box-galerie-foto input.ipt-check {
  float: left;
  margin: 0 10px 0 0;
}
.box-galerie-foto label.agb {
  width: 425px;
}
.box-galerie-foto .videocode {
  float: left;
  width: 270px;
  color: #666;
}

.box-galerie-foto-list form td {
  border-left: none;
}
.box-galerie-foto-list form tr.list-row {
  background: #E5F1E5 url(../img/boxes/list_bg.gif) repeat-x scroll 0 0;
}
.box-galerie-foto-list form tr.head-row {
  background: #EFF5F5;
}
.box-galerie-foto-list form table tr.head-row td {
  height: 20px;
  line-height: 20px;
}
.box-galerie-foto-list form table tr.head-row td.col0 {
  padding: 0 0 0 5px;
}
.box-galerie-foto-list form table tr.head-row td.col3 {
  padding: 0;
}
.box-galerie-foto-list form table td.col0 {
  width: 300px;
  padding: 0;
}
.box-galerie-foto-list form table td.col1,
.box-galerie-foto-list form table td.col2 {
  width: 100px;
  vertical-align: middle;
  text-align: center;
}
.box-galerie-foto-list form table td.col2 {
  width: 65px;
}
.box-galerie-foto-list form table td.col0 .item-teaser {
  padding: 10px;
}
.box-galerie-foto-list form table td.col0 .item-teaser .image {
  margin-right: 10px;
  float: left;
}
.box-galerie-foto-list form table td.col0 .item-teaser .titel a {
  font-weight: bold;
}
.box-galerie-foto-list form table td.col1 input {
  float: left;
  margin: 0 0 0 15px;
}
* html .box-galerie-foto-list form table td.col1 input { margin: -4px 0 0 12px; }
*+html .box-galerie-foto-list form table td.col1 input { margin: -4px 0 0 12px; }
.box-galerie-foto-list .order_down {
  margin: 1px 0 0 30px;
}
.box-galerie-foto-list .order_up {
  margin: 1px 30px 0 0;
}
.box-galerie-foto-list .approved,
.box-galerie-foto-list .not_approved {
  margin: auto;
}

/* GROUPS */
.box-groups .item {
  padding: 10px;
}
.box-groups .item img {
  float: left;
  margin: 0 10px 0 0;
}
.box-groups .hypes .item {
  padding: 0;
}
.box-groups .hypes .item img {
  margin: 0;
}
/* emoticons in group description */
.box-groups .item .text img {
  float: none;
  margin: 0;
}
.box-groups .item .group-info {
  float: left;
  width: 400px;
}
.box-groups .item .group-info .members-owner,
.box-groups .item .group-info .members-owner a {
  color: #858585;
}
.box-groups .item .group-info .members-owner a {
  font-weight: bold;
}

.box-group .img-col {
  margin: 10px;
}
.box-group .info-col .motto {
  font-weight: normal;
}
.box-group .owner img {
  float: left;
  margin: 0 5px 5px 0;
}
.box-group .owner .date {
  padding-top: 3px;
}
.box-group .owner .date a {
  font-weight: bold;
}

/* GROUP FORUM */
.box-forum-group,
.box-search-forum-group {
  margin-bottom: 0;
}
.box-forum-list-group table tr {
  background: #E5F1E5 url(../img/boxes/list_bg.gif) repeat-x;
}
.box-forum-list-group table tr td,
.box-forum-list-group table tr td span {
  color: #333333;
}
.box-forum-list-group table td {
  border: none;
}
.box-forum-list-group table td.col0 {
  width: 215px;
  padding: 10px;
}
.box-forum-list-group table td.col2 {
  width: 75px;
  padding: 10px 0;
}
.box-forum-list-group table td.col3 {
  width: 150px;
  padding: 10px 10px 10px 0;
}
.box-forum-list-group table td a.img {
  float: left;
  width: 40px;
}
.box-forum-list-group table td .topic .info {
  float: left;
  font-weight: bold;
  width: 175px;
}
.box-forum-list-group table td .topic a {
  font-weight: bold;
}
.box-forum-list-group table td .topic .info .light {
  font-weight: normal;
}
.box-forum-list-group table td .light a,
.box-forum-list-group table td .date a  {
  color: #333333;
  font-weight: bold;
}
.box-forum-list-group table td .last-post a
{
  font-size: 9px;
}
.box-forum-list-group table td .last-post .date,
.box-forum-list-group table td .last-post .date a  {
  font-size: 9px;
  color: #666666 !important;
}
.box-forum-list-group table tr.new-post span.titel {
  padding: 0 0 0 15px;
  background: url(../img/icons/new_posting.gif) no-repeat left 3px;
}


/* FORUM SEARCH */
.box-forum-search form a.btn-view {
  margin-top: 0;
}
.box-forum-search form select {
  font-size: 9px;
}
.box-forum-search form #SearchTopics {
  margin-left: 15px;
}
.box-forum-search form select.interval {
  width: 122px;
}
.box-forum-search form select.sort-for {
  width: 140px;
  margin: 0 5px 5px;
}
.box-forum-search form select.sort {
  width: 90px;
}
.box-forum-search form label.sort-results {
  width: 130px;
}

/* FORUM */
.box-forum,
.box-forum-search {
  margin-bottom: 0;
}
.box-forum-list table tr {
  background: #E5F1E5 url(../img/boxes/list_bg.gif) repeat-x;
}
.box-forum-list table tr td,
.box-forum-list table tr td span {
  color: #333333;
}
.box-forum-list table td {
  border: none;
}
.box-forum-list table td.col0 {
  width: 215px;
  padding: 10px;
}
.box-forum-list table td.col2 {
  width: 75px;
  padding: 10px 0;
}
.box-forum-list table td.col3 {
  width: 150px;
  padding: 10px 10px 10px 0;
}
.box-forum-list table td a.img {
  float: left;
  width: 40px;
}
.box-forum-list table tr.sub td a.img {
  width: 50px;
  text-align: right;
  padding-right: 10px;
}
.box-forum-list table td .topic .info {
  float: left;
  font-weight: bold;
  width: 175px;
}
.box-forum-list table tr.sub td .topic .info {
  width: 155px;
}
.box-forum-list table td .topic a {
  font-weight: bold;
}
.box-forum-list table td .topic .info .light {
  font-weight: normal;
}
.box-forum-list table td .light a,
.box-forum-list table td .date a  {
  color: #666666;
  font-weight: bold;
}
.box-forum-list table .last-post a {
  font-size: 9px;
  font-weight: bold;
}
.box-forum-list table td .last-post .date  {
  color: #666666 !important;
}
.box-forum-list table tr.new-post span.titel {
  padding: 0 0 0 15px;
  background: url(../img/icons/new_posting.gif) no-repeat left 3px;
}

/* FORUM THREAD */
.box-forum-thread .list {
  background: #CFDFDF;
}

.box-forum-thread .start-post {
  padding: 0 0 10px 0;
}
.box-forum-thread .start-post .new-post {
  padding: 0 0 0 15px;
  background: url(../img/icons/new_posting.gif) no-repeat left 1px;
}
.box-forum-thread .start-post .text {
  float: left;
  width: 380px;
  margin: 0 0 0 80px;
  display: inline; /* ie6 double margin */
  overflow: hidden;
}
.box-forum-thread .start-post .text strong {
  font-weight: bold;
}
.box-forum-thread .start-post .text em {
  font-style: italic;
}
.box-forum-thread .start-post .text .underline {
  text-decoration: underline;
}
.box-forum-thread .post {
  margin: 0 0 0 30px;
  padding: 0;
}
.box-forum-thread .post .grid-item {
  padding: 10px;
  float: left;
}
.box-forum-thread .post .date {
  display: block;
  margin: 8px 0 3px 0;
}
.box-forum-thread .post .new-post {
  padding: 0 0 0 15px;
  background: url(../img/icons/new_posting.gif) no-repeat left 1px;
}
.box-forum-thread .post .text {
  width: 380px;
  margin: 0 0 0 50px;
  padding: 10px 0;
}
.box-forum-thread .post .forumpost-attachments {
  padding: 0 0 0 10px;
}
.box-forum-thread .post .forumpost-attachment {
  width: 130px;
  height: 130px;
  position: relative;
  float: left;
}

.box-forum-thread .post .forumpost-attachment-expanded {
  width: 100%;
  height: auto;
}

.box-forum-thread .post .forumpost-attachment-expanded img {
  width: 98%;
}

.box-forum-thread .post .forumpost-attachment a.btn-icon-delete {
  position: absolute;
  left: 0;
  bottom: 14px;
  float: none;
}

.box-forum-thread .post .forumpost-attachment a.expand-image .icon,
.box-forum-thread .post .forumpost-attachment a.collapse-image .icon {
  opacity: 0.6;
  filter: alpha( opacity = 60 );
  -moz-opacity: 0.60;
  width: 20px;
  height: 20px;
  background: url(/projects/default/img/icons/enlarge.gif);
  position: absolute;
  top: 5px;
  left: 5px;
}
.box-forum-thread .post .forumpost-attachment a.collapse-image .icon {
  background: url(/projects/default/img/icons/reduce.gif);
}

.box-forum-thread .post .quote {
  margin: 0;
  padding: 10px;
  background: #FFFFFF;
  color: #666;
  width: 360px;
  overflow: hidden;
}

/* FORUM ADD POST */
.box-write-posting form {
  padding: 10px 10px 7px 10px;
}
.box-write-posting form .text-options {
  float: left;
  margin: 0 0 5px 100px;
  display: inline; /* ie6 double margin */
}
.box-write-posting form label {
  float: left;
  width: 100px;
}
.box-forum-thread .box-write-posting {
  margin-top: 10px;
}
.box-forum-thread .box-write-posting form label {
  float: left;
  width: 80px;
}
.box-forum-thread .box-write-posting form label.quote-post {
  float: left;
  width: 40px;
}
.box-write-posting form textarea {
  width: 448px;
  height: 120px;
}
.box-write-posting form a.btn {
  margin: 0 0 0 15px;
}
.box-write-posting form .emoticons {
  float: left;
/* width: 195px; */
  width: 215px; /* for new emoticons which are wider */
  margin: 7px 0 7px 100px;
  display: inline; /* ie6 double margin */
}

/* FORUM THREAD FORM */
.box-forum-thread-new {
  margin-bottom: 0;
}
.box-forum-thread-new form {
  padding: 10px 10px 7px 10px;
}
.box-forum-thread-new form label {
  width: 100px;
  float: left;
  margin: 0 0 10px 0;
}
.box-forum-thread-new form input.ipt-text {
  width: 338px;
  float: left;
  margin: 0 0 10px 0;
}
.box-forum-thread-new form input.short-text {
  width: 390px;
  margin: 0 10px 0 0;
}
.box-forum-thread-new form .text-options {
  margin: 0 0 5px 120px;
}
.box-forum-thread-new form textarea {
  float: left;
  width: 448px;
  height: 60px;
  padding: 2px 5px;
  margin: 0 0 10px 0;
}
.box-forum-thread-new form .emoticons {
  float: left;
/* width: 195px; */
  width: 215px; /* for new emoticons which are wider */
  margin: 0 0 15px 120px;
  display: inline; /* ie6 double margin */
}
.box-forum-thread-new form .img-upload {
  margin: 8px 0 10px 0;
}
.box-forum-thread-new form label.abo {
  width: 115px;
  margin: 0 0 2px 0;
}
.box-forum-thread-new form label.intervall {
  width: 140px;
  margin: 0;
}
.box-forum-thread-new form label.auto {
  width: auto;
  margin: 0 10px 0 0;
}
.box-forum-thread-new form input.ipt-check {
  float: left;
  margin: 0 5px 0 0;
}
* html .box-forum-thread-new form input.ipt-check { margin: -4px 3px 0 -3px; }
*+html .box-forum-thread-new form input.ipt-check { margin: -4px 3px 0 -3px; }
.box-forum-thread-new form input.ipt-radio {
  float: left;
  margin: 0 5px 0 0;
}
* html .box-forum-thread-new form input.ipt-radio { margin: -4px 3px 0 -3px; }
*+html .box-forum-thread-new form input.ipt-radio { margin: -4px 3px 0 -3px; }

/* VOTINGS */
.box-voting p.vote-result {
  padding-left: 0;
}

.box-voting .voting-info {
  float: right;
  width: 145px;
}

/* BANDS */
.box-anmelden-band label.check {
  width: 400px;
}
.box-anmelden-band input.ipt-check {
  float: left;
  margin: 0 8px 0 0;
}
* html .box-anmelden-band input.ipt-check {
  margin-top: -3px;
}
*+html .box-anmelden-band input.ipt-check {
  margin-top: -3px;
}
.box-anmelden-band .captcha {
  margin: 0 0 0 160px;
  padding: 4px 0 8px 0;
}
.box-anmelden-band .captcha .captcha-img {
  width: 158px;
  /*padding: 2px 0;*/
  overflow: hidden;
  height: 65px;
  border: 1px solid #AFAFAF;
  text-align: center;
}

/* SONG UPLOAD */
.box-add-song a.btn-delete {
  float: left;
  margin: 2px 5px 0 0 !important;
}

/* profile songs */
.box-profile-songs {
  width: 475px;
  height: 110px;
  padding: 0 !important;
  margin-bottom: 10px !important;
  background: url(../img/profile_songs_main_bg.png) repeat-x;
  color: #fff;
}
.box-profile-songs a {
  color: #FFFFFF;
}
.box-profile-songs a.bandlink {
  font-size: 9px;
}
.box-profile-songs a.btn {
  margin: 0 0 2px 0;
  float: left;
}
.box-profile-songs a.btn span {
  padding: 0 6px 0 0;
}

.box-profile-songs .player_head {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  color: #FFFFFF;
  font-weight: bold;
}
.box-profile-songs .player_head a {
  color: #FFFFFF;
  font-weight: bold;
}
.box-profile-songs .player_head #profilePlayerDiv {
  float: right;
  width: 197px;
  height: 20px;
}

.box-profile-songs .song {
  float: left;
  width: 148px;
  height: 80px;
  padding: 5px;
}
.box-profile-songs .song img {
  width: 50px;
  float: left;
  margin: 0 5px 2px 0;
}
.box-profile-songs .song span.titel {
  cursor: pointer;
}
.box-profile-songs .active1 span.titel,
.box-profile-songs .active2 span.titel,
.box-profile-songs .active3 span.titel {
  font-weight: bold;
}

.box-profile-songs .song a.add {
  width: 50px;
  height: 11px;
  margin: 0 10px 0 0;
  float: left;
  background: url(../img/buttons/profileplayer/buttons_add.gif) no-repeat;
}
.box-profile-songs .song a.add:hover {
  background: url(../img/buttons/profileplayer/buttons_add-over.gif) no-repeat;
}
.box-profile-songs .song a.del {
  width: 39px;
  height: 11px;
  margin: 0 20px 0 0;
  float: left;
  background: url(../img/buttons/profileplayer/buttons_delete.gif) no-repeat;
}
.box-profile-songs .song a.del:hover {
  background: url(../img/buttons/profileplayer/buttons_delete-over.gif) no-repeat;
}
.box-profile-songs .song a.edit {
  width: 50px;
  height: 11px;
  margin: 0 10px 0 0;
  float: left;
  background: url(../img/buttons/profileplayer/buttons_edit.gif) no-repeat;
}
.box-profile-songs .song a.edit:hover {
  background: url(../img/buttons/profileplayer/buttons_edit-over.gif) no-repeat;
}

.box-profile-songs .active1 {
  background: url(../img/profile_songs_active1_bg.png);
}
.box-profile-songs .active2 {
  background: url(../img/profile_songs_active2_bg.png) 1px 0 no-repeat;
}
.box-profile-songs .active3 {
  background: url(../img/profile_songs_active3_bg.png) 1px 0 no-repeat;
}

.box-choose-song select {
  float: right;
  font-size: 9px;
  margin: 2px 5px 0 0;
}

.box-songs-edit td.col0 {
  width: 232px !important;
}
.box-songs-edit td.col1 {
  width: 0px !important;
}
.box-songs-edit td.col2 {
  width: 248px !important;
}
.box-songs-edit form table td.col0 .item-user {
  width: 205px;
}
.box-songs-edit form table td.col0 .item-user .info {
  width: 170px;
}
.box-songs-edit a.btn {
  margin: 7px 5px 2px 0;
}

/* PAGENAVI */
.pagenavi {
  height: 20px;
  padding: 0 0 0 10px;
  line-height: 20px;
}
.pagenavi .pages {
  float: right;
  margin: 0 15px 0 0;
  display: inline; /* ie6 double margin */
  color: #cc6600;
}
.pagenavi a.current {
  color: #000;
  font-weight: bold;
}


/* MESSAGE-BOXES (ERROR/SUCCESS) */
.success-box,
.error-box {
  padding: 0;
  margin: 0;
  position: relative;
}

.success-box {
  background: #FFDF9C;
}

.error-box {
  background: #FFDF9C;
}

.success-box .msg,
.error-box .msg {
  height: 1%;
  padding: 10px;
}

.success-box .msg img,
.error-box .msg img {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
}

.success-box .msg a.btn,
.error-box .msg a.btn {
  float: right;
  margin: 0 0 15px 0;
}

.success-box .close,
.error-box .close {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 9px;
  height: 9px;
  display: block;
  background: transparent url(../img/icons/close.gif) no-repeat top left;
}

.main_col_single .success-box .msg,
.main_col_single .error-box .msg {
 font-size: 14px;
}

.main_col_single .success-box .msg p,
.main_col_single .error-box .msg p {
 margin-bottom: 20px;
}

/* REPORT */
.box-report form {
  padding: 10px 10px 0 10px;
  background: #F5E0C4;
}
.box-report form label {
  display: block;
}
.box-report form textarea {
  width: 395px;
  height: 50px;
  float: none;
}
.box-report form a.btn {
  margin: 7px 0 7px 10px;
}

/* RECOMMEND */
.box-recommend form {
  padding: 10px 10px 0 10px;
}
.box-recommend form label {
  margin: 0 15px 0 0;
}
.box-recommend form input {
  width: 315px;
}
.box-recommend form a.btn {
  margin: 7px 0 7px 10px;
}

/* TOOLTIP */
#box-tooltip {
  position: absolute;
}
#box-tooltip .outer {
  position: relative;
  background: #000000;
}
#box-tooltip .inner {
  position: relative;
  top: -2px; left: -2px;
  width: 175px;
  padding: 5px;
  text-align: left;
  background: #E5F1E5;
  border: 1px solid #999;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #858585;
}


/* EXTRA INFO */
#box-extrainfo {
  position: absolute;
  top: 600px;
  left: 200px;
  float: left; /* ie6 needs it */
  z-index: 100000;
}
#box-extrainfo .outer {
  position: relative;
  float: left; /* ie6 needs it */
  background: #000000;
}
#box-extrainfo .inner {
  position: relative;
  top: -2px; left: -2px;
  float: left; /* ie6 needs it */
  padding: 1px 5px 3px 5px;
  text-align: left;
  background: #E5F1E5;
  border: 1px solid #999;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #858585;
}
#box-extrainfo .inner span.name,
#box-extrainfo .inner span.age,
#box-extrainfo .inner span.colon,
#box-extrainfo .inner span.city {
  float: left;
  margin: 2px 0;
}
#box-extrainfo .inner span.gender_female, /* userinfo popup */
#box-extrainfo .inner span.gender_male {
  float: left;
  margin: 3px 6px 0 4px;
  padding: 0 0 0 11px;
  height: 12px;
  background: url(../img/icons/female.png) no-repeat left;
}
#box-extrainfo .inner span.gender_male {
  padding: 0 0 0 11px;
  background: url(../img/icons/male.png) no-repeat left;
}
#box-extrainfo .inner span.gender_male span.icontext,
#box-extrainfo .inner span.gender_female span.icontext {
  display: none;
  padding: 0 0 0 3px;
}
#box-extrainfo .inner span.rating {
  float: left;
  margin: 3px 0 0 0;
}
#box-extrainfo .inner span.description {
  color: #F0F0F0;
}
#box-extrainfo .inner .clear {
  width: 10px;
}
#box-extrainfo .inner b {
  color: #FF2300;
}
#box-extrainfo span.status_on,
#box-extrainfo span.status_off {
  float: left;
  margin: 2px 0 0 0;
  padding: 0 0 0 26px;
  height: 12px;
  background: url(../img/icons/status_on.gif) no-repeat left;
}
#box-extrainfo span.status_off {
  background: url(../img/icons/status_off.gif) no-repeat left;
}
#box-extrainfo span.status_on span.icontext,
#box-extrainfo span.status_off span.icontext {
  display: none;
  padding: 0 0 0 3px;
}
#box-extrainfo a.sendmail {
  float: left;
  margin: 2px 0 0 5px;
  padding: 0 0 0 20px;
  height: 12px;
  background: url(../img/icons/mail_send_to.gif) no-repeat left;
}
#box-extrainfo a.sendmail span.icontext {
  display: none;
  padding: 0 0 0 3px;
}
#box-extrainfo .inner .event_element {
  margin: 0 0 5px 0;
}
#box-extrainfo .inner .last_event {
  margin: 0 !important;
}
#box-extrainfo .inner .hypes a{
  background: url(../img/icons/hype.png) left top no-repeat;
  padding-left: 19px;
}
* html #box-extrainfo .inner .hypes {
  width: 80px;
}

/*Loading Popup*/
.loadingPopup {
  background: #CFDFDF url('../img/ajax-loader.gif') no-repeat center center;
  width: 175px;
  height: 75px;
  border: 2px solid #AFCBCC;
  position: absolute;
  text-align: center;
  padding: 5px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  z-index: 9999;
  color: #000;
}

/* FLASHUPLOADER */
.btn-flash-upload {
  float: left !important;
}

#flashupload {
  float: left;
  width: 350px;
}

.flashuploader {
  float: left;
}

.flashuploader-preview {
  position: relative;
  margin: 0 10px 10px 0;
}

.flashuploader-preview-photo {
  width: 70px;
  height: 70px;
  margin: 0 10px 5px 0;
  float: left;
  overflow: hidden;
}

.flashuploader-preview img.clipping {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.flashuploader-preview .loadingPopup {
  background: #CFDFDF url('/projects/default/img/ajax-loader-circle.gif') no-repeat 50px center;
  width: 335px;
  height: 40px;
  padding-top: 35px;
  overflow: hidden;
}

.flashuploader-clip {
  width: 100%;
  overflow: hidden;
  border: 1px solid #B3CDCE;
  display: none;
}

/* Comments with emo-popup */
#box-emoticons {
  position: absolute;
  z-index: 100;
}
.box-add-comment form img.author { float: left; margin: 1px 10px 0 0; }
.box-meta-grid .bottom-spacer { display: none; }
.box-add-comment p { padding: 5px 5px 0;  }
.box-add-comment form textarea { height: 26px; width: 356px; }
.right_col .box-add-comment form textarea { width: 188px; }

.emo-pop {
  border: 1px solid #ABABAB;
  float: left;
  margin: 0 0 0 8px;
  width: 30px;
  height: 17px;
  background: url('/projects/default/img/icons/emo_pop.gif') no-repeat top center;
}
.box-type-2 .emo-pop {
  margin:0 0 0 8px;
  padding:0;
  overflow:hidden;
}

.box-type-2  label{
  background: transparent;
  /* dont know why, but otherwise, .emo-top doe s not align with 'textare about_me...Beschreibung' in ie6 */
}


.emoticons-popup { display: none; margin: 0; width: 230px; }
.emoticons-popup a { cursor: pointer; }
.emoticons-popup .outer { background: #E49400; float: left; position: relative; }
.emoticons-popup .inner { background: #B2B2B2; float: left; position: relative; left: -2px; top: -2px; padding: 2px 2px 0 2px; }

/************************  dropshadow *****************************/
.shadow1,
.sub-shadow1 {
/*  background:transparent url(../img/boxes/shadow.png) no-repeat scroll right bottom;   */
  float:left;
}

.shadow2,
.sub-shadow2 {
  background:transparent url(../img/boxes/corner_bl.png) no-repeat scroll -4px bottom;
}

.shadow3,
.sub-shadow3 {
  background:transparent url(../img/boxes/corner_tr.png) no-repeat scroll right -4px;
}

.shadow1, .shadow2, .shadow3,
.sub-shadow1, .sub-shadow2, .sub-shadow3 {
  visibility: hidden;
  position: absolute;
  z-index: 99;
}

* html .shadow1 li,
* html .sub-shadow1 {
  margin-left: -16px;
}
* html .sub-shadow1 li {
  margin-left: 0;
}

*+html .shadow1 li a {
  margin-left: -16px;
}


/* box-type-2 */
/* in mockup: box with darker bgr, white 1px divider etc */
/* has kind of sub-boxes */

.box-type-2 {
  background: #cfdfdf;
}

.main_col .box .sub-box{
  border-bottom: solid 1px #fff;
}

.main_col .box .sub-box .head {
background: transparent;
  padding:0 5px;
}

.box .sub-box .head {
  height: 30px;
  line-height: 30px;
  border-bottom: solid 1px #b3cdce;
}

.box .sub-box .head h3 {
font-size:11px;
font-weight:bold;
line-height:15px;
padding:8px 5px 7px;
}

/*b3cdce*/

.box .box-submit {
  height: 30px;
  overflow:hidden;
}

.box .box-submit a.btn {
  height: 18px;
  padding-right:0;
  margin-top: 6px;
  margin-right:10px;
}

.box .box-submit a.btn span{
  color:#ff2f00;
  cursor:pointer;
  float:left;
  font-size:11px;
  font-weight:bold;
  height:18px;
  line-height:18px;
  margin:0 0 0 6px;
  padding:0 0px 0 0;
}

.box .box-submit a.btn:hover span{
  color: #858585;
}

.user-img-actions{
  padding-top: 5px;
}
.user-img-actions a {
  float: left;
  margin-right: 5px;
  height: 12px;
  width:12px;
 }

 a.activate-img {
  background: url(../img/icons/activate.png) no-repeat;
 }

 a.trash-img {
  background: url(../img/icons/delete.png) no-repeat;
 }

 .divider{
  height: 1px;
  background: #B3CDCE;
  line-height:0;
  font-size:0;
  overflow: hidden;
 }

 p.add-new-img {
  background: url(../img/icons/add.png) center left no-repeat;
  padding-left: 17px;
  line-height: 13px;
  height:13px;
  padding-top: 2px;
  margin: 8px 0 10px 0;
 }



/* ixck ie6 W wird abgeschnitten*/
* html p.ie-w-fix{
  padding-left: 1px;
 }

/* ixck universal expandable headlines*/

.expandable-default .head h2{
  float:left;
}


.box .head h2.exp-opened{
  background: transparent url(../img/icons/open.png) no-repeat 4px 5px;
  padding-left: 20px;
  cursor: pointer;
  float:left;
}


.box .head h2.exp-closed{
  background: transparent url(../img/icons/close.png) no-repeat 4px 5px;
  padding-left: 20px;
  cursor: pointer;
  float:left;
}

.box .head h2.exp-opened{
  background: transparent url(../img/icons/open.png) no-repeat 4px 5px;
  padding-left: 20px;
  cursor: pointer;
  float:left;
}

/* listing default */

.listing-default .items{
  zoom:1;
  padding: 1px 0 1px 6px;
}

.main_col .listing-default .content{
  /* ixck some additional padding might go here*/
}

.listing-default .item,
.listing-default .grid-item {
  float: left;
  display:inline;
  padding: 4px;
  position: relative;
}

.listing-default .item a{
  display: block;
}
.listing-default span.titel a{
  display: inline;
  font-weight: bold;
  color: #000000;
}
.listing-default .box-umfrage-inner{
  padding: 4px 10px;
}

.listing-default div.common-friend{
  position: absolute;
  top: 4px;
  right: 4px;
  width: 12px;
  height: 12px;
  background: transparent url(../img/icons/friends.gif) no-repeat;
}

.subnavigation-user{
  position:absolute;
  top: 0px;
  left:0;
}

.subnavigation-user:before{
  content:"Testausgabe - via content.css!";
}

/* ix-bar action bar revised*/

/* css styling ok, woulfd need js adjustements! */

.action-bar{
  height: 20px;
  background: transparent url("../img/boxes/box_main_action_bar.gif");
  width:100%;
  overflow: hidden;
}

.action-bar a.trash,
.box-comments a.trash {
  float: right;
  background-position: 0 2px;
  padding: 0 5px 0 12px;
  margin-top: 1px;
}

.box-comments a.trash-my {
  padding: 0 4px 0 12px;
  margin-top: 12px;
}

.action-bar ul {
  list-style: none;
  padding-left: 3px;
}

.action-bar li {
  float: left;
  display: inline;
}

.action-bar li {
  background: transparent url(../img/pipe.gif) right 5px  no-repeat;
  line-height: 20px;
  height: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.action-bar li.last {
  padding-right: 0;
  background: transparent;
}

li.delete a{
  background: url(../img/icons/delete_big.png) left top no-repeat;
  padding-left: 19px;
}

li.edit a{
  background: url(../img/icons/edit.png) left top no-repeat;
  padding-left: 19px;
}

li.hypes a{
  background: url(../img/icons/hype.png) left top no-repeat;
  padding-left: 19px;
  text-transform: uppercase;
}

li.more a{
  background: url(../img/icons/more.png) left top no-repeat;
  padding-left: 19px;
}

li.view a{
  background: url(../img/icons/view.png) left top no-repeat;
  padding-left: 19px;
}

.action-bar li a{
  font-weight:bold;
}

.action-bar li a:hover{
  font-weight:bold;
}

.xxaction-bar {
  display: none;
}

.action-bar li.action-bar-open{
  background: transparent url(../img/icons/open.png) no-repeat 7px 5px;
  width: 11px;
  cursor: pointer;
  padding-left: 7px;
  padding-right:0;
  display: none;
}

/* default form: first used for my/settings */
form.default-form {
  padding-top: 10px;
}

p.read-only {
  float: left;
  margin-bottom: 10px;
  font-weight:bold;
  color:#999;
}

/* NEU HIER / LOGIN */
.box-register,
.box-login {
  width: 390px;
  float: left;
}

.box-register .content,
.box-login .content {
  background: url(../img/boxes/box_main_body.gif) repeat-y center;
  height: 230px;
  padding-left: 10px !important;
}

.box-login .content {
  background: #D0E0E0 !important;
}

.box-anmelden h1,
.box-register h1,
.box-login h1 {
  font-size: 14px;
  font-weight: bold;
  padding: 20px 0;
}

.box-anmelden p.info,
.box-register p,
.box-login p {
  font-size: 14px;
  margin: 10px 10px 20px 0;
}

.box-register .btn-attention,
.box-login .btn-attention {
  margin-bottom: 20px !important;
}

.box-register .btn-attention span,
.box-login .btn-attention span {
  font-size: 14px;
  line-height: 16px;
}

.box-register input.ipt-text {
  float: right !important;
  width: 230px !important;
}

.box-login input.ipt-text {
  float: right !important;
  width: 230px !important;
  margin-right: 10px !important;
}

.box-register input.withtooltip {
  width: 207px !important;
}

.box-register .tooltip {
  margin-right: 10px !important;
}

.box-register label.error,
.box-login label.error {
  margin-left: 130px !important;
}

/* SETTINGS */
.box .form-v-options {
  padding: 10px;
}

.box .form-v-options input.ipt-text{
   width: 240px;
 }

.box .form-v-options select {
  margin-bottom: 10px;
  font-size: 9px;
 }

.box .form-v-options .passwort {
  margin-bottom: 11px;
 }

.box .form-v-options label.error {
  margin-left: 160px !important;
  margin-bottom: 5px;
 }

.v-opt-participants-none,
.v-opt-participants-invitation,
.v-opt-participants-registration,
.v-opt-locked,
.v-opt-visible,
.v-opt-select-locked,
.v-opt-select-visible,
.v-opt-empty{
  width: 40px;
  height: 16px;
  float: left;
  display: inline;
  padding:0;
  margin:0;
  margin-right: 10px;
}

.v-opt-participants-none{ background: url(../img/vis-option/part_none.gif);}
.v-opt-participants-invitation{ background: url(../img/vis-option/part_invitation.gif);}
.v-opt-participants-registration{ background: url(../img/vis-option/part_registration.gif);}
.v-opt-locked{ background: url(../img/vis-option/locked.gif);}
.v-opt-visible{ background: url(../img/vis-option/visible.gif);}
.v-opt-select-locked{ background: url(../img/vis-option/select-locked.gif);}
.v-opt-select-visible{ background: url(../img/vis-option/select-visible.gif);}
.v-opt-empty{ background: transparent; }

.v-opt-selection{
  cursor: pointer;
}

/* REGISTRIERUNG */
.box-anmelden .info-text {
  padding: 1px 10px;
}

.box-anmelden .box {
  padding: 0;
  margin: 0;
}

.box-anmelden .reg-1a-basis-info,
.box-anmelden .reg-1a-further-info,
.box-anmelden .reg-1b-further-info,
.box-anmelden .reg-1c-further-info {
  padding: 0 10px;
}

.box-anmelden form.form-v-options {
  padding: 10px 0;
}

.box-anmelden form.form-v-options input.ipt-text {
  width: 175px;
}

.box-anmelden form .field {
  float: left;
  width: 370px;
}

.box-anmelden form .field-right {
  margin-left: 20px;
}

.box-anmelden form .field-wide {
  float: left;
  width: 390px;
  margin-top: 10px;
}

.box-anmelden form .field-wide label {
  width: 180px;
}

.box-anmelden form .tooltip {
  margin-top: 2px;
}

.box-anmelden form .captcha-field {
  padding-top: 25px;
}

.box-anmelden form .captcha-img {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #AFAFAF;
}

.box-anmelden .btn,
.box-anmelden .btn-attention {
  margin-bottom: 20px !important;
}

.box-anmelden .btn span,
.box-anmelden .btn-attention span {
  font-size: 14px;
}

.box-anmelden input.ipt-check,
.box-anmelden input.ipt-radio {
  float: left;
  margin-left: 0;
}

.box-anmelden label.check {
  margin: 3px 0 0 10px;
  width: 470px;
}

.box-anmelden label.radio {
  margin: 3px 0 0 10px;
}

.box-anmelden .check label.error {
  margin-left: 0 !important;
  margin-top: 5px !important;
}

.box-activate form .field {
  width: 570px;
}

.box-anmelden label.full {
  width: 210px;
}

.box-anmelden p.label {
  margin: 5px 0 5px 25px;
  width: auto;
}

/* jScrollPane buttons */
a.jScrollArrowUp {
  background: url(../img/scrollbar/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
  background-position: 0 -15px;
}
a.jScrollArrowDown {
  background: url(../img/scrollbar/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
  background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
  background-position: 0 -30px;
}

/* TAGGER */
.tagList {
  clear: both;
  margin-left: 110px;
  font-weight: bold;
}
.tagList li {
  margin-bottom: 10px;
  padding-left: 15px;
  background: url(../img/icons/close_small.gif) no-repeat 0 3px;
}

