
/* Darstellung der Inhalte */

/*
	1. Allgemeine Definition: Design Raster
	* body
	* header
	* headbanner - metanavi
	* navigation (col3 )
	* box
	* content (col1)
	* Footer
	* Sprachwahl


	2. Layoutelemente (Schrift, Links, Images)
	* images 
	* fonts
	* listen
	* links
	* tables
	* buttons
	* versteckte Elemente
	* clear
	* Fehlermeldung
	* Hinweis
	* Fairbox - Messeverlinkungen

	3a. Startseite
	3b. Registrierung (Douplettenerkennung)
	3c. Preis
	3e. Login
	3f. Ticketshop

	4. Weitere Elemente
	* Produktgruppenliste, dl-Version
	* Produktgruppenliste, table-Version
	* Beginn Styles VIS Ausstellerliste
	* Alphabetische Wahl
	* Seitenwahl
	* Ende Styles VIS Ausstellerliste
	* Registrierung
	* Artikelauswahl Ergänzungen
	* Ausstellerdatenblatt Reiter
	* Firmenprofil
	* event-Modul
	* Statistiken
	* Kassenschnitt Tabelle
	* Leitstand
	* Artikel
	* Infofeld CVCPrüfziffer
	* Passwort Box
	* Gutschein einlösen, Gutscheinassistent




*/

@media all
{

/*---------------------------------------------------------------------------------------*/
/*-------------------------- 1. Allgemeine Definition: Design Raster ---------------------------*/
/*---------------------------------------------------------------------------------------*/

body {
  	background-color:transparent;
	background:url(/assets/bg_body.jpg) no-repeat center top;
  	height:100%;
  	width:100%;
}

#page {
	margin:0 auto;
	background:url("/assets/bg_cnt.png") repeat-y scroll 0 0 #FFFFFF;
	width:964px;
}


#main {
	background:url(/assets/bg_contentWrap_kl.png) no-repeat bottom left;
	padding:30px 0px;
	bottom:-3px;
	position:relative;
}

/*Header + Sprachwahl*/

div#header {
  	background:url(/assets/bild.png) no-repeat center bottom;
  	height:170px;
  	width:100%;
}

div#header img#logo {
	display:block;
	position:absolute;
	left:-4px;
	top:0px;
	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;
}

ul#sprachwahl {
	/*position:relative !important;*/
	display:block;
	left:4px;
	top:0px;
}

ul#sprachwahl li a {font-size:11px;color:#8B8B8B;}

ul#sprachwahl li.active_lang {
	color:#8B8B8B;
	font-weight:bold;
}


div#mainlinks #specials{
        float:right;
}

div#mainlinks a {
	text-decoration:none;
	color:#8B8B8B;
}

div#mainlinks a:hover {color:#D7161E;}

ul#startseiten {
  	display:none;
	position:absolute;
	bottom:19px;
	right:29px;
}

ul#startseiten a {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

/* -------------------------------------------------------------
 	Headbanner - Metanavigation
   ------------------------------------------------------------- */
/* ---Metalinks-*/
div#headbanner {
 	height: 100px;
    	position: absolute;
    	right: 13px;
    	top: 0px;
    	width: 400px;
  	z-index: 100000;
}

div#headbanner ul li {
	color:#8B8B8B;
	list-style-type:none;
	float:right;
	margin:0px;
}

div#headbanner  ul {margin:5px 0 0 0px;}

div#headbanner ul li a {
	border-right:1px solid #8B8B8B;
	padding:0px 10px;
	margin:0px;
	color:#8B8B8B;
	background:none;
	text-decoration:none;
	font-size:10px;
    	line-height: 10px;
	display:block;
}

body div#headbanner ul li:first-child a {border-right:none;padding-right:0px;}

div#headbanner  p a {border:none;padding:0px;}

div#headbanner  ul li a:hover {text-decoration:underline;}

div#headbanner  ul li {float:right;}


/* ---Socialmedia Links-*/
div#socialmedia ul {padding-top:40px;}

div#socialmedia ul li {float:right;border:none;}

div#socialmedia ul li a {
    	display: block;
    	height: 27px;
    	overflow: hidden;
    	width: 27px;
	border:none;
}

div#socialmedia ul li a:hover img {margin-top:-28px;}

div#socialmedia ul li a:first-child {padding-right:0px;}


/* -------------------------------------------------------------
 	navigation (col3)
   ------------------------------------------------------------- */


div#col3_content {
 	background: url("/assets/bg_cornerBoxLeft.png") no-repeat scroll left top transparent;
	margin: 0px 30px 0 -4px;
	padding-top: 6px;
	width: 206px;
}

#col3 ul {
 	background: url("/assets/bg_aside_big.png") repeat-x scroll left bottom #F8F8F8;
    	border: 1px solid #FFFFFF;
    	padding: 5px;
	list-style-type:none;
	margin:0px;
	box-shadow: 1px 2px 3px #CCCCCC;
}


#col3 ul li {
	padding:0px;
	margin:0px;
	margin-bottom: 2px;
}

#col3 ul li a, #subnav ul li span.a_Link {
    	background: url("/assets/bg_teaserBoxH.png") repeat-x scroll left bottom #FFFFFF;
	background-color:#efefef;
    	border: 1px solid #FFFFFF;
    	display: block;
    	line-height: 28px;
    	padding: 0 5px 0 12px;
    	position: relative;
    	text-decoration: none;
    	text-transform: uppercase;
    	z-index: 2;
	text-shadow: 1px 1px 2px #ccc;
	color:#000;
}

#col3 ul li a:hover {
	background-color:#fff;
}
#col3 ul li#aktuell a {
 	background-color: #D7161E;
    	color: #FFFFFF;
	text-shadow: 1px 1px 2px #333;
}

#col3 ul li#aktuell a span {color: #FFFFFF;}





/* -------------------------------------------------------------
 	box (ehemalig col3)
   ------------------------------------------------------------- */


div#subnav {
	position:absolute;
	left:0px;
	top:300px;
}

div#subnav h1 {display:none;}

div#subnav_content {
 	background: url("/assets/bg_cornerBoxLeft.png") no-repeat scroll left top transparent;
	margin: 0px 30px 0 -4px;
	padding-top: 6px;
	width: 206px;
}

#subnav ul {
 	background: url("/assets/bg_aside_big.png") repeat-x scroll left bottom #F8F8F8;
    	border: 1px solid #FFFFFF;
    	padding: 5px;
	list-style-type:none;
	margin:0px;
	box-shadow: 1px 2px 3px #CCCCCC;
}


#subnav ul li {
	padding:0px;
	margin:0px;
	margin-bottom: 2px;
}

#subnav ul li a, #subnav ul li span.a_Link {
    	background: url("/assets/bg_teaserBoxH.png") repeat-x scroll left bottom #FFFFFF;
	background-color:#efefef;
    	border: 1px solid #FFFFFF;
    	display: block;
    	height: 28px;
    	line-height: 28px;
    	padding: 0 5px 0 12px;
    	position: relative;
    	text-decoration: none;
    	text-transform: uppercase;
    	z-index: 2;
	text-shadow: 1px 1px 2px #ccc;
	color:#000;
}

#subnav ul li a:hover {
	background-color:#fff;
}
#subnav ul li#aktuell a {
 	background-color: #D7161E;
    	color: #FFFFFF;
	text-shadow: 1px 1px 2px #333;
}






/* 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{
	color: black;
}



/* -------------------------------------------------------------
   content (col1)
   ------------------------------------------------------------- */

body #main #col1 { 
	margin-left:-765px !important;
  	width:700px !important;
	padding-top:10px;
}

#col1_content {padding:0px;} 

#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;
	background-color:transparent !important;
}



.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 {
        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 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 input.button {
	margin:10px 0px 0px;
        background:url(/assets/btn.png) repeat-x 0px 0px;
        border:1px solid #94c7d6;
        color:#136784;
} 

#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 input.button, 
#col1 input[type=button], 
#col1 input[type=submit]
{
	cursor:pointer;
}

select.limited {
	width: 26%;
}

#col1 form {
	line-height:140%;
}

/* -------------------------------------------------------------
 	 Footer
   ------------------------------------------------------------- */

div#footer {
	/*background:url(/assets/bg_teaserBoxCnt.png) repeat-x scroll 0 bottom;*/
	background:url(/assets/footer_trans1.png) no-repeat scroll 0 top transparent;
    	display: block;
    	height:130px;
    	margin:25px auto 30px;
    	width: 920px;
	padding:10px 20px;
	border: none;
	text-align:left;
}

div#footer div.copyright {
	float:right;
	width:220px;
	text-align:right;
}

div#footer div.copyright p, div#footer div.copyright a {color:#E4E4E4;}

div#footer div.metanavi {float:left;}
div#footer span.eshops {display:inline-block;}

div#footer span.eshops img {margin:7px 8px 0px;}
div#footer span.eshops img:first-child {margin-left:0px;}

body div#footer p, body div#footer p strong {
	color:#8B8B8B;
}

div#footer ul li {
	list-style-type:none;
	float:left;
	margin:0px;
}

div#footer div.metanavi ul li:last-child a {border:none;}

div#footer div.metanavi ul li:first-child a {padding-left:0px;}

div#footer div.copyright ul li:last-child a {padding-left:0px;}

div#footer div.copyright ul li:first-child a {border:none;padding-right:0px;}

div#footer ul {margin:0px;}

div#footer ul li a, div#footer p a  {
	border-right:1px solid #8B8B8B;
	padding:0px 10px;
	margin:0px;
	color:#8B8B8B;
	background:none;
	text-decoration:none;
}

div#footer p a {border:none;padding:0px;}

div#footer ul li a:hover, div#footer p a:hover {text-decoration:underline;}

div#footer div.copyright ul li {float:right;}



/*Ticketsshop Footer*/
div#eshop_box div#footer {
	background:none;
    	border: 0px solid #EFEFEF;
    	box-shadow: none;

}

/*---------------------------------------------------------------------------------------*/
/*-------------------------- 2. Layoutelemente (Schrift, Links, Images) -----------*/
/*---------------------------------------------------------------------------------------*/

/*Fonts*/

body {
	font-family:arial, verdana, sans serif;
}

#col1 #col1_content h1 {
	color:#D7161E;
	font-size:17px;
	line-height:23px;
	text-transform:uppercase;
	margin-bottom:15px;
}

p {
    	color: #333333;
    	font-family: arial,helvetica,sans-serif;
    	font-size: 13px;
    	line-height: 18px;
}

#col1 p {
	margin-bottom:1.2em;
}

#col1 h3 {
	font-size:14px;
}

#col1 h2 {
	font-size:1.3em;
	padding-left:-10px;
	width:66%;
}



/*Images*/
/* verlinkte Bilder haben erstmal keinen Rahmen */
a img {
	border:0px;
}


/*Listen*/

ul, ol {margin-left:15px;}


ul li, ol li {
	color:#D7161E;
}

ul li span, ol li span {
	color:#333;
}

/*Links*/
#col1  p a, #col1  li a {
	color:#D7161E;
	text-decoration:underline;
	padding:0px 0px 0px 8px;
	background:url(/assets/ico_subNav.png) no-repeat 3px -35px;
}

p a:hover , li a:hover {text-decoration:none;}


/*Tabellen*/
/* Leere Tabellenzellen anzeigen (insbesondere auch die Ränder) */
table {
	empty-cells:show;
	clear:both;
}


/* Buttons*/
#col1 input.submit, #col1 input.button  {
	background:url(/assets/btn_start.png) repeat-x left bottom #fff; 
	color:#000;
	border:1px solid #ccc;
	margin:0px 14px 0px 0px;
	height:auto;
}


/*Versteckte Elemente*/
/* für die Elemente, die ausser Sichtweite geschoben werden sollen */
.offStage, div#col3 h1, div#col2 h1, div#skiplinks, .versteckt {
	position:absolute;
	left:-10000px;
	width:1px;
	z-index:10;
}

/*clear*/

.clear {clear:both;}

/*-------Hintergrund Überschriften Fragen/Fehlermeldung ---------------*/
fieldset.question legend.missing_mandatory_field {border:1px solid #ED0626;background-color:#fff;}
fieldset.question legend.missing_mandatory_field, fieldset.question label.missing_mandatory_field {background:none #fff;}
#col1 div.missing_mandatory_field {background-color:#fff!important;border:1px dotted red!important;color:red;margin-top:30px;}
#col1 div.missing_mandatory_field a {color:red;}

form#loginform label, form#forgotpwdform label {width:100% !important;}

/* Passwort ändern*/
div#password_form_box h1#chg_passwd_head  {color:#000;}



/*Hinweis*/

div.hinweis p {
	font-size:11px!important;
	border-top:1px solid #ccc;
	color:#999;
	width:100%;
	margin-top:40px;
}

/* Fairbox - Messeverlinkungen*/

div#fairbox {margin:20px 0 0 20px;}

div#fairbox a {
	margin:10px 0px;
	border:1px solid #fff;
	display:inline-block;	
	font-size:0px;
}

div#fairbox a:hover {box-shadow: 1px 2px 3px #888;padding:0px;border:1px solid #ccc;}


/*---------------------------------------------------------------------------------------*/
/*--------------------------3a. Startseite ---------------------------------------------*/
/*---------------------------------------------------------------------------------------*/

/*lange Box*/
body div#start div.box.lg, 
div#start div.box.lg div.box_cont,
div#start div.box.lg div.box_sm {
	width:607px;
	float:none;
}

div#start div.box.lg div.box_cont {
	border:1px solid #efefef;
	height:auto;
	padding-bottom: 40px;
	/*width: 270px;*/
}

body div#start div.box.lg img {
	float:right;
	margin:0px 0px 20px 30px;
	maxwidth:607px;
}

/*kleine Box*/

div#start div.box {
	float:left;
	margin-bottom:25px;
	position:relative;
}

div#start div.box.right {margin-left:10px;}

div#start div.box img {
	margin:0px 0px 10px 0px;
	background:#fff;
}

/*Headline der Boxen*/

div#start div.box_sm {
    	height: 26px;
    	margin: 0 auto;
    	position: absolute;
    	text-align: center;
    	z-index: 5;
	top:-6px;
	padding:0px 18px;
	width: 270px;
}

body div#start div.box_sm h2 {
	color: #FFFFFF;
    	display: inline;
    	font-size: 0.9em;
    	font-weight: normal;
    	height: 26px;
    	line-height: 26px;
    	padding: 0;
    	text-transform: uppercase;
	text-shadow: 1px 1px 2px #555555;
}


.box_sm h2 span span {
    	padding: 0 0px 0 0;
	background-color: #D7161E;

}

.box_sm h2 span {
    	background: url("/assets/bg_teaserBoxHCorner_red.png") no-repeat scroll left top transparent;
    	display: inline-block;
    	padding: 0 0 0 6px;
}

.box_sm h2 span span span {
    	background-attachment: scroll;
    	background-clip: border-box;
    	/*background-color: #8D8D8D;*/
    	background-image: url("/assets/bg_teaserBoxH.png") !important;
    	background-origin: padding-box;
    	background-position: left bottom;
    	background-repeat: repeat-x;
    	background-size: auto auto;
    	padding: 0 10px;
}



div#start div.box_cont {
	width:270px;
	height:200px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border:1px solid #efefef;
    	background:none #fff;
	color:#000;
	padding:40px 18px 30px 18px;
	clear:both;
	background:url(/assets/bg_teaserBoxCnt.png) repeat-x bottom right #F8F8F8;
	position:relative;
	box-shadow: 1px 2px 3px #CCCCCC;
	overflow:hidden;
}

div#start div.box_cont p {
	margin:0px 0px 5px 0px;
	padding:0px;
}

div#start div.box_cont p a, div#start div.box_cont li a {display:inline;}

/*Listenstruktur*/

div#start div.box_cont ul {margin-bottom:10px;}

div#start div.box_cont li,
div#start div.box_cont h3 {
	font:12px/18px;
	
}

div#start div.box_cont h3 {
	color:#D7161E;
	font-weight:bold;
	margin-bottom:5px;
}

div#start div.box_cont li {
	margin-left:0px;
}


div#start div.box_cont h3 {
	padding:0px;
}

div#start div.box_cont a {
	display:block;
}



/*Verlinkung mit Pfeilicon*/

div#start div.box_cont span.boxlink {
	background: url("/assets/bg_teaserBoxH.png") repeat-x scroll left bottom #D7161E;
    	bottom: 0;
    	color: #D7161E;
    	display: block;
    	height: 35px;
    	left: 0;
    	overflow: hidden;
    	position: absolute;
    	text-decoration: none;
    	width: 100%;
}

div#start div.box_cont span.boxlink a {
	background: url("/assets/ico_eventSearchLink.png") no-repeat scroll 270px 7px #D7161E;
	font-size:12px;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:8px 0 0 20px;
	width:100%;
	height:100%;
	text-shadow: 1px 1px 2px #333333;
}


div#start .lg div.box_cont span.boxlink a {	background: url("/assets/ico_eventSearchLink.png") no-repeat scroll 608px 7px #D7161E;}

div#start div.box_cont span.boxlink a:hover {color:#efefef!important;}








/*---------------------------------------------------------------------------------------*/
/*--------------------------3b. Registrierung -----------------------------------------*/
/*---------------------------------------------------------------------------------------*/

/*---------------------Regi-Button auf Loginseite------------------------*/
a.reg_btn {
	background:url("/assets/btn_start.png") repeat-x scroll left bottom transparent;
	border:1px solid #CCCCCC;
	color:red !important;
	/*font-weight:bold;*/
	height:20px;
	padding:2px 5px;
	text-decoration:none;
	color:red;
	margin:10px 0px 0px 0px;
}

div.answer_ff_text { 
	float: right;
    	margin-right: 30px;
}

#col1 div.answer_ff_text input {width: 300px;}

#col1 div.box_content li.answer:last-child br {display:none;}

/*---------------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;}
#col1 div.input_info input {float:right;width:180px;}

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;
}

/*Account DOI*/
.otp_404 .subcolumns {
    width: auto;
}


/*---------------------------------------------------------------------------------------*/
/*--------------------------3c. Preise --------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/

table.ticketprices {
	color:#000;
	text-align:left;
        width:500px;
	margin-bottom:20px;
}

table.ticketprices th {
	text-align:right;
	margin-top:10px;
	height:30px;
        padding:0px 5px;
	font-size:14px;
	border: 1px solid #EEEEEE;
}

table.ticketprices th:first-child {text-align:left;}

table.ticketprices td {
	height:25px;
        text-align:right;
        padding-left:5px;
	border:1px solid #efefef;
	padding-right:5px;
}

table.ticketprices {border-collapse:collapse!important;}

table.ticketprices td:first-child {text-align:left;}

div.subcolumns.price img {
	float:left;
	margin:0px 40px 0px 0px;
	border:1px solid #ccc;
}






/*---------------------------------------------------------------------------------------*/
/*--------------------------3d. Gutschein einlösen -----------------------------------*/
/*---------------------------------------------------------------------------------------*/

/*----Gutschein einloesen------------------*/
/*--------------------------------------------*/

#col1 #col1_content span.einloesen, #col1 #col1_content span.gutschein_andere {
        border:1px solid #ccc;
        height:auto;
        background: url("/assets/bg_teaserBoxH.png") repeat-x scroll left bottom #EFEFEF;
        display:block;
        color:#666;
        padding:19px;
        margin-left:auto;
        margin-right:auto;
        margin-top:0px;
        text-decoration:none!important;
      
}

#col1 #col1_content button.einloesen {
        border:1px solid #ccc;
        width:100%;
        height:auto;
        background:url("/assets/bg_teaserBoxH.png") repeat-x scroll left bottom #EFEFEF;
        display:block;
        color:#666;
        padding:19px;
        margin-top:0px;
        text-decoration:none!important;
        cursor:pointer;
	text-align:left;
        font-family:verdana;
 }


#main #col1 #col1_content span.gutschein_andere { 
	text-decoration:none!important;
	clear:both;
	margin-top:0px;
	width:auto;
	height:auto;
	color:#666;
}

#col1 #col1_content div.download a.tickets_pdf {
        float:left;
        display:block;
        width:180px; 
        height:70px;
        border:1px solid #ccc;
        padding:30px;
        background: url("/assets/bg_teaserBoxH.png") repeat-x scroll left bottom #EFEFEF;
        margin:20px 0 20px 0;
        color:#666;
        text-decoration:none!important;
        cursor:pointer;
}      


#col1 #col1_content div.download a.tickets_kaufen {
        float:right;
       display:block;
       width:180px; 
       height:70px;
        border:1px solid #ccc;
        display:block;
	background: url("/assets/bg_teaserBoxH.png") repeat-x scroll left bottom #EFEFEF;
        padding:30px;
        margin:20px 0 20px 0;
        color:#666;
        text-decoration:none!important;
        cursor:pointer;
}



#col1 #col1_content div.download {
       margin-left:auto;
       margin-right:auto;
       width:550px;
       height:220px;
	margin-top:20px;
}


#main {background:none;}






/*---------------------------------------------------------------------------------------*/
/*--------------------------3e. Loginseite --------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/


#col1 #col1_content div.loginforgetboxes {
	border-top:0px;
	background:url(/assets/bg_aside_big.png) repeat-x left bottom;
	padding:20px 10px 20px 10px;
	border:1px solid #fff;
	border-top:1px solid #efefef;
	box-shadow: 1px 2px 3px #CCCCCC;
}

div#col1 div#col1_content div#start+div.loginforgetboxes {
	border:1px solid #ccc;background:url(/assets/bg_login.png) repeat-x left bottom;
}

#col1 #col1_content div.loginforgetboxes div.loginbox {
	float:left;
	width:42%;
	margin:0px 0px 0px 15px;
	padding:0px;
}

#col1 #col1_content div.loginforgetboxes div.forgetbox {
	width:42%;
	float:right;
	margin:0px 0px 0px 32px;
	padding:0px;
}

#col1 #col1_content div.loginforgetboxes div.loginbox h3,
#col1 #col1_content div.loginforgetboxes div.forgetbox h3 {color:#D7161E;}

#col1 #col1_content div.loginforgetboxes div.Box {background-color:none;background:none;}

#col1 form #passwd,
#col1 form #username_newpwd, 
#col1 form #username_login {
	width:250px;
	border:1px solid #CCCCCC;
	height:18px;
	margin:5px 0px 10px 0px;
} 

#col1 input.submit:hover {color:#ED0626;}

#col1 #col1_content div.loginforgetboxes label.left {
	font:bold 12px arial, verdana, sans serif;
	color:#000;
	margin-left:0px;
}

#col1 #col1_content h3.login_hl {
	color:#ED0626!important; 
	font-size:20px; 
	font-weight:normal;
	display:block;
	white-space:nowrap;
}






/*---------------------------------------------------------------------------------------*/
/*--------------------------3f. Ticketshop --------------------------------------------*/
/*---------------------------------------------------------------------------------------*/

#page .warning_box {background:none;}

html body {margin: 0px;}

.form_amount {width:30px!important;}

/* aktueller Ticketshopstep*/

#page #page_title {
    	margin: 0 0 0 0;
    	padding: 10px;
    	position: absolute;
   	top: 176px;
	color:#626262;
	background:none #efefef;
   	box-shadow: 1px 2px 3px #CCCCCC;
   	left:22px;
	font-size:12px;
	border-top:1px solid #efefef;
}

#page #page_title .step_nr {
	font-size:12px;
	padding:2px 5px;
}



/* Ticketshopsteps Box*/
#page #steps_box {
    	background-color: #efefef;
	left: 0;
    	margin: 0 0 0 0px;
	padding:10px;
    	top: -35px;
	position:static;
 	background: url("/assets/bg_aside_big.png") repeat-x scroll left bottom #F8F8F8;
    	border: 1px solid #FFFFFF;
    	box-shadow: 1px 2px 3px #CCCCCC;
	width:592px;
	border-top:1px solid #efefef;
}

#page .step_nr {
	border:1px solid #ccc;color:#fff; 
	background: url("/assets/bg_teaserBoxH.png") repeat-x scroll left bottom #D7161E;
   	box-shadow: 1px 2px 3px #CCCCCC;
}

#page #steps_box h1 {font-size:14px;}

#page #steps_box p.step_desc_active {color:#D7161E;}
#page #steps_box p.step_nr_inactive_linked_not_visited {color:#626262;}

#page #steps_box p, #page #steps_box p a {
	color:#626262;
	background:none;
	text-decoration:none;
	padding:0px;
	margin-top:20px !important;
}



#page .step_nr_inactive, #page .step_nr_inactive_linked_not_visited {
    	border-color: #ccc;
	background: url("/assets/bg_teaserBoxH.png") repeat-x scroll left bottom #fff;
    	border-style: solid;
    	border-width: 1px;
    	color:#626262;
    	font-size: 18px;
    	font-weight: bold;
    	margin-right: 8px;
    	padding: 0 6px 1px;
}

#page .step_nr_inactive_linked_not_visited:hover {color:#D7161E; background:#efefef;}
#page #steps_box p a:hover {color:#D7161E}




/*Formular*/
#page #eshop_form {
    	margin-top:45px;
	background: url("/assets/bg_aside_big.png") repeat-x scroll left bottom #F8F8F8;
    	border: 1px solid #FFFFFF;
	border-top:1px solid #efefef;
    	box-shadow: 1px 2px 3px #CCCCCC;
	width:570px;
	padding: 30px 20px;

}

#page .box {
    	background-color: transparent;
    	background-image: none;
    	background-repeat: no-repeat;
    	border: 0px solid #fff;
	padding:0px 10px;
}

#page .box h2 {color:#D7161E;}

#page .form_amount, #page .form_entry_nosize, #page .form_value {
    border: 1px solid #ccc;
}

#page .button, #col1 input.button, #col1 input.submit, button.submit {
    	background: url("/assets/bg_teaserBoxH.png") repeat-x scroll left bottom #fff;
    	border: 1px solid #ccc;
    	display: block;
    	margin:20px  20px 0 0;
    	padding: 8px;
}

#page .button {float: left;}

#page  .form_entry, input#zipcode_in {
    	border: 1px solid #ccc;}

#page a.button:hover {color:#D7161E;}

#page .box_footer {
	background:none #fff;
	border:none;
        margin-bottom:20px;
        padding:10px;
}

#page .step_1 .cart_block .box {
        padding-bottom:50px;
}

/*Ticketshop Footer*/
#page #eshop_form + #footer #footer_content {padding:0px;}

#page #eshop_form + #footer {
	width:600px;
	padding:0px;
	margin:55px 0 0 0px;
	font-size:14px;
	border-top:1px solid #ccc;
}


/*Fehlermeldung*/

#page div.error_box div.error_box_content, #page div.error_box {
	border:1px dotted red;
	background:none;
	color:red;
	font-weight:normal;
}

#page div.error_box div.error_box_content h3 {color:red!important;}


/* Schritt 3 Hervorhebung der Bestellung*/
	
div.step_3 div.cart_block table {margin-bottom:20px;}

#page div.step_3 div.cart_block table h3,
div.step_3 div#article_sum_sheet table h3 {
	color:#D7161E;
	padding: 15px 0;
}

div.step_3 div#article_sum_sheet div.box, 
div.step_3 div#article_sum_sheet div.box_footer,
div.step_3 div.cart_block div.box,
div.step_3 div.cart_block div.box_footer {
	background-color:#fff;
	border-right:3px solid #D7161E;
	border-left:3px solid #D7161E;
}

div.step_3 div#article_sum_sheet div.box_footer {
	background:url("/assets/bg_teaserBoxH.png") repeat-x scroll left bottom #fff;
	border-bottom:3px solid #D7161E;
    	box-shadow: 1px 2px 3px #999;
	color:#fff;
	padding:7px;
}

div.step_3 div#article_sum_sheet div.box_footer h3 {color:#D7161E;font-size:15px;}

#page div.step_3 div#article_sum_sheet div.box,
#page div.step_3 div.cart_block div.box {
	border-top:3px solid #D7161E;
    	box-shadow: 1px 2px 3px #ccc;
	padding:0px 7px;
}

#page div.step_3 div.cart_block div.box {border:3px solid #D7161E;}

div.step_3 div#article_sum_sheet div.box table,
#page div.step_3 div#cart_block div.box table {padding-bottom:10px;}



/*---------------------------------------------------------------------------------------*/
/*--------------------------4. Weitere Elemente --------------------------------------*/
/*---------------------------------------------------------------------------------------*/


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;
}


/* 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;
}


/* Gestaltung der Messestammdatenfragen bei Registrierung */
/* zunächst allgemein - eventuell später auf .question einschränken */
fieldset {
 	background: url("/assets/bg_teaserBoxH.png") repeat-x scroll 0 bottom #fff;
    	border: 1px solid #ccc;
    	margin-top: 3em;
	overflow:hidden;
	width:540px;
}

legend {
	border:1px solid #ccc;
	font-weight:regular;
	padding:0.3em 1em;
        color:#fff;
	margin:10px 5px 0px 5px;
	display:inline;
}



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;
	color:#000;
}

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;
}


div#header ul#startseiten {
	display:none;
}

li.loginoutnichtlesbar a {
	color:#000 !important;
}

.service1, .service2, .service3, .service4 {
  	background-image:none;
	padding-top:0px;
}  

.Ueberlauf {
	width:85%;
}

.otp_161 .Ueberlauf {
	width:auto;
}

a#startseite {
	display:none;
}

div.fieldbox {margin-bottom:3px;}
div.firstbox {margin-top:9px;}

div.fieldbox span.info {
	color:#777;
	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%;
}

div#privacy_provisions {text-align: justify;border-top:1px solid #ccc;padding:15px;margin-top:30px;}

#col1 input.submit, #col1 input.button {font-size:1em;font-weight:bold !important;}

div#legiblock {
	padding: 0px;
	background-color:transparent;
	margin-top:0px;
}


.bg_white {
background:#FFFFFF none repeat scroll 0 0;
color:#1A6C85;
font-size:12px;
font-weight:bold;
padding:0 5px;
}



/* 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; 
}


/*  ------------ Infofeld CVCPrüfziffer --------- */

#page span#cvcInfo {
	
	border: 3px solid #ccc !important;
	background-color:#F8F8F8;
	position: absolute;
	top: 1125px;
	left: 38px;
	width:350px;
	background-color: #fff;
	visibility:hidden;
	font-weight:normal;
	padding:20px 15px;
	box-shadow: 1px 2px 3px #999;
}

span#cvcInfo strong {display:block;padding: 0px;display:inline;width:100%;cursor:pointer; padding-bottom:5px;}

span#cvcInfo a {
	position:absolute;
	right:5px;
	top:5px;
	font-weight:bold;
	text-decoration:none;
	color:#ccc !important;
	width:14px;
}

#col1 p.form_label a, #col1 span#cvcInfo a {
background-image: none;
}

span#cvcInfo span#cvcHead {font-size:14px;color:#999;font-weight:bold;}


/*  ---- Passwort Box ----*/

div#password_form_box {
    	margin-top: 55px;
    	padding: 15px;
	border: 1px solid #ccc;
	background:url("/assets/bg_aside_big.png") repeat-x scroll left bottom;
}

input#old_password {margin-bottom:15px;}

table td div.art_visible br {clear:none !important;}

.otp_161 .subcolumns {
    width: auto;
}



/*-------------------------- Gutschein einlösen, Gutscheinassistent --------------------------------------------------*/

/* Rahmenbox auf  Registrierenseite, Preisseite, Logout, Login, etc.*/

body.module_dim_smk_render_voucherredemption div#col1_content,  
div#col1_content,  
.price {
	border:1px solid #ccc;
	padding:30px 30px 30px 30px;
	width:550px;
	box-shadow: 1px 2px 3px #CCCCCC;
	background:url("/assets/bg_aside_big.png") repeat-x scroll left bottom transparent;}

/* keine Rahmenbox für Startseite, Ticketshop, etc. */
body.module_dim_smk_render_voucherredemption #col1 #col1_content div.loginforgetboxes, 
body.otp_160 #col1 #col1_content div.loginforgetboxes {
	background: none;
    	border-color: #EFEFEF #FFFFFF #FFFFFF;
    	border-right: 0px solid #FFFFFF;
    	border-style: solid;
    	border-width: 0px;
    	box-shadow: none;
    	padding: 20px 0px;
}

body.module_dim_smk_render_content div#col1_content, body.otp_65 div#col1_content {
	width:100%;
	border:none; 
	background:none;
	padding:0px;
	box-shadow:none;
}

body.module_dim_smk_render_voucherredemption .subcolumns {width:100%;}
#col1 #col1_content div.loginforgetboxes div.loginbox {margin:0px;}

body.module_dim_smk_render_voucherredemption #col1 form #passwd, 
body.module_dim_smk_render_voucherredemption #col1 form #username_newpwd, 
body.module_dim_smk_render_voucherredemption #col1 form #username_login {width:200px;}

body.module_dim_smk_render_voucherredemption h1 span strong {float:right;}

body.module_dim_smk_render_voucherredemption .c66l, .c66r {width:100%;}

body.module_dim_smk_render_voucherredemption button.submit {float:right;}

body.module_dim_smk_render_voucherredemption #col1 #col1_content div.download {width:500px;}

/*Ende Gutscheinassistent*/

} /* media end */


