@media all
{ 
/* ######################################################################################################
** # Standard-Vorgaben ##################################################################################
** ######################################################################################################
**/

/* ### Ueberschriften, Fliesstexte ###################################################################### */

body { color: #4f5556; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif;}

h1,h2,h3,h4 { font-weight:bold; color: #093a7e; padding-bottom: 3px;}

.news-list-item h1 {
	padding-bottom: 0;
}

h1 {
	font-size: 14px;
}

#col2 h1, #col2 h2, #col2 h3{

}

h2 {
	font-size: 12px;
	padding: 0;
}

h1.csc-firstHeader {
   padding-top: 0;
   margin-top: 0;
}

p,ul,dd,dt { line-height: 1.5em;}

p {	
	padding: 0;
	margin: 0;
}

dl {
	margin: 0;
}	

strong,b { font-weight: bold; }
em,i { font-style:italic; }
pre, code {	font-family: "Courier New", Courier, monospace; }
address { font-style:normal; line-height: 1.5em; margin: 0 0 1em 0; }

hr { 
	color: #fff; 
	background:transparent; 
	border:0; 
	padding: 0;
	
	/* Welchen Sinn hat ein -15px margin bei einer Linie????? 
	   Auskommentiert am 29.8 nach verstÃ¤ndlichen Problemen bei CEs
	   TGA 
	
	margin: -15px 0 15px 0;	
	
	*/		
	
	margin: 10px 0;
	
	border-bottom: 1px dotted #9ea0a1; 
}

hr.divider-hr {
  clear: both; 
  margin: 0; 
  padding: 0;   
  margin-bottom: 3px; 
  padding-top: 3px;
}

* html hr.divider-hr, html* hr.divider-hr {
  margin-bottom: 0; 
  padding-top: 0;
} 

acronym, abbr {
	border-bottom: 1px dashed #c00;
	cursor: help;
}

/* ### Auszeichnung lokaler und Externer Links ######################################################## */
/*pet 28_9_08 bold raus*/
#main a, a em.file, .htmlarea-content-body a {text-decoration:none; font-weight: normal; color: #093a7e;}
#main a:hover {text-decoration:underline; }

#main #col3 a {
	font-weight: normal;
		text-decoration:none;
		color: #093a7e;

}



#XXmain a[href^="http:"], #main a[href^="https:"]
{
	padding-left:0;
	background-image:none;
}

#main a.imagelink {
	padding-left: 0;
	background: transparent;
}

#main a.arrow-link, .htmlarea-content-body a.arrow-link {
	padding-left: 15px;
	display: block;
	background-image: url(../images/pfeil-nach-rechts-blau.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;	
}

#main a.arrow-link {
	font-weight: bold;
}

/* ######################################################################################################
** ### Listen #############################################################################
** ######################################################################################################
*/

ul {
	padding: 0 14px;
	margin: 0;        
	margin-bottom: 10px;
}

li {	
  list-style-image: url(../images/content/li-blue.gif);			
	background-position: top left;
	background-repeat: no-repeat;
	list-style-type: none;			
}

ol {
  margin-left: 20px;  
}

ol li {
  list-style-image: none;
  list-style-type: decimal;
}

/* ######################################################################################################
** ### BILDER #############################################################################
** ######################################################################################################
*/

#col2 .csc-textpic p.bodytext {
	padding: 0;
}

#col3 .csc-textpic {
	padding: 0;
}

.csc-textpic-caption {
	background-color: #c6c6c7;
	color: #000;
	padding: 0 10px;        	
	font-size: 11px;
	text-indent: 0;
	line-height: 1.2em;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}

dd {
	margin: 0;
}

/* ######################################################################################################
** ### Tabellen #############################################################################
** ######################################################################################################
*/

table { border-collapse:collapse; margin-bottom: 0.5em; }

/* drin lassen für RTE-Formatierung, Klasse wird in JS-Datei zebra.js ausgewertet */
table.no-stripes {
	
}

table.no-stripes td, table.no-stripes th {
	border: 0;
}

table.no-stripes th, table.no-stripes thead tr {
	background-image: none;
}

#col2 table {
	width: 515px;
}

td, th {
	border: 1px solid #c8c8c8;
	border-collapse: collapse;
	padding: 1px 10px;
	vertical-align: top;
}

th, thead tr {
	background-image: url(../images/content/th-bg.gif);
	background-repeat: repeat-x;
	padding: 6px 10px;	
}

td p {
	padding-bottom: 0;
}

/* Styles fÃ¼r erweiterte Suche */
#searchcontent table.advsearch {
	width: 630px;
	margin-top: 10px;
}

#searchcontent .advsearch td,
#searchcontent .advsearch th {
	border: none;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 0 5px;
}

/* ######################################################################################################
** ### Formulare #############################################################################
** ######################################################################################################
*/

form {overflow:hidden;}

select {		
	font-size: 10px;
	color: #4F5556;
	font-weight: normal;
	padding: 2px;	
	margin-bottom: 3px;
	width:213px;
	border: 1px solid #EEEEEE;
	BACKGROUND-COLOR: #ffffff;
}
option {
 background-color:#f7f7f7;
}

input {	
	width: 200px;
	padding: 0;
	margin: 0;
	color: #fff;
}

* html .styled_input_readonly input {
	width: 185px;
}

div.styled {
  padding-top: 5px;     
}

div.styled_input {	
	background-image: url(../images/content/form/input-no.jpg); 
	height: 23px; 
	width: 216px;
	background-repeat: no-repeat;
}

div.styled_input_readonly {	
	background-image: url(../images/content/form/input-no_readonly.jpg); 
	height: 23px; 
	width: 216px;
	background-repeat: no-repeat;
}

div.styled_textarea {
  background-image: url(../images/content/form/textarea.gif); 	 	
	background-repeat: repeat-y;
	background-position: -4px 0;
	width: 500px;	
	position: relative;
}

* html div.styled_textarea {
	margin-top: -8px;	
}

div.styled_textarea textarea {
  width: 420px;      
}

div.styled_textarea_top {
  background-image: url(../images/content/form/textarea-top.gif); 	 
  height: 5px;
  background-repeat: no-repeat;
  background-position: -4px 0;
  width: 476px;
}

div.styled_textarea_bottom {
  background-image: url(../images/content/form/textarea-bot.gif); 	 
  background-repeat: no-repeat;
  background-position: -4px 0;
  height: 7px;
  width: 476px;
}

div.styled fieldset {
  line-height: 25px;  
}

div.styled input {
  width: auto;
  height: auto;  
}

.both div.styled_input {	
	background-image: url(../images/content/form/input-no-wide.gif); 		
	width: 476px;	
}

.both div.styled_input_readonly {	
	background-image: url(../images/content/form/input-no-wide_readonly.gif); 		
	width: 476px;	
}

.both div.styled_input input {
	width: 450px;
}

.checkbox, textarea {
	width: auto;	
}

.searchbox {
	width: 156px;
}

.button {
      background-color: #9cd0e8;      
      padding: 0px 2px;
      cursor: pointer;
      width: auto;     
}

.csc-mailform  {
  padding: 0 0 0 8px;
  border: 0;
  width: 479px;
}

.csc-mailform img {
	padding-left: 5px;
}

.csc-mailform .csc-mailform-field {
	padding-top: 10px;	
}

* html .csc-mailform .csc-mailform-field {
	padding-top: 0;
	margin-top: -5px;
}

.csc-mailform .left {
	float: left;
}

.csc-mailform .right {
	float: right;
	width: 216px;
}

.csc-mailform .both {
	clear: both;
}

.csc-mailform .label {
  font-size: 12px;
  padding: 10px 0 2px 0;  
  text-align: left; 
  display: block;
}

.mailform input, #mailform textarea {
  margin-bottom: 10px;
  width: auto;
}

.mailform .csc-mailform-radio input, .mailform .csc-mailform-check input {
	margin: 0;
}	

.mailform select {
	background-color: #fff;
	color: #000;
}

.csc-mailform .csc-mailform-submit, .csc-mailform-submit-sampleorder {
        margin-bottom: 20px;
        background-color: #fff;
        border:none;
        background-image: url(../images/pfeil-nach-rechts-blau.gif);
        background-repeat: no-repeat;
        background-position: 0 6px;
        float: right;
        color: #093a7e;
        width:auto !important;
        width:120px;
        font-size: 1.1em;
        padding-left: 10px;
        font-weight:bold;
        text-decoration:none;
        text-align:left;
}

.csc-mailform .csc-mailform-submit-sampleorder {
	width: 140px;
}

.csc-mailform .csc-mailform-submit:hover {cursor:pointer;text-decoration:underline;}

.tx-bvdecards-pi1 {
	padding: 0px 55px;
}

.tx_bvdecards_pi1 td {
	padding: 5px;
}

.csc-header {
	padding-bottom: 3px;
}

/*******************
 ********** TEASER-ELEMENT ************ */  

.teaser, .teaser-no-image {
  width: 233px;
  background-image: url(../images/content/border-225.jpg);
  background-repeat: repeat-y;
}

.teaser h1 {
	padding-bottom: 0;
}

.autoheight {
	height: 188px;
	position: relative;
}

.teaser-bottom, .teaser-bottom-autoheight {
  background-image: url(../images/content/border-bottom-225.jpg);
  background-repeat: no-repeat;
  height: 10px;
  padding: 0;
  width: 233px;
  margin-top: 0px;
  /*
  margin-bottom: 3px;
  */
}

#col4 .teaser-bottom, #col5 .teaser-bottom-autoheight {
	width: 268px;
}

.teaser-bottom-autoheight {
  margin-top: 0px;
}

* html .teaser-bottom-autoheight {
  margin-top: -5px;
}

.bottom-no-image, * html .bottom-no-image {
  margin-top: 0;
}

.teaser .dachzeile-schmal, .teaser-no-image .dachzeile-schmal {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0px;
  height: 23px;
  padding-bottom: 0;
}

.teaser-image {
	float: right;
	margin-right: 4px;
}  

* html .teaser-image {
	margin-right: 2px;
}

.teaser-text {
  	float: left;
  	padding: 10px 10px 0px 14px;
  	width: 115px;
    line-height: 1.5em;
}

#main .teaser-no-image .teaser-text, #main .teaser-no-image .teaser-link {
  	width: 200px;
}

#main .teaser-link {
  	border-top: 1px dotted #9ea0a1;
  	text-align: right;
  	padding-top:4px;
  	bottom: 0px;
  	width: 115px;
  	margin-top: 10px;
}

* html .teaser .teaser-link {
	bottom: 5px;
}

.autoheight .teaser-link {
	margin-top: 0;
	position: absolute;
}

/*******************
 ********** RAHMEN ************ */

#col3_content .border, #col6_content .border, #col7_content .border, #col8_content .border {
 	background-image: url(../images/content/border-225.jpg);
	background-repeat: repeat-y;
	padding: 0;
	width: 203px;
	padding-left: 14px;
	padding-right: 14px;
	position: relative;
}

#col3_content .border-bottom, #col6_content .border-bottom, #col7_content .border-bottom, #col8_content .border-bottom {
 	background-image: url(../images/content/border-bottom-225.jpg);
	background-repeat: no-repeat;
	height: 10px;	
	padding: 0;		
	width: 233px;
}

h1.dachzeile-breit, h2.dachzeile-schmal {
	margin-top: -3px;
  height: 23px;
  padding-bottom: 0;
	margin-bottom: 20px;
}

#col3 .border .dachzeile-schmal {
  margin-left: -14px;
  margin-right: -14px;
}

h1.dachzeile-breit, h1.dachzeile-breit-rahmen, h1.dachzeile-sehr-breit {
	margin-left: -14px; 
	margin-right: -14px;
}

h1.dachzeile-sehr-breit {
  margin-left: -12px;
}

h2.dachzeile-schmal {
	margin-bottom: 5px;
}

h1.dachzeile-breit-rahmen, h1.dachzeile-sehr-breit {
	margin-top: -14px;
	margin-bottom: 20px;	
  	height: 23px;
  	padding-bottom: 0;
} 

* html h1.dachzeile-breit-rahmen, * html h1.dachzeile-sehr-breit {
	margin-top: -3px;
}

.dashed-line {
  height: 0;
	border-bottom: 1px dotted #aaacad;
	margin: 5px 0 0 0;
}

/*
###########################
#### RTE - Klassen ########
*/

p.blue-font, span.blue-font {
	color: #24508C;
}

p.light-grey-font, span.light-grey-font {
	color: #858686;
}

p.blue-arrow, span.blue-arrow {
	padding-left: 20px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	/*line-height: 11px;		*/
	/* Diese Eine unsichtbare Linie, damit der IE 7 in EBV itP alle arrows anzeigt?!?! */
	border-top: 1px solid transparent;	
}

/* Diese Eine unsichtbare Linie, damit der IE 7 in EBV itP alle arrows anzeigt?!?! */
* html p.blue-arrow, * html span.blue-arrow {
  border-top: 0;  
}

span.blue-arrow {
	padding-left: 13px;	
}

#col3 .csc-textpicHeader {
	padding-left: 14px;
}

.filelinks div {
	background-image: none;
	padding-left: 0;
	margin-bottom: 0;
}

#main .filelinks a {
	font-weight: normal;
}

.filelinks div.description, .filelinks div.filesize {	
	color: #4F5556;
	padding: 3px 0;		
}

.fileitem {	
	margin-bottom: 2px;	
	border-bottom: 1px dotted #ccc;	
}

#ContentLinks .fileitem_links {
        float: left; 
        width: 180px;
}

.fileitem-productfe {
	padding-top: 5px;
}

* html .fileitem-productfe {
	padding-top: 2px;
	margin-bottom: -2px;
}

.mootabs_panel .fileitem {
  	border-bottom: 0;	
}

.filelinks img {
	margin-bottom: -3px;
}

.align-right {
	text-align:right;
}

.align-left {
	text-align:left;
}

.align-center {
	text-align:center;
}


/*************
  NEWS
 ********** */
 
.news-single-image {
	margin-bottom: 15px;
} 
 
 * html .news-catmenu {
  margin-top: 10px;  
}
 
.tx-ttnews-browsebox {
	width: 520px;
	text-align: right;
} 
 
.tx-ttnews-browsebox a, .tx-ttnews-browsebox span {
	padding-left: 5px;	
	color: #093A7E;
}

.news-amenu-container {
	position: relative;	
	top: -13px;
	left: -13px;
	width: 543px;		
}

* html .news-amenu-container {
	top: -4px;	
}

.news-amenu-container ul {
	height: 23px;
	margin: 0;
	padding: 0;
}

.news-amenu-container li {
	padding: 0;
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
}

#main .news-amenu-container li a {
	color: #4F5556;	
	font-weight: normal;		
	padding: 2px 0 6px 0;
	display: block;
	height: 15px;	
	text-align: center;
	text-decoration: none;
}

#main .news-amenu-container li a:hover {
	text-decoration: none;
	font-weight: bold;
}

#main .news-amenu-container li.over a:hover {	
	font-weight: normal;
}

* html #main .news-amenu-container li a {
	padding-top: 6px;
	padding-bottom: 2px;
}

/********** TABS */
.news-amenu-container ul li {
	background-image: url(../images/nav/news/li-middle-no.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
} 

.news-amenu-container ul li#lastYear {
	background-image: url(../images/nav/news/li-end-no.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
} 

.news-amenu-container ul li.over#lastYear {
	background-image: url(../images/nav/news/li-end-act.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
} 

.news-amenu-container ul li.over {
	background-image: url(../images/nav/news/li-middle-act.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
} 

.news-amenu-container ul li#firstYear a {
	background-image: url(../images/nav/news/li-begin-no.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.news-amenu-container ul li.over#firstYear a {
	background-image: url(../images/nav/news/li-begin-act.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.news-amenu-container .mootabs_title li {
	line-height: 20px;
}

.news-amenu-container .mootabs_panel {
	display: none;
	padding: 14px;
	width: auto;
}

.news-amenu-container .over {
	display: block;
}

/******** single */
.news-single-subheader .bodytext {
	padding-bottom: 5px;
}

/* .news-single-item .left, */
.tx-ebvproductfe-pi1 .left {
	float: left;	
}

.news-single-item .left .news-single-img, .tx-ebvproductfe-pi1 .left img {
	padding-right: 10px;
}

.news-single-item .both .news-single-img, .tx-ebvproductfe-pi1 .both {
	text-align: center;
} 

.both p.image-caption, .both p.news-single-imgcaption {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.news-single-item .left {
 w\idth:140px;
 width:auto !important;
}

.news-single-item .right {
  w\idth:140px;
  width: 519px;
}

.news-single-item .right, .tx-ebvproductfe-pi1 .right {
	float: right;	
}

.news-single-item .right .news-single-img {	
	float: right;
	padding-bottom: 10px;
}

.news-single-item .right .news-single-img, .tx-ebvproductfe-pi1 .right img {
	padding-left: 10px;	
}

.tx-ebvproductfe-pi1 .right .image-caption {
	margin-left:10px;
}

.news-single-item ul, .tx-ebvproductfe-pi1 ul {
	list-style-position: outside;
}

.news-single-imgcaption, .tx-ebvproductfe-pi1 .image-caption {
	background-color: #c6c6c7;
	color: #000;
	padding: 2px 10px;        	
	font-size: 11px;
	text-indent: 0;
	margin-bottom: 10px;
	line-height: 1.2em;
}



.news-single-related, .news-single-files, .news-single-links {
	border-bottom: 1px dotted #9ea0a1; 
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.news-list-item p.bodytext {
  padding-bottom: 3px;  
}

.news-list-container {
	padding-top: 20px;
}

* html .news-list-container {
	padding-top: 0;
}

#main .news-list-item .filelink {
	display: block; 
	padding-left: 25px; 
	background-repeat: no-repeat;
	font-weight: normal;
	padding-bottom: 5px;
}

dd p.bodytext {
	padding-bottom: 0;
}

/****************
  EL SELECT
*/
 
 .myelSelect {
 	background-repeat: no-repeat;
 }
 
  .elSelect {
    background: transparent;
    height:20px;
    width: 220px;
    color: #4F5556;    
    background-image: url(../images/nav/news/select-bg.gif);
    background-repeat: no-repeat;
    margin: 0;
  }

    .elSelect .selected {
    	background-color:#ccc !important;
    	color:#4F5556 !important;
    	font-weight: bold !important;
    }
    
    .elSelect .clear,
    #value {
    	clear:both;
    }
    
    
    
    .elSelect .selectedOption {
    	float:left;
    	padding: 3px 0 0 6px;
    	width: 177px;    	
    	font-weight: normal;    	
    	color:#4F5556;
    	font-size: 11px;
    	overflow:hidden;
    	background-image: url(../images/selectarrow.gif);
    	background-position: 138px 0px;
    	background-repeat: no-repeat;
    	cursor: pointer;
    }
    
    * html .elSelect .selectedOption {
     width: 220px; 
     }
     
     /*pet begin 24_9_08 options waren nach oben verrÃ¼ckt...*/
     
     .elSelect .optionsContainer {
			padding-top:2px;
		 }
		 
			* html .elSelect .optionsContainer {
				padding-top:4px;
			}
     /*pet end 24_9_08 options waren nach oben verrÃ¼ckt...*/
     
   
     
    	.elSelect .dropDown {
    		width: 23px;
    		float: right;
    		overflow:auto;
    }
    
     
    
    
    html>body .elSelect .dropDown {height:3px;}
    
    .elSelect .optionsContainerTop {
    		/* position:absolute; krohn delete browserincompatibel auch unten height von 15 auf 1 da sonst Ã¼ber erster option*/    		
    		width:100%;
    		height:1px;    
    		background-image: url(../images/selectarrow.gif);    				    		
    }        
    .elSelect .optionsContainerTop div {    		
    		width:100%;
    		height:5px;
    }
    .elSelect .optionsContainerTop div div {    		
    		width:100%;
    		height:5px;
    }
    .elSelect .optionsContainerBottom {
    		/* position:absolute; krohn delete browserincompatibel auch unten height von 15 auf 1 da sonst Ã¼ber erster option*/ 
    		margin:-5px 0 0 0;    		
    		width:100%;
    		height:1px; 
    		background-image: url(../images/selectarrow.gif);   		
    }
    .elSelect .optionsContainerBottom div {    	
    		width:100%;
    		height:5px;    		
    }
    .elSelect .optionsContainerBottom div div {    		
    		width:100%;
    		height:5px;
    }
    .elSelect .optionsContainer {
    		position:absolute;
    		display:none;    		
    		z-index:110;	
    }
    
    * html .elSelect .optionsContainer {
    		margin-top: -17px;    	
    }
    
    .elSelect .option {
    		padding:2px 0 2px 5px;
    		background-color: #f7f7f7;
    		width: 200px;
    		margin-left: 4px;
    		border-left:solid 0px #4F5556;
    		border-right:solid 0px #4F5556;    		
    		text-align:left;
    		font-size: 11px;
    		font-weight: normal;    		
    		color: #000;
    		cursor: pointer;
    }
    /* krohn add fÃ¼r alphabet auswahl*/
    .elSelect .alphabetsel {
    		padding:2px 0 2px 5px;
    		background-color: #f7f7f7;
    		width: 200px;
    		margin-left: 4px;
    		border-left:solid 0px #4F5556;
    		border-right:solid 0px #4F5556;    		
    		text-align:left;
    		font-size: 11px;
    		font-weight: normal;    		
    		color: #000;
    		cursor: pointer;
    }
    
    .elSelect .disabled {
    		background-color: #093a7e;    		
    		color: #fff;
    }


  /*
  CHECKBOXEN / RADIOBUTTONS
  */
  
  .required {
  	padding-left: 13px;
  	position: relative;
  	top: -37px;
  	width: 100px;
  }
  
  .csc-mailform-checkbox-description {
  	display: inline;  	
  }
  
  span.checkbox {  	
  	width: 25px;
  	height: 25px;
    padding: 0;
    margin-left: 5px;
    clear: left;
	float: left;
    background: url(../images/content/form/checkboxes.gif) no-repeat;
  }
  
  span.radio {
    margin-top: 4px;
    width: 19px;
    height: 13px;
    padding: 0 5px 0 0;
    margin-left: 5px;
    background: url(../images/content/form/radiobuttons.gif) no-repeat;
    float: left;
  }      
  
  * html span.radio {
  	margin-top: 5px;
  }    
  
  .tx-bgmxmlcontacts-pi1 span.radio {
  	margin-top: 0;
  	padding-right: 0;  	
  }
  
  /* SCROLLER */
  	.scroller {
			width: 205px;
			height: 200px;			
			background: transparent;
			
		}
		
		.scrollercontent {
			width: 205px;
			height: 200px;
			float: left;
			overflow: auto;
			color: #000;
		}

		.text {
			margin: 10px;
		}

		.vScrollbar {
			float: right;
			position: absolute;
			top: 0;
			right: 33px;
			z-Index:1000;
		}						
		
		.styled_textarea .vScrollbar {
			right: 40px;
		}
		
		#col3 .vScrollbar {
			right: 23px;
		}		
		
		.hScrollbar {
			clear: both;	
			}

		.vTrack {
			height: 30px;
			width: 15px;
			position: relative;
			background-image:url(../images/content/form/scroller/scrollbarbg.gif);
			background-repeat:repeat-y;
			overflow: hidden;			
		}
		
		.hTrack {
			float: left;
			height: 15px;
			width: 255px;
			position: relative;
			background: #ddd;
			overflow: hidden;			
		}			

		.vThumb, .hThumb {
			position: absolute;
			top: 0;
			left: 0;
			height: 15px;
			width: 15px;
			background: #aaa;
			overflow: hidden;
		}
		
		.vThumb {
			background-color: transparent;
			background-image: url(../images/content/form/scroller/scrollbarbutton.gif);			
			background-repeat: repeat-y;			
		}				
		
		.vInner1 {
			background-color: #ff0000;
			position: absolute;
			top: 0;
			width: 15px;
			height: 5px;
			background-color: transparent;
			background-image: url(../images/content/form/scroller/scrollbar-top.gif);			
			background-repeat: no-repeat;			
		}
		
		.vInner2 {
			background-color: #ff00ff;
			position: absolute;
			bottom: 0;
			width: 15px;
			height: 5px;
			background-color: transparent;
			background-image: url(../images/content/form/scroller/scrollbar-bottom.gif);
			background-repeat: no-repeat;			
		}			
		
		* html .vInner2 {
			background-position: bottom left;			
			margin-bottom: -1px;
		}	
		
		.arrowUp, .arrowDown, .arrowLeft, .arrowRight, .corner {
			height: 15px;
			width: 15px;
			background: #fff;
			overflow: hidden;						
		}
		
		.arrowUp {
		 background-image:url(../images/content/form/scroller/scrollup.gif);
		}
		
		.arrowDown {
		 background-image:url(../images/content/form/scroller/scrolldown.gif);
		}
		
		.arrowLeft, .arrowRight, .corner {
			float: left;
			}
			
		.corner {
			background: transparent;
			}				

  /* SCROLLER end */
  
  
 /* MOOTABS begin 
  .mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width:233px;
	overflow:hidden;
	height:23px;
	background-image:url(../images/mootabs/h1-grey-225.jpg);
	background-repeat:no-repeat;
}

.mootabs_title li {
	float: left;
	cursor: pointer;
	color: #000;
	height: 23px;
	margin:0;
	padding:0;
	line-height:23px;	
	text-align:center;
	
	
}
.mootabs_title li a {
	text-decoration:none;
	display:block;
	color:#000;
	padding-left:5px;
	height:23px;
	background-color:transparent;
}


.mootabs_title li.active {
	background-color:transparent;
	background-image:url(../images/mootabs/li_active.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

*/
/*
.mootabs_title {
  background-image: url(../images/mootabs/background.gif); 
  background-position: top left; 
  float: left;
}

#main .news-amenu-container .mootabs_title li a {
  padding: 5px 12px 3px 17px;    
  height: 15px;    
  bottom: 0;
  font-size: 10px;
  display: block;  
  border: 1px solid #ff0000;
}

#main .news-amenu-container .second_line li a {
    padding: 2px 12px 3px 17px;      
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	color: #000;
	overflow: hidden;
	padding: 5px;
}

.mootabs_panel.over {
	background-color: transparent;
	display: block;

}

.news-amenu-container ul.mootabs_title li {  
  background-image: url(../images/mootabs/left.gif);
  background-repeat: no-repeat;
  background-position: bottom right;  
  float: left;  
  padding: 0;  
  width: auto !important;
}

.news-amenu-container ul.mootabs_title li.over {
	background-image: url(../images/mootabs/right-act.gif);		
	margin-left: -8px;	
}

.news-amenu-container ul.mootabs_title li.first, .news-amenu-container ul.mootabs_title li.six {	
	margin-left: 0;
}

.news-amenu-container ul.mootabs_title li.over a {
	background-image: url(../images/mootabs/act-left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;		
	height: 23px;
}

.news-amenu-container ul.mootabs_title li.over a:hover {
	font-weight: normal;
	font-size: 10px;
}

.mootabs_title li.active a,
.mootabs_title li.over a {
 text-decoration:none;
 color:#093a7e;
 background-color:transparent;
}


.mootabs_title li.active a {
 background-image:url(../images/mootabs/active_a_left.gif);
	background-position:-1px top;
	background-repeat:no-repeat;
}
.mootabs_title li.active a.secondli {
 background-image:url(../images/mootabs/active_a_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
}  
  /* MOOTABS end */


/************* LIGHTBOX **********************/
#lbOverlay
{
	position: absolute;
	left: 0%;
	width: 100%;
/*	width: 774px;
	margin-left: -310px;*/
	background-color: #aaa;
	cursor: pointer;
	z-index: 19008;	
}

#lbCenter, #lbBottomContainer
{
	position: absolute;
	left: 50%;
	margin-left: -290px;
	z-index: 19009;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading
{
	background: #fff url(http://users.edpnet.be/cbeyls/digitalia/gfx/lb/loading.gif) no-repeat center;
}

#lbImage
{
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink
{
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink
{
	left: 0;
}

#lbPrevLink:hover
{
	background: transparent url(http://users.edpnet.be/cbeyls/digitalia/gfx/lb/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink
{
	right: 0;
}

#lbNextLink:hover
{
	background: transparent url(http://users.edpnet.be/cbeyls/digitalia/gfx/lb/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom
{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink
{
	display: block;
	float: right;
	width: 70px;
	height: 22px;
	background: transparent url("../ebvtv_images/close.gif") no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber
{
	margin-right: 71px;
}

#lbCaption
{
	font-weight: bold;
}

#col3 .mootabs_panel {
	padding: 0 14px;
}

#col3 .related-box {
	/*margin: 0 14px 0 14px;
	width: 170px;	*/
	margin-left: 14px;
	width: 205px;
}

#col3 #ajax_related .related-box {
	/*margin: 0 30px 0 14px;*/
}

.dt-border-bottom {
	border-bottom: 1px dotted #ccc; 
}
 
.subheader p {
	line-height: 1.1em;
	padding: 0;
	margin: 0;	
}  

#col2 .dictionary-header {
	margin-left: 0;
}

/* ****** DICTIONARY *************** */

.dictionary-submit-button {
	background-color: #fff; 
	border: 0; 
	color: #093a7e; 
	/*width: auto;*/
	text-align:left;
	font-size: 1.1em;
	font-weight:bold; 
	padding-top: 0px; 
	padding-left: 8px;
	background-image: url(../images/pfeil-nach-rechts-blau.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	margin-left: 15px;
	cursor: pointer;	
}

#main .tx-lumophpinclude-pi1 .arrow-link {
	display: inline;
	padding-left: 10px;	
}
#main #col2 .tx-lumophpinclude-pi1 h2 {margin-left:0;}
.dictionary-content form {
	margin-bottom: 15px;			
	border-bottom: 1px solid #ccc;
}

* html .dictionary-content form {	
	border-bottom: 0;
  background-image: url(../images/content/line.gif);
  background-repeat: repeat-x;  
  margin-bottom: 0;
	margin-top: 10px;
}

.tx-lumophpinclude-pi1 {
  margin-top: -20px;  
}

.dict-p {
  padding-bottom: 20px;  
}

#main .tx-lumophpinclude-pi1 .news-amenu-container li a {
	
}

#main .tx-lumophpinclude-pi1 .dictionary_item_content a {
	display: inline;
	padding-left: 0;
	background-image: none;
}

#dictionary-header-image {
  margin-left: -11px;
  margin-top: -23px;  
}

.dictionary-header {
  color: #000;
  font-weight: bold;
  font-size: 1.1em;  
}

.dictionary-searchresults {
  text-align: right;    
  color: #093a7e;
  font-size: 0.9em;
}

.dictionary-highlight {
  color: #d14706;
}

.dictionary-element {
  padding-bottom: 30px;  
}

/* Dynamischer Content */
#col3 .dynamic-teaser .mootabs_panel,
#col6 .dynamic-teaser .mootabs_panel {
  width: 202px;  
}

#col3 .dynamic-teaser .dt-border-bottom,
#col6 .dynamic-teaser .dt-border-bottom {
  width: auto;
}

#col3 .dynamic-teaser .mootabs_panel, #col3 .dynamic-teaser .related-box,
#col6 .dynamic-teaser .mootabs_panel, #col6 .dynamic-teaser .related-box {
  padding: 0;
  margin: 0;
}

#col3 .dynamic-teaser .single_campaign, #col3 .dynamic-teaser .single_event,
#col6 .dynamic-teaser .single_campaign, #col6 .dynamic-teaser .single_event {
  margin: 0;  
}

.single_campaign, .single_event {
  margin: 0pt 14px 0pt 14px;   
}

#col3 .dynamic-teaser #ajax_related .related-box {
   margin-left: 0;
   margin-right: 16px;
}

#col3 .dynamic-teaser .vScrollbar {
   right: -5px;
}

* html #col3 .dynamic-teaser .vScrollbar {
  right: 28px;
}


/* ######################################################################################################
** ### Sitemap #############################################################################
** ######################################################################################################
*/


#col2 .csc-sitemap {
  background-image:url(../images/content/sitemap_level_lines.gif);
  background-repeat:repeat-y;
}



#col2 .csc-sitemap ul li {
  border-bottom:1px solid #ccc;
  padding-top:5px;
  margin-left:1px;
  padding-left:0px;
  list-style-image:url(../images/content/li-blue_paddingtop5.gif);
  list-style-position:inside;
}

* html #col2 .csc-sitemap ul li, html * #col2 .csc-sitemap ul li {
	margin-left:-4px;
}

#col2 .csc-sitemap ul li a{
  background-color:#fff;
}

#col2 .csc-sitemap ul li ul li{
  border-bottom:none;
  padding-top:0;
  margin-left:18px;
  padding-left:2px;
  list-style-image:url(../images/content/li-blue.gif);
}



/* ######################################################################################################
** ### The Quintessence (TQ)#############################################################################
** ######################################################################################################
*/
	
#mailform-mailform41 fieldset {
	padding-left: 0;
}
	
#tq-flash-content {		
	padding: 30px 0 30px 5px;
	margin: 10px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}	

#col2 .tq-headline, #col2 .tq-subline {
	margin-left: 0;
}

.tq-image {
	float: left;
	padding-right: 10px;	
	padding-bottom: 10px;	
}

.tq-content {
	float: left;
	width: 534px;	
}

.tq-description {
	padding-top: 10px;	
}

.tq-description ul {
	margin-bottom: 0;
}

.tq {	
	margin-left: -5px;
}

.tq-outer {	
	position: relative;
}

.tq-download-link, .tq-download-image {
	float: left;
	padding-right: 10px;
}

.tq-divider {
	border-bottom: 1px dotted #ccc;
	padding-top: 30px;
	margin-bottom: 30px;
}

.tq-order-link {		
	margin-top: 15px;
}

.tq-previewtext {
  padding-bottom: 10px;
	clear: both;
}

/****************** 
  dynamische Teaser ********************* */

.dynamic-teaser ul.mootabs_title {
    background-image: url(../images/mootabs/background-ul.gif);
    background-position: -7px 100%;
}

ul.mootabs_title li {
  margin: 0;
  list-style-image: none;
}

.dynamic_mootabs_title {
  height: 24px;
  margin: 0; 
  padding: 0; 
  margin-left: -14px;
  width: 233px;
}

/******** SUCHE **/

#searchcontent td, #searchcontent th {
	padding: 0;
}

#searchcontent span.radio {
  margin-top: 0;    
}

#searchcontent span.checkbox, .tx-ebvregistration-pi1 span.checkbox {
  height: 13px;      
}

#searchcontent #tx_ebvsearch_pi1-pcnru2-PCN {
	width: 150px;
	max-width: 150px;
}

#searchcontent .styled label {
  line-height: 15px;
  display: block;
}

#searchcontent hr {
  margin-top: 10px;
}

#searchcontent .elSelect {
  background:transparent url(../images/content/form/select-bg-small.gif) no-repeat;
  width:155px;
}

.tx-ebvsearch-pi1 .ebvsearch td,
.tx-ebvsearch-pi1 .ebvsearch th {
 padding-left: 3px;
 padding-right:3px;
}

.tx-ebvsearch-pi1 .ebvsearch th {
 font-size:11px;
}

#plain-html .label {
	display: none;
}
.tx-ebvregistration-pi1 div.label {color:#093A7E;}
.news-single-backlink {margin-top:8px;}

#main #col3 .teaser-link a,
#main .teaser-link a,
#main td.register a,
#main #col3 .fileitem a,
#main #col3 a,
#main a.download,
#main .news-single-backlink a,
#main p.blue-arrow a,
#main #col2 a {
	font-weight: bold;
	text-decoration:none;
}
#main #col3 .teaser-link a:hover,
#main .teaser-link a:hover,
#main p.blue-arrow a:hover,
#main #col2 a:hover,
#main #col3 a:hover {
 text-decoration:underline;
}
#main .news-list-container a {font-weight:bold;}
.tx-indexedsearch-res td {padding:0;}
#col2 .tx-ebvsearch-pi1 h2 {margin-left:0;}

.news-single-item .left .news-single-img  {
float:left;
margin-bottom:10px;
margin-right:10px;
padding-right:10px;
width:1px;
width:auto !important;
}
* html .news-single-item .left .news-single-img  {
margin-right:20px;
}


/* SCROLL-Teaser */
#NewsTicker{
	width:203px;
	height: 154px;
	margin:0 auto;
}
	#NewsVertical {
	width: 180px;
	height: 154px;
	display: block;
	overflow: hidden;
	position: relative;
	}
/* --------------- */
/* Ticker Vertical */
	.TickerVertical {
		width: 180px;
		height: 154px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.TickerVertical li {
		display: block;
		width: 180px;
		text-align: left;
		margin: 0;
		float: left;
	}		

/* --------------- */
/* RSS Vertical */
#RSSTicker{
	width:118px;
	height: 154px;
	margin:0 auto;
	float: left;
}

#RSSTickerVertical {
	width: 118px;
	height: 154px;
	display: block;
	overflow: hidden;
	position: relative;
}

#RSSTickerImage {
	float: left;
	right: 1px;
	top: 23px;
	position: absolute;
}

* html #RSSTickerImage {
	top: 25px;
}

* + html #RSSTickerImage {
	top: 25px;
}

.RSSVertical {
	width: 180px;
	height: 154px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.RSSVertical li {
	display: block;
	width: 118px;
	text-align: left;
	margin: 0;
	float: left;
}		


.seo {
        text-indent: -999em;
	line-height: 1.3em;
	background-repeat: no-repeat;
}

.moved {
	position: absolute;
	left: -999em;
}

* html #col3 {
	left: 0px;
}

.events-blue-top {
margin-left: -3px; height: 23px;margin-top: 15px;
}

* html .events-blue-top {
margin-left: -2px;
}

#col6 .border h2.dachzeile-schmal, #col7 .border h2.dachzeile-schmal, #col8 .border h2.dachzeile-schmal {
  margin-left: -14px;
  margin-right: -14px;
}

.slim th {
  padding: 3px 5px;
}

.slim td {
  padding: 1px 5px;
}

/* Suchergebnis-Seite, damit man in Druckansicht andere Breite wählen kann */
#col2 .ebvsearch {
    width: 670px;
}				

#TabDownloads .fileicon {
    float: left;
    height: 20px;
}

#TabDownloads .filelink {
    float: left;
    width: 170px;
    padding-left: 10px;
}

#ContentVideos object {
    outline:0;
} 

* html .teaser #ContentDownloads {
	padding-top: 3px;
}

.event_list_table h2 {
	line-height: 1.3em;
	padding: 3px 0;
}

/*********************************
	SOCIAL MEDIA
 *********************************/

				.tx-ebvsocialmedia-pi1 #sharethis_0 .stbutton {
					background-image: url(../../../typo3conf/ext/ebv_socialmedia/res/images/share.png);
					background-repeat: no-repeat;
				}
				
				#main .tx-ebvsocialmedia-pi1 #sharethis_0 a {
					color: #979797;
					display: block;
					width: 80px;
					padding-top: 2px;
					font-weight: normal;
				}
				
				.rss, .tip-a-friend, #sharethis_0, .tx-bgmprintlink-pi1 {
					float: left;					
					margin-right: 10px;
				}
				
				#footer .tx-ebvsocialmedia-pi1 {
					float: left;		
					width: auto;
					margin-top: -4px;	
					padding-left: 20px;		
				}
				
				#col2 .tx-ebvsocialmedia-pi1 {
					border-top: 1px dotted #9EA0A1;
					padding-top: 10px;
					margin-left: -11px;
					margin-right: -6px;
					padding-left: 11px;
				}
							

/*****************************
				EBV-TV-Menüpunkt
				******************************/
				
#navigation {
	position: relative;
	width: 960px;
}

#ebvtv {
	position: absolute;	
	height: 32px;
	width: 98px;
	top: -32px;
	right: 127px;
	float: right;
}

* html #ebvtv {
	right: 127px;
}

#navigation #ebvtv a {
	background-image: url(../images/ebvtv/ebvtv.png);
	background-position: top left;
	width: 98px;
	height: 32px;
	overflow: hidden;
	position: absolute;
}

#navigation #ebvtv a:hover {
	background-position: 0 -32px;
}

#searchbar {
	background-color: transparent;
	margin-left: 129px;
}

* html #searchbar {	
	margin-left: 129px;
}

#stwrapper {
	z-index: 1300100;
}

p.dotted-line {
    padding-bottom: 5px;
    border-bottom: 1px dotted #858686;
    margin-bottom: 10px;
} 

.border-banner {
	border: 1px solid #e5e5e5;
	height: 60px;
	padding: 15px 0;
	overflow: hidden;
	margin-bottom: 20px;
	width: 693px;	
	vertical-align: middle;
}

a.events-register-now img {
	background-image: url(../images/events-register-now.gif);
	background-repeat: no-repeat;
}

a.events-register-now-harley img {
	background-image: url(../../products/Products/STM_Cortex_Push_-_STM32_-_Harley/events-register-now_harley.gif);
	background-repeat: no-repeat;
}

a.events-register-now:hover img,
a.events-register-now-harley:hover img,
a.career-azubis:hover img {
	background-position: 0 -35px;
}

a.avago-led img {
	background-image: url(../../products/Products/Avago_LED_Kampagne/button_free_led_sample_box.gif);
	background-repeat: no-repeat;
}

a.avago-led:hover img {
	background-position: 0 -80px;
}

a.avago-optocoupler img {
	background-image: url(../../products/Products/Avago_Optocouplers/button_free_eval_board.gif);
	background-repeat: no-repeat;
}

a.avago-optocoupler:hover img {
	background-position: 0 -80px;
}


a.career-azubis img {
	background-image: url(../../products/About_EBV/Careers/button_careers_azubis.gif);
	background-repeat: no-repeat;
}


a.preview-first-aid-kit img {
	background-image: url(../../products/Products/TI_first_aid_kit_campaign/button_preview_first_aid_kit.gif);
	background-repeat: no-repeat;
}

a.win-first-aid-kit img {
	background-image: url(../../products/Products/TI_first_aid_kit_campaign/button_win_first_aid_kit.gif);
	background-repeat: no-repeat;
}

a.register-winning-combo img {
	background-image: url(../../templates/images/content/action_buttons/button_register_to_win.gif);
	background-repeat: no-repeat;
}





a.preview-first-aid-kit:hover img,
a.win-first-aid-kit:hover img,
a.register-winning-combo:hover img {
	background-position: 0 -40px;
}

a.action_button_mswatch_wide img {
	background-image: url("../../products/Press_Print/Market___Supply_Watch/supplier_and_products_information.png");
	background-repeat: no-repeat;
	background-position:right 0px;
}

a.action_button_mswatch_wide:hover img {
	background-position: right -50px;
} 

a.action_button_mswatch_top img {
	background-image: url("../../products/Press_Print/Market___Supply_Watch/supplier_and_products_information_top.png");
	background-repeat: no-repeat;
	background-position:right 0px;
}

a.action_button_mswatch_top:hover img {
	background-position: right -90px;
} 


}
