/*Layout*/
/**** MEDIA SCREEN ******/
@media screen
{ 

 /*für PDA an erster Stelle*/
 .dummy {
   padding:0;
   margin:0;
 }

html, body{
	height:100%;
	background:url("../images/layout/bgLeft.gif") top left repeat-y ;
	padding:0;
	margin:0;
}

body {
	font-family: Verdana, sans-serif;
	font-size:0.7em;
}

div.margin div.HtmlHandlerIcon a {
	background:none;
	display:inline;
	border:none;
}

#right div.HtmlHandlerIcon{
   border:none;
	width:0;
	margin:0;
	background:none;
   }

#right div.HtmlHandlerIcon a{
   padding:0 0 10px 0;
   margin:0;
   background-image:none;
   }   

.HtmlHandlerIcon{
   position:absolute;
   display:block;
   width:28px;
   text-align:center;
   margin-left:-44px;
   }

.HtmlHandlerIcon img{
   border:none; 
   }
   
.HtmlHandlerIcon a{
   text-decoration:none;   
   padding:0 0 10px 0;
   background:none;
   }  
 
div.margin div.HtmlHandlerIcon  {
	border:none;
	}

div.margin div.HtmlHandlerIcon a:hover  {
	background:none;
	}   

#content div.HtmlHandlerIcon img {
   padding:10px;
   }


ul,ol, h1, h2, h3, h4, p {
	padding:0;
	margin:0;
}
.hidden {
	position: absolute;
	left: -5000px; /* hide content in invisible position, for the screen readers */
}
.clear {
	clear:both;
}

/* main outline wrapper */
div.outline {
	width:1000px;
	text-align:left;
}


/* content wrapper */
div#wrapper {
	margin-right: 240px; /* place for div#right */
	width: 760px;
	float:left;
}


/* right sidebar */
div#right {
	float:right;
	width:235px;
	margin-left:-240px;
	
}
div#footer {
	clear:both;
	border-top:solid 1px #b1c901;
	margin-left: 170px;
	text-align:right;
	padding-bottom:10px;
}


/* left sidebar */
div#left {
	float:left;
	width:170px;
}

div#center {
	margin-left: 171px;
	padding-top: 135px;
}

div.en_logo {
	background: url("../images/layout/logo_en.gif") top right no-repeat;
}

div.de_logo {
	background: url("../images/layout/logo.gif") top right no-repeat;
}


/*Special Indexpage*/
div#center.indexpage {
	background: none;
	padding-top: 0;
	margin-right:-240px;
	background:url("../images/layout/marginalBG.gif") repeat-y;
}

img#indexKey{border:none;}

#ticker{
     position:absolute;
     top:500px;     
     }


/* float clearing for modern browsers */
div#center:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* margin between navigation and content */
div.margin {
	float:left;
	padding-top:136px;
	width:112px;
}



div.margin1 {
	width:220px;
}

div.margin2 {
	width:112px;
}

div.container {
	float:right;
}
div.container1 {
	width:368px;
}
div.container2{
   width:476px;
   }
/*Special Indexpage*/
div.grafixde {
   height:492px;
   background:url("../images/layout/marginalTeaser_En.gif") no-repeat;
}
div.grafixen {
   height:492px;
   background:url("../images/layout/marginalTeaser_De.gif") no-repeat;
}
div#center.indexpage div.container1 {
   width:608px;
}
div.margin img.indexlogo{
margin:200px 0 0 56px;
}
/*Special Indexpage*/


div.container2 {
	width:476px;
}
   
div.container1 div#key  {
	width:248px;
}

div.container2 div#key  {
	width:356px;
}




div#footer a {
	color:#0061a9;
	background:url("../images/layout/arrowUp.gif") no-repeat right ;
	padding:0 10px 0 0;
	margin:0 20px 0 0;
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}
/*Layout ende*/

/* Meta navigation */

div#meta {
	border-bottom:solid 1px #9399a6;
	padding-top:2px;
	background:#c8d9eb;
}
div#meta ul {
	margin:0 0 4px 0;
}
div#meta ul li {
	display:inline;
}
div#meta ul li a {
	text-decoration:none;
	color:#0061a9;
	padding:2px 8px 0 12px;
}
div#meta ul li a:hover {
	background:url("../images/layout/metaArrow.gif") no-repeat right 6px;
	text-decoration:underline;
}
div#meta ul li a.mb {
	text-decoration:none;
	margin-left:90px;
	padding:0 0 0 86px;
	background:url("../images/layout/logo_mb.gif") no-repeat 60px center;
}
div#meta ul li a.mb img {
	border:none;
}
div#meta ul li a.mb:hover {
	background:url("../images/layout/logo_mb.gif") no-repeat 60px center;
}

/* end Meta navigation */



/*Navigation*/
div#left #navigation  {
	margin:124px 0 0 0;
	width:170px;
}
/*bring IE to hold the List  */
div#left #navigation li  {
	border-bottom:solid 0px #9399a;
} 
div#left #navigation ul  {
	text-align:right;
	list-style:none;
}
/*Level one*/
div#left ul li {
	padding:4px 0;
	margin-right:0;
}
div#left ul li.maincurrent {
	padding:4px 0;
}
div#left ul li a  {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding:2px 26px 2px 0;
}
div#left ul li a#maincurrent  {
	color:#b1c901;
	background:url("../images/layout/pointer_main.gif") no-repeat right center;
}
#left ul li a:hover  {
	background:url("../images/layout/bgLeftHoverNavi.gif") repeat-y;
	color:#fff;
}
/*Level two*/
div#left ul li ul  {
	background:url("../images/layout/bgLeftSubNavi.gif") repeat-y;
}
div#left ul li ul li {
	padding:1px 0px;
   }
div#left ul li ul li a {
	color:#000;
	font-weight:normal;
	height: 1.35em;
}
div#left ul li ul li a#subcurrent {
	background:url("../images/layout/pointer_sub.gif") no-repeat right center;
	font-weight:bold;
}
div#left ul li ul li a:hover {
	color:#fff;
}
/*Level three*/
div#left ul li ul li ul {
	background:url("../images/layout/bgLeftTerNavi.gif") repeat-y;
	 }
div#left ul li ul li ul li {
	padding:1px 0px;
}
div#left ul li ul li ul li a#thirdcurrent {
	font-weight:bold;
	color:#000;
	background:url("../images/layout/pointer_ter.gif") no-repeat right center;
}
div#left ul li ul li ul li a {
	color:#000;
	font-weight:normal;
}
div#left ul li ul li ul li a:hover {
	color:#fff;
}
/*Navigation*/


/*Marginalspalte*/
div.margin div  {
	border:solid 1px #b1c901;
	color:#00335e;
	width:145px;
	min-height:5.2em;
	float:right;
	margin-right:10px;
	margin-bottom:20px;
}
div.margin div a {
	display:block;
	background:#b1c901;
	font-weight:bold;
	text-decoration:none;
	padding:4px;
	color:#00335e;
}
div.margin div a:hover {
	background:#00335e;
	color:#b1c901;
}
div.margin div p {
	padding:4px;
}
/*Marginalspalte*/


/*Rechte Spalte*/
div#right div  {
	border:solid 1px #b1c901;
	width:200px;
	margin:0 auto 10px auto;
	text-align:left;
	color: #003466;
}
div#right div  span {
	display:block;
	background:#b1c901;
	font-weight:bold;
	padding:4px;
}
div#right div  p {
	padding:2px 4px;
}

div#right div  p.center {
	text-align:center;
}

div#right div  a  {
	color:#000;
	font-weight:bold;
	text-decoration:none;
   }
div#right div  a:hover {
	text-decoration:underline;
}
div#right img {
	margin:0 auto 10px auto ;
	border:none;
}
div#right div.blueTeaser, div#right div.blueteaser  {
	border:none;
	margin:3px auto 50px auto ;
	font-weight:bold;
	color:#0061a9;
}
div#right ul {
	list-style-image:url("../images/layout/arrowList.gif");
	margin:10px 20px;
	background:#fff;
}
div#right ul a {
	padding:0;
	background:none;
}
div#right ul a:hover {
	background:none;
}
/*Rechte Spalte*/


/*Inhalte*/
div.content {
	background:#fff;
	padding:10px;
	text-align:left;
   border: solid 1px #b1c901;
   border-width: 0 1px;
	clear:both;
   min-height:1360px;
}

/*Special Indexpage*/
div#center.indexpage div.container1 div.content {
	padding:0;
	/*min-height:960px;*/
}

div.content div#extra {
   position:absolute;
   width:606px;
   top:660px;
}

div.content p.greenBox {
   color: #00335e;
   background-color:#b1c901;
   padding:1.0em 1.2em;
   }
div.content p.greenBox a {
   color: #00335e;
   }
div.content p.greenBox a:hover {
   text-decoration:none;
   }

div.content h2, 
div.content h3, 
div.content h4  {
	font-size:1em;
   }
   
div.content h2  {
	color:#003466;
	margin:-35px -10px 0 -10px;
	padding-bottom: 0.3em;
	border-bottom:solid 1px #b1c901;
   }

div.content h3, div.content h4   {
   clear:both;
	margin:20px 0 10px 0;
	border-bottom:solid 1px #b1c901;
   }
   
div.content p {
	margin:10px 0 0 0;
	background:#fff;
   }

div.content a {
	color:#0061a9;
   }
   
div.content a:hover  {
	color:#0061a9;
   }
   
div.content a.jump  {
	display:block;
	text-decoration:none;
	text-align:right;
	background:url("../images/layout/arrowUp.gif") no-repeat right ;
	padding:0 10px 0 0;
   }
   
div.content a.download {
   padding-left:14px;
   background:url(../images/layout/link-download.gif) no-repeat left 2px;
   }
   
div.content a.zoom {
   padding-left:14px;
   background:url(../images/layout/link-zoom.gif) no-repeat left 2px;
   }
   
div.content a.backlink {
   padding-left:14px;
   background:url(../images/layout/link-back.gif) no-repeat left 2px;
   }

div.content ul  {
	list-style-image:url("../images/layout/arrowList.gif");
	margin:10px 20px;
	background:#fff;
   }

div.content ol  {
	margin:10px 20px;
	background:#fff;
   }


div.content ul li,
div.content ol li {
	margin:3px 0;
   }
   
div.content ul.press-top {
	list-style-image:url("../images/layout/arrowDown.gif");
	margin:10px 20px;
	background:#fff;
   }
   
div.content ul.press-top li {
	margin:5px;
   }
   
div.content ul.press-top li a {
	text-decoration:none;
   }

div.content ol {
   margin:10px 0 10px 30px;
   background:#fff;
   }

div.content ol li{
   margin:3px 0;
   }

div.content div.presse-fotos-container {
   margin-left:-180px; 
   width:530px;
   }
div.content div.presse-foto-container {
   margin-bottom:12px;
   }
div.content div.presse-foto {
   float:left; 
   width:180px;
   margin:0;
   padding:0;
   }
div.content div.presse-foto p {
   background:none;
   margin-top:0;
   }


/*Bilder*/
div.content span.bildtext {
	font-size:0.9em;
	color:#666;
	display:block;
}
div.content img  {
	border:none;
}

div.content img.thumb {
	float:left;
	clear:both;
	margin:0 10px 10px 0;
	border:0;
}
div.content img.thumbR {
	float:right;
	clear:both;
	margin:0 10px 10px 10px;
	border:0;
}
div.content img.bild-links {
	float:left;
	clear:both;
	margin:0 10px 10px 0;
	border:0;
}
div.content hr {
	border:none;
	border-top:solid 1px #b1c901;
	height:0;
	clear:both;
}

/* NEU: Neuheitenreport: CSS-Klassen-Umstellung */
div.content div.neuheitenreport-foto {
	margin:10px 0 0 -180px;
	position:absolute;
	min-height:120px;
	width:150px;
	overflow:hidden;
}


div.content div.foto {
	margin:0 0 0 -180px;
	position:absolute;
	min-height:120px;
	/*overflow:hidden;*/
}
div.content div.foto p {
	margin-top:5px;
	background:none;
}
div.content div.presse-foto-container div.fototext {
   padding-left:180px;
}
div.content div.minheight120 {
	min-height:120px;
}
div.content div.logo {
	margin:10px 0 0 -180px;
	position:absolute;
	min-height:60px;
	overflow:hidden;
}
div.content div.logotext {
	min-height:60px;
}


div.content p.area {
	margin:10px 0 0 -125px;
	border:solid 1px #b1c901;
	width:588px;
	text-align:center;
	padding:10px 0;
}


/*allgemeine Formulare*/
input{border:solid 1px #9399a6;margin:2px 0;}
input:focus{background:#e9edf6;}
input.form-button{cursor:pointer;}
select {border:solid 1px #9399a6;font-size:1.1em;}

/*Suche*/
div.searchform fieldset  {
	padding:20px 0;
}
div.searchform input  {
	border:solid 1px #9399a6;
}
div.searchform input:hover  {
	border:solid 1px #000;
}
/*Tabellen*/
div.content table  {
	width:90%;
	margin:10px;
}
div.content th.Tickets, div.content th.Price  {
	width:50%;
}
div.content caption  {
	color:#0061a9;
	border-bottom:solid 1px;
	text-align:left;
}
div.content col#dataCol  {
}
div.content th,
div.content td  {
	font-size:1em;
	padding:2px 4px;
	vertical-align:top;
}
div.content th  {
	text-align:left;
	border-bottom:solid 1px #999;
}
div.content tr.even  {
	background:#e0e0e0;
}
div.content td.reference  {
	font-weight:bold;
	color:#666;
}

div.content table.color{
margin:20px auto;
}

div.content table.color th,
div.content table.color td  {
     border:solid #b1c901 1px;
     color:#003466;
     text-align:center;
     }

div.content table.color th{
   background:#b1c901;
}
/*Pressetermine*/
.btd-table-4  {
	border:solid 1px #fff;
}
.btd-table-4 td {
	border:solid 1px #fff;
	vertical-align:top;
	padding:4px;
	background:#dde6ed;
}
.btd-table-4 th {
	border:solid 1px #fff;
	border-bottom:solid 1px #9399a6;
	padding:4px;
	color:#9399a6;
}
.btd-table-4 caption  {
	display:none;
}
.btd-table-4 .btd-label {
   clear:left;
   float:left;
   width:65px;
   }
.btd-table-4 .btd-text {
   float:left;
   }
/*Inhalte*/


/*Sitemap*/
#sitemap  {
	margin:30px 0 0 0;
	padding-left:28px;
	list-style:upper-roman;
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	color:#0061a9;
}
#sitemap a  {
	color:#0061a9;
	font-weight:bold;
	white-space:nowrap;
	text-decoration:none;
}
#sitemap ul  {
	margin:10px 10px 10px 0px;
	 list-style:square;
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding-left:17px;
}
#sitemap ul li  {
	margin:4px 0;
}
#sitemap ul li a  {
}
#sitemap ul li ul  {
	list-style:none;
	margin:10px 0 10px 0px;
}
#sitemap ul li ul li  {
}
#sitemap ul li ul li a {
	font-weight:normal;
}
/*Sitemap*/

/*NEWSLETTER*/

div.content .artikel  {
	border:none;
	 background:none;
}
fieldset  {
	text-align:center;
	border:none;
	border:solid 1px #9399a6;
	margin:10px 0;
	background:#f2f2f2;
}

#newsletter input  {
	border:solid 1px #9399a6;
}
#newsletter input:hover  {
	border:solid 1px #000;
}
.hiddenall {
	position: absolute;
	left: -5000px; /* hide content in invisible position, for the screen readers */
	display:none;
}
div.portlet-label label {
	text-align:right;
	float:left;
	font-weight:bold;
	line-height:20px;
	display:block;
	width:100px;
}
div.portlet-text input {
	width:290px;
}

/*Ausstellersuche*/
div.hint, div.information, div.pager  {
	margin:10px 0;
}

div.exhibitorForm  {
	text-align:left;
	border:solid 1px #9399a6;
	margin:0px;
	padding:5px 0px 5px 10px;
	background:#f2f2f2;
}
div.exhibitorForm div.information  {
	margin:4px 0 4px 100px;
}
div.exhibitorForm fieldset  {
	background:#f2f2f2;
	margin:0px;
	padding:0px;
	text-align:left;
	border:none;
}
div.exhibitorForm legend  {
	display:none;
}

div.exhibitorForm label  {
	margin:4px 0;
	width:100px;
	font-weight:bold;
	text-align:left;
	line-height:20px;
	display:block;
	float:left;
}
div.exhibitorForm label.Warengrp2, div.exhibitorForm label.Warengrp3  {
	visibility:hidden;
}

div.exhibitorForm input  {
	border:solid 1px #9399a6;
	width:290px;
	margin:4px 0;
}
div.exhibitorForm select  {
	border:solid 1px #9399a6;
	width:292px;
	margin:4px 0;
}
div.exhibitorForm input:hover, div.exhibitorForm select:hover  {
	border:solid 1px #000000;
}

div.exhibitorForm input.button, div.exhibitor input.button  {
	border:solid 1px #9399a6;
	width:100px;
	margin-top:5px;
}
div.exhibitorForm input.button:hover, div.exhibitor input.button:hover  {
	border:solid 1px #000000;
}
div.exhibitorForm #submitButton  {
	margin-left:100px;
}
div.exhibitorForm #resetButton  {
	margin-left:5px;
}

div.exhibitor  {
	clear:both;
}
div.exhibitor div.header  {
	margin:5px 0;
	float:left;
}
div.exhibitor div.row  {
	clear:both;
	margin:2px 0;
}
div.exhibitor div.row span.infoLabel  {
	width:100px;
	color:#000;
	font-weight:bold;
	display:block;
	float:left;
}
div.exhibitor div.row span.hiddenLabel  {
	width:100px;
	visibility:hidden;
}
div.exhibitor div.row span.infoText  {
	float:right;
	width:350px;
	color:#000;
	font-weight:normal;
	display:block;
	padding:0 0 10px 0;
}
div.exhibitor caption  {
	display:none;
}

/*EVENTDB*/
.EventDB{
border:solid 1px #fff;
}


.EventDB h3, .EventDB hr  {
	margin:0;
	padding:0;
	display:none;
}
a.merken {
	background:url("../images/layout/Event_merken.gif") left center no-repeat;
	padding:0 0 0 20px;
}
a.pdf {
	padding:0 0 0 20px;
	background:url("../images/layout/Event_pdf.gif") left center  no-repeat;
}
a.profilink {
	float:right;
	background:url("../images/layout/arrowList.gif") no-repeat left ;
	padding:0 0 0 10px;
}
a.print  {
	padding:0 0 0 20px;
	background:url("../images/layout/Event_drucken.gif") left center  no-repeat;
}
a.back  {
	padding:0 0 0 20px;
	background:url("../images/layout/Event_alle.gif") left center  no-repeat;
}
fieldset.EDB_search {
	text-align:left;
	margin:10px 0;
	border:none;
	background:none;
}
fieldset.EDB_search input,fieldset.EDB_search select   {
	border:solid 1px #9399a6;
	width:290px;
	margin:4px 0;
}
fieldset.EDB_search input:hover,fieldset.EDB_search select:hover  {
	border:solid 1px #000;
}
fieldset.EDB_search label  {
   clear:left;
	font-weight:bold;
	text-align:left;
	line-height:20px;
	display:block;
	float:left;
	width:140px;
	margin:4px 0;
}
fieldset.EDB_search .smallfield label.von {
	width:60px;
	margin-right:4px;
}
fieldset.EDB_search .smallfield label.bis {
	width:22px;
	margin-right:4px;
}
fieldset.EDB_search .checkbox {
	width:16px;
	float:left;
	margin:4px 2px;
	border:none;
}
fieldset.EDB_search input#start  {
	margin:10px 0 0 100px ;
	width:230px;
}
fieldset.EDB_search span.label  {
	display:none;
}
fieldset.EDB_search .smallfield  {
	float:right;
	margin-right:10px;
}
fieldset.EDB_search .smallfield select {
	width:96px;
	margin:2px 2px 0 0;
	float:left;
	font-size:1em;
}
fieldset.EDB_search .smallfield label {
	clear:none;
}
.EDB_footnavi a  {
	float:none;
	background:url("../images/layout/arrowList.gif") no-repeat left ;
	padding:0 0 0 10px;
	color:#000;
	font-weight:bold;
}

div.oldRose {
	border-bottom:solid 1px #ccc;
}
div.EDB_P_content_T  {
	border-top:solid 4px #fff;
	border-bottom:solid 10px #fff;
   padding:4px 10px 4px 4px;
}
div.EDB_P_content_Pink p,div.EDB_P_content_T p   {

}
div.EDB_P_content_Pink ul,div.EDB_P_content_T ul  {

}
.EventDB .ort {
	font-weight:bold;
}
.EventDB .event {
	font-weight:bold;
	float:right;
}
.EventDB .datum {
	clear:right;
	float:left;
	font-weight:bold;
	width:100px;
}
.EventDB  .EDB_footnavi li {
	float:right;
	display:block;
	width:70px;
	padding:0 0 10px 0 ;
}
.EventDB  .EDB_footnavi a {
	padding:0 10px 0 16px;
}
.listFound {
	text-align:right;
	font-weight:bold;
	padding-right:10px;
}

.listFound .foundSum  {
	padding-right:20px;
}
.setOrder {
	text-align:left;
	font-weight:bold;
}
.setOrder input {
	border:solid 1px #999;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}
.setOrder select {
	border:solid 1px #999;
	font-size:11px;
}
.EDB_P_content_Pink span.time {
	float:left;
}
.EDB_P_content_Pink_Info strong.title {
	display:block;
	padding: 0 0 4px 100px;
}

.EDB_P_content_Pink .cat {
	font-weight:bold;
	border-bottom:solid 1px #666;
	background:#fff;
	margin:-4px -8px 10px -4px;
	padding:4px;
}
.EDB_P_content_Pink_Info ul {
	list-style:none;
	list-style-image:none;
	padding: 0;
	color:#000;
	font-weight:bold;
}

/*Referntenliste*/

.EDB_headline {
	margin:10px 0;
	clear:both;
}
.EDB_a-zline_navi {
	color:#999;
	word-spacing:5px;
	text-align:center;
	font-weight:bold;
	margin:0;
}

span#Zeit {
	font-weight:bold;
	color:#000;
}
span#Information {
	font-weight:bold;
	margin-left:30%;
	color:#000}
table.ListSpeakers th  {
	padding:1px 4px;
	text-align:left;
}
table.ListSpeakers td  {
	padding:4px;
	vertical-align:top;
}
table.ListSpeakers td.firstRow  {
	width:40%;
}
table.ListSpeakers td.secondRow  {
	width:60%;
}
table.ListSpeakers a  {
	color:#000;
	background:url("../images/layout/arrowList.gif") no-repeat left ;
	padding:0 0 0 10px;
}
table.ListSpeakers tr  {
	background:#f2f2f2;
}
table.ListSpeakers tr.grey  {
	background:#e9edf6;
}


/*Referentendetails*/


.EDB_headline_navi li,
.EDB_headline_navi2 li {
	display:inline;
	line-height:20px;
}
.EDB_headline_navi a,
.EDB_headline_navi2 a {
}
.EDB_headline_navi a.back {
	padding:2px 10px 2px 20px;
}
.EDB_headline_navi a.pdf {
	padding:2px 10px 2px 20px;
	margin-left:20px;
}
.EDB_headline_navi a.ticket {
	padding:2px 10px 2px 20px;
	margin-left:20px;
}
.EDB_headline_navi2 a.ticket {
	padding:2px 10px 2px 20px;
	margin-left:20px;
}
.EDB_headline_navi a.merken {
	padding:2px 10px 2px 20px;
	margin-left:20px;
}
.EDB_headline_navi2 a.merken {
	padding:2px 10px 2px 20px;
	margin-left:2px;
}
.EDB_headline_navi a.print {
	padding:2px 10px 2px 20px;
	margin-left:20px;
}
.EDB_headline_navi2 a.print {
	padding:2px 10px 2px 20px;
	margin-left:20px;
}
.EDB_header {
	line-height:10px;
	height:10px;
	color:#000;
	padding:4px;
	margin:10px 0 0 0;
}
.EDB_P_content img {
	float:right;
	margin:4px 10px 0 10px;
}

/*Eventdetails*/

.EDB_P_content a.pdf {
	padding:2px 10px 2px 20px;
	background:url("../images/layout/Event_pdf.gif") left center  no-repeat;
}
.btd-table-4  {
	margin-top:20px;
	border:none;
}
.btd-table-4 th  {
	border:none;
	border-top:solid 2px #ccc;
	border-bottom:solid 2px #ccc;
	text-align:left;
	padding:4px;
}
.btd-table-4 td  {
	background:#d9e0f0;
	border:solid 2px #fff;
	padding:4px;
	vertical-align:top;
}
.btd-table-4 td a.mehr  {
	float:right;
}
.btd-table-4 td.btd-time-1st  {
	white-space:nowrap;
	width:76px;
}
.eventTitel {
	font-weight:bold;
	margin:10px 0;
}
.eventRow {
	clear:both;
	margin:2px 0;
	font-weight:normal;
}
.eventRow span {
	width:100px;
	color:#000;
	font-weight:bold;
	display:block;
	float:left;
	clear:left;
}
.eventRow span.eventText {
	float:right;
	width:350px;
	color:#000;
	font-weight:normal;
	display:block;
	padding:0 0 10px 0;
}
.eventRow .col01 {
	float:left;
	font-weight:bold;
}
.eventRow .col02 {
	float:left;
	width:60px;
}
.eventRow .col03 {
	float:left;
}

/*merkliste*/
.search ul {
	margin:0;
	padding:0;
}
.merkliste {
	clear:both;
	padding:4px 0;
}
.merkliste strong {
	padding:4px 0;
}

.EDB_delAll {
	padding:0;
	margin:10px;
	list-style:none;
	list-style-image:none;
}
.EDB_delAll li {
	list-style:none;
	list-style-image:none;
}  
.EDB_delAll a {
	font-weight:bold;
	padding:0 10px 0 16px;
}
.EDB_P_logos {
	margin-top:10px;
	clear:both;
	text-align:center;
}
.EDB_P_logos img {
	float:none;
	display:inline;
	margin:4px;
}


/*Newsletter*/
.artikel .linkBox {
   margin:10px 10px;
   background:#B1C901;
   }
 
.artikel .linkBox h3 {
   margin:0 20px;
   color:#003466;
   border-color:#003466;
   }
.artikel .linkBox ul{
   background:#B1C901;
   list-style-image:none;
   list-style:none;
   }	

.artikel .linkBox li{
   background:#B1C901;
   }	

.artikel .linkBox a{
   color:#003466;
   font-weight:bold;
   }		

.roundtop { 
   background:url(http://www1.messe-berlin.de/vip8_1/website/MesseBerlin/htdocs/www.laseroptics/images/Newsletter/TopRight_web.png) no-repeat top right; 
   }

.roundbottom {
   background: url(http://www1.messe-berlin.de/vip8_1/website/MesseBerlin/htdocs/www.laseroptics/images/Newsletter/BottomRight_web.png) no-repeat top right; 
   }
img.corner {
 width: 20px;
 height: 20px;
 border: none;
 display: block !important;
}	

.artikel img{
   float:none;
   margin:0;
   }

.artikel ul{
   list-style:none;
   }

.banner{
   clear:both;
   text-align:center;
   border:none;
   width:420px;
   overflow:hidden;
  }

.banner a{
   text-decoration:none;
   }

.banner img{
   border:none;
   }

.bannerVer{
   clear:right;
   /*height:400px;*/
   width:200px;
   float:right;
   margin:0 10px 0 10px;
   _margin-right:10px;
   text-align:center;
   }

.bannerVer a{
   text-decoration:none;
   }

.bannerVer img{
   padding:5px 0 5px 0;
   margin:5px 0 5px 0;
   border: none;
   }

.bannerHor{
   margin:10px 0;
   clear:both;
   text-align:center;
   border: none;
   }

.bannerHorLeft{
 margin:10px 0;
 clear:both;
 text-align:left;
 border: none;
   }

.bannerHor img,
.bannerHorLeft img{
 margin:0 5px 0 5px;
 padding:0 5px 0 5px;
 border: none;
}

.topLink {
 margin:10px auto;
 text-align:right;
}

.topLink a {      
 padding-left:10px;
 background:url(http://www1.messe-berlin.de/vip8_1/website/MesseBerlin/htdocs/www.laseroptics/images/layout/arrowUp.gif) no-repeat left 6px;
}

.image-r { 
      background-repeat:no-repeat;
      width:200px;
     /* height: 140px;*/
      float:right;
      margin:10px 10px 10px 10px;
    _margin-right:10px;
}

.image-l { 
      background-repeat:no-repeat;
      /*height: 140px;*/
      float:left;
      margin:10px 10px 10px 30px;
      _margin-left:10px;
}

/* Fotos */
span.aural {
   display:none;
   }
.content div.presse-foto-links {
   clear:left;
   float:left;
   font-size:0.9em;
   margin:0 10px 0 0;
   padding:0;
   text-align:right;
   width:130px;
   min-height:130px;
   }
.content div.presse-foto-links img {
   display:block;
   margin:0;
   padding:0;
   }
.content div.presse-foto-links-text {
   border-top:solid 1px #aaa;
   margin:0 0 6px 130px;
   padding:6px 6px 6px 12px;
   min-height:120px;
   }
.content div.presse-foto-links-text p {
   margin:0;
   padding:0;
   }
.content p.presse-foto-ansicht img {
   width:450px;
   }
		

} /*Ende @media screen*/
