@charset "UTF-8";

@media all
{
 /**
  * Fonts
  *
  * Globale Einstellungen fuer Zeichensatz und Schriftgroessen
  *
  * @section content-global-settings
  */

  /* Alle Schriftgroessen auf Standardgroessee (16 Pixel) zuruecksetzen */
  html * { font-size: 100.01%; }

  /* Schriftgroesse von monospaced Elemente in allen Browsern auf 16 Pixel setzen */
  textarea, pre, code, kbd, samp, var, tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* Basis-Layout erhaelt Standardschriftgroesse von 12 Pixeln */
  body {
    /*font-family:  Arial, Helvetica, sans-serif;*/
    /*font-size: 75.00%;*/
    /*color: #444;*/
    text-align:center;
    font-size:12px;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    color: #252525;
  }

  /* --- Listen -------------------------------------------------------------------------------- */

  ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
  ul li { list-style-type: none; }
  ul ul li { list-style-type: circle; }

  ol li { list-style-type: decimal; }
  ol ol li { list-style-type: lower-latin; }

  ul {
	margin: 0;
	padding: 0;
  }

  li {
	margin: 0;
	padding: 0 0 0 5px;
	font-size:13px;
	line-height:18px;
  }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 0.8em; }

  /* --- Allgemeine Textauszeichnung ------------------------------------------ */

  /*p { line-height: 1.5em; margin: 0 0 1em 0; }*/

  blockquote, cite,q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin: 0 0 1em 1.6em; color: #666; }

  strong,b { font-weight: bold; }
  em,i { font-style: italic; }

  pre, code, kbd, tt, samp, var { font-size: 100%; }
  pre, code { color: #800; }
  pre { line-height: 1.5em; margin: 0 0 1em 0; }
  kbd, samp, var { color: #666; }
  var { font-style: italic; }

  acronym, abbr {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    letter-spacing: .07em;
    cursor: help;
  }

  sub, sup { font-size: 91.6667%; }

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }

  /* --- Links ----------------------------------------------------------------------------------------- */

  a { color: #0066CC; background:transparent; text-decoration:none; }
  a:visited,
  a:focus,
  a:active { color: #0066CC; text-decoration:none; }

  a:hover { color:#009900; text-decoration:none; }

  a.negativ {color:#ff0000;}

  /* --- Bilder (mit optionaler Bildunterschrift) ------------------ */

  p.icaption_left { float:left; display:inline; margin: 0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin: 0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border: 1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display:block; overflow:hidden; margin-top: 2px; padding: 0.3em 0.5em; background: #eee; font-weight: normal; font-size: 91.667%; }

  /* ------------------------------------------------------------------------------------------------- */
  /* Standardklassen zur Positionierung und Hervorhebung */

  .highlight { color: #f60; }
  .dimmed { color: #888; }

  .info { background: #f8f8f8; color: #666; padding: 10px; margin-bottom: 0.5em; font-size: 91.7%; }

  .note { background: #efe; color: #040; border: 2px #484 solid; padding: 10px; margin-bottom: 1em; }
  .important { background: #ffe; color: #440; border: 2px #884 solid; padding: 10px; margin-bottom: 1em; }
  .warning { background: #fee; color: #400; border: 2px #844 solid; padding: 10px; margin-bottom: 1em; }

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em; }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em; }
  .center { display:block; text-align:center; margin: 0.5em auto; }

  /* ----- GENERELLE EINSTELLUNGEN ----- */

  img {
	padding: 0;
	margin: 0;
  }

/*  h1 {
  	margin: -3px 0px;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
/*	color: #999999;
	font-weight: bold;
	font-size:17px;
	/*letter-spacing:-2px;*/
	/*line-height:65%;*/
/*  }*/

  h1.slogan {
	font-family:Verdana,Arial,Helvetica,sans-serif !important;
  }

  .slogan {
	margin: -3px 0px;
	color: #999999;
        font-weight: bold;
        font-size:17px;
  }

  h1 {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        /*color: #7DAD04;*/
        color: #689D00;
        font-weight: bold;
        font-size:17px;
        /*padding: 0 0 0 2px;*/
  }

  h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	/*color: #7DAD04;*/
	color: #689D00;
	font-weight: bold;
	font-size:17px;
	padding: 0;
  }

  h3 {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 0 0 11px;
  }

  .menuhead {
	color: #ffffff;
        font-weight: bold;
        font-size: 12px;
        padding: 4px 0 0 11px;
  }

  h4 {
  	/*color:#7DAD04;*/
	color: #689D00;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
  }

  .headline_2_space {
	/*margin: 25px 0 7px 3px;*/
	margin: 0;
	padding: 0 0 7px 0;
  }

  .headline_2_space_2 {
	/*margin: 25px 0 7px 3px;*/
	margin: 0;
	padding: 15px 0 7px 0;
  }
 
  .headline_2_space_3 {
        /*margin: 25px 0 7px 3px;*/
        /*margin: 0 0 0 11px;*/
	margin: 0 0 0 3px;
	padding: 15px 0 7px 0;
  }

  .headline_2_space_4 {
	margin: 0 0 0 3px;
        padding: 15px 0 7px 0;
  }

  .headline_2_space_5 {
	margin: 0 0 0 3px;
        padding: 15px 0 7px 0;
  }

  .headline_2_space_6 {
	margin: 0 0 0 3px;
        padding: 15px 0 7px 0;
  }

  .headline_2_space_7 {
	margin: 0 0 0 3px;
        padding: 15px 0 7px 0;
  }

  .headline_2_space_8 {
	margin: 0 0 0 3px;
        padding: 15px 0 7px 0;
  }

  .left {
	float: left;
  }

  .right {
	float: right;
  }

  .grey {
        background: #e7e7e7;
  }

  .textcenter {
        text-align: center !important;
  }

  .textleft {
        text-align: left !important;
  }

  .textright {
        text-align: right !important;
  }

  .checkbox {
        width: 13px !important;
        height: 13px;
        padding: 0;
        margin: 0;
        border:0 none;
  }

  ul.list {
	padding: 0;
	margin: 0 5px 0 10px;
  }

  ul.list li {
	padding: 0;
	margin: 7px 12px;
	list-style-image: url(//bilder.tauschticket.de/bilder/pfeil.gif);
	font-size: 13px;
	line-height: 13px;
  }

  ul.list li:hover {
	list-style-image: url(//bilder.tauschticket.de/bilder/pfeil_hover.gif);
  }

  ul.list li.vorneli {
	padding: 0;
        margin: 7px 0;
	font-size: 13px;
        line-height: 13px;
	list-style-image: none;
  }

  ul.list li.aktli {
        padding: 0;
        margin: 7px 13px;
        font-size: 13px;
        line-height: 13px;
        list-style-image: none;
  }

  ul.list li.eingli {
        padding: 0;
        margin: 7px 13px;
        list-style-image: none;
        font-size: 13px;
        line-height: 13px;
  }

  ul.list li.eingli:hover {
        list-style-image: none;
  }

  /* ----- FEHLERMELDUNG ----- */

  div.error {
    border: 1px #a00 dashed;
    background: #faf4f4;
    padding: 0.5em 0.5em 0 0.5em;
    margin: 10px 0 10px 0;
  }

  div.error label {
  	float: left;
  	width: 120px;
  	padding: 0 8px 8px 0;
	color: #000;
	font-weight: bold;
  }

  div.error img {
	padding: 0 0.5em 0.5em 0;
	width: 15px;
	float: left;
  }

  div.error .message {
	color: #800;
        padding: 0 8px 8px 0;
        width: 560px;
  }

  /* ----- FEHLERMELDUNG - VERSION 2 ----- */

  div.error_2 {
        border: 1px #a00 dashed;
        background: #faf4f4;
        padding: 0.5em 0.5em 0 0.5em;
        margin: 0 0 10px 0;
  }

  div.error_2 img {
        padding: 0 1.125em 0.5em 0;
        width: 15px;
        float: left;
  }

  div.error_2 .message {
        width: 687px;
        padding: 0 0 0.5em 0;
        color: #800;
  }

  div.error_2 .message span {
        color: #800;
  }

  /* ----- FEHLERMELDUNG - VERSION WARTUNGSARBEITEN ----- */

  div.error_3 {
    border: 1px #a00 dashed;
    background: #faf4f4;
    padding: 0.5em 0.5em 0 0.5em;
    margin: 0 0 10px 0;
  }

  div.error_3 label {
        float: left;
        width: 60px;
        padding: 0 8px 8px 0;
        color: #000;
        font-weight: bold;
  }

  div.error_3 img {
        padding: 0 0.5em 0.5em 0;
        width: 15px;
        float: left;
  }

  div.error_3 .message {
        color: #800;
        padding: 0 8px 8px 0;
        width: 620px;
  }

  /* ----- BESTAETIGUNGSMELDUNG ----- */

  div.ack {
        /*border: 1px #91ff65 dashed;*/
        border: 1px #33b300 dashed;
        /*background: #aaffaa;*/
        background: #e7ffde;
        padding: 0.5em 0.5em 0 0.5em;
        margin: 0 0 10px 0;
  }

  div.ack label {
        float: left;
        width: 100px;
        padding: 0 8px 8px 0;
        color: #000;
        font-weight: bold;
  }

  div.ack img {
        padding: 0 0.5em 0.5em 0;
        width: 15px;
        float: left;
  }

  div.ack .message {
        color: #33b300;
        padding: 0 8px 8px 0;
  }

  /* ----- BUTTONS ----- */

  .button_100 button {
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_100.png") no-repeat top;
	border: 0px solid;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	height: 24px;
	width: 100px;
	font-size: 14px;
	font-family: Verdana;
	overflow: visible;
  }

  .button_100 button:hover {
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_100.png") no-repeat bottom;
	border: 0px solid;
	color: #fff;
	/*background: #fff;*/
  }

  .button_100 div button {
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_100.png") no-repeat top;
	border: 0px solid;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	height: 24px;
	width: 100px;
	font-size: 14px;
	font-family: Verdana;
	overflow: visible;
  }

  .button_100 div button:hover {
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_100.png") no-repeat bottom;
	border: 0px solid;
	color: #fff;
	/*background: #fff;*/
  }

  .button_150 button {
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_150.png") no-repeat top;
	border: 0px solid;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	height: 24px;
	width: 150px;
	font-size: 14px;
	font-family: Verdana;
	overflow: visible;
  }

  .button_150 button:hover {
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_150.png") no-repeat bottom;
	border: 0px solid;
	color: #fff;
	/*background: #fff;*/
  }

  .button_150 div button {
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_150.png") no-repeat top;
	border: 0px solid;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	height: 24px;
	width: 150px;
	font-size: 14px;
	font-family: Verdana;
	overflow: visible;
  }

  .button_150 div button:hover {
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_150.png") no-repeat bottom;
	border: 0px solid;
	color: #fff;
	/*background: #fff;*/
  }

  .button_200 button {
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_200.gif") no-repeat top;
	border: 0px solid;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	height: 24px;
	width: 200px;
	font-size: 14px;
	font-family: Verdana;
	overflow: visible;
  }

  .button_200 button:hover {
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_200.gif") no-repeat bottom;
	border: 0px solid;
	color: #fff;
	/*background: #fff;*/
  }

  .button_200 div button {
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_200.gif") no-repeat top;
	border: 0px solid;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	height: 24px;
	width: 200px;
	font-size: 14px;
	font-family: Verdana;
	overflow: visible;
  }

  .button_200 div button:hover {
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_200.gif") no-repeat bottom;
	border: 0px solid;
	color: #fff;
	/*background: #fff;*/
  }



  .button_200gray div button {
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_200gray.png") no-repeat top;
	border: 0px solid;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	height: 24px;
	width: 200px;
	font-size: 14px;
	font-family: Verdana;
	overflow: visible;
  }

  .button_200gray div button:hover {
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_200gray.png") no-repeat bottom;
	border: 0px solid;
	color: #fff;
	/*background: #fff;*/
  }


  .button_250 button {
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_250.gif") no-repeat top;
	border: 0px solid;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	height: 24px;
	width: 250px;
	font-size: 14px;
	font-family: Verdana;
	overflow: visible;
  }

  .button_250 button:hover {
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_250.gif") no-repeat bottom;
	border: 0px solid;
	color: #fff;
	/*background: #fff;*/
  }

  .button_250 div button {
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_250.gif") no-repeat top;
	border: 0px solid;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	height: 24px;
	width: 250px;
	font-size: 14px;
	font-family: Verdana;
	overflow: visible;
  }

  .button_250 div button:hover {
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_250.gif") no-repeat bottom;
	border: 0px solid;
	color: #fff;
	/*background: #fff;*/
  }

  button.submit span {
	position: relative;
	display: block;
	color: #fff !important;
	white-space: nowrap;
	padding: 3px 0px 0px 0px;
	height: 22px;
  }

  /* ----- SUBMITBUTTONS - MINI ----- */

  .button_100_mini button {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_100.png") no-repeat top;
        border: 0px solid;
        color: #fff;
        cursor: pointer;
        text-align: center;
        font-weight: bold;
        height: 19px;
        width: 100px;
        font-size: 11px;
        font-family: Verdana;
        overflow: visible;
  }

  .button_100_mini button:hover {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_100.png") no-repeat bottom;
        border: 0px solid;
        color: #fff;
        /*background: #fff;*/
  }

  .button_100_mini div button {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_100.png") no-repeat top;
        border: 0px solid;
        color: #fff;
        cursor: pointer;
        text-align: center;
        font-weight: bold;
        height: 19px;
        width: 100px;
        font-size: 11px;
        font-family: Verdana;
        overflow: visible;
  }

  .button_100_mini div button:hover {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_100.png") no-repeat bottom;
        border: 0px solid;
        color: #fff;
        /*background: #fff;*/
  }

  .button_125_mini button {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_125.png") no-repeat top;
        border: 0px solid;
        color: #fff;
        cursor: pointer;
        text-align: center;
        font-weight: bold;
        height: 19px;
        width: 125px;
        font-size: 11px;
        font-family: Verdana;
        overflow: visible;
  }

  .button_125_mini button:hover {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_125.png") no-repeat bottom;
        border: 0px solid;
        color: #fff;
        /*background: #fff;*/
  }

  .button_125_mini div button {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_125.png") no-repeat top;
        border: 0px solid;
        color: #fff;
        cursor: pointer;
        text-align: center;
        font-weight: bold;
        height: 19px;
        width: 125px;
        font-size: 11px;
        font-family: Verdana;
        overflow: visible;
  }

  .button_125_mini div button:hover {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_125.png") no-repeat bottom;
        border: 0px solid;
        color: #fff;
        /*background: #fff;*/
  }

  .button_150_mini button {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_150.png") no-repeat top;
        border: 0px solid;
        color: #fff;
        cursor: pointer;
        text-align: center;
        font-weight: bold;
        height: 19px;
        width: 150px;
        font-size: 11px;
        font-family: Verdana;
        overflow: visible;
  }

  .button_150_mini button:hover {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_150.png") no-repeat bottom;
        border: 0px solid;
        color: #fff;
        /*background: #fff;*/
  }

  .button_150_mini div button {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_150.png") no-repeat top;
        border: 0px solid;
        color: #fff;
        cursor: pointer;
        text-align: center;
        font-weight: bold;
        height: 19px;
        width: 150px;
        font-size: 11px;
        font-family: Verdana;
        overflow: visible;
  }

  .button_150_mini div button:hover {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_150.png") no-repeat bottom;
        border: 0px solid;
        color: #fff;
        /*background: #fff;*/
  }

  .button_175_mini button {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_175.png") no-repeat top;
        border: 0px solid;
        color: #fff;
        cursor: pointer;
        text-align: center;
        font-weight: bold;
        height: 19px;
        width: 175px;
        font-size: 11px;
        font-family: Verdana;
        overflow: visible;
  }

  .button_175_mini button:hover {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_175.png") no-repeat bottom;
        border: 0px solid;
        color: #fff;
        /*background: #fff;*/
  }

  .button_175_mini div button {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_175.png") no-repeat top;
        border: 0px solid;
        color: #fff;
        cursor: pointer;
        text-align: center;
        font-weight: bold;
        height: 19px;
        width: 175px;
        font-size: 11px;
        font-family: Verdana;
        overflow: visible;
  }

  .button_175_mini div button:hover {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_175.png") no-repeat bottom;
        border: 0px solid;
        color: #fff;
        /*background: #fff;*/
  }

  .button_200_mini button {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_200.png") no-repeat top;
        border: 0px solid;
        color: #fff;
        cursor: pointer;
        text-align: center;
        font-weight: bold;
        height: 19px;
        width: 200px;
        font-size: 11px;
        font-family: Verdana;
        overflow: visible;
  }

  .button_200_mini button:hover {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_200.png") no-repeat bottom;
        border: 0px solid;
        color: #fff;
        /*background: #fff;*/
  }

  .button_200_mini div button {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_200.png") no-repeat top;
        border: 0px solid;
        color: #fff;
        cursor: pointer;
        text-align: center;
        font-weight: bold;
        height: 19px;
        width: 200px;
        font-size: 11px;
        font-family: Verdana;
        overflow: visible;
  }

  .button_200_mini div button:hover {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_200.png") no-repeat bottom;
        border: 0px solid;
        color: #fff;
        /*background: #fff;*/
  }

  button.submit_mini span {
        position: relative;
        display: block;
        color: #fff !important;
        white-space: nowrap;
        padding: 3px 0px 0px 0px;
        height: 16px;
  }

  /* ----- LINKS IN BUTTONFORM -----*/

  .linkbutton_100 a {
	color: #fff !important;
	height: 24px;
	width: 100px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana;
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_100.png") no-repeat top;
  }

  .linkbutton_100 a:hover {
	background: transparent url("//bilder.tauschticket.de/bilder/button/button_100.png") no-repeat bottom;
	color: #fff;
  }

  .linkbutton_100 span {
  	display: block;
  	padding: 3px 0 0 0;
  }

  .linkbutton_150 a {
        color: #fff !important;
        height: 24px;
        width: 150px;
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        font-family: Verdana;
        background: transparent url("//bilder.tauschticket.de/bilder/button/button_150.png") no-repeat top;
  }

  .linkbutton_150 a:hover {
        background: transparent url("//bilder.tauschticket.de/bilder/button/button_150.png") no-repeat bottom;
        color: #fff;
  }

  .linkbutton_150 span {
        display: block;
        padding: 3px 0 0 0;
  }

  .linkbutton_200 a {
        color: #fff !important;
        height: 24px;
        width: 200px;
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        font-family: Verdana;
        background: transparent url("//bilder.tauschticket.de/bilder/button/button_200.gif") no-repeat top;
  }

  .linkbutton_200 a:hover {
        background: transparent url("//bilder.tauschticket.de/bilder/button/button_200.gif") no-repeat bottom;
        color: #fff;
  }

  .linkbutton_200 span {
        display: block;
        padding: 3px 0 0 0;
  }

  .linkbutton_250 a {
        color: #fff !important;
        height: 24px;
        width: 250px;
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        font-family: Verdana;
        background: transparent url("//bilder.tauschticket.de/bilder/button/button_250.gif") no-repeat top;
  }

  .linkbutton_250 a:hover {
        background: transparent url("//bilder.tauschticket.de/bilder/button/button_250.gif") no-repeat bottom;
        color: #fff;
  }

  .linkbutton_250 span {
        display: block;
        padding: 3px 0 0 0;
  }
 
  /* ----- LINKS IN BUTTONFORM - MINI -----*/

  .linkbutton_100_mini a {
        color: #fff !important;
        height: 19px;
        width: 100px;
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 11px;
        font-family: Verdana;
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_100.png") no-repeat top;
  }

  .linkbutton_100_mini a:hover {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_100.png") no-repeat bottom;
        color: #fff;
  }

  .linkbutton_100_mini span {
        display: block;
        padding: 3px 0 0 0;
  }

  .linkbutton_125_mini a {
        color: #fff !important;
        height: 19px;
        width: 125px;
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 11px;
        font-family: Verdana;
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_125.png") no-repeat top;
  }

  .linkbutton_125_mini a:hover {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_125.png") no-repeat bottom;
        color: #fff;
  }

  .linkbutton_125_mini span {
        display: block;
        padding: 3px 0 0 0;
  }

  .linkbutton_150_mini a {
        color: #fff !important;
        height: 19px;
        width: 150px;
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 11px;
        font-family: Verdana;
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_150.png") no-repeat top;
  }

  .linkbutton_150_mini a:hover {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_150.png") no-repeat bottom;
        color: #fff;
  }

  .linkbutton_150_mini span {
        display: block;
        padding: 3px 0 0 0;
  }

  .linkbutton_175_mini a {
        color: #fff !important;
        height: 19px;
        width: 175px;
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 11px;
        font-family: Verdana;
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_175.png") no-repeat top;
  }

  .linkbutton_175_mini a:hover {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_175.png") no-repeat bottom;
        color: #fff;
  }

  .linkbutton_175_mini span {
        display: block;
        padding: 3px 0 0 0;
  }

  .linkbutton_200_mini a {
        color: #fff !important;
        height: 19px;
        width: 200px;
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 11px;
        font-family: Verdana;
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_200.png") no-repeat top;
  }

  .linkbutton_200_mini a:hover {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_200.png") no-repeat bottom;
        color: #fff;
  }

  .linkbutton_200_mini span {
        display: block;
        padding: 3px 0 0 0;
  }

  .linkbutton_200_mini_grey a {
        color: #fff !important;
        height: 19px;
        width: 200px;
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 11px;
        font-family: Verdana;
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_grey_200.png") no-repeat top;
  }

  .linkbutton_200_mini_grey a:hover {
        background: transparent url("//bilder.tauschticket.de/bilder/button/minibutton_grey_200.png") no-repeat bottom;
        color: #fff;
  }

  .linkbutton_200_mini_grey span {
        display: block;
        padding: 3px 0 0 0;
  }

  /* ----- EREIGNIS BESTAETIGT ----- */

  .ack_space {
        padding: 5px 16px;
  }

  /* ----- UMRANDUNGEN ----- */
 
  .main_content_top_v1 {
	background: transparent url("//bilder.tauschticket.de/bilder/header/main_content_top.png") no-repeat;
	width: 736px;
	height: 5px;
	line-height: 0;
	font-size: 0;
  }

  .main_content_v1 {
	background: transparent url("//bilder.tauschticket.de/bilder/header/main_content_middle.png") repeat-y;
	width: 736px;
  }

  .main_content_bottom_v1 {
	background: transparent url("//bilder.tauschticket.de/bilder/header/main_content_bottom.png") no-repeat;
	width: 736px;
	height: 5px;
	line-height: 0;
	font-size: 0;
	margin: 0 0 10px 0;
  }

  .main_content_top_v2 {
	background: transparent url("//bilder.tauschticket.de/bilder/header/main_content2_top.png") no-repeat;
	width: 736px;
	height: 10px;
	line-height: 0;
	font-size: 0;
  }

  .main_content_v2 {
	/*background: transparent url("//bilder.tauschticket.de/bilder/header/main_content2_middle.png") repeat-y;*/
	background-color: #F2F2F2;
	border-radius: 5px;
	padding: 10px 0;
	width: 736px;
	margin: 0 0 6px 0;
	/*height: 50px;*/
  }

  .main_content_v4 {
        padding: 10px 0;
        width: 736px;
        margin: 0;
	border-top:1px solid #e3e3e3;
  }

  .main_content_bottom_v2 {
	background: transparent url("//bilder.tauschticket.de/bilder/header/main_content2_bottom.png") no-repeat;
	width: 736px;
	height: 10px;
	line-height: 0;
	font-size: 0;
	margin: 0 0 6px 0;
  }

  .main_content_bottom_flower_v2 {
        background: transparent url("//bilder.tauschticket.de/bilder/header/main_content2_bottom_Blumen.png") no-repeat;
        width: 736px;
        height: 10px;
        line-height: 0;
        font-size: 0;
        margin: 0 0 6px 0;
  }

  .main_content_top_v3 {
        background: transparent url("//bilder.tauschticket.de/bilder/header/main_content2_top-log.png") no-repeat;
        width: 736px;
        height: 10px;
        line-height: 0;
        font-size: 0;
  }

  .main_content_v3 {
        background: transparent url("//bilder.tauschticket.de/bilder/header/main_content2_middle-log.png") repeat-y;
        width: 736px;
        /*height: 50px;*/
  }

  .main_content_bottom_v3 {
        background: transparent url("//bilder.tauschticket.de/bilder/header/main_content2_bottom-log.png") no-repeat;
        width: 736px;
        height: 10px;
        line-height: 0;
        font-size: 0;
        margin: 0 0 6px 0;
  }

  /* ----- STATISCHE SEITEN ----- */

  /* ----- AGB ----- */

  .terms_space {
        padding: 5px 19px 0px 19px;
  }

  .terms_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .terms_intro {
        padding: 0 0 30px 0 !important;
  }

  .terms_space h4 {
        padding: 10px 0 8px 0;
  }

  .terms_space ul {
        padding: 15px 19px 30px 38px;
  }

  .terms_space ul li {
        list-style-type: disc;
        line-height: 15px !important;
  }

  .terms_space ol {
        padding: 0px 19px 0px 30px;
  }

  .terms_space ol li {
        line-height: 15px !important;
  }

  /* ----- DATENSCHUTZ ----- */

  .privacy_space {
        padding: 5px 19px 0px 19px;
  }

  .privacy_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .privacy_intro {
        padding: 0 0 30px 0 !important;
  }

  .privacy_space h4 {
        padding: 10px 0 8px 0;
  }

  .privacy_space ul {
        padding: 5px 19px 30px 38px;
  }

  .privacy_space ul li {
        list-style-type: disc;
        line-height: 15px !important;
  }

  .privacy_space ol {
        padding: 0px 19px 0px 30px;
  }

  .privacy_space ol li {
        line-height: 15px !important;
  }

  .privacy_outro {
        padding: 30px 0 10px 0 !important;
  }

  /* ----- PRESSE ----- */

  .press_space {
        padding: 5px 19px 5px 19px;
  }

  .press_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .press_intro {
        padding: 0 0 10px 0 !important;
  }

  .press_space h4 {
        padding: 15px 0 8px 0;
  }

  .press_space ul {
        padding: 15px 19px 30px 38px;
  }

  .press_space ul li {
        list-style-type: disc;
        line-height: 15px !important;
  }

  .press_space ol {
        padding: 0px 19px 0px 30px;
  }

  .press_space ol li {
        line-height: 15px !important;
  }

  /* ----- IMPRESSUM ----- */

  .about_space {
        padding: 5px 19px 0px 19px;
  }

  .about_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .about_address {
        font-weight: bold;
        padding: 15px 0 0 0;
        width: 498px;
  }

  .about_logo {
        width: 200px;
        text-align: left;
  }

  .about_email {
        padding: 30px 0 5px 0 !important;
  }

  .about_list {
        width: 60px;
  }

  .about_text {
        width: 638;
  }

  .about_text img {
        padding: 2px 0 0 0;
  }

  .about_text div {
        padding: 0 0 3px 0;
  }

  .about_more {
        padding: 27px 0 30px 0 !important;
  }

  .about_privacy {
        padding: 3px 0 0 0;
  }

  /* ----- EINSTELLRICHTLINIEN ----- */

  .guidelines_space {
        padding: 5px 19px 0px 19px;
  }

  .guidelines_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .guidelines_intro {
        padding: 0 0 15px 0 !important;
  }

  .guidelines_space h4 {
        padding: 10px 0 5px 0;
  }

  .guidelines_space ul {
        padding: 15px 19px 15px 19px;
  }

  .guidelines_space ul li {
        list-style-image: none;
        line-height: 15px !important;
  }

  /* ----- FORUMREGULARIEN ----- */

  .formalities_space {
        padding: 5px 19px 0px 19px;
  }

  .formalities_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .formalities_space h4 {
        padding: 10px 0 8px 0;
  }

  .formalities_space ul {
        padding: 15px 19px 30px 38px;
  }

  .formalities_space ul li {
        list-style-type: disc;
        line-height: 15px !important;
  }

  /* ----- HILFE BEIM EINSTELLEN DER ARTIKEL ----- */

  .help_space {
        padding: 5px 19px 0px 19px;
  }

  .help_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .help_intro {
        padding: 0 0 30px 0 !important;
  }

  .help_space h4 {
        padding: 0 0 8px 0;
  }

  .help_space h4.top {
        padding: 30px 0 8px 0;
  }

  .help_space p.headline {
        font-weight: bold;
        /*font-size: 15px;*/
        padding: 3px 0 10px 0;
  }

  .help_space ul {
        padding: 15px 19px 0 38px;
  }

  .help_space ul li {
        list-style-type: disc;
        line-height: 15px !important;
  }

  .help_space ol {
        padding: 5px 19px 0px 30px;
  }

  .help_space ol li {
        line-height: 15px !important;
        list-style-type: decimal;
  }

  .help_space ol ol li {
        list-style-type: lower-alpha;
  }

  .help_space ol ul {
        padding: 0px 19px 10px 30px !important;
  }

  .help_space ol ul li {
        line-height: 15px !important;
        list-style-type: disc !important;
  }

  .help_space ul ul {
        padding: 0px 19px 10px 30px;
  }

  .help_space ul ul li {
        line-height: 15px ;
        list-style-type: circle !important;
  }

  .help_close {
        text-align: right;
        padding: 0 5px;
  }

  /* ----- FAQ ----- */

  .faq_space {
        padding: 10px 19px 0px 19px;
  }

  .faq_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .faq_intro {
        padding: 0 0 30px 0 !important;
  }

  .faq_space ol {
        padding: 5px 19px 0px 30px;
  }

  .faq_space ol li {
        line-height: 21px !important;
  }

  .faq_space ol ol li {
        list-style-type: decimal;
  }

  .faq_space ol ul {
        padding: 0px 19px 10px 30px !important;
  }

  .faq_space ol ul li {
        line-height: 15px !important;
        list-style-type: disc !important;
  }

  /* ----- PORTO-TABELLEN ----- */

  .postal_charge_space {
        padding: 5px 19px 0px 19px;
  }

  .postal_charge_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .postal_charge_intro {
        padding: 0 0 30px 0 !important;
  }

  .postal_charge_top {
        padding: 15px 0 10px 0 !important;
  }

  .postal_charge_space h4 {
        padding: 10px 0 5px 0;
  }

  .postal_charge_distance {
        padding: 25px 0 5px 0 !important;
  }

  .postal_charge_space ul {
        padding: 15px 19px 15px 19px;
  }

  .postal_charge_space ul li {
        list-style-image: none;
        line-height: 15px !important;
  }

  /* ----- PORTO, V1 ----- */

  .postal_charge_description_1 {
        width: 125px;
        padding: 3px 0 3px 5px;
  }

  .postal_charge_weight_1 {
        width: 115px;
        padding: 3px 0 3px 0;
  }

  .postal_charge_size_1 {
        width: 360px;
        padding: 3px 5px 3px 5px;
  }

  .postal_charge_size_1 div.l {
        width: 110px;
  }

  .postal_charge_size_1 div.c {
        width: 110px;
  }

  .postal_charge_size_1 div.r {
        width: 110px;
  }

  .postal_charge_size_1 div.x {
        width: 15px;
  }

  .postal_charge_price_1 {
        width: 68px;
        padding: 3px 0 3px 15px;
  }

  /* ----- PORTO, V2 ----- */

  .postal_charge_description_2 {
        width: 125px;
        padding: 3px 0 3px 5px;
  }

  .postal_charge_weight_2 {
        width: 115px;
        padding: 3px 0 3px 0;
  }

  .postal_charge_size_2 {
        width: 360px;
        padding: 3px 5px 3px 5px;
  }

  .postal_charge_size_2 div.minmax {
        text-align: left;
        padding: 0 0 3px 0;
        width: 40px;
  }

  .postal_charge_size_2 div.l {
        width: 100px;
  }

  .postal_charge_size_2 div.c {
        width: 100px;
  }

  .postal_charge_size_2 div.r {
        width: 100px;
  }

  .postal_charge_size_2 div.x {
        width: 10px;
  }

  .postal_charge_price_2 {
        width: 68px;
        padding: 3px 0 3px 15px;
  }

  /* ----- PORTO, V3 ----- */

  .postal_charge_weight_3 {
        width: 85px;
        padding: 3px 0 3px 5px;
  }

  .postal_charge_size_3 {
        width: 363px;
        padding: 3px 5px 3px 5px;
  }

  .postal_charge_size_3 div.l {
        width: 111px;
  }

  .postal_charge_size_3 div.c {
        width: 111px;
  }

  .postal_charge_size_3 div.r {
        width: 111px;
  }

  .postal_charge_size_3 div.x {
        width: 15px;
  }

  .postal_charge_price_3 {
        width: 105px;
        padding: 3px 0 3px 0px;
        text-align: center;
  }

  .postal_charge_price_online_3 {
        width: 105px;
        padding: 3px 0 3px 0px;
        text-align: center;
  }

  /* ----- SO FUNKTIONIERTS ----- */

  .howto_space {
        padding: 5px 19px;
  }

  .howto_bullet {
        background: url("//bilder.tauschticket.de/bilder/bullet_green.gif") transparent no-repeat;
  }

  .howto_number {
        padding: 4px 19px 0 7px;
        color: #fff;
        font-weight: bold;
  }

  .howto_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .howto_space h4 {
        font-size: 17px;
        padding: 10px 0 15px 0;
  }

  .tipps_space {
        padding: 5px 19px;
	text-align:justify;
  }

  .tipps_space p {
        padding: 0;
        line-height: 15px !important;
  }

  .tipps_space h4 {
	font-size: 13px;
	padding: 10px 0 5px 0;
  }

  .howto_list {
        width: 628px;
        padding: 0 35px 0 0;
  }

  .howto_space div div p.headline {
        font-weight: bold;
        font-size: 15px;
        padding: 3px 0 10px 0;
  }

  .howto_space ol li p.headline {
        font-weight: bold;
        font-size: 15px;
        padding: 0px 0 10px 0;
  }

  .howto_info {
        padding: 10px 0 0 35px;
  }

  .howto_register {
        font-size: 15px;
        font-weight: bold;
        padding: 0 0 25px 0;
  }

  /* ----- WEBAPP ----- */

  .beta {
        color: #ccc;
        font-size: 11px;
  }

  .webapp_space {
        padding: 5px 19px;
  }

  .webapp_space ul.applist {
        padding: 5px 19px;
  }

  .webapp_space ul.applist li {
        list-style-type: disc;
        margin: 0 0 3px 0;
  }

  .webapp_space p.intro {
        padding: 0 0 5px 0;
  }

  .webapp_space p {
        padding: 5px 0 5px 0;
        line-height: 15px !important;
  }

  .webapp_space p.outro {
        padding: 25px 0 5px 0 !important;
  }

  .webapp_space p.mobile {
        width: 220px;
        border: 2px solid #ccc;
        padding: 8px;
        margin: 10px 0;
        font-size: 13px;
        text-align: center;
        border-radius: 5px;
        /* line-height: 15px !important; */
  }

  .webapp_space p.feedback {
        padding: 15px 0 5px 0;
        line-height: 15px !important;
  }

  .webapp_space h4 {
        padding: 20px 0 0px 0;
  }

  .webapp_textspace {
        padding: 10px 0;
  }

  .webapp_space table td.textl,
  .webapp_space table td.textc,
  .webapp_space table td.textr {
        padding: 0px 0 10px 0;
  }

  .webapp_space table td.imgl,
  .webapp_space table td.imgc,
  .webapp_space table td.imgr,
  .webapp_space table td.textl,
  .webapp_space table td.textc,
  .webapp_space table td.textr {
        text-align: center;
  }

  .webapp_space table td.imgl,
  .webapp_space table td.imgr,
  .webapp_space table td.textl,
  .webapp_space table td.textr {
        width: 232px;
  }

  .webapp_space table td.imgc,
  .webapp_space table td.textc {
        width: 234px;
  }

  /* ----- FREUNDE WERBEN ----- */

  .friends_space {
        padding: 5px 19px;
  }

  .friends_space_2 {
        padding: 0 0 35px 0;
  }

  .friends_space_2 div.number {
        width: 20px;
  }

  .friends_space_2 div.name {
        width: 300px;
        padding: 0.3em 0.3em 5px 0.3em;
        margin: 0 10px 0 0;
  }

  .friends_space_2 div.email {
        width: 300px;
        padding: 0.3em 0.3em 5px 0.3em;
        margin: 0 10px 0 0;
  }

  .friends_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .friends_intro {
        padding: 0 0 30px 0 !important;
  }

  .friends_space h4 {
        padding: 10px 0 15px 0;
  }

  .friends_space img {
        width: 68px;
        height: 51px;
        margin: 0 15px 0 0;
  }

  .friends_space img.werbem {
        height: 34px;
  }

  .friends_space input {
        font-family:  Verdana, Arial, Helvetica, sans-serif;
        background: #fff;
        border: 1px solid #b5b5b5;
        display: block;
        position: relative;
        padding: 0.3em 0.3em;
        width: 300px;
        margin: 0 10px 0 0;
  }

  .friends_space input:focus,
  .friends_space input:hover,
  .friends_space input:active {
        border: 1px #689D00 solid;
        background: #fff;
  }

  .friends_copy {
        padding: 10px 0 0 0;
  }

  .friends_list {
        /*width: 570px;*/
        width: 615px;
        padding: 0 0 0 0;
  }

  .friends_list table {
        width: 100%;
        padding: 5px 0 5px 0;
  }

  .friends_list table tr.grey {
        background: #e2e2e2;
  }

  .friends_list table tr td {
        padding: 2px 0 2px 0;
  }

  .friends_space div div p.headline {
        font-weight: bold;
        padding: 0 0 10px 0;
  }

  .friends_status_up {
        padding: 5px 5px 0 0;
        text-align: right;
  }

  .friends_status_down {
        padding: 0 5px 0 0;
        text-align: right;
  }

  .friends_number {
        width: 20px;
        padding: 0 0 20px 0;
  }

  .friends_email_original {
        padding: 0.5em 0.5em 0 0.5em;
        margin: 0 0 10px 0;
        border: 2px ridge #ccc;
  }

  .friends_space_2 p.textintro {
        padding: 15px 0 7px 0;
  }

  .friends_button {
        padding: 10px 0 0 0;
  }

  .friends_link {
        padding: 20px 0 0 0;
  }

  .friends_image {
        padding: 20px 0 10px 0;
  }

  .friends_image img.pic120x60 {
        width: 120px;
        height: 60px;
  }

  .friends_image img.pic120x90 {
        width: 120px;
        height: 90px;
  }

  .friends_image img.pic120x600 {
        width: 120px;
        height: 600px;
  }

  .friends_image img.pic200x300 {
        width: 200px;
        height: 300px;
  }

  .friends_image img.pic234x60 {
        width: 234px;
        height: 60px;
  }

  .friends_image img.pic300x250 {
        width: 300px;
        height: 250px;
  }

  .friends_image img.pic468x60 {
        width: 468px;
        height: 60px;
  } 

  /* ----- FREUNDE WERBEN STATUS ----- */

  .friends_status_space {
        padding: 5px 19px;
  }

  .friends_status_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .friends_status_intro {
        padding: 0 0 30px 0 !important;
  }

  .friends_status_space h4 {
        padding: 10px 0 15px 0;
  }

  .friends_status_list {
        text-align: center;
        width: 85px;
        padding: 0 15px 10px 0;
  }

  .friends_status_text {
        width: 598px;
        padding: 0 0 10px 0;
  }

  .friends_status_more {
        padding: 20px 0 0 0;
  }

  /* ----- SMS-AUTHENTIFIZIERUNG ----- */

  .sms_auth_space {
        padding: 5px 19px;
  }

  .sms_auth_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .sms_auth_intro {
        padding: 0 0 30px 0 !important;
  }

  .sms_auth_space h4 {
        padding: 10px 0 15px 0;
  }

  .sms_auth_space p.headline {
        font-weight: bold;
        padding: 8px 0 8px 0;
        border-top: 1px solid #ccc;
  }

  .sms_auth_space input {
        font-family:  Verdana, Arial, Helvetica, sans-serif;
        background: #fff;
        border: 1px solid #b5b5b5;
        position: relative;
        padding: 0.3em 0.3em;
        width: 120px;
        margin: 0 15px 0 0;
  }

  .sms_auth_space input:focus,
  .sms_auth_space input:hover,
  .sms_auth_space input:active {
        border: 1px #689D00 solid;
        background: #fff;
  }

  .sms_auth_space form label {
    width: 140px;
    padding: 4px 0 0 0;
    color: #666;
    float: left;
    display:block;
  }

  .sms_auth_button {
  }

  .sms_auth_number {
        padding: 10px 0 10px 0;
        font-weight: bold;
  }

  /* ----- TICKETVERGABE ----- */

  .gettickets_space {
        padding: 5px 19px;
  }

  .gettickets_bullet {
        background: url("//bilder.tauschticket.de/bilder/bullet_green.gif") transparent no-repeat;
  }

  .gettickets_number {
        padding: 4px 19px 0 7px;
        color: #fff;
        font-weight: bold;
  }

  .gettickets_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .gettickets_space h4 {
        font-size: 15px;
        padding: 10px 0 15px 0;
  }

  .gettickets_list {
        width: 628px;
        padding: 0 35px 0 0;
  }

  .gettickets_space div div p.headline {
        font-weight: bold;
        font-size: 15px;
        padding: 3px 0 10px 0;
  }

  .gettickets_space ol li p.headline {
        font-weight: bold;
        font-size: 15px;
        padding: 0px 0 10px 0;
  }

  /* ----- HARRIS INTERACTIVE ----- */

  .harris_space {
        padding: 5px 19px;
  }

  .harris_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .harris_space p.below_img {
        padding: 15px 0 10px 0;
        line-height: 15px !important;
  }

  .harris_intro {
        padding: 0 0 30px 0 !important;
  }

  .harris_space h4 {
        padding: 10px 0 15px 0;
  }

  .harris_space img.logo {
        width: 190px;
        height: 98px;
  }

  .harris_space p.headline {
        font-weight: bold;
        padding: 8px 0 8px 0;
        border-top: 1px solid #ccc;
  }

  .harris_spalte_1 {
        width: 339px;
        padding: 0 10px 0 0;
  }

  .harris_spalte_2 {
        width: 349px;
  }

  .harris_info {
        padding: 15px 0 10px 0;
        line-height: 15px !important;
  }

  .harris_button_1 {
        padding: 20px 0 0 0;
  }

  .harris_button_2 {
        padding: 10px 0 20px 0;
  }

  /* ----- PACKSTATION ----- */

  .packstation_space {
        padding: 5px 19px;
  }

  .packstation_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .packstation_space p.below_img {
        padding: 15px 0 10px 0;
        line-height: 15px !important;
  }

  .packstation_intro {
        padding: 0 0 30px 0 !important;
  }

  .packstation_space h4 {
        padding: 10px 0 15px 0;
  }

  .packstation_space img.logo {
        width: 190px;
        height: 40px;
  }

  .packstation_space img.aktion {
        width: 220px;
        height: 150px;
  }

  .packstation_space p.headline {
        font-weight: bold;
        padding: 8px 0 8px 0;
        border-top: 1px solid #ccc;
  }

  .packstation_spalte_1 {
        width: 339px;
        padding: 0 10px 0 0;
  }

  .packstation_spalte_2 {
        width: 349px;
  }

  .packstation_info {
        padding: 15px 0 0 0 !important;
        line-height: 15px !important;
  }

  .packstation_button_1 {
        padding: 20px 0 0 0;
  }

  .packstation_button_2 {
        padding: 10px 0 20px 0;
  }

  /* ----- PACKSTATION INFORMATIONSSEITE ----- */

  .packstation_info_space {
        padding: 5px 19px;
  }

  .packstation_info_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .packstation_info_space p.below_img {
        padding: 15px 0 10px 0;
        line-height: 15px !important;
  }

  .packstation_info_intro {
        padding: 0 0 30px 0 !important;
  }

  .packstation_info_space h4 {
        padding: 10px 0 15px 0;
  }

  .packstation_info_space img.logo {
        width: 190px;
        height: 40px;
  }

  .packstation_info_space img.aktion {
        width: 220px;
        height: 150px;
  }

  .packstation_info_space p.headline {
        font-weight: bold;
        padding: 8px 0 8px 0;
        border-top: 1px solid #ccc;
  }

  .packstation_info_space ol {
        padding: 5px 19px 0px 30px;
  }

  .packstation_info_space ol li {
        line-height: 15px !important;
        padding: 0 0 3px 5px;
  }

  /* ----- GUTSCHEINPOOL ----- */

  .gutscheinpool_headline img {
        width: 128px;
        height: 88px;
        padding: 0 20px 0 0;
  }

  .gutscheinpool_headline div {
        width: 582px;
        margin: 10px 3px 0 0;
  }

  .gutscheinpool_headline h2 {
        padding: 0 0 3px 0;
  }

  .gutscheinpool_space {
        padding: 5px 19px 0 19px;
  }

  .gutscheinpool_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .gutscheinpool_space p.below_img {
        padding: 15px 0 10px 0;
        line-height: 15px !important;
  }

  .gutscheinpool_intro {
        padding: 0 0 30px 0 !important;
  }

  .gutscheinpool_space div.intro_logo {
        padding: 10px 0 10px 0;
  }

  .gutscheinpool_space h4 {
        padding: 10px 0 15px 0;
  }

  .gutscheinpool_space p.choose {
        padding: 25px 0 10px 0;
  }

  .gutscheinpool_space p.example {
        padding: 10px 0 25px 0;
  }

  .gutscheinpool_space img.logo {
        width: 200px;
        height: 31px;
  }

  .gutscheinpool_space p.headline {
        font-weight: bold;
        padding: 8px 0 8px 0;
  }

  .gutscheinpool_bullet {
        background: url("//bilder.tauschticket.de/bilder/bullet_green.gif") transparent no-repeat;
  }

  .gutscheinpool_number {
        padding: 4px 14px 0 7px;
        width: 10px;
        color: #fff;
        font-weight: bold;
  }

  .gutscheinpool_description {
        padding: 3px 0 0 0;
        width: 667px;
  }

  .gutscheinpool_partner a {
        width: 82px;
        height: 47px;
        display: block;
        float: left;
        margin: 0 6px 6px 0;
  }

  .gutscheinpool_partner a.no_margin {
        margin: 0;
  }

  /* ----- LOGINFELD ----- */

  .new {
  	font-size: 11px;
 	text-align: right;
 	margin: 0 9px 0 0;
  }

  form.hidden {
	input[type=hidden] { display: none !important; }
  }

  .login_padding {
	padding: 10px 20px;
  }

  .login_head_left {
  	float: left;
	width: 116px;
	font-size: 11px;
	padding-bottom: 2px;
	margin-right: 14px;
  }

  .login_head_right {
  	float: left;
	font-size: 11px;
	padding-bottom: 2px;
  }

  .input_field_left {
  	float: left;
	font-size:13px;
    	color: #000;
	width: 116px;
	height: 17px;
	border: 1px solid #ccc;
	margin-right: 12px;
	padding-top: 1px;
  }

  .input_field_right {
	float: left;
	font-size:13px;
  	color: #000;
	width: 116px;
	height: 17px;
	border: 1px solid #ccc;
	margin-right: 0px;
	padding-top: 1px;
  }

  .input_button {
	float: right;
  }

  .login_pw {
	font-size: 9px;
	padding: 2px 0 0 130px;
        color: #9f9f9f;
  }

  .login_pw a {
	color: #9f9f9f;
	background:transparent;
	text-decoration:none;
  }

  .login_pw a:visited,
  .login_pw a:focus,
  .login_pw a:active {
  	color: #9f9f9f;
  	text-decoration:none;
  }

  .login_pw a:hover {
  	color: #009900;
  	text-decoration: none;
  }

  .logoff {
  	font-size: 11px;
 	text-align: right;
 	margin: 0 9px 0 0;
  }

  .logged_in {
	text-align: right;
 	/*background: #ccc;*/
	font-size: 11px;
	line-height: 11px;
  }

  .logged_in div {
	padding: 0 0 4px 0;
  }

  .logged_in_2 {
        text-align: right;
        width: 236px;
        /*width: 320px; DIESER WERT OHNE PADDING!*/
        height: 19px;
        /*height: 68px; DIESER WERT OHNE PADDING!*/
        /*line-height: 0;*/
        /*font-size: 0;*/
        margin: 6px 0 0 66px;
        background: url("//bilder.tauschticket.de/bilder/header/login_bg2.png") no-repeat;
        /*text-align: right;*/
        font-size: 11px;
        padding: 8px 9px 6px 9px;
  }

  .logged_in_2 span {
        color: #689D00 !important;
        font-size: 11px;
        font-weight: bold;
  }

  .logged_in_3 {
        text-align: right;
        width: 246px;
        /*width: 320px; DIESER WERT OHNE PADDING!*/
        height: 50px;
        /*height: 68px; DIESER WERT OHNE PADDING!*/
        /*line-height: 0;*/
        /*font-size: 0;*/
        margin: 6px 0 0 56px;
        background: url("//bilder.tauschticket.de/bilder/header/login_bg4.png") no-repeat;
        /*text-align: right;*/
        font-size: 11px;
        padding: 8px 9px 6px 9px;
  }

  .logged_in_3 div {
        padding: 1px 0 4px 0;
  }

  .logged_in_3 a {
        font-weight: bold;
  }

  .logged_in_3 span {
        color: #689D00 !important;
        font-size: 11px;
        font-weight: bold;
  }

  /* ----- LOGIN FEHLGESCHLAGEN ----- */

  .login_fail_space {
        padding: 5px 19px;
  }

  .login_fail_space input {
        font-family:  Verdana, Arial, Helvetica, sans-serif;
        background: #fff;
        border: 1px solid #b5b5b5;
        position: relative;
        padding: 0.3em 0.3em;
        width: 120px;
        margin: 0 15px 0 0;
  }

  .login_fail_space input:focus,
  .login_fail_space input:hover,
  .login_fail_space input:active {
        border: 1px #689D00 solid;
        background: #fff;
  }

  .login_fail_space form label {
    width: 90px;
    padding: 4px 0 0 0;
    color: #666;
    float: left;
    display: block;
  }

  .login_fail_button {
  }

  .login_fail_password {
        text-align: right;
        padding: 0 5px;
  }

  /* ----- PASSWORT VERGESSEN ----- */

  .password_recovery_space {
        padding: 5px 19px;
  }

  .password_recovery_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .password_recovery_intro {
        padding: 0 0 30px 0 !important;
  }

  .password_recovery_space div.input_space {
        padding: 5px 0;
  }

  .password_recovery_space input {
        font-family:  Verdana, Arial, Helvetica, sans-serif;
        background: #fff;
        border: 1px solid #b5b5b5;
        position: relative;
        padding: 0.3em 0.3em;
        width: 160px;
        margin: 0 15px 0 0;
  }

  .password_recovery_space input:focus,
  .password_recovery_space input:hover,
  .password_recovery_space input:active {
        border: 1px #689D00 solid;
        background: #fff;
  }

  .password_recovery_space form label {
        width: 120px;
        padding: 4px 0 0 0;
        color: #666;
        float: left;
        display: block;
  }

  .password_recovery_button {
  }

  /* ----- FREISCHALTCODE ----- */

  .fscode_space {
        padding: 5px 19px;
  }

  .fscode_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .fscode_space input {
        font-family:  Verdana, Arial, Helvetica, sans-serif;
        background: #fff;
        border: 1px solid #b5b5b5;
        position: relative;
        padding: 0.3em 0.3em;
        width: 160px;
        margin: 0 15px 0 0;
  }

  .fscode_space input:focus,
  .fscode_space input:hover,
  .fscode_space input:active {
        border: 1px #689D00 solid !important;
        background: #fff;
  }

  .fscode_space form label {
        width: 105px;
        padding: 4px 0 0 0;
        color: #666;
        float: left;
        display: block;
  }

  .fscode_button {
  }

  .fscode_send {
        padding: 0 5px 0 0;
        text-align: right;
  }

  /* ----- LOGOUT ----- */

  .logout_space {
        padding: 5px 19px;
  }

  .logout_text {
        padding: 20px 0 20px 0 !important;
  }

  .logout_space img {
        width: 44px;
        height: 50px;
        margin: 0 10px 0 0;
  }

  /* ----- UEBERLASTUNG ----- */

  .overload_space {
        padding: 5px 19px;
  }

  .overload_text {
        width: 637px;
        padding: 10px 0 10px 0 !important;
  }

  .overload_space img {
        width: 51px;
        height: 50px;
        margin: 0 10px 0 0;
  }

  /* ----- ERROR 404 ----- */

  .error404_space {
        padding: 5px 19px;
  }

  .error404_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .error404_text {
        width: 637px;
        padding: 17px 0 17px 0 !important;
  }

  .error404_space img {
        width: 50px;
        height: 49px;
        margin: 0 11px 0 0;
  }

  /* ----- NAVIGATION ----- */

  .nav_space {
	padding: 3px 0 3px 0;
  }

  .nav_space_2 {
	padding: 8px 9px 3px 9px;
  }

  div.nav_space ul {
	padding: 0;
	margin: 0 5px 0 10px;
  }

  .navigation {
	max-width: 270px;
        border-style: solid;
        border-width: 1px;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
  }

  .nav_head {
	height:23px;
	margin: 0;
	background-image: linear-gradient(#4caee1 1%, #3fa6df 50%, #2b84b3 51%, #3da1d6 100%);
	border-bottom-width: 0;
	border-color: #3694c6;
	border-radius: 4px 4px 0 0;
  }

  .nav_content_head {
	background: url("//bilder.tauschticket.de/bilder/header/nav_content_top.png") no-repeat;
	width: 270px;
	height: 5px;
	line-height: 0;
	font-size: 0;
  }

  .nav_content {
	border-color: #CCCCCC;
        border-top-width: 0;

        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
	margin: 0 0 10px 0;
  }

  .nav_content_bottom {
	background: url("//bilder.tauschticket.de/bilder/header/nav_content_bottom.png") no-repeat;
	width: 270px;
	height: 5px;
	margin: 0 0 10px 0;
	line-height: 0;
	font-size: 0;
  }

  .nav_partner_content_head {
        background: url("//bilder.tauschticket.de/bilder/header/nav_content_top.png") no-repeat;
        width: 190px;
        height: 5px;
        line-height: 0;
        font-size: 0;
  }

  .nav_partner_content {
        background: url("//bilder.tauschticket.de/bilder/header/nav_content_middle.png") repeat-y;
        width:190px;
  }

  .nav_partner_content_bottom {
        background: url("//bilder.tauschticket.de/bilder/header/nav_content_bottom.png") no-repeat;
        width: 190px;
        height: 5px;
        margin: 0 0 10px 0;
        line-height: 0;
        font-size: 0;
  }

  .nav_partner_space {
        padding: 8px;
  }

  .nav_partner_space p {
        font-size: 11px;
	line-height:16px;
  }

  .nav_partner_space p.below_img {
        padding: 8px 0 0 0;
  }

  .partner_images {
	margin-top:5px;
        margin-right:3px;
  }

  .nav_category {
        float: left;
        padding: 0 0 0 10px;
        margin: 4px 0 0 0;
  }

  .nav_category_amount {
        float: right;
        padding: 0 10px 0 0;
        margin: 3px 0 0 0;
  }

  .nav_swapped_pic {
        float: left;
        width: 72px;
        padding: 10px 0 0 10px;
  }

  .nav_swapped_item {
        margin: 0 10px 0 92px;
        padding: 10px 0 0 0;
  }

  .nav_swapped_title {
        font-weight: bold;
        color: #689D00;
  }

  .nav_swapped_medium {
        margin: 5px 0 0 0;
  }

  .nav_swapped_more {
        padding: 10px 10px 5px 10px;
  }

  /* Newsfeld */

  .nav_news_pic {
        float: left;
        width: 80px;
        padding: 10px 10px 10px 10px;
  }

  .nav_news_item {
        margin: 0 10px 0 100px;
        padding: 10px 0 0 0;
	color:#689d00;
	font-weight:bold;
  }

  .nav_top_item {
        margin: 0 10px 0 92px;
        padding: 15px 0 0 0;
  }

  .nav_news_title {
        font-weight: bold;
        color: #689D00;
  }

  .nav_news_title sup {
        font-size: 11px;
        color: #CCC;
  }

  .nav_news_medium {
        margin: 5px 0 0 0;
  }

  .nav_news_more {
        padding: 10px 9px 25px 10px;
  }

  .nav_faq_pic {
        float: left;
        width: 45px;
        padding: 10px 0 0 15px;
  }

  .nav_faq_text {
  	margin: 0 10px 0 72px;
  	padding: 10px 0 0 0;
  }

  .nav_faq_new {
  }

  .nav_faq_question {
	margin: 5px 0 0 0;
  }

  .nav_faq_answer {
	padding: 10px 10px 5px 10px;
  }

  .nav_swap_user {
	float: left;
	/*height: 14px;*/
	padding: 0 0 3px 0;
	/*background: #ccc;*/
	/*width: 145px;*/
  }

  .nav_swap_image {
	float: left;
	background: url("//bilder.tauschticket.de/bilder/krone.gif") no-repeat;
	height: 14px;
	width: 17px;
	padding: 0 8px 3px 0;
	font-size: 0;
	line-height: 0;
  }

  .nav_swap_info {
	margin: 0 0 8px 0;
	padding: 0px 0 0 0;
  }

  /* ----- INTRO ----- */

  .intro_space {
	margin: 10px 0 30px 0;
  }

  .intro_pic {
  	float: left;
  	background: transparent url("//bilder.tauschticket.de/bilder/intro.jpg") no-repeat;
	/*background: transparent url("//bilder.tauschticket.de/bilder/aktion/10JahreTauschticket/10Jahre.jpg") no-repeat;*/
	background-position: center;
  	width: 210px;
  	height: 140px;
  	margin: 8px 0 0 0;

  }

  .intro_list {
	float: left;
	width: 270px;
	margin: 8px 0 0 45px;
	font-size: 12px;
  }

  .intro_list_catch {
	float: left;
	background: transparent url("//bilder.tauschticket.de/bilder/intropoint.gif") no-repeat;
	margin: 0 3px 0 0;
	padding: 0 0 4px 0;
	height: 20px;
	width: 20px;
  }

  .intro_list_text {
	float: left;
	padding: 3px 0 4px 4px;
	font-size:13px;
  }

  .how_to {
	font-size: 15px;
	font-weight: bold;
	margin: 4px 0 0 4px;
  }

  .intro_register {
	float: right;
 	height: 151px;
 	width: 165px;
	padding: 1px 30px 0 0;
  }

  /* ----- ARTIKEL DER STARTSEITE ----- */

  .main_space {
        padding: 10px 10px 0 10px;
  }

  .main_space2 {
        padding: 0px 10px 0 10px;
  }

  .main_content_v1 h2 {
        padding: 3px 0 0 10px;
  }

  .main_item_space {
        padding: 3px;
        /*background: #F1F2F4;*/
  }

  .main_item_left {
        float: left;
        width: 230px;
        /*height: 85px;*/
        /*background: #F1F2F4;*/
        padding: 0 0 5px 0;
  }

  .main_item_left2 {
        float: left;
        width: 157px;
        /*height: 85px;*/
        /*background: #F1F2F4;*/
        padding: 2px 2px 2px 2px;
  }

  .main_item_center {
        float: left;
        width: 230px;
        /*height: 85px;*/
        /*background: #F1F2F4;*/
        margin: 0 13px 0 13px;
        padding: 0 0 5px 0;
  }

  .main_item_center2 {
        float: left;
        width: 157px;
        /*height: 85px;*/
        /*background: #F1F2F4;*/
        margin: 0 17px 0 17px;
        padding: 2px 2px 2px 2px;
  }

  .main_item_right {
        float: right;
        width: 230px;
        /*height: 85px;*/
        /*background: #F1F2F4;*/
        padding: 0 0 5px 0;
  }

  .main_item_right2 {
        float: left;
        width: 157px;
        /*height: 85px;*/
        /*background: #F1F2F4;*/
	margin: 0 17px 0 0;
        padding: 2px 2px 2px 2px;
  }

  .main_item_rright2 {
        float: left;
        width: 157px;
        /*height: 85px;*/
        /*background: #F1F2F4;*/
        padding: 2px 2px 2px 2px;
  }

  .main_item_weiter {
        float: right;
        width: 19px;
        /*height: 85px;*/
        /*background: #F1F2F4;*/
        padding: 0;
	margin-top:63px;
  }

  .main_item_pic {
        float: left;
        width: 52px;
        line-height: 0px;
        font-size: 0px;
        padding: 0 0 5px 0;
        margin: 0px;
  }

  .main_item_pic2 {
        width: 100px;
        line-height: 0px;
        font-size: 0px;
        padding: 0 0 0 0;
        margin: 0 0 0 7px;
  }

  .main_item_details {
        float: left;
        width: 170px;
  }

  .main_item_details2 {
        width: 167px;
	padding: 5px 0 0 0;
  }

  .main_item_link {
        padding: 0 0 0 7px;
        /*font-weight: bold;*/
  }

  .main_item_text {
        padding: 0 0 0 7px;
        margin: 3px 0 0 0;
  }

  .main_item_tickets {
        margin: 3px 0 0 5px;
  }

  /*.main_item_more {
        padding: 10px 0 5px 10px;
        font-weight: bold;
  }*/

  .main_item_more {
        float: right;
        text-align: right;
        padding: 19px 11px 0px 0;
        /*font-weight: bold;*/
  }

  .main_item_more_2 {
        float: right;
        text-align: right;
        padding: 6px 0 7px 0;
	font-size:13px;
        /*font-weight: bold;*/
  }

  .main_item_more_3 {
        float: right;
        text-align: right;
        padding-top: 10px;
	margin-top: 0px;
	font-size:13px;
	border-top:1px solid #e3e3e3;
	width:100%;
  }

  /* ----- KATALOG IN EINER RUBRIK ----- */

  .catalog_space {
        padding: 0px 10px;
  }

  .catalog_space h4 {
        padding: 10px 0 3px 0;
  }

  .catalog_left {
        float: left;
        width: 230px;
        /*background: #ccc;*/
  }

  .catalog_center {
        float: left;
        width: 230px;
        margin: 0 13px;
        /*background: #ccc;*/
  }

  .catalog_right {
        float: left;
        width: 230px;
        /*background: #ccc;*/
  }

  .catalog_all {
        padding: 43px 5px 7px 0;
        text-align: right;

  }

  .catalog_space ul.listall {
        padding: 0 0 20px 0;
        margin: 0 5px 0 20px;
  }

  .catalog_space ul.listall li {
        padding: 0;
        margin: 5px 0;
        list-style-image: url("//bilder.tauschticket.de/bilder/pfeil.gif");
        font-size: 13px;
        line-height: 16px;
  }

  .catalog_space ul.listall li:hover {
        list-style-image: url("//bilder.tauschticket.de/bilder/pfeil_hover.gif");
  }

  /* ----- ARTIKEL IN EINER RUBRIK ----- */

  .category_space {
	margin: 0 0 20px 0;
	padding: 0px 0 0 0;
  }

  .category_space2 {
        margin: 0;
        padding: 0;
  }

  .category_item_space {
	padding: 5px 16px 0 16px;
	/*background: #ccc;*/
  }

  .category_item_space2 {
	padding: 5px 0;
	position:relative;
  }

  .category_item_pic {
	float: left;
	width: 52px;
	height: 52px;
	/*height: 77px;*/
  }

  .category_item_pic2 {
        float: left;
        width: 100px;
        height: 100px;
        /*height: 77px;*/
  }

  .category_item_pic3 {
        float: left;
        width: 150px;
        height: 150px;
	border:1px solid #e3e3e3;
	border-radius:3px;
	overflow:hidden;
  }

  .category_item_details_1 {
	float: left;
	width: 440px;
	/*background: #ccc;*/
	padding: 0 0px 0 22px;
	margin: 0 10px 0 0;
  }

  .category_item_details_3 {
        float: left;
        width: 400px;
        /*background: #ccc;*/
        padding: 0 0px 0 22px;
        margin: 0 10px 0 0;
  }

  .category_item_details_5 {
        width: 560px;
        padding: 0 0px 0 22px;
        margin: 0;
  }

  .category_item_details_6 {
        width: 560px;
        padding: 0 0px 0 22px;
        margin: 0 10px 0 0;
	position:absolute;
	bottom:6px;
	color:#666;
  }

  .category_item_link {
	/*font-weight: bold;*/
  }

  .category_item_link2 {
        font-weight: bold;
	margin-bottom:5px;
	font-size:13px;
	line-height:19px;
  }

  .category_item_text {
	margin: 0;
  }

  .category_item_date {
	margin: 3px 0 8px 0;
  }

  .category_item_date2 {
        margin: 0;
	float: right;
  }

  .category_item_details_2 {
	float: right;
	width: 180px;
	/*background: #ccc;*/
  }

  .category_item_details_4 {
        float: right;
        width: 160px;
        /*background: #ccc;*/
  }

  .category_item_tickets {
	margin: 0 0 0 7px;
	font-weight:bold;
	color:#689D00;
  }

  .category_item_comment {
	padding: 7px 16px 0 16px;
  }

  .category_item_comment_2 {
        padding: 7px 16px 0 22px;
	width: 540px;
  }

  .category_item_comment_3 {
        padding: 8px 0 0 22px;
        width: 560px;
	color:#666;
	line-height:18px;
  }

  .category_more_up {
	text-align: right;
	margin: 27px 0 0 0;
	padding: 0 5px 7px 0;
  }

  .category_more_down {
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 5px 0 0;
  }

  .category_more_2 {
	text-align: right;
	padding: 5px 5px 0 0;
  }

  .category_gap {
	margin: 15px 16px;
	height: 3px;
	background: #ececec;
	font-size: 0;
	line-height: 0;
  }

  .groesse-filter {
	color:#999;
  }

  /* ----- TREFFERSEITE ----- */

  .results_number {
	text-align: right;
	margin: 0px 0px 0 0;
	padding: 0 6px 0 0;
  }

  .results_number span {
	color: #689D00;
	font-size: 15px;
	font-weight:bold;
  }

  /* ----- KONTAKTFORMULAR ----- */

  .contact_space {
        padding: 5px 19px 15px 19px;
  }

  .contact_future {
        padding: 0 0 25px 0;
  }

  .contact_faq {
        line-height: 18px;
  }

  .contact_members {
        padding: 25px 0 10px 0;
  }

  .contact_members img {
        padding: 0 5px 0 0;
  }

  .contact_members span {
        padding: 1px 0 0 0;
  }

  .contact_message {
        font-weight: bold;
        padding: 15px 0 0 0;
  }

  .contact_button {
        padding: 10px 0 25px 210px;
  }

  .contact_info {
        padding: 0 19px 5px 19px;
  }

  /* ----- SUCHAUFTRAGSTREFFER ----- */

  .brief_space {
        padding: 10px 19px 10px 19px;
  }

  .brief_space form.standard {
        padding: 10px 0 0 0 !important;
  }

  .brief_space form.standard label {
        width: 128px !important;
        padding: 0 20px 10px 0;
        float: none;
  }

  .brief_space form.standard input {
        width: 128px !important;
        float: none;
  }

  .brief_space form.standard select {
        width: 128px !important;
        float: none;
  }

  .brief_intro {
        padding: 0 0 15px 0;
  }

  .brief_button {
        padding: 24px 0 0 0;
  }

  .brief_more {
        padding: 0 6px 0 0;
        text-align: right;
  }

  .brief_scroll_up {
        margin: 10px 0 10px 6px;
  }

  .brief_scroll_down {
        padding: 4px 0 15px 6px;
  }

  .brief_scroll_up span,
  .brief_scroll_down span {
        color: #689D00;
        font-size: 15px;
        font-weight:bold;
  }

  .brief {
        border-top: 2px solid #ececec;
        padding: 8px 0 8px 0;
  }

  .brief_headline {
        padding: 0 0 3px 0;
  }

  .brief_date {
        width: 79px;
        padding: 0 20px 0 0;
  }

  .brief_username {
        width: 150px;
        padding: 0 10px 0 0;
  }

  .brief_field_1 {
        /*width: 364px;*/
        width: 419px;
        padding: 0 10px 0 0;
  }

  .brief_field_2 {
        width: 95px;
        padding: 0 10px 0 0;
        line-height: 17px;
  }

  .brief_field_info {
        /*width: 274px;*/
        width: 314px;
        padding: 0 0 0 0;
        line-height: 17px;
  }

  /* ----- SUCHAUFTRAGSTREFFER - TOP10 ----- */

  .brief_top10 {
        border-top: 2px solid #ececec;
        padding: 8px 0 8px 0;
  }

  .brief_top10_headline {
        padding: 0 0 3px 0;
  }
  
  .brief_top10_top {
        width: 40px;
        padding: 0 10px 0 0;
  }

  .brief_top10_title {
        width: 240px;
        padding: 0 10px 0 0;
  }

  .brief_top10_misc {
        width: 240px;
        padding: 0 10px 0 0;
        line-height: 17px;
  }

  .brief_top10_action {
        width: 148px;
        padding: 0 0 0 0;
        line-height: 17px;
  }

  /* ----- ZULETZT GETAUSCHT ----- */

  .last_swapped_space {
        padding: 5px 19px;
  }

  .last_swapped_space img.left {
        width: 100px;
  }

  .last_swapped_info {
        width: 403px;
        padding: 0 0 0 15px;
  }

  .last_swapped_info2 {
        width: 426px;
        padding: 0 0 0 15px;
  }

  .last_swapped_info3 {
        width: 363px;
        padding: 0 0 0 15px;
  }

  .last_swapped_info4 {
        width: 363px;
        padding: 0 0 0 15px;
  }

  .last_swapped_info div.h {
        font-weight: bold;
        color: #689D00;
        padding: 0 0 5px 0;
  }

  .last_swapped_info div {
        padding: 0 0 3px 0;
  }

  .last_swapped_vendor {
        width: 165px;
        padding: 0 0 0 15px;
  }

  .last_swapped_vendor2 {
        width: 180px;
        padding: 0 0 10px 15px;
  }

  .last_swapped_vendor div.t {
        padding: 15px 0 0 0;
  }

  .last_swapped_text {
        margin: 3px 0 0 0px;
  }

  .last_swapped_tickets {
        margin: 1px 0 0 5px;
  }

  /* ----- MITGLIEDER FINDEN ----- */

  .users_space {
        padding: 10px 19px 10px 19px;
  }

  .users_space img {
        width: 50px;
        padding: 0 29px 0 0;
  }

  .users_space div.nick_margin {
        width: 190px;
        padding: 0 19px 0 79px;
  }

  .users_space div.nick {
        width: 190px;
        padding: 0 19px 0 0;
  }

  .users_space div.zip {
        width: 90px;
        padding: 0 19px 0 0;
  }

  .users_space div.city {
        width: 90px;
        padding: 0 211px 0 0;
  }

  .users_space form.standard {
        padding: 10px 0 0 0 !important;
  }

  .users_space form.standard label {
        width: 150px !important;
        padding: 0 20px 10px 0;
        float: none;
  }

  .users_space form.standard input {
        width: 150px !important;
        float: none;
  }

  .users_border {
        border-top: 2px solid #ececec;
        padding: 8px 0 8px 0;
  }

  .users_headline {
        padding: 0 0 3px 0;
        font-weight: bold;
  }

  .users_intro {
        padding: 0 0 15px 0;
  }

  .users_button {
        padding: 24px 0 0 0;
  }

  /* ----- ARTIKEL MELDEN ----- */

  .report_space {
        padding: 5px 19px;
  }

  .report_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .report_intro {
        padding: 10px 0 25px 0 !important;
  }

  .report_space h4 {
        padding: 10px 0 15px 0;
  }

  .report_space img {
        width: 52px;
        margin: 0 10px 0 0;
  }

  .report_space p.headline {
        font-weight: bold;
        padding: 18px 0 10px 0;
  }

  .report_list {
        width: 100px;
        padding: 0 0 8px 0;
  }

  .report_info {
        width: 536px;
        padding: 0 0 8px 0;
  }

  .report_space input.radio {
        float: left;
        margin: 2px 20px 0 0;
        font-size: 0;
        line-height: 0;
        width: 13px;
        height: 13px;
  }

  .report_space input[type=hidden] {
        display: none !important;
  }

  .report_space form textarea {
        font-family:  Verdana, Arial, Helvetica, sans-serif; /* proportional fonts for all form elements */
        border: 1px solid #b5b5b5;
        display: block;
        position: relative;
        padding: 0.3em 0.3em;
        width: 414px;
        position: relative;
        overflow: hidden;
  }

  .report_space form textarea:focus,
  .report_space form textarea:hover,
  .report_space form textarea:active {
        border: 1px #689D00 solid;
        background: #fff;
  }

  .report_button {
        padding: 10px 0 0 183px;
  }
 
  .ablehn_button {
        padding: 10px 0 0 33px;
  }

  .report_space form label {
        width: 140px;
        padding: 4px 0 0 0;
        color: #666;
        float: left;
        display:block;
  }

  .report_reason_space {
        padding: 0 0 8px 0;
  }

  .report_space form div.reason {
        width: 150px;
  }

  .report_space form div.description {
        width: 515px;
  }

  form.article_input .type-select select {
        float:left;
  }

  /* ----- ADVENTSKALENDER ----- */

  .calendar_space {
        padding: 5px 13px;
  }

  .calendar_space p {
        padding: 0 0 10px 0;
        line-height: 15px !important;
  }

  .calendar_space img.aktion {
        display: block;
        margin: 0px auto;
  }

  .calendar_spalte_1 {
        width: 450px;
        padding: 0 20px 0 0;
        text-align: justify;
  }

  .calendar_spalte_2 {
        width: 240px;
  }

  .calendar_spalte_2 h2 {
        margin: 0 10px;
        text-align: center;
  }

  .calendar_counter {
        margin: 5px 10px 0 10px;
        padding: 15px 0;
        text-align: center;
        background-color: #FFF;
        border: 5px solid #CCC;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
  }

  .calendar_counter span {
        color: #689D00;
        font-size: 20px;
        font-weight: bold;
  }

  .calendar_counter2 {
        margin: 5px 10px 0 10px;
        padding: 15px 5px;
        text-align: center;
        background-color: #FFF;
        border: 5px solid #CCC;
        border-radius: 5px;
        position:relative;
	width:250px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
  }

  .calendar_counter2 span {
        color: #689D00;
        font-size: 20px;
        font-weight: bold;
  }

  .calendar_counter3 {
	line-height:18px;
        margin: 0 auto;
        padding: 10px;
        text-align: left;
        background-color: #FFF;
        border: 5px solid #CCC;
        border-radius: 5px;
        position:relative;
        width:120px;
	font-weight:bold;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
	font-size:16px;
  }

  .calendar_counter3 span {
        color: #f00;
	display:inline-block;
	margin-top:5px;
  }

  .calendar_info {
        padding: 10px 10px 0 10px;
        font-size: 10px;
  }

  .calendar_image {
        margin: 10px 0 0 0;
  }

  .calendar_image h2 {
        float: left;
        padding: 0 13px 10px 13px;
  }

  .calendar_image div.link {
        float: right;
        margin: 4px 13px 0 0;
  }

  .calendar_image img {
        padding: 0 13px 2px 13px;
  }

  .calendar_winner {
        padding: 40px 13px 5px 13px;
  }

  .calendar_winner h2 {
        float: left;
        padding: 0 0 10px 0;
  }

  .calendar_winner div.link {
        float: right;
        margin: 3px 0 0 0;
        padding: 0 0 10px 0;
  }

  .calendar_winner tr td.date {
        padding: 3px;
        width: 80px;
  }

  .calendar_winner tr td.price {
        padding: 3px;
        width: 250px;
  }

  .calendar_winner tr td.user {
        padding: 3px;
        width: 380px;
  }


  /* ----- FACEBOOK ----- */

  .facebook-logo {
	padding:0;
  }

  .facebook-logo img {
	margin-right:10px;
	margin-bottom:10px;
	float:left;
  }

  .facebook {
	padding:5px 10px 0px 10px;
  }

  .facebook iframe {
	border:none;
	overflow:hidden;
	width:120px;
	height:25px;
  }

  /* ----- Postident ----- */

  .verifikationspace {
	padding: 5px 19px;
  }

  .fsk_logo {
	margin-left:5px;
	vertical-align:middle;
  }

  /* ----- Tickets ----- */

  .tickets { background-image: url('//bilder.tauschticket.de/bilder/tickets.png'); background-color: transparent; background-repeat: no-repeat; margin-left:11px; margin-top:1px; }
  .tickets1 { width: 9px; height: 13px; background-position: -5px -5px; }
  .tickets2 { width: 13px; height: 13px; background-position: -5px -5px; }
  .tickets3 { width: 17px; height: 13px; background-position: -5px -5px; }
  .tickets4 { width: 21px; height: 13px; background-position: -5px -5px; }
  .tickets5 { width: 25px; height: 13px; background-position: -5px -5px; }
  .tickets6 { width: 29px; height: 13px; background-position: -5px -5px; }
  .tickets7 { width: 33px; height: 13px; background-position: -5px -5px; }
  .tickets8 { width: 37px; height: 13px; background-position: -5px -5px; }
  .tickets9 { width: 41px; height: 13px; background-position: -5px -5px; }
  .tickets10 { width: 45px; height: 13px; background-position: -5px -5px; }
  .tickets11 { width: 49px; height: 13px; background-position: -5px -5px; }
  .tickets12 { width: 53px; height: 13px; background-position: -5px -5px; }
  .tickets13 { width: 57px; height: 13px; background-position: -5px -5px; }
  .tickets14 { width: 61px; height: 13px; background-position: -5px -5px; }
  .tickets15 { width: 65px; height: 13px; background-position: -5px -5px; }
  .tickets16 { width: 69px; height: 13px; background-position: -5px -5px; }
  .tickets17 { width: 73px; height: 13px; background-position: -5px -5px; }
  .tickets18 { width: 77px; height: 13px; background-position: -5px -5px; }
  .tickets19 { width: 81px; height: 13px; background-position: -5px -5px; }
  .tickets20 { width: 85px; height: 13px; background-position: -5px -5px; }

  /* ----- Premium ----- */

  .premium_space {
	padding: 5px 19px;
	line-height:17px;
  }

  .premium_space .headline {
	font-size: 15px;
	font-weight: bold;
    	padding: 3px 0 10px;
  }

  .premium_space p {
	padding: 0 0 10px;
  }

  .premium_space img {
	float:right;
	margin-left:10px;
  }

  /* ----- Breadcrump ----- */
  .breadcrump {
	margin-top:20px;
	font-size:13px;
  }

  .breadheadline {
	color:#000;
	display:inline;
	font-size:13px;
	font-weight:normal;
  }

  .angheadline {
	font-weight:normal;
	font-size: 100.01%;
	padding:0;
	color:#000;
  }

  .searchheadline {
	color: #689d00;
    	font-size: 17px;
    	font-weight: bold;
    	padding: 0;
  }

  /* Filtermenu */
  .filter {
	padding:1px 10px 10px 10px;
  }

  .filter-title {
	margin:8px 0 4px 0;
	font-size:13px;
  }

  .filter-title input {
	width:60px;
	height:20px;
	display:inline-block;
	vertical-align:top;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }

  .filter-title button {
/*	margin-top:3px; */
	vertical-align:top;
  }

  .filter-detail {
	margin-top:5px;
  }

  .vertical-middle {
	vertical-align:middle;
  }

  .minmax {
	margin:0;
  }

  .minmax input {
	height: 20px;
	width: 50px;

	display:inline-block;
	vertical-align:top;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }

  .filtern {
	margin:0;
  }
 
  .filtern a {
	margin-top:4px;
	display:inline-block;
  }

  /* Katalog */
  ul.list li.gesamtkatalog {
	list-style-image:none;
  }

  ul.list li.mehrkategorien {
        list-style-image:none;
	display:inline-block;
	padding-right:1.7em;
  }

  /* Suchauftraege */
/*  .search_brief_space form.standard label.langinput {
	float:none;
	padding: 0 20px 10px 0;
	width: 160px !important;
  }

  .search_brief_space form.standard input.langinput {
	width:160px !important;
  }*/

  .kategorieselect select{
    display: block;
    position: relative;
    padding: 0.3em 2px 0.3em 1px;
    cursor: pointer;
    border: 1px solid #b5b5b5;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    
  }

  .kategorieselect select:hover, .kategorieselect select:active {
    border: 1px #689D00 solid;
    background: #fff;
  }

  /* Index */
  #tt-category {
        padding: 10px;
        background-color: #F2F2F2;
	margin-bottom: -5px;

        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
  }

  #tt-category * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
  }

  #tt-category h3 {
        color: #689d00;
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 14px;
        font-weight: bold;
  }

  #tt-category ul {
        float: left;
        width: 25%;
        margin: 0;
        padding-left: 14px;

        cursor: default;
        list-style-image: url("//bilder.tauschticket.de/bilder/pfeil.gif");
  }

  #tt-category ul li {
        font-size: 13px;
        line-height: 1.5em;
  }

  /* Lightbox */
  .layer-content {
	display:none;
	max-width:700px;
  }

  /* neue Registrierung */
  .reg-background {
	background: url("//bilder.tauschticket.de/bilder/tt_hintergrund.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	width:100%;
  }

  .reg-flaeche {
	background:#fff;
	width:400px;
	margin:100px auto;
	border-radius:10px;
	padding:10px 100px;
	text-align:left;
	color:#252525;
  }

  .reg-flaeche2 {
        background:#fff;
        width:600px; 
        border-radius:5px;
        padding:10px 100px;
        text-align:left;
  }

  .reg-logo {
	margin:0px auto 50px;
	width:270px;
  }

  .reg-h1 {
	color:#252525;
	font-size:25px;
  }

  .reg-hinweis {
	margin:20px 0;
	line-height:18px;
  }

  .reg-green {
	color:#689D00;
	font-weight:bold;
  }

  .reg-form input.reg-text {
	display:block;
	line-height:30px;
	width:400px;
	padding:5px 10px;
	border-width:1px;
	border-style:solid;
	border-radius:5px;
	border-color:#689D00;
	font-size:16px;
  }

  .reg-form input.reg-text2 {
        display:block;
        line-height:30px;
        width:290px;
        padding:5px 10px;
        border-width:1px;
        border-style:solid;
        border-radius:5px;
        border-color:#689D00;
	font-size:16px;
  }

  .reg-form input.reg-text3 {
        display:block;
        line-height:30px;
        width:90px;
        padding:5px 10px;
        border-width:1px;
        border-style:solid;
        border-radius:5px;
        border-color:#689D00;
	font-size:16px;
  }

  .reg-left {
	float:left;
	margin-right:20px;
  }

  .reg-left2 {
	float:left;
	margin-right:0px;
	width:90px;
  }

  .reg-checkbox {
	vertical-align: top;
	margin-top: 3px;
	margin-right:10px;
  }

  .reg-button {
	width:394px;
	margin-top:0px;
	height:35px;
  }

  .reg-agb {
	margin:10px 0 50px;
	line-height:18px;
  }

  .reg-login {
	text-align:center;
	width:100%;
	font-size:20px;
	margin-top:10px;
	margin-bottom:30px;
  }

  .reg-spaeter {
	float:right;
	margin-right:-85px;
  }

  .reg-spaeter a {
	color:#aaa;
  }

  .reg-flaeche hr {
	margin:0 -50px;
  }

  .reg-sichtbar {
	visibility:visible;
  }

  .reg-gruensichtbar {
	visibility:visible;
	color:#689D00 !important;
  }

  .reg-unsichtbar {
	visibility:hidden;
  }

  .reg-label {
	color:#f00;
	display:block;
	margin-bottom:15px;
  }

  .reg-label2 {
        display:block;
        margin:0;
  }

  .reg-form input.reg-input-fehler {
	border-color:#f00;
  }

  .reg-newsletter-label {
	line-height:18px;
  }

  .featherlight-content {
	border-radius:10px;
  }

  .reg-fertig-button {
	margin-top:20px;
	margin-bottom:100px;
	height:35px;
	width:400px;
  }

  .reg-select {
	font-size:16px;
	font-weight:normal;
	border-radius:5px;
	padding:10px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#689D00;
	font-family:verdana;
	color:#252525;
	background-color:#fff;
  }

  /* gallery */
  .featherlight-gallery2 .featherlight-next:hover span,
  .featherlight-gallery2 .featherlight-previous:hover span {
	font-size: 25px;
	line-height: 25px;
	margin-top: -12.5px;
	color: #aaa;
  }
  .featherlight-gallery2  .featherlight-close {
	background: transparent;
	color: #fff;
	font-size: 1.2em;
  }
  .featherlight-gallery2.featherlight-last-slide .featherlight-next,
  .featherlight-gallery2.featherlight-first-slide .featherlight-previous {
	display: none;
  }

  .featherlight .legend {
    	bottom: 0;
    	font-size: larger;
  }

  .linkinvis {
	display:none;
  }

  /* neue Suchmeldung bei 0 Treffer */
  .nulltrefferhinweis {
	padding:10px;
	background-color:#eee;
	margin-bottom:10px;
	border-radius:5px;
  }
}

@-moz-document url-prefix() {
    .tickets {
	 margin-top:0;
    }
}
