@charset "UTF-8";
/**
 * @package Freizeit-Treff
 * @category Gemeinsame Stylesheets
 * @author Göran Bruns <goeran@brunsware.de>
 */
div.modal_overlay,
div.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  cursor: pointer;
}

div.loading-anim {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 2px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div.loading-anim img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.contact-form {
  overflow: hidden;
  padding: 10px 0 0 10px;
  background-color: #fff4e9;
}
div.contact-form div.row {
  box-sizing: border-box;
  min-width: 220px;
  width: 50%;
  float: left;
  padding: 0 20px 10px 0;
}
div.contact-form div.row label {
  display: block;
}
div.contact-form div.row input {
  width: 100%;
}
div.contact-form div.row textarea {
  width: 100%;
  height: 100px;
}
div.contact-form div.row.full {
  width: 100%;
}
div.contact-form div.row.buttons {
  clear: left;
  width: 100%;
}
div.contact-form div.row.buttons button {
  margin: 0 auto;
}

div.login-form {
  overflow: hidden;
  padding: 10px 0 0 10px;
  background-color: #fff4e9;
}
div.login-form div.row {
  box-sizing: border-box;
  min-width: 220px;
  width: 50%;
  float: left;
  padding: 0 20px 10px 0;
}
div.login-form div.row label {
  display: block;
}
div.login-form div.row input {
  width: 100%;
}
div.login-form div.row textarea {
  width: 100%;
  height: 100px;
}
div.login-form div.row.full {
  width: 100%;
}
div.login-form div.row.buttons {
  clear: left;
  width: 100%;
}
div.login-form div.row.buttons button {
  margin-right: 20px;
}

div.join-form {
  overflow: hidden;
  padding: 10px 0 0 10px;
  background-color: #fff4e9;
}
div.join-form div.row {
  box-sizing: border-box;
  min-width: 220px;
  width: 50%;
  float: left;
  padding: 0 20px 10px 0;
}
div.join-form div.row label {
  display: block;
}
div.join-form div.row input {
  width: 100%;
}
div.join-form div.row input[type=checkbox] {
  width: auto;
  float: left;
  margin-right: 10px;
}
div.join-form div.row .errorfield {
  box-shadow: 0px 0px 2px #ff0000;
}
div.join-form div.row.full {
  width: 100%;
}
div.join-form div.row.buttons {
  clear: left;
  width: 100%;
}
div.join-form div.join-contact {
  min-height: 65px;
  margin: 10px 0 0 10px;
  padding: 10px 0 10px 80px;
  border-top: 1px solid #ccc;
  font-family: HWFontSmart;
  font-size: 36px;
  color: #333;
  background: url("/pics/pic-sonnenblume.png") no-repeat left bottom;
}

#register-form div.row {
  box-sizing: border-box;
  min-width: 220px;
  width: 50%;
  float: left;
  padding: 0 20px 10px 0;
}
#register-form div.row label {
  display: block;
}
#register-form div.row input {
  width: 100%;
}
#register-form div.row input[type=checkbox], #register-form div.row input[type=radio] {
  width: auto;
  float: left;
  margin-right: 10px;
}
#register-form div.row.full {
  width: 100%;
}
#register-form div.row.buttons {
  clear: left;
  width: 100%;
}
#register-form div.breaker {
  clear: left;
}
#register-form div.spacer {
  clear: left;
  height: 1em;
}
#register-form div.register-zeitraum {
  overflow: hidden;
  max-width: 450px;
}
#register-form div.register-zeitraum label {
  padding-left: 30px;
}
#register-form div.register-zeitraum label span.right {
  float: right;
}
#register-form div.register-zeitraum div.row {
  padding-bottom: 20px;
}
#register-form div.persItems, #register-form div.creditItems {
  overflow: hidden;
  padding: 10px 0 0 10px;
  background-color: #fff4e9;
}
#register-form input#register-b_day {
  width: 36px;
}
#register-form input#register-b_month {
  width: 36px;
}
#register-form input#register-b_year {
  width: 52px;
}
#register-form div.register-datum {
  overflow: hidden;
}
#register-form div.register-datum label {
  display: inline;
  margin-right: 8px;
}
#register-form div.register-datum input#register-join_date {
  width: 100px;
}
#register-form div.register-datum input#register-start_custom {
  width: 70px;
  float: left;
}
#register-form div.register-agb {
  overflow: hidden;
}
#register-form div.register-agb label {
  padding-left: 30px;
}

/* general settings */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  margin: 0;
  font-size: 14px;
  text-align: center;
}

img {
  border: 0;
}

textarea, input, select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

form {
  margin: 0;
}

.bold {
  font-weight: bold !important;
}

.red {
  color: red !important;
}

.green {
  color: green !important;
}

.orange {
  color: #FFD99F;
}

.underline {
  text-decoration: underline;
}

.width105 {
  width: 105px;
}

.large {
  font-size: 14px !important;
}

.inline {
  display: inline !important;
  height: auto;
}

.chk, .profile .chk, table.action input.chk, .mailNew input.chk {
  float: left;
  width: auto;
  margin: 0 5px 0 0;
  padding: 0;
  border: 0;
}

.clear {
  clear: both;
}

.small {
  font-size: 10px;
}

/* Formular errors */
.error {
  font-weight: bold;
  color: #FF0000;
  text-decoration: blink;
}

.errorfield {
  background-color: #FFDFDF;
}

.errorbox {
  border: 1px solid gray;
  font-weight: bold;
  background-color: #f44;
  padding: 1em;
}

.successbox {
  border: 1px solid gray;
  font-weight: bold;
  background-color: #4f4;
  padding: 1em;
}

input.disabled {
  background-color: #EEE;
}

.darkBgSW,
.even {
  background-color: #EEE;
}

.lightBgSW {
  background-color: #FFF;
}

/*input.button1 {
	width: 100px !important;
	text-align: center;
	background-color: #FF0000;
	color: #FFFFFF !important;
	margin-right: 10px;
	display:inline;
	font-weight:normal !important;
}*/
input.button1 {
  background: url(/fc_test/pics/btn-abschicken-klein.png) no-repeat left top;
  width: 137px !important;
  border: 0px solid #f1f1f1;
  height: 34px;
  margin: 0;
  font-size: 13px !important;
  font-weight: normal !important;
  padding-bottom: 12px !important;
  color: #fff !important;
  background-color: transparent !important;
  border: none !important;
  line-height: 13px !important;
  display: block;
}

input.button1.red {
  background: url(/fc_test/pics/btn-abschicken-klein-rot.png) no-repeat left top;
}

input.button2 {
  background-color: #FF0000;
  color: #FFFFFF;
}

a.btn-gruen-klein {
  display: block;
  background: url(/pics/btn-gruen-klein-rechts.png) no-repeat scroll right top transparent;
  height: 34px;
  float: left;
  padding-right: 20px;
  text-decoration: none;
  color: white;
  font-weight: bold;
}

a.btn-gruen-klein span {
  display: block;
  background: url(/pics/btn-gruen-klein-links.png) no-repeat scroll 0 0 transparent;
  height: 34px;
  line-height: 24px;
  padding: 0 6px 0 20px;
  white-space: nowrap;
}

a.link-top {
  padding: 1em 0 0 0;
  display: block;
}

img.edit-link {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

/* head */
div.fixedWrapper {
  /*    position:fixed; */
  height: 220px;
  overflow: hidden;
}

div.fixedWrapper div.headLogo {
  z-index: 1;
  position: relative;
  /*    top:-76px; */
  top: 22px;
  left: 18px;
}

div.fixedWrapper div.headLogoShadow {
  width: 140px;
  height: 139px;
  position: relative;
  /*    top:-213px; */
  top: -115px;
  left: 20px;
}

div.fixedWrapper .titel1 {
  font-size: 14px;
  font-weight: bold;
  z-index: 1;
  white-space: nowrap;
  position: relative;
  /*    top:-203px; */
  top: -103px;
  left: 18px;
}

div.fixedWrapper .titel2 {
  font-size: 14px;
  font-weight: bolder;
  white-space: nowrap;
  position: relative;
  /*    top:-219px; */
  top: -119px;
  left: 19px;
}

#header .region {
  font-size: 28px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  top: 32px;
}

div.fixedWrapper .regionSelect {
  white-space: nowrap;
  position: relative;
  top: -105px;
  left: 19px;
  font-size: 14px;
  font-weight: bold;
  color: red;
}

div.fixedWrapper .regionSelect .switch_back {
  margin-top: 5px;
  font-size: 11px;
  font-weight: normal;
}

/*
#header .regionSelect,
#header1 .regionSelect {
    margin:50px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
	color: red;

}
*/
#header select,
#header1 select {
  font-weight: bold;
  color: black;
  font-size: 12px;
  margin-top: 5px;
  /*	width:95%; */
}

/* Navigation = menu */
#leftbox {
  font-size: 12px;
  margin: 0;
  width: 194px;
  line-height: 1.6em;
  padding: 12px 0 0 0;
  vertical-align: top;
}

#menu {
  margin: 28px 0px 0px 10px;
  /*	position:fixed; */
}

#page #menu hr {
  margin: 10px 20px 20px 0px;
  height: 1px;
}

#page #menu .menuspacer {
  height: 24px;
  clear: both;
}

#menu div.menu-btn-shadow {
  background-image: url(/pics/menu-btn-shadow.png);
  width: 18px;
  height: 18px;
  background-position: bottom right;
  float: left;
  margin: 4px 0 0 0;
}

#menu div.menu-btn {
  width: 11px;
  height: 11px;
  background-color: #f00;
}

/* profile */
.profile .plz {
  display: inline;
  width: auto;
  margin: 0px;
}

.profile .city {
  display: inline;
  width: 110px;
  margin: 0px;
}

/* ab partner */
#page td#content div.partner {
  margin: 10px;
  overflow: hidden;
  clear: right;
}

#page #content div.partner h1 a {
  font-size: 14px;
  font-weight: bold;
  color: #FF0000;
  text-decoration: none;
}

#page #content div.partner h1 a:hover {
  text-decoration: underline;
}

#page #content div.partner img {
  float: right;
}

/* Inhaltsblock = content */
#SizeLimiter {
  /*
      height:500px;
      width:618px;
      overflow:auto;
      position:relative;
  */
}

#content {
  margin: 0;
  padding: 0;
  width: 770px;
  font-size: 13px;
  /*	line-height:16px; */
  vertical-align: top;
  text-align: left;
  margin-right: auto;
}

h1 {
  font-size: 17px;
  line-height: 22px;
  /*	color:#FF0000; */
  font-variant: normal;
  margin: 0 0 16px 0;
  padding: 0px;
  letter-spacing: 0.05ex;
  text-transform: none;
}

h2 {
  font-size: 13px;
  font-weight: normal;
  color: #000000;
  margin: 0 0 8px 0;
  padding: 0px;
}

h3 {
  font-size: 13px;
  color: #FF0000;
  margin: 0 0 8px 0;
  padding: 0px;
}

h4 {
  font-size: 13px;
  color: #FF0000;
  margin: 8px 0 0 0;
}

#content table {
  font-size: 13px;
}

/* action edit */
table.action {
  width: 100%;
}

table.action td {
  padding: 5px 0;
}

table.action input.headline {
  width: 100%;
}

table.action input.hasDatepicker {
  float: left;
}

table.action textarea {
  display: block;
  border: 1px solid #CCCCCC;
  width: 100%;
}

.controls {
  padding: 5px;
}

/* events anzeige */
.headcontrols p {
  float: right;
}

.event {
  clear: left;
}

.event.print {
  background: none;
}

.event td {
  text-align: left;
  vertical-align: top;
  padding: 3px 0px 3px 30px;
}

.eventTitle {
  font-weight: bold;
  font-size: 14px;
  color: #FF0000;
  padding: 0 0 6px 30px;
}

table.event td.eventTitle h3 {
  font-size: 20px;
  line-height: 26px;
}

.eventDate,
.eventDateNeu {
  font-weight: bold;
  text-align: left;
  padding: 0 0 0 30px;
}

.event .eventRegDate {
  font-weight: bold;
  text-align: right;
}

.eventDesc,
.eventDescNeu {
  padding: 0 0 0 30px;
  text-align: left;
}

.eventDesc img {
  float: right;
}

.eventDescNeu img {
  float: left;
}

.eventDesc .linkMitmachen,
.eventDescNeu .linkMitmachen {
  font-weight: bold;
}

.eventMore {
  margin: 0 10px 8px 0;
  vertical-align: top;
  width: 100%;
}

.eventMore td {
  padding: 6px 0 0 0;
}

table.eventMore td.eventOrg {
  text-decoration: underline;
}

.eventBottom {
  height: 28px;
  margin: 8px 0 6px 0;
  width: 100%;
}

.eventBottom td {
  vertical-align: bottom;
  text-align: left;
  padding-left: 30px;
}

.eventBottom .button {
  border: 0;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  font-size: 0px;
  line-height: 0px;
}

.eventBottom .button:hover {
  background-position: 0px -2px;
}

.eventBottom .backtotop {
  text-align: right;
}

.event-next {
  float: right;
}

div.event {
  padding: 0 0 0 30px;
  overflow: hidden;
  width: 740px;
}

div.event .region {
  padding: 1em 0;
}

div.eventTitle {
  padding: 0 0 6px 0;
}

div.eventDate {
  padding: 0;
  float: left;
}

div.eventDesc {
  padding: 0 0 0.5em 0;
}

div.eventMore {
  padding: 0 0 0 30px;
  overflow: hidden;
  width: 740px;
}

div.eventMore div.eventMore1 {
  text-indent: 0;
  padding: 0 0 0.5em 0;
  float: left;
  clear: left;
}

div.eventMore div.eventDesc,
div.eventMore div.eventOrg {
  margin-left: 172px;
  padding: 0 0 0.5em 0;
  overflow: hidden;
}

div.eventMore div.eventDesc p,
div.eventMore div.eventOrg p {
  margin-top: 0;
}

/* events kurz */
.myEvents {
  width: 100%;
  clear: left;
  border-collapse: collapse;
}

.myEvents a {
  color: #000000;
}

.myEvents th {
  text-align: left;
  border-bottom: 1px solid #FFD99F;
  height: 22px;
  color: #FF9933;
  padding: 4px 5px 4px 5px;
}

.myEvents th a {
  color: #FF9933;
  text-decoration: underline;
}

.myEvents td {
  vertical-align: top;
  padding: 4px 5px 4px 5px;
  border-top: 1px solid #FFD99F;
  border-bottom: 1px solid #FFD99F;
}

.myEvents.print th {
  color: #000;
  border-bottom: 1px solid #666;
}

.myEvents.print td {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

table.myEvents td.center,
table.myEvents th.center {
  text-align: center;
}

table.myEvents td.month {
  font-style: italic;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

/* event sigin */
.eventSignin {
  width: 99%;
  margin: 16px 0 0px 0;
  padding: 0 0 16px 0;
}

.eventSignin th {
  text-align: left;
  background-color: #FFFFFF;
  height: 22px;
  padding: 0px 4px 8px 16px;
}

.eventSignin td {
  padding: 8px 8px 0px 8px;
  /*	width: 140px; */
}

.eventSignin .button {
  color: #FFFFFF;
  background-color: #FF0000;
  width: 80px;
  margin: 0px 15px 5px 0px;
}

.eventSignin input[type=text] {
  width: 124px;
}

.part .partName, .part .partGuest {
  width: 304px;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}

.partAction .partName {
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}

a.mail {
  width: 20px;
  display: block;
  margin-right: 5px;
  float: right;
  background-image: url(/pics/m_new.gif);
  background-repeat: no-repeat;
  height: 20px;
}

a.mail_left {
  width: 20px;
  display: block;
  margin-left: 5px;
  float: left;
  background-image: url(/pics/m_new.gif);
  background-repeat: no-repeat;
  height: 20px;
  text-decoration: none;
}

a.addcontact {
  margin-top: 2px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  background-image: url("/pics/arrow-right-big.png");
  background-repeat: no-repeat;
}

img.telephone {
  margin-top: 2px;
  margin-right: 5px;
  /*    width:16px;
      height:16px; */
  float: right;
  background-repeat: no-repeat;
}

/*
.part img.addcontact {
    float:right;
    margin-top:3px;
    cursor:pointer;
}
*/
/* mailbox */
table.mailNew td {
  text-align: left;
  font-size: 11px;
  border-bottom: 1px solid #FFD99F;
  padding: 2px 12px 2px 12px;
}

table.mailNew td.head {
  font-weight: bold;
  width: 120px;
}

.mailNew .button {
  width: 80px;
  background-color: #FF0000;
  color: #FFFFFF;
  margin-right: 10px;
  margin: 6px 10px 6px 0;
  border: 1px solid #CCCCCC;
}

.mailHead, .mailContent, .mailNew {
  width: 99%;
  margin-bottom: 16px;
}

.mailHead {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 36px;
}

.mailNew textarea, .mailNew input {
  width: 400px;
  border: 1px solid #CCCCCC;
  margin: 4px 0 4px 0;
}

.mailNew textarea {
  width: 536px;
  height: 300px;
  overflow: auto;
}

/* Pinnwand */
.pinboard {
  height: auto;
  margin: 0 15px 0 0;
  vertical-align: top;
}

.pinboard.right {
  height: auto;
  margin: 0;
  vertical-align: top;
}

.pinboard > table {
  background: url("/ft_layouts/pics/pin-body-bg-new.gif") repeat-y;
  margin-top: 28px;
  width: 380px;
}

.pinboard th {
  background: url("/ft_layouts/pics/pin-bg-new.gif") left top no-repeat;
}

.pinboard th a {
  height: 20px;
  width: 20px;
  display: block;
  background-image: url("/ft_layouts/pics/pin-modify.gif");
  background-repeat: no-repeat;
  float: left;
}

.pinboard th p {
  margin: 34px 10px 0 0;
  text-align: center;
  border-bottom: 1px dashed #CCCCCC;
  padding: 0 10px 8px 10px;
}

.pinboard a {
  font-weight: bold;
}

.pinboard td {
  /*	width: 270px; */
}

.pinboard td p {
  display: block;
  /*	width: 240px; */
  margin: 8px 20px 0 10px;
}

.pinboard .btm {
  background: url("/ft_layouts/pics/pin-bg-new.gif") left bottom no-repeat;
  height: 68px;
  font-size: 10px;
}

.pinboard .btm p {
  border-top: 1px dashed #CCCCCC;
  /*	width: 240px; */
  margin: 10px 10px 0 0;
  padding: 10px 10px 0 10px;
  text-align: left;
  line-height: 20px;
}

.pinboard .btm a.pbcontact {
  display: block;
  margin-right: 5px;
  float: left;
}

.pinboard .btm a.pbedit {
  display: block;
  margin-right: 15px;
  float: right;
}

.newPin {
  background: url("/ft_layouts/pics/pin-body-bg-new.gif") repeat-y;
  width: 380px;
  color: #FF6600;
}

.newPin input, .newPin textarea {
  width: 350px;
  padding: 0px;
  border: 1px solid #CCCCCC;
  text-align: left;
}

.newPin textarea {
  height: 250px;
  margin-bottom: 16px;
}

.newPin .short {
  width: 80px;
}

.newPin input.date {
  width: 80px;
}

.newPin .small {
  font-size: 10px;
}

.newPin th {
  text-align: left;
  background: url("/ft_layouts/pics/pin-bg-new.gif") left top no-repeat;
  padding: 32px 0 16px 10px;
  font-weight: normal;
}

.newPin td {
  padding-left: 10px;
}

.newPin .btm {
  background: url("/ft_layouts/pics/pin-bg-new.gif") left bottom no-repeat;
  height: 44px;
  display: block;
  text-align: left;
  margin-top: 16px;
  padding-top: 16px;
}

.newPin .btm input {
  width: 70px;
  text-align: center;
  background-color: #FF0000;
  color: #FFFFFF;
  font-size: 11px;
  margin-right: 10px;
  float: left;
}

#content div.pbentry_wrapper {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-top: 20px;
}
#content div.pbentry_wrapper div.left {
  box-sizing: border-box;
  width: 100%;
}
#content div.pbentry_wrapper div.right {
  box-sizing: border-box;
  width: 100%;
}
#content .pbentry, #content div.pbentry_edit {
  background-color: #fefecc;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: 2px 2px 3px #aaaaaa;
  width: 100%;
  cursor: pointer;
}
#content .pbentry div.title, #content div.pbentry_edit div.title {
  font-weight: bold;
  border-bottom: 1px dashed #aaaaaa;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .pbentry div.text, #content div.pbentry_edit div.text {
  position: relative;
  padding: 10px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 150px;
}
#content .pbentry div.text div.overlay, #content div.pbentry_edit div.text div.overlay {
  z-index: 5;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-image: linear-gradient(rgba(254, 254, 204, 0), #fefecc);
  background-image: -webkit-linear-gradient(rgba(254, 254, 204, 0), #fefecc);
  background-image: -moz-linear-gradient(rgba(254, 254, 204, 0), #fefecc);
  background-image: -ms-linear-gradient(rgba(254, 254, 204, 0), #fefecc);
  background-image: -o-linear-gradient(rgba(254, 254, 204, 0), #fefecc);
}
#content .pbentry div.footer, #content div.pbentry_edit div.footer {
  border-top: 1px dashed #aaaaaa;
  padding-top: 10px;
}
#content .pbentry div.footer a.pbcontact, #content div.pbentry_edit div.footer a.pbcontact {
  float: left;
}
#content .pbentry div.footer a.pbedit, #content div.pbentry_edit div.footer a.pbedit {
  float: right;
}
#content div.pbentry.full, #content div.full.pbentry_edit {
  position: absolute;
  z-index: 101;
  cursor: auto;
  box-shadow: 2px 2px 3px #666666;
}
#content div.pbentry.full div.title, #content div.full.pbentry_edit div.title {
  white-space: normal;
}
#content div.pbentry.full div.text, #content div.full.pbentry_edit div.text {
  height: auto;
}
#content div.pbentry.full div.text div.overlay, #content div.full.pbentry_edit div.text div.overlay {
  display: none;
}
#content div.pbentry_edit_wrapper {
  width: 100%;
  margin: 20px 0;
  box-sizing: border-box;
}
#content div.pbentry_edit {
  cursor: auto;
}
#content div.pbentry_edit label {
  display: block;
  font-weight: normal;
}
#content div.pbentry_edit div.title input {
  width: 100%;
  box-sizing: border-box;
}
#content div.pbentry_edit div.text {
  height: auto;
}
#content div.pbentry_edit div.text textarea {
  width: 100%;
  box-sizing: border-box;
  height: 200px;
}
#content div.pbentry_edit div.footer {
  display: block;
  padding-bottom: 10px;
  overflow: hidden;
}
#content div.pbentry_edit div.footer div.club-region {
  width: 50%;
  float: left;
}
#content div.pbentry_edit div.footer div.club-region input[type=checkbox] {
  float: left;
}
#content div.pbentry_edit div.controls {
  border-top: 1px dashed #aaaaaa;
  padding: 10px 0 0 0;
}
#content div.pbentry_edit div.controls input {
  margin-right: 10px;
  display: inline;
}
#content div.pbentry_edit div.controls a.back {
  float: right;
}
@media (min-width: 680px) {
  #content div.pbentry_wrapper {
    width: 50%;
  }
  #content div.pbentry_wrapper div.left {
    padding-right: 10px;
  }
  #content div.pbentry_wrapper div.right {
    padding-left: 10px;
  }
}
@media (min-width: 800px) {
  #content div.pbentry_wrapper {
    width: 100%;
  }
  #content div.pbentry_wrapper div.left {
    padding-right: 0;
  }
  #content div.pbentry_wrapper div.right {
    padding-left: 0;
  }
}
@media (min-width: 880px) {
  #content div.pbentry_wrapper {
    width: 50%;
  }
  #content div.pbentry_wrapper div.left {
    padding-right: 10px;
  }
  #content div.pbentry_wrapper div.right {
    padding-left: 10px;
  }
}

div.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
}

/* agb */
/*
#content .ideaContent {
	margin: 0;
	background-position: 0px 0px;
	padding: 8px 0 16px 0px;
	text-align: left;
}
*/
/* tinyMce */
.mceEditorContainer .mceEditor select, .mceEditorContainer .mceEditor input {
  display: inline;
  border: none;
  width: auto;
  color: black;
  font-weight: normal;
}

.mceContentBody {
  text-align: left !important;
  font-size: 13px !important;
}

/* memberinfo */
.memberinfo {
  font-size: 11px;
}

/* drucksymbol */
a.printer {
  display: block;
  width: 16px;
  height: 16px;
  background: url(/pics/printer.png);
  margin-right: 5px;
  float: left;
}

a.printer-text {
  display: block;
  padding-left: 20px;
  height: 16px;
  background: url("/pics/printer.png") no-repeat left top;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}

a.export {
  display: block;
  width: 16px;
  height: 16px;
  background: url(/pics/floppy.png);
  margin-right: 5px;
  float: left;
}

a.export-text {
  display: block;
  padding-left: 20px;
  height: 16px;
  background: url("/pics/floppy.png") no-repeat left top;
  margin: 0.5em 0 1em 0;
  float: left;
}

a.calendar-text {
  display: block;
  padding-left: 20px;
  height: 16px;
  background: url("/pics/calendar.png") no-repeat left top;
  margin: 0.5em 2em 1em 0;
  float: left;
}

a.train {
  display: block;
  height: 16px;
  background: url("/pics/train.png") no-repeat left bottom;
  padding-left: 20px;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}

a.location_maps {
  display: block;
  height: 16px;
  background: url("/pics/detour.png") no-repeat left bottom;
  padding-left: 20px;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}

/* print guests */
table.printGuests {
  line-height: 20px;
  margin-left: 20px;
  width: 100%;
  border-top: 1px solid black;
  width: 700px;
}

table.printGuests td {
  padding: 0px 5px 0px 5px;
  vertical-align: top;
  font-size: 11px;
  border-bottom: 1px solid black;
  text-align: left;
}

table.list {
  border-collapse: collapse;
}

table.list td {
  padding: 4px 10px 4px 10px;
  border-top: 1px solid #FFD99F;
  border-bottom: 1px solid #FFD99F;
}

table.diary {
  width: 100%;
}

table.diary td.title {
  font-weight: bold;
  font-size: 12px;
  /*    color:red; */
}

table.diary td.title a {
  text-decoration: none;
  color: black;
}

table.diary td.title input {
  float: right;
  display: inline;
}

table.diary td.title img {
  float: right;
}

table.diary td.title .teaser {
  display: block;
  font-weight: normal;
  width: 534px;
}

table.diary td.title .teaser a {
  text-decoration: underline;
  color: blue;
}

table.diary td.text {
  padding: 10px 0px 30px 0px;
}

table.diary td.text img {
  float: right;
}

table.press {
  width: 100%;
}

table.press td.title {
  font-weight: bold;
  font-size: 12px;
  /*    color:red; */
}

table.press td.title a {
  text-decoration: none;
  color: black;
}

table.press td.title input {
  float: right;
  display: inline;
}

table.press td.title img {
  float: right;
}

table.press td.title .teaser {
  display: block;
  font-weight: normal;
  width: 534px;
}

table.press td.title .teaser a {
  text-decoration: underline;
  color: blue;
}

table.press td.text {
  padding: 10px 0px 30px 0px;
}

table.press td.text img {
  float: right;
}

table.voices {
  width: 100%;
}

table.voices td.title {
  font-weight: bold;
  font-size: 12px;
  /*    color:red; */
}

table.voices td.title a {
  text-decoration: none;
  color: black;
}

table.voices td.title input {
  float: right;
  display: inline;
}

table.voices td.title img {
  float: right;
}

table.voices td.title .teaser {
  display: block;
  font-weight: normal;
  width: 534px;
}

table.voices td.title .teaser a {
  text-decoration: underline;
  color: blue;
}

table.voices td.text {
  padding: 10px 0px 30px 0px;
}

table.voices td.text img {
  float: right;
}

table.faq {
  width: 100%;
}

table.faq td.title {
  font-weight: bold;
  font-size: 12px;
  /*    color:red; */
}

table.faq td.title a {
  text-decoration: none;
  color: black;
}

table.faq td.title input {
  float: right;
  display: inline;
}

table.faq td.title img {
  float: right;
}

table.faq td.title .teaser {
  display: block;
  font-weight: normal;
  width: 534px;
}

table.faq td.title .teaser a {
  text-decoration: underline;
  color: blue;
}

table.faq td.text {
  padding: 10px 0px 30px 0px;
}

table.faq td.text img {
  float: right;
}

table.search_result {
  clear: both;
  width: 100%;
  border-collapse: collapse;
}

table.search_result td {
  padding: 0px 5px;
  border-top: 1px solid #FFD99F;
  border-bottom: 1px solid #FFD99F;
}

table.search_result td a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

table.nlList {
  background-color: #FFF7D5;
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

table.nlList th {
  padding: 5px 10px;
  font-size: 10px;
  border-top: 1px solid #FFD99F;
  border-bottom: 1px solid #FFD99F;
  text-align: left;
  background-color: white;
}

table.nlList td {
  padding: 5px 10px;
  font-size: 10px;
  border-top: 1px solid #FFD99F;
  border-bottom: 1px solid #FFD99F;
  text-align: left;
}

table.nlList td img {
  cursor: pointer;
}

table.nl {
  background-color: #FFF7D5;
  width: 100%;
  margin-top: 20px;
}

table.nl td {
  padding: 10px 20px 0px 20px;
  font-size: 10px;
  text-align: left;
  vertical-align: top;
}

table.nl td.bottom {
  padding: 10px 20px 10px 20px;
}

table.nl td .head {
  font-weight: bold;
}

table.nl td .fullWidth {
  width: 100%;
}

table.nl td textarea {
  height: 300px;
}

table.nl td #interval {
  text-align: right;
  width: 25px;
}

/* ab login */
table.login th {
  text-align: right;
  padding: 15px 0px 0px 20px;
  font-weight: normal;
  font-size: 11px;
}

table.login td {
  vertical-align: top;
  text-align: left;
  padding: 15px 20px 0px 20px;
}

table.login td a {
  text-decoration: underline;
}

table.login td.btn {
  text-align: right;
  padding-bottom: 10px;
}

table.login .button {
  width: 80px;
  text-align: center;
  background-color: #FF0000;
  color: #FFFFFF;
  font-weight: bold;
}

span.registerForm table.register {
  width: 540px;
}

span.registerForm table.register td {
  padding: 7px 0px 7px 8px;
  vertical-align: middle;
  text-align: left;
}

#page #content span.registerForm ul {
  list-style-type: square;
  margin-top: 1em;
  margin-bottom: 1em;
  color: red;
  margin-left: 15px;
}

#page #content span.registerForm li {
  background-image: none;
  list-style-type: square;
  padding: 0px;
}

#page #content span.registerForm a {
  color: red;
  text-decoration: underline;
}

input#abschicken,
input.back,
input.print,
input.doit {
  font-size: 14px;
  font-weight: bold !important;
}

/* contact popup */
table.contacts td.head {
  border-top: 0px;
}

table.contacts td {
  font-size: 12px;
}

table.contactDetails textarea {
  width: 715px;
}

table.contactSelect {
  text-align: center;
  margin: 0px auto 0px auto;
  border-collapse: collapse;
}

table.contactSelect td {
  text-align: left;
  vertical-align: top;
  padding: 5px 5px 0px 5px;
}

table.contactSelect #groups {
  width: 160px;
}

table.contactSelect #entries,
table.contactSelect #contacts {
  width: 200px;
}

/* MB Einstellungen */
table.settings div#partner_wrap {
  margin: 0px;
  padding: 0px;
  height: 600px;
}

table.settings div#partner_wrap iframe {
  width: 100%;
  height: 100%;
  border: 0px;
  margin: 0px;
  padding: 0px;
  background-color: #FFEEEE;
}

table.pics td {
  text-align: center;
  vertical-align: middle;
}

table.pics td img {
  border: 0px;
  margin: auto;
  padding: 0 4px 8px 0;
}

/* mb poll */
table.vote_voting,
table.vote_result {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

td.vote_text {
  padding: 10px;
}

td.vote_option {
  padding: 5px 10px;
  border-top: 1px solid #FFD99F;
  border-bottom: 1px solid #FFD99F;
}

td.vote_controls {
  padding: 20px 10px;
}

/* reisen ab */
#content h2.headline {
  font-weight: normal;
  color: #000;
  font-size: 20px;
  margin: 0 0 20px;
}

/* events ab */
table.event_ab {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 30px 0;
}

table.event_ab td {
  padding: 5px;
}

table.event_ab td.date {
  width: 160px;
}

table.event_ab td.title a,
table.event_ab span.title a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

table.event_ab td.title a:hover {
  text-decoration: underline;
}

/* generische liste */
table.list td {
  border-width: 1px 0;
  border-style: solid;
  border-color: #000;
}

table.membertable td {
  text-align: center;
  vertical-align: middle;
}

table.membertable td img {
  border: 0px;
  margin: auto;
  padding: 0 4px 8px 0;
}

/* Mitglied eintragen */
table.member_edit {
  width: 100%;
}

table.member_edit td {
  padding: 2px 0;
}

table.member_edit td.head {
  font-weight: bold;
  font-size: 12px;
  padding: 2px 5px 2px 0;
}

table.member_edit input, textarea {
  width: 300px;
}

table.member_edit input.zip {
  width: 44px;
  margin-right: 6px;
}

table.member_edit input.city {
  width: 244px;
}

table.member_edit input.date {
  width: 70px;
  float: left;
}

table.member_edit input.provision {
  width: 18px;
  margin-left: 10px;
  text-align: right;
}

div.member_edit {
  width: 100%;
}

div.member_edit fieldset {
  margin: 0.5em 0;
}

div.member_edit legend {
  font-weight: bold;
  font-style: italic;
}

div.member_edit div {
  padding: 2px 0;
  overflow: hidden;
  clear: left;
}

div.member_edit div:hover {
  background-color: #ffeae0;
}

div.member_edit label {
  display: block;
  float: left;
  width: 14em;
  font-size: 0.9em;
}

div.member_edit input, textarea {
  width: 300px;
}

div.member_edit textarea#agb {
  width: 465px;
}

div.member_edit input.zip {
  width: 44px;
  margin-right: 6px;
}

div.member_edit input.city {
  width: 244px;
}

div.member_edit input.date {
  width: 70px;
  float: left;
}

div.member_edit input.provision {
  width: 18px;
  margin-left: 10px;
  text-align: right;
}

div.member_edit input#send_cancel_mail {
  width: auto;
}

/* Buchungen */
div.pre_booking_settings fieldset {
  margin: 1em 0em;
}

div.pre_booking_settings legend {
  font-weight: bold;
  font-style: italic;
}

div.pre_booking_settings div {
  margin: 0.5em 0em;
}

div.pre_booking_settings label {
  display: block;
  font-weight: bold;
  font-size: 0.8em;
}

table.highlightable {
  width: 100%;
}

table.highlightable tr:hover td.highlightable {
  background-color: #ffe0b9;
  cursor: pointer;
}

div.booking_edit fieldset {
  margin: 1em 0em;
}

div.booking_edit legend {
  font-weight: bold;
  font-style: italic;
}

div.booking_edit div {
  margin: 0.5em 0em;
}

div.booking_edit label {
  display: block;
  font-weight: bold;
  font-size: 0.8em;
}

/* Wunschliste */
table.newWishlistEntry {
  margin-top: 20px;
  border-collapse: collapse;
}

table.newWishlistEntry td {
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  text-align: left;
}

#newwishlistentry_title {
  width: 320px;
}

#newwishlistentry_description {
  width: 442px;
  height: 50px;
}

table.newWishlistEntry td.controls {
  text-align: center;
  padding: 0 0 0 150px;
}

table.wishlist {
  margin-top: 30px;
  width: 95%;
}

table.wishlist td,
table.wishlist_subscriber td {
  vertical-align: top;
  padding: 4px 5px 4px 5px;
  border-top: 1px solid #FFD99F;
  border-bottom: 1px solid #FFD99F;
}

table.wishlist.SW td {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

table.wishlist td.head {
  text-align: left;
  border-bottom: 1px solid #FFD99F;
  height: 22px;
  color: #FF9933;
  padding: 4px 5px 4px 5px;
}

table.wishlist.SW td.head {
  border-bottom: 1px solid #999;
  color: #000;
  font-weight: bold;
}

table.wishlist td.head a {
  color: #FF9933;
  text-decoration: none;
  font-weight: bold;
}

a.wishlist {
  line-height: 3em;
}

table.wishlist_subscriber {
  width: 95%;
}

table.wishlist_subscriber td.controls {
  border: none;
  padding: 1em 35%;
}

/* feedback */
table.feedback {
  width: 95%;
  margin-top: 20px;
}

table.feedback td.head {
  font-weight: bold;
}

table.feedback #feedback_text {
  width: 100%;
  height: 10em;
}

table.feedback td.controls {
  padding-left: 35%;
}

/* Galerie */
div.gallery-album-list-entry {
  clear: both;
  margin: 10px 0;
  overflow: hidden;
}

div.gallery-album-list-entry div.album-title a {
  color: #FF9933;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

div.gallery-album-list-entry div.album-title a:hover {
  text-decoration: underline;
}

div.gallery-album-list-entry div.album-image {
  float: left;
  margin: 0 10px 0 0;
}

div.gallery-album-list-entry div.album-controls {
  float: right;
}

div.gallery-album-list-entry div.album-text-teaser,
div.gallery-album-list-entry div.album-text {
  padding-top: 0.5em;
  margin: 0 20px 0 0;
  clear: right;
}

div.album div.album-title {
  color: #FF9933;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}

div.album div.album-image {
  text-align: center;
  position: relative;
  float: left;
  width: 124px;
  height: 114px;
  margin: 10px 10px 0 0;
}

div.album div.album-image div.image-controls {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

div.album div.album-text {
  clear: left;
}

div.album div.album-text textarea {
  width: 95%;
  height: 20em;
}

table.participant_info td {
  text-align: left;
  vertical-align: top;
}

.gallery-spacer {
  border-top: 1px solid #FFD99F;
  margin: 1.5em 0;
}

/* test button */
#content a.btnPeter {
  display: block;
  border: 1px solid #666;
  padding: 0.3em 1em;
  background-color: #0a850a;
  color: white !important;
  text-decoration: none;
  float: left;
  clear: left;
  font-size: 19px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

a.btnPeter:hover {
  text-decoration: underline;
}

/* Statistiken */
table.stats .head {
  font-weight: bold;
}

table.stats {
  font-size: 0.7em !important;
}

table.stats input,
table.stats select {
  font-size: 1em !important;
}

table.stats td.hasoa {
  background-color: #fcc;
}

table.stats td.hasia {
  background-color: #cfc;
}

.stat-edit .head {
  padding: 0 0 1em 0;
}

.stat-edit .comment textarea {
  width: 90%;
  height: 200px;
}

/*suche */
.membersearch {
  margin: 1em 0;
  border: 1px solid #FFD99F;
  border-radius: 5px;
  padding: 0 1em;
}

.membersearch .row {
  clear: left;
  overflow: hidden;
  margin: 1em 0;
  line-height: 1.5em;
}

.membersearch .row > div {
  float: left;
  margin: 0 2em 0 0;
}

.membersearch .row .interest {
  width: auto;
}

/* Mitglieder werben */
.advertise .email,
.advertise .msg,
.advertise .controls {
  margin: 1em 0;
}

.advertise .email input {
  width: 50%;
}

.advertise .msg textarea {
  width: 99%;
}

/* news */
#newsdialog hr {
  border: 1px solid #999;
  margin: 10px 0;
  height: 1px;
}

.news_entry {
  text-align: left;
}

/* agb dialog */
#agbdialog hr {
  border: 1px solid #999;
  margin: 10px 0;
  height: 1px;
}

#agbdialog p {
  text-align: left;
  padding: 0 0 0 24px;
  margin: 0;
}

#agbdialog input[type=checkbox] {
  float: left;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

div.join-form div.join-contact {
  font-size: 2em;
  line-height: 1.1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*# sourceMappingURL=common.css.map */
