
/* Darstellung der Inhalte */
 
@media all
{
body {
  background-color:#626262;
  height:100%;
  width:100%;
}

div#header {
  background:none #fff no-repeat top left;
  height:200px;
  width:100%;
}

	/* verlinkte Bilder haben erstmal keinen Rahmen */
a img {
	border:0px;
}

/* Leere Tabellenzellen anzeigen (insbesondere auch die Ränder) */
table {
	empty-cells:show;
	clear:both;
}

div#menubanner table {
	clear:none;
}



/* für die Elemente, die ausser Sichtweite geschoben werden sollen */
.offStage, div#col3 h1, div#col2 h1, div#skiplinks {
	position:absolute;
	left:-10000px;
	width:1px;
	z-index:10;
}

div#skiplinks ul {
	position:absolute;
	top:0px;
}

div#skiplinks ul a:focus, div#skiplinks ul a:active {
	left:10000px;
	top:58px;
	position:absolute;
	z-index:99;
	font-size:1.3em;
	display:block;
	width:20em;
	background-color:#ff0;
	font-weight:bold;
	text-decoration:underline;
	border:2px solid #000;
}

/* Elemente der Kopfzeile */
div#header img#logo {
	display:block;
	position:absolute;
left:0px;
top:30px;
width:auto;
height:auto;}
}

a#startseite {
	background:url(/assets/startseite_pfeil.gif) transparent no-repeat left center;
	padding-left:17px;
}

div#header ul {
	position:absolute;
	list-style-type:none;
	padding:0px;
	margin:0px;
}

div#header ul li {
	float:left;
	padding:0px 8px;
	margin:0px;
	color:#fff;
        font-weight:bold;
}

div#mainlinks {
	background:#fff;
	width:95%;
	position:relative;
	padding:5px;
}

div#mainlinks ul {
	top:3px;
	right:5px;
}
div#mainlinks #specials{
        float:right;
}

div#mainlinks a {
	text-decoration:none;
	color:#626262;
        font-weight:normal!important;
}

ul#startseiten {
  display:none;
	position:absolute;
	bottom:19px;
	right:29px;
}

ul#startseiten a {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

/* in col3 ist die Navigation zu finden */
#col3 ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #b3b3b3;
}

#col3 ul li {
	border-top:1px solid #b3b3b3;
	padding:0px;
	margin:0px;
        background-color:#fff;
}

#col3 ul li a, #col3 ul li span.a_Link {
	display:block;
	text-decoration:none;
	padding:0.5em 0px 0.5em 24px;
	color:#000;
}

#col3 ul li.nichtlesbar a {
}

#col3 ul li#aktuell {
	background:url(/assets/aktiv.gif) transparent no-repeat 10px center;
}

/* Besonderes für den Messeplaner */
/* 1. kein Login erfolgt */
li.Planernichtlesbar {
	background:url(/assets/planer_inaktivGrau.gif) transparent no-repeat 5px center;
}

/* 2. Login erfolgt */
li.Planerlesbar {
	background:url(/assets/planer_inaktivSchwarz.gif) transparent no-repeat 5px center;
}

/* 3. Bereich aktiv */
#col3 ul li.Planeraktiv {
	background:url(/assets/planer_aktiv.gif) transparent no-repeat 5px center !important;
}


/* Besonderes für den Anmelde/Abmelde-Menüpunkt (soll immer schwarz sein) */
/* 1. kein Login erfolgt */
#col3 ul li.loginoutnichtlesbar a{
}

#col1 { margin-left:-765px;
  margin-right:30px;
  width:765px; }

/* col1 ist die Inhaltsspalte */
#col1 h2, #col1 h3 {
	margin-bottom:1em;
	color:#626262;
	font-weight:regular!important;
}

#col1 div.voucher_entry_block table.form_table h3, #col1 h2, #col1 h3 {
	color:#626262 !important;
background-color:transparent !important;
}


#col1 p {
	margin-bottom:1.2em;
}

#col1 h3 {
	font-size:14px;
}

#col1 h2 {
	font-size:1.3em;
	padding-left:-10px;
	width:66%;
}

.subcl p, .subcr p {
	padding-left:10px;
}

.subcl, .subcr {
	margin-left: 0px;
        
        
padding-top:0px;
        
}

/* Content full-size */

/*.c100 {margin-left:10px;}*/

.subcl, .subcr {
	margin-bottom:10px;
        padding-left:0px;
}

.graueBox {
	padding:0px;
}

.Box {
	/*border:1px solid #ccc;*/
}

.BoxOhneRahmen, .Box {
	background:#fff;
        overflow:visible; 
	padding:0px;
}

.Ueberlauf {
	width:49%;
clear:both;
}

p.intro {
	color:#656565;
	font-weight:bold;
}

/* styles für Formulare. Gesammelt, ausgetüftelt und dokumentiert von Thomas Caspers (http://www.einfach-fuer-alle.de/artikel/formulare/) */
#col1 input.submit, #col1 button.submit, #col1 input.suche, #col1 input.button, #col1 input[type=button], #col1 input[type=submit] {
	font-weight:bold;
	font-size:0.8em;
	padding:3px;
	background-color:#eee;
	float:right;
	margin:0px;
} 


#col1 input.submit, #col1 button.submit, #col1 input.button {
	margin:10px 0px 0px;
        background:url(/assets/btn_start.png) repeat-x 0px 0px;
        border:1px solid #ccc;
        color:#000;
} 

#col1 input.vorher {
	float:left;
}

#col1 label.left, #col1 span.left
{
	float:left;
	text-align:left;
	width:36%;
	margin-left:0.3em;
}

#col1 input[type=text], #col1 select
{
	float:left;
        width:200px;
}

#col1 form #passwd{
        width:200px;
}

#col1 input.right
{
	float:left;
	width:auto;
	clear:both;
	margin-left:0%;
	margin-right:.3em;
}

#col1 input[type=checkbox].right,
#col1 input[type=radio].right,
#col1 input[type=submit].right
{
	margin-left:0;
/* um langen Text neben einer Checkbox eingerückt darstellen zu lassen:*/
/* margin-bottom:2.5em;
display:block; */
}

/* um langen Text neben einer Checkbox eingerückt darstellen zu lassen:*/
input[type=checkbox] + label
{
/*	display: block; */
	margin-left:0.7em;
}

#col1 form br
{
	clear:both;
}

#col1 label, #col1 select, 
#col1 input[type=checkbox], 
#col1 input[type=radio], 
#col1 input.submit, #col1 button.submit, 
#col1 input.button, 
#col1 input[type=button], 
#col1 input[type=submit]
{
	cursor:pointer;
}

select.limited {
	width: 26%;
}

#col1 form
{
	line-height:140%;
}

/* angepasst: */
/* Produktgruppenliste, allgemein*/
.noPadding p, .noPadding h3 {
	padding-left:10px;
	padding-right:10px;
}
.noPadding {
	padding-left:0px !important;
	padding-right:0px;
}

#use_email_as_username {
       margin-left:9em;
}


div#info_email_bounced {
  border:1px solid #4F4F4F;
  color:red;
  padding: 4px;
}

/* -------------------------------------------------------------
   Produktgruppenliste, dl-Version
   ------------------------------------------------------------- */

dl.Prodlist {
	margin:0px;;
}
dl.Prodlist dt, dl.Prodlist dd {
	background-color:#fff;
	border-top:1px solid #ccc;
	position:relative;
	padding:0px;
	margin:0px;
}
dl.Prodlist dd {
	margin-left:2.5em;
}
dl.Prodlist dt {
	float:left;
	font-weight:normal;
	width:2em;
	padding-right:0.5em;
	text-align:right;
}
dl.Prodlist dd span {
position:absolute;
	text-align:left;
	right:0px;;
}
dl.Prodlist *.odd {
	background-color:#e6e6e6;
}			

/* -------------------------------------------------------------
   Produktgruppenliste, table-Version
   ------------------------------------------------------------- */

table.Prodlist {
	width:100%;
}

table.Prodlist tbody tr {
	background-color:#f2f2f2;
}			

table.Prodlist tbody tr.odd {
	background-color:#e6e6e6;
}			

table.Prodlist td.Aussteller, table.Prodlist th.Aussteller {
	text-align:right;
	width:25%;}
	
table.Prodlist td, table.Prodlist th {
	padding:5px;
	vertical-align:top;
	border-bottom:1px solid #ccc;
}

table.Prodlist tbody.h3 tr {
	background:none;
}

table.Prodlist tbody.h3 td {
	padding:0px 5px;
}

table.Prodlist td h3 {
	padding:2em 0px 0px 5px;
	margin:0px;
	}
table.Prodlist thead th {
	cursor:help;
}
table.Prodlist tbody td a {
	display:block;
}

table.Prodlist tbody th {
	font-weight:normal;
	text-align:right;
	}

/* -------------------------------------------------------------
   ...
   ------------------------------------------------------------- */

table.history tbody th {
	text-align:left !important;
}

/* -------------------------------------------------------------
   Beginn Styles VIS Ausstellerliste
   ------------------------------------------------------------- */

h3.info {
 	float:right;
	color:#b3b3b3 !important;
	font-weight:normal !important;
/*	clear:both; */
}

h3#seitensortierung {
	margin: 0px;
}

ul.auswahl, ul.auswahl li {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul.auswahl {
	line-height:1em;
	float:left;
	padding-right:10px;
	width: 400px;
}

div.trenner {
	height:0px;
	border-top:1px solid #b3b3b3;
	clear:both;
	margin:0 0 1em;
	padding:0;
}

.search_highlight {
	color: red;
}

/* ---------------------------------
   Alphabetische Wahl
   --------------------------------- */

ul#alphabet{
	padding-bottom:1em;
}

ul#alphabet li a, ul#alphabet li span {
	text-decoration:none;
}

ul#alphabet li a {
	font-weight:bold;
}

ul#alphabet li.span {
	background-color:#fff;
}

ul#alphabet li {
	background-color:#dce3eb;
	float:left;
	line-height:1em;
/*	margin:0.4em 0.2em;*/
	margin:0.2em;
/*	padding:0.1em 0em 0.4em ;*/
	padding:0.2em;
}

ul#alphabet li:before { 
	content: "[";
}

ul#alphabet li:after { 
	content: "]";
}

ul#alphabet li.erste {
	clear:both;
}

/* ---------------------------------
   Seitenwahl
   --------------------------------- */

ul#seiten li a {
	font-weight:bold;
	text-decoration:none;
}

ul#seiten li {
	background:url(/assets/verlauf.png) transparent repeat-x top left;
	float:left;
	padding:0em 0.4em 0.1em;
	border-left:   1px solid #fff;
	border-right:  1px solid #b3b3b3;
	border-top:    1px solid #fff;
	border-bottom: 1px solid #ccc;
/*	height:1.2em;*/
}

ul#seiten li.aktuell {
	background:#fff;
	border-top:    1px solid #ccc;
	font-weight:normal;
}

/* ---------------------------------
   ...
   --------------------------------- */

td.Adresse a {
	text-decoration:none;
}

table.Ausstellerlist td {
	vertical-align:middle;
}

/* zusätzliche Spaltenaufteilung */
.c85l {float: left; overflow: hidden; width: 84.999%; }

/* -------------------------------------------------------------
   Ende Styles VIS Ausstellerliste
   ------------------------------------------------------------- */

/* Zur Gestaltung des Hintergrundes */

.service1 p, .service2 p, .service3 p, .service4 p {width:66%;
	/* dieser nette Effekt wird leider noch zu wenig unterstützt:
height:8em;
overflow:visible; */
}

.service1 div p, .service2 div p, .service3 div p, .service4 div p {
	width:100%;
}


ul#messeauswahl {
	margin-bottom:100px;
}

.hinweis {
	color: red !important;
    	background: url("/assets/info_i.png") no-repeat scroll left top #FFFFFF;
    	color: red !important;
    	display: block;
   	font-weight: bold;
	min-height:40px;
    	padding: 5px 0 0 40px !important;
}


/* Gestaltung der Messestammdatenfragen bei Registrierung */
/* zunächst allgemein - eventuell später auf .question einschränken */
fieldset {
	margin-top:3em;
	border-top:1px solid #86bfd1;
}

legend {
	background:url(/assets/bg_box.png) repeat-x 0px 0px;
	font-weight:regular;
	padding:0.3em 1em;
        color:#fff;
	margin:10px 0px 0px 0.5em;
}

h4.question {
	background-color: #eeeeee;
	margin-top: 1em;
}

ul.answers {
	list-style-type:none;
/*	padding-left: 0px; */
	margin-left: 4ex;
	margin-bottom: 2em;
        margin-top:20px;
}

li.answer {
	margin-left: 0px;
}

fieldset.question_group div.question_level0 {padding-left:20px;}
fieldset.question_group fieldset.question {margin-top:.8em;}

/* ---------------
   Artikelauswahl Ergänzungen
   -----------------*/

ul.artikel_liste, ul.artikel_liste li {
	list-style-type:none;
	padding:0 0 .3em .5em;
	margin:0;
	position:relative;
}

ul.artikel_liste li span.TicketPrice {
	padding-right:4em;
	position:absolute;
	right:0;
}

ul.artikel_liste li span.TicketDetails {
	padding-left:4em;
font-style:italic;
}

legend.missing_mandatory_field, label.missing_mandatory_field {
	color: red;
	font-weight: bold;
}

div.missing_mandatory_field label {
font-weight:bold;
}

div.missing_mandatory_field {
background-color:#ff9494;
padding-left:15px;
padding-right:15px;
}

/* ---------------------------------
   Ausstellerdatenblatt Reiter
   --------------------------------- */

ul.ausstellerReiter,
ul.ausstellerReiter li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

ul.ausstellerReiter {
	margin-top: 0.5em;
}

ul.ausstellerReiter li {
	float: left;
}

li#erster {
	padding-left: 10px;
	background: url(/assets/reiter_eckelinks.gif) #fff no-repeat bottom left;
}

li#letzter {
	padding-right:10px;
	background: url(/assets/reiter_eckerechts.gif) #fff no-repeat bottom right;
}

ul.ausstellerReiter li span.a,
ul.ausstellerReiter li span.inaktiv,
ul.ausstellerReiter li a {
	display: block;
	border-left: 1px solid #989898;
	border-right: 1px solid #000;
	font-weight: bold;
	color: #000;
	text-decoration: none !important;
	padding: 3px 10px;
}

ul.ausstellerReiter li span.a {
	border-top: 1px solid #989898;
}

ul.ausstellerReiter li a {
	background: url(/assets/verlaufReiter.png) #fff repeat-x top left; 
	color:#2e5687 !important;
	border-bottom: 1px solid #989898;
}

/* Inaktiver Reiter */
ul.ausstellerReiter li span.inaktiv {
	background: url(/assets/verlaufReiter.png) #fff repeat-x top left; 
	color: #b0b0b0 !important;
	border-bottom: 1px solid #989898;
}

/* ---------------------------------
   Firmenprofil
   --------------------------------- */

div.exhData h3 {
	color:#000 !important;
	margin-left:10px;
}
div.exhData p.kontakt {
	border-bottom:1px solid #989898;
}
div.exhData p.kontakt span.label {
	width:5em;
	text-align:right;
	display:block;
	float:left;
	margin:0em 0.5em 0px 25px;
}
div.exhData p.profil{
	clear:both;
}
div.exhData p.profil ol li label {
	width:5em;
	text-align:right;
	display:block;
	float:left;
	margin:0em 0.5em 0px 25px;
}

div.exhData input.bearbeiten {
	float:right;
	margin-bottom:1em;
}
div.exhData img {
	float:left;
	margin:0px 10px 10px 0px;
}

div.exhData ol li {
	border-bottom:1px solid #ddd;
	margin-bottom:1em;
}

div.exhData input {
	margin-bottom:0.5em;
}

div.exhData input.text {
	width:300px;
}

div.exhData textarea {
	font-size:1.5em;
}

div.exhData {
	clear:both;
	padding-top:1em;
}

/* event-Modul */
input.event {float:none !important;position:relative;top:-1em;margin-left:0.5em;}

table#event_resultlist th, table#event_resultlist td {
 padding:4px;
border:1px solid #ccc;
border-right:0px;
border-top:0px;
} 

table#event_resultlist th {
background-color: #ccc;
border-color:#000;
}


table#event_resultlist {
border-right:1px solid #ccc;
}

ul#event_authorlist li {
border-bottom:1px solid #ccc;
padding:0.5em 0px;
margin:0px;
}

ul#event_authorlist {
list-style-type:none;
padding:0px;
margin:0px;
}

ul.auswahl li{
float:left;
margin-right:0.5em;
}

select[name=local_lang_id] {
display:none;
}
/* ---------------------------------
   --------------------------------- */

/* Statistiken */

table.statistik {
 background-color:#fff;;
}

table.statistik tr.articlegroup th {
 background-color:#ddd;
 color:#000 !important;
}

table.statistik td.summe, table.statistik th {
  background-color:#555;
  padding:3px;
}

table.statistik th a, table.statistik td.summe, table.statistik th {
  color:#fff !important;
}

table.statistik td.summe {
  font-style:italic;
}

table.statistik tr.summegroup {
border-bottom:5px solid #fff;
}

/* export registrierdaten */
ul#regExportList, ul#regExportList li {
  list-style-type:none;
  padding:0px;
  margin:0px;
}

p#it_testmail_advice b:before {
content:"HINWEIS / ";
}

p#it_testmail_advice {
border: 1px solid #B22052;
margin:30px;
padding:5px;
}

/* Kassenschnitt Tabelle */

table#kassenSchnittKomplett, table#abrechnungsHeaderTabelle {
width:100%;
}

table#kassenSchnittKomplett td, table#abrechnungsHeaderTabelle td, table#kassenSchnittKomplett th, table#abrechnungsHeaderTabelle th {
text-align:right;
padding:3px;
}

table#kassenSchnittKomplett tr.sternUeberschrift th, table#abrechnungsHeaderTabelle tr.sternUeberschrift th {
padding-top:15px;
background-color:#ddd;
}

tr#abrechnungMain th {
background-color:#555;
color:#fff;
}

table#kassenSchnittKomplett *.text, table#abrechnungsHeaderTabelle *.text {
text-align:left;
}

#page {
margin:0 auto;
background-color:#fff;
width:958px;
}

div#header ul#startseiten {
display:none;
}

div#mainlinks li, li.nichtlesbar a {
}

div.subcolumns {
background-color:#fff !important;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
border-right:1px solid #c8e2ea;
border-left:1px solid #c8e2ea;
}

li.loginoutnichtlesbar a {
}

div#mainlinks a {
color:#000;
font-weight:bold;
}

div#mainlinks {
background-color:none !important;
padding:0px 20px;
}

ul#sprachwahl {
position:relative !important;
}

#main {
margin-right:0px;
}

#col1 a {
  color:#000;
}

.service1, .service2, .service3, .service4 {
  background-image:none;
 /*border:1px solid #dadad8;*/
padding-top:0px;
}  

.Ueberlauf {
width:85%;
/* border:1px solid #dadad8;*/
background-color:#fff;
}

#col3 ul li#aktuell a, #col3 ul li#aktuell span.a {
color:#fff;
font-weight:bold;
}

#col3 ul li#aktuell {
background:#aba8a8 none;
}

#col3 ul li a, #col3 ul li span.a_Link {
padding-left:0.5em;
color:#000;
}



h3 {
color:#333 !important;
}

div#footer, h2, a#startseite {
display:none;
}

#col1_content {
background-color:#FFFFFF;
margin-top:13px;
padding:20px 43px 20px 43px;
}

div.fieldbox {margin-bottom:3px;}

div.firstbox {margin-top:9px;}

div.fieldbox span.info {
color:#1684a9;
font-weight:regular;
display:block;
margin-bottom:16px;
margin-top:5px;
margin-left:16.5em;
margin-right:0px;
}

.subcl p, .subcr p {
padding-left:0px;
}

.subcl, .subcr {
padding-top:0px;
margin-left:0px;
}
.subcr {
margin-left:0px;
}

.service1 p, .service2 p, .service3 p, .service4 p {
width:100%;
}

.graueBox {

}

div#privacy_provisions {text-align: justify;border-top:1px solid #ccc;padding-top:15px;}

#col1 input.submit, #col1 button.submit, #col1 input.button {font-size:1em;font-weight:bold !important;}

div#legiblock {
	background-color:#efefef;
	border:1px solid #ccc;
	padding:10px 15px 20px;
	margin-top:20px;
	width:100%;
}

/*
div#legiblock p:before {
	content:"Legitimationsnachweis";
	font-weight:bold;
	font-size:14px;
	display:block;
	margin-bottom:10px;
	color:#555;
}
*/


div#legi_headline {
	font-weight:bold;
	font-size:14px;
	display:block;
	margin-bottom:10px;
	color:#555;
}


/*div#legiblock span.left {width:20%;}*/

div#legiblock div.firstbox label {margin-left:10px;}


h1 {
	color:#1A6C85;
	font-size:14px;
	font-weight:bold;
	margin:0 20px 5px 0;
}

.bg_white {
	background:#FFFFFF none repeat scroll 0 0;
	color:#1A6C85;
	font-size:12px;
	font-weight:bold;
	padding:0 5px;
}

h3 {
	color:#1A6C85;
	font-size:1.1em;
	font-weight:bold;
}

/* Shop Fixes */
td div {padding:5px 0px;}

.art_title {
line-height:1.5em;
}

table tr td {vertical-align:bottom;}

/* Leitstand */
div#article_box, div#article_box h3 {
clear: both; padding-top: 10px;
}

.ticket_preprod_error {
    background-color: red;
    border: thin solid;
    text-align: center;
}
.ticket_preprod_ok {
    background-color: lightgreen;
    border: thin solid;
    text-align: center;
} 

label[for="newsletter_topic_1"] {padding-left: 0.5em;}

#stat_container ul {
      margin-left: 0;
      padding-left: 0;
      display: inline;
    }

    #stat_container ul li {
      margin-left: 0;
      margin-bottom: 0;
      padding: 2px 15px 5px;
      border: 1px solid #000;
      list-style: none;
      display: inline;
      background-color: LightGrey;
    }

    #stat_container ul li.sel_active {
      border-bottom: 1px solid #ffc;
      list-style: none;
      display: inline;
      background-color: Yellow;
    } 

a.eticket_download {
  background:url(/assets/PDF-Icon.gif) transparent left center no-repeat;
  padding:0px 50px;
}

/* Styles aus der K übernommen */

* {font-size:12px;}

/* -----------------------------------------------------------------------
   Artikel
   ----------------------------------------------------------------------- */
#article_cart_row_11 .art_title,
#article_cart_row_12 .art_title,
#article_cart_row_13 .art_title,
#article_cart_row_14 .art_title,
#article_cart_row_15 .art_title,
#article_cart_row_16 .art_title,
#article_cart_row_17 .art_title	{ 	background-image:url(/non_fair/eshop2/e-ticket_thumb.gif); 
									background-repeat: no-repeat; 
									background-position: right; 
								}
/* Portal Footer */


div#fair-footer {
	display:block;
	height:auto !important;
	margin:0 auto 20px;
	min-height:91px;
	width:1000px;
	z-index:10;
	background:url("/assets/bgr-fair-footer_1000px.png") no-repeat scroll left top #F1F0F0;
	color:#444444;
	font-size:1em;
}

div#fair-footer ul {
	margin:0 0 1.2em;
	padding:60px 8px 4px;
}

div#fair-footer ul li {
	float:left;
	list-style:none outside none;
	border-right:1px solid #444444;
    font-size:0.8em;
margin-left:0px;
}

div#fair-footer ul li.last {
	border: 0px;
}

div#fair-footer ul li a {
font-size:1em;
	padding:0 5px;
	text-decoration:none;
	display:block;
	color:#444444;
}

div#fair-footer ul li.copy, div#fair-footer ul li.copy a {
	padding-left:0;
}

#fair-footer #fair-footer-logo {
	float:right;
	border-left:1px solid #DDDDDD;
	margin-top:10px;
	padding-left:20px;
	padding-right:0;
}

#fair-footer #fair-footer-logo img {
	border:medium none;
}

div#fair-footer ul li a:hover {
	text-decoration:underline;
	cursor:pointer;
}

#menubanner img {
margin-top:5px;
}

#menubanner {
margin-top:20px;
padding-left:19px;
text-align:center;
font-size:0.8em;
}





/* -----------------------------------------------------------------------
   Login, Sprachwahl
   ----------------------------------------------------------------------- */

/*------------  Login  ----------------*/

div#actionbar_ontop {
       z-index:1000;
       height: 20px;
}
div#actionbar_ontop ul#actionbar {
	height:20px;
        float: right;
}

div#actionbar_ontop ul#actionbar li {
	float:right;
        list-style-type:none;
        padding:0 10px;
}

div#actionbar_ontop ul#actionbar li#actionbar_item_login {border-right:1px solid #999999;}
div#actionbar_ontop ul#actionbar li#actionbar_item_logout {border-right:1px solid #999999;}

div#actionbar_ontop ul#actionbar li a {
	font:13px Verdana, Arial, sans-serif;
	color:#000;
        text-decoration:none!important;
        outline:0;
}

div#actionbar_ontop ul#actionbar li a:focus {background:#4FC1E2;color:#fff;}
div#actionbar_ontop ul#actionbar li a:hover {color:#4FC1E2;background:none;}
div#actionbar_ontop ul#actionbar li a:active {color:#fff!important;background:none!important;}


div#header div#actionbar_box_login {
	position:relative;
	width:220px;
	height:auto;
	background-color:#CCC;
	margin-top:0px;
	background:url(/assets/bg_login.png) repeat-x 0px 0px #dedede;
	border:1px solid #979696;
	padding:10px 30px 10px 30px;
        float:right;
}
div#header div#actionbar_login_link {margin-top:10px;}

div#header div#actionbar_login_link a {
	
	font:11px Verdana, Arial, sans-serif;
        text-decoration:none!important;
	color:#000!important;
        padding-left:20px;
       background:url(/assets/arrow_grey.png) no-repeat 0px 3px;
}

div#header input#actionbar_login_username_input,  div#header input#actionbar_login_password_input {
        width:130px;
        margin-bottom:5px;
}

div#header #actionbar_login_username,  div#header #actionbar_login_password { margin-bottom:5px;}

div#header input#actionbar_login_username_input {
       position:absolute;
       bottom:46px;
       right:30px;

}

div#header input#actionbar_login_password_input {
       position:absolute;
       bottom:24px;
       right:30px;
  
}

div#header div#actionbar_login_password_input {
      float:left;

}

div#header div#actionbar_box_login input.actionbar_login {
	background:url(/assets/btn_login.png) no-repeat 0px 0px;
	width:60px;
	height:24px;
	color:#fff;
	border:none;
	padding:0px 0px 5px 0px;
	position:absolute;
	bottom:4px;
	right:26px;
}

div#actionbar_ontop span#print_loginname_here {

       font-weight:bold;
}

div#actionbar_ontop div#actionbar_loginname {
      float:left;
} 




/*------------  Language, Sprachwahl  ----------------*/

div#header div#actionbar_box_language {
     background-color:#fff;
     color:#000;
     width:128px;
     float:right;
    border:1px solid #cccccc;
}

div#header div#actionbar_box_language li {
     border-bottom:1px solid #cccccc;
     padding:3px 0px 3px 12px;
     background:url(/assets/bg_login.png) repeat-x 0px 0px;
}

div#header div#actionbar_box_language li a {color:#000;}

div#header ul#sprachwahl li, div#header ul#sprachwahl li a {color:#000;}



/*  ------------ Infofeld CVCPrüfziffer --------- */

span#cvcInfo {
border: 1px solid #9FAEB5;
position: absolute;
top: 900px;
left: 350px;
width:350px;
background-color: #fff;
visibility:hidden;
}

span#cvcInfo strong {display:block;padding: 3px 5px;display:inline;width:100%;cursor:pointer}

span#cvcInfo a {
float:right;
font-weight:bold;
text-decoration:none;
color:#000000 !important;
width:14px;}

/*  ---- Passwort Box ----*/

div#password_form_box {
    margin-top: 55px;
    padding-top: 15px;
border-top: 1px solid #555;
}

input#old_password {margin-bottom:15px;}

table td div.art_visible br {clear:none !important;}

/*---------------Doublette Früherkennung------------------*/

div#inline_login_incorrect_regi,
div#forgot_account_sent,
div#forgot_password_sent,
div#inline_login_incorrect {color:red;}

div#col1 div#col1_content div.input_info a {text-decoration:none;color:#ED0626;}

div#inline_login_incorrect_regi span {margin:3px 0px;}

div.input_info {
	border:1px solid #ccc;
	background:url(/assets/bg_login.png) repeat-x left bottom;
	padding:10px 20px;
	margin-left:199px;
	width:300px;
}

div#col1 div#col1_content div.input_info p {margin-bottom:20px;margin-top:0px;}

div.input_info label {font-weight:bold;margin-right:0px;margin-top:10px;}

div#col1 div#col1_content input#inline_username_regi, 
div#col1 div#col1_content input#inline_password_regi,
div#col1 div#col1_content input#inline_password {float:right!important;width:150px!important;}

button#inline_login_button_regi,
button#inline_login_button_account  {
	background:url("/assets/btn_start.png") repeat-x scroll left bottom #FFFFFF;
	border:1px solid #CCCCCC;
	color:#6C6C6C;
	height:auto;
	margin:10px 0 0 218px;
	cursor:pointer;
	font-weight:bold;
	padding:2px;
}

/* Passwort ändern */
div#password_form_box h1#chg_passwd_head {
    cursor:pointer;
    display:block;
    color:#999;
    margin:0px;
}

div#password_form_box h1#chg_passwd_head.collapsed {
    background:url("/assets/arr_up_sw.gif") no-repeat scroll 490px 2px;
}
div#password_form_box {
    background:url(/assets/shadow_bottom.png) repeat-x 0 0;
    border:1px solid #ccc;
    padding:10px;
}


/* 2. E-Mailfeld Textinfo*/
.left_hint_text {
display:block;
font-size:10px;
line-height:13px;
margin:0;
}

div.group_voucher_exchange_upload {display:none;}

} /* media end */


