@charset "UTF-8";




/**
 * Commerzbank de/com
 *
 * @project       www.commerzbank.de/com
 * @project       Commerzbank im Dialog
 * @copyright     Copyright(c) 2010 Commerzbank
 * @site          http://www.commerzbank.de/
 * @style         Alternative CSS file for http://www.commerzbank.de/
 *
 * @date/version  2010-10-19
 *
 * @package       xhtml-css
 * @media         screen
 * @note          all media types are combined in this one CSS file using at(@)-rules
 *		    this Stylesheet provides a high contrast visualisation
 *
 * @author        Valentin Hafner <valentin.hafner@commerzbank.com>, Commerzbank AG
 *
 */

@media projection, screen {
/* html */
html{color:#FFF;background:#000;}

/* body */
body {background-color: #000;}

/* hide horizontal line */
hr { border-color: #FFF; }

/**
 * =LINKS / =ANCHORS
 * @note Styles separated only for sure IE6 gets hover on links!
 */
a, a:link, a:active  { color: #FFF; }
a:focus, a:visited { color: #FFF; }
a:hover { color: #FFF !important; text-decoration: underline; }

/**
 * =TABLE ELEMENTS
 */
table { border: 1px solid #FFF; color:#FFF;}
	/* grids everywere */
	table.grid, table.grid td { border: 1px solid #FFF; }

.tabh1, .tabh1 th { /* Header 1. Ordnung */ background-color: #FFF; border: 1px solid #FFF; color: #000;}
.tabh2, .tabh2 th { /* Header 2. Ordnung */ background-color: #000; border: 1px solid #FFF; }
.tabSect .tabh1, .tabh1 th, .tabSect .tabh2, .tabh2 th { border-bottom: 1px solid #FFF; }

td a, td a:focus { color: #FFF !important;}
.even { background-color: #000 !important; border-bottom: 1px solid #FFF; }
.odd { background-color: #000 !important; }
.lolite { color: #000; }
.num { text-align: right; }
.neg { color: #770E0B; }
.pos { color: #345828; }

/**
 * =TOGGLE/TRIGGER/TARGET
 * @note keeps CSS for .box toggle as strongly related to table header toggle
 */
.trigger:hover, .trigger.iehover { color: #FFF !important; }

/**
 * =FORMS
 */

/* input fields */
form.std input,
form.std textarea,
form.std select { border: 1px solid #FFF;}

/* SUBMIT button fieldset */

	/**
	 * SUBMIT BUTTON
	 * @note <input type="submit">
	 */
	form.std span.submit { color: #FFF; }
	
	/**
	 * RESET BUTTON
	 * @note <input type="reset">
	 */
	form.std span.reset { color: #000;}

/* Inner form wrapper */
form.std .inner { background: #000; border: 1px solid #FFF;}
form.std .inner h4 { background: #000; border-bottom: 1px solid #FFF; }
form.std .inner h3 { background: #000; }
form.std .inner fieldset { border: 1px solid #FFF; }
/* notes */
form.std p.note { color: #FFF;}

/**
 * =TEXT STYLES / TYPOGRAPHY
 * @note General styling for text, text-modules
 */
/* CiD statement / quotation */
#content p.statement { background: #000; }
#content blockquote.statement { background: #000; }
#content .excerpt { background: #000; }

/**
 * =PAGE GEOMETRY
 */
#contentTop { border-bottom: 1px solid #FFF; }

/**
 * =HEADINGS / 
 * @note general headings styles
 */
h2 img.regular, .claim img.regular { display: none; }
h2 img.highContrast { display: block; }
.claim img.highContrast { display: inline; }
 
/* headlines in text */
h3, h4, h5 { color: #FFF; }
h3.separator { border-bottom: 1px solid #FFF; }
h4.separator { border-bottom: 1px solid #FFF; }
h5.separator { border-bottom: 1px solid #FFF; }


/**
 * =HEADER
 */

/*TODO*/
#pageHeader { border-bottom: 40px solid #FFCC33; height: 70px; margin: 0 0 5px 0; position: relative; }

/**
 * =NAVIGATION
 */

	/**
	 * =META NAVIGATION
	 */
	#navMeta, #navMeta a, #navMeta a:link { color: #FFF;}
	#navMeta a:hover { text-decoration: underline;}
	


	/**
	 * =FIRST NAVIGATION / =HORIZONTAL NAVIGATION
	 */
	/* general */
	#navHor { background: #FFF; /* margin-right: 1px; */ }
	/* all levels, width 180px for 2nd + 3rd level menu */
	#navFirst ul { background-color: #FFF; border: 1px solid #FFF;/* shadow for modern browsers and coming css3 */ -o-box-shadow: none; -icab-box-shadow: none; -khtml-box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
	#navFirst ul ul , #navFirst ul ul ul { background: #FFF; }
	/* IE6 hack - to get shadow simulation */
	* html #navFirst ul { border: none; }
	* html #navFirst ul ul , * html #navFirst ul ul ul { border: none; }
	/* 1st level */
	#navFirst li { background-image: none; border: none; border-right: 1px solid /* #E5E5E5 */ #000; }
	/* 1st level menu  */
	#navFirst li a, #navFirst li a:link { text-shadow: none; }
	/* 1st level menu  */
	#navFirst a:hover, #navFirst li:hover a, #navFirst li.iehover a { background: #000; color:#FFF !important;}
	/* 2nd level menu - hover */
	#navFirst li:hover li a:hover, #navFirst li:hover li:hover a, #navFirst li.iehover li a:hover, #navFirst li.iehover li.iehover a { background-color:#000; }

	
	/**
	 * =BREADCRUMB NAVIGATION / =BROTKRUMMENPFAD
	 */
	#navBcrumb ul li a, #navBcrumb ul li span { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 6px -2147px transparent; color: #FFF; }

	
	/**
	 * =QUICK NAVIGATION / =SCHNELLEINSTIEG (TLN)
	 * @note Notice classname in section =MAIN NAVIGATION
	 */
	#navQuick h3 { background-image: none; background: #FFF; border: none;  color: #000; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
	#navQuick #navSlide { background-color: #FFF; border: none; color: #000; font-weight: bold; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
	/* navQuick trigger */
	#navQuick #trigger { background-image: none; background: #FFF; border:none;}
	/* output */
	#navQuick dl { background: #FFF; color: #000; }
	/* custom menu item */
	#navQuick  a, #navQuick  a:link, #navQuick  a:active  { color: #000; }
	#navQuick a:focus, #navQuick  a:visited { color: #000; }
	#navQuick a:hover { color: #000 !important; text-decoration: underline; }
	/* content in Quick Navigation */
	#navQuick dl dd { border-top: 1px solid #FFF;}
	#navQuick dl dd div.section { border-bottom: 1px solid #FFF; }
	/* hotline */
	#navQuick dl dd div.section p.telinfo { color: #FFF; }
	/* Subheadline Verdana */
	#navQuick dl dd h4.separator { border-bottom: 1px solid #FFF;}
	/* linklist + grouped links */
	#navQuick dl ul.linklist.group li { border-top: 1px solid #FFF; }

	
	/**
	 * =QUICK NAVIGATION / =SCHNELLEINSTIEG (SERVICE)
	 * @note Notice classname in section =MAIN NAVIGATION
	 */
	.service #navQuick #navSlide dl { border: 1px solid #FFF; }

	
	/**
	 * =SECOND NAVIGATION / =VERTICAL NAVIGATION
	 */
	.navVert li a { color: #FFF; }
	.navVert ul { border-color: #FFF; }
	/* arrow right */
	.navVert ul li a {background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 5px -493px transparent; border-bottom: 1px solid #FFF; }
	.navVert ul li a.open {background-color: #000; background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 4px -392px transparent; color:#FFF; }
	.navVert ul li a.selected { background-color: #000; border-color: #FFF; color:#000; }
	/* in position with level 3 */
	.navVert ul li a:hover { background-color: #FFCC33 !important; border-color: #FFF; color: #000 !important;}

	
	/**
	 * =FOOTER NAVIGATION
	 */
	.navFooter ul li a { color: #FFF; }


	/**
	 * =PORTALS NAVIGATION
	 */
	.navPortals a, .navPortals a:link { color: #FFF; border-left: 1px solid #FFF; }
	

/**
 * =TABS
 */
 /*TODO*/
.twoColPage .navBig ul li { background: url(/media/coba_relaunch_2010/img/icons_sprites_gradients.jpg) no-repeat scroll 0 bottom transparent; border: 1px solid #FFF; }
.twoColPage .navBig ul li a { color: #FFF;  }
.twoColPage .navBig ul li.selected { background: #000; }
.twoColPage .navBig ul li.selected a { color: #FFF; }
.twoColPage .navBig ul li:hover, .twoColPage .navBig ul li.iehover { background: #000; }

/* content tabs nav big - in contentBody */
#contentBody .navBig ul { border-bottom: 1px solid #FFF; }
 /*TODO*/
#contentBody .navBig ul li { background: url(/media/coba_relaunch_2010/img/icons_sprites_gradients.jpg) no-repeat scroll 0 bottom transparent; border: 1px solid #E5E5E5; border-bottom: none; cursor: pointer; float: left; overflow: hidden; position: relative; margin: 3px 1px -1px 0; position: relative; }
#contentBody .navBig ul li a { color: #FFF; }
#contentBody .navBig ul li.selected { background: #000; }
#contentBody .navBig ul li.selected a { color: #FFF; }
#contentBody .navBig ul li:hover, #contentBody .navBig ul li.iehover { background: #000; }

/* content tabs nav small  */
.navSmall { background: #000; }
.navSmall ul { background: #000; border-left: 1px solid #FFF; }
.navSmall ul li a { background: #000; border-color: #FFF; color: #FFF;}
.navSmall ul li.selected a { background: #000; }

/**
 * =BUTTON
 */
 /*TODO*/
.button { background-image:none; border: 1px solid #FFF; }
.button a, div.button p { color: #FFF; }
 /*TODO*/
.button span { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 17px -496px transparent; }

/* variants */
 /*TODO*/
.button.ok a { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 8px -494px transparent; }
.button a:hover { background-color: #000; }

/**
 * =IMAGE BUTTON
 */
  /*TODO*/
.img .button { background-image:none; background: #000; border: 1px solid #FFF; position: absolute; bottom: 10px; right: 10px; }
 /*TODO*/
.img .button a:hover { background: #FFCC33; text-decoration: none; }

/**
 * =IMAGE CONTAINER
 */
.img img { border: 1px solid #FFF; }


/* image sub title */
.img div p { background: #000; }
/* image sub link */
.img .sublink { background-color: #000; }
/*TODO*/
.img .sublink a { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 99999px -494px transparent; }

/* magnify container  */
.img .magnify a span { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 0 -4500px transparent; }


/**
 * =BILD-DB
 */
.img_db .img div { background: #000; }

.flyout { color: #000; }
/**
 * =SECTION TEXT
 */
.section.separator, .tabSect.separator { /*padding-bottom: 21px;*/ border-bottom: 1px solid #fff; margin-bottom: 22px !important; }
	/**
	 * GENERIC MORE LINK
	 * @note [ > ] for section and table section
	 * @note backup of old more link with grey bg is:
	 * background: url(/media/coba_relaunch_2010/img/icons_sprites.gif) no-repeat scroll 0 -2197px transparent; padding-left: 22px;
	 */
	 /*TODO*/
	a.more { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 0 -4995px transparent !important; color: #fff; }
	
/* Copytext */
	.section p a:link { color: #FFF; }
	.section p a:visited { color: #FFF; }
	/* targets links when hovered or activated / focus added for keyboard support */
	.section p a:hover, .section p a:focus, .section p a:active { color: #FFF; }
	.section p a:visited:hover { color: #FFF; }
 /*TODO*/
.section ul li,
.tabSect ul li { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 1px -2992px transparent; }

.section.separator, .tabSect.separator
	
/* link list - 4.11.7 */
.section ul.linklist li span { color: #FFF; }
/* image in section */
.section img { border: 1px solid #FFF;  }
	
/* highlight - grey background */
.highlight { background: #000 !important; }
.section .highlight { background: #000; }
/* highlight_yellow */
 /*TODO*/
.highlight_yellow { border: 1px solid #FFCC33 !important; }

 /*TODO*/
#content .linklist li a { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 1px -4994px transparent; color: #FFF; }

/* CiD back to overview link */
 /*TODO*/
p.back a { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 1px -547px transparent; color: #FFF; }


/**
 * =RUB BOX
 */
.rubBox .col2 { border: 1px solid #FFF; }

/**
 * =ACCENTUATION
 */
.accent { background: #000; }
/**
 * =LAYERS / POPUPS
 */
 /*TODO*/
#page.layer #pageHeader { border-bottom: 40px solid #FFCC33; }


/**
 * =FOOTER
 */
	/**
	 * =CONTENT FOOTER
	 */
	.contentFooter ul { border-top: 1px solid #FFF; }
	 /*TODO-VH*/
	.contentFooter ul li a { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) transparent no-repeat scroll ; color: #FFF; }
	/* link to top of page */
	.homepage .contentFooter p.top { border-top: 1px solid #FFF; }
	/*TODO-VH*/
	.contentFooter p.top a { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat 1px -442px scroll transparent; color: #FFF; }


	/**
	 * =FOOTER BAR
	 */
	.footerBar { background: #000; color: #FFF; }



/**
 * =SIDEBAR / =SERVICE
 */

	/**
	 * =BOX (=RANDBOX)
	 * @note general styles
	 */
	.service .box { color: #FFF; }
		/* Box Headline Verdana */
		.service .box h3 { background: #FFF; color:#000;}
			/* Depracated Box Headline with Link */
			.service .box h3 a { color: #000; }
		/* Box Subheadline Verdana */
		.service .box h4 { color: #FFF; }
		.service .box h4.separator { border-bottom: 1px solid #FFF; }

	/**
	 * =BOX IMAGES / THUMBS
	 */
	/* image width/height must be 53x53 pixels */
	.service .box .thumb img { border: 1px solid #FFF; }

	
	/**
	 * =SEARCH (MAIN)
	 */
	/* blank, pure version */
	#searchControl #searchform input { color: #000; border: 1px solid #FFF; }
	#searchControl #searchform input#search { color: #FFF; }
	/*TODO-VH*/
	#searchControl #searchform input#searchsubmit { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 0 -4600px transparent; }
	/* extra function buttons */
	/*TODO-VH*/
	#searchControl .functions li { border: 1px solid #FFF; background:none !important; }
	#searchControl .functions li a { background-color: transparent; background-image: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif);  }
	#searchControl .functions li.smaller a:hover { background-color: #000;  }
	#searchControl .functions li.bigger a:hover { background-color: #000;}
	#searchControl .functions .contrast a:hover { background-color: #000; }
	
	/* fontsizes and contrast trigger together */
	.js #searchform input#search { background: #000; }
	
	/**
	 * =CONTACT / =CONTACTLINKS
	 */
	 
	 /* link */
	.service .box ul.contactLinks li a { color: #FFF; }
	 
	 /*TODO-VH*/
	/* icons */
	.service .box ul.contactLinks li a.filiale,
	.service .box ul.contactLinks li a.termin,
	.service .box ul.contactLinks li a.mail,
	.service .box ul.contactLinks li a.fax,
	.service .box ul.contactLinks li span.fax,
	.service .box ul.contactLinks li a.tel,
	.service .box ul.contactLinks li span.tel { background-color: transparent; background-image: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif); background-repeat: no-repeat; background-attachment: scroll; padding: 0 0 0 30px; }
	/*TODO-VH*/
	/* normal links (arrow) */
	.service .box ul.contactLinks li a.blank { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 1px -493px transparent; display: inline-block; font-weight: bold; padding-left: 10px; }

	/**
	 * =CONTACT / =CONTACTLINKS for usage in section 
	 */
	 /*TODO-VH*/
	/* icons */
	.section ul.contactLinks li a.filiale,
	.tabSect ul.contactLinks li a.filiale,
	.section p a.filiale,
	.tabSect p a.filiale,
	.section ul.contactLinks li a.termin,
	.tabSect ul.contactLinks li a.termin,
	.section p a.termin,
	.tabSect p a.termin,
	.section ul.contactLinks li a.mail,
	.tabSect ul.contactLinks li a.mail,
	.section p a.mail,
	.tabSect p a.mail,
	.section ul.contactLinks li a.fax, .section ul.contactLinks li span.fax,
	.tabSect ul.contactLinks li a.fax, .tabSect ul.contactLinks li span.fax,
	.section p a.fax, .section p span.fax,
	.tabSect p a.fax, .tabSect p span.fax,
	.section ul.contactLinks li a.tel, .section ul.contactLinks li span.tel,
	.tabSect ul.contactLinks li a.tel, .tabSect ul.contactLinks li span.tel,
	.section p a.tel, .section p span.tel,
	.tabSect p a.tel, .tabSect p span.tel
	{  background-color: transparent; background-image: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif); background-repeat: no-repeat; background-attachment: scroll; padding: 0 0 0 24px;  color: #333; text-decoration: none;}


	/**
	 * =QUICKLINK
	 */
	.service .box ul.quickLink { color: #FFF;}
	/*TODO-VH*/
	.service .box ul.quickLink  li { background-image: none; border: 1px solid #FFF;}
	.service .box ul.quickLink li:hover, .service .box ul.quickLink li.iehover { background: #000; border: 1px solid #FFF; }

	/**
	 * =MARKETDATA
	 */
	div.marketdata { background-color: #000 }

	/**
	 * =LIST(S) IN BOX
	 */
	/* black bullet */
	/*TODO-VH*/
	.service .box ul li { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 1px -2993px transparent; }
	/* extra info / description text */
	.service .box li span { color: #FFF; }

	/**
	 * =LINKLIST(S)
	 */
	 /*TODO-VH*/
	.service .box ul.linklist li a { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 1px -4995px transparent; }
	/* linklist + grouped links */
	.service .box .group { border-top: 1px solid #FFF;}
	/*TODO-VH*/
	.service .box .group.sub h6 a { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 1px -4995px transparent; display: block; margin: 0 0 0 -10px; padding: 0 0 0 10px; text-decoration: none; }

	/**
	 * =DOWNLOAD LIST
	 */
	.fileinfo { color: #FFF !important; }
	/*TODO-VH*/
	a.fileinfo, a.fileinfo:link { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 2px -4996px transparent; color: #808080; display: inline; padding-left: 10px; text-decoration: underline !important; /* white-space: nowrap; */ _height: 1%; }
	a.fileinfo:hover, a.fileinfo:focus, a.fileinfo:active { color: #FFF !important; }
	a.fileinfo:hover:visited { color: FFF; }
	a.fileinfo:visited { color: #FFF; }


	/**
	 * =NEWS
	 * @note special news box in service col / flyout box down right
	 */
	/*TODO-VH*/
	.service .box .news a, .service .box .news h4 span { background-color: transparent; background-image: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif); background-repeat: no-repeat; background-attachment: scroll; }
	.service .box .news h4 a, .service .box .news h4 span { color: #FFF; }
	.service .box .news:hover .msg,
	.service .box .news.iehover .msg { background: #000; border: 1px solid #FFF; color:#FFF;}
	/*TODO-VH*/
	.service .box .news .msg .more a { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 1px -4996px transparent !important; padding: 0 0 0 10px; }

	/** News hover for tabSect **/
	#contentBody .tabSect .news:hover .msg,
	#contentBody .tabSect .news.iehover .msg { background: #000; border: 1px solid #FFF; }

	
	/**
	 * =DROPDOWN
	 * @note special select box by <div><ul><li>
	 */
	.dropdown .trigger, .dropdown .target { border: 1px solid #FFF; }
	.dropdown .trigger, 
	.service .box .dropdown .trigger { background-image: none; display: block; padding: 0; }
	/*TODO-VH*/
	.dropdown p.trigger { background-image: none; color: #FFF; font-weight:bold;}
	/*TODO-VH*/
	.dropdown p.trigger span { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 106% -392px transparent; display: block; margin: 0 !important; padding: 1px 6px !important; }
	.dropdown .target { background-color: #000; }
	/* IE6 hack - to get shadow simulation */
	* html .dropdown .target { border-color: #FFF; }
	/* IE6 hack end */
	/*TODO-VH*/
	.dropdown ul.linklist li a { background-image: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif); background-position: 8px -4995px !important; color: #333; display: block !important; margin: 0 !important; padding: 1px 6px 1px 17px !important; }
	.dropdown .target a:hover, .dropdown:hover .trigger, .dropdown.iehover .trigger { background-color: #000 !important; }
	/* .dropdown:hover .target, .dropdown.iehover .target { display: block; } */ /* do not open on hover */
	/* option grouping */
	.dropdown .optgroup p, .dropdown .optgroup ul.linklist li span {  color: #FFF; }
	/*TODO-VH*/
	.dropdown .optgroup ul.linklist li a { background-image: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif); background-position: 8px -4995px !important; padding: 1px 21px !important; }


/*
 * =IMAGES
 */

 
/* cols */
/*TODO-VH*/
.homepage .cols { background: url(/media/coba_relaunch_2010/img/cols_col3_separator.gif) no-repeat scroll 0 20px transparent;   }

/* col headline */
.homepage #content .col3 h2 { color: #FFF; }
#page #content .cid h2 { color: #FFF; }


/**
 * =oneColPage
 *   =sitemap
 */
 /*TODO-VH*/
h3.trigger, h3.notrigger { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 101.5% -389px #E5E5E5; }
div.sitemap  { color: #FFF;  }
.sitemap ul.target { border-bottom: 1px solid #FFF; }
.sitemap a { color: #FFF; }
.sitemap li li { border-top: 1px solid #FFF; }


/**
 * =twoColPage
 */
.twoColPage #contentBody { color: #FFF; }

/**
 * =twoColPage
 *   =press
 */
/* .selector */
.press .selector { background-color: #000; border: 1px solid #FFF; }


/* .entries */
.press h4 { background-color:#000;}
.press .entries li { border: 1px #FFF; }
/* end .entries */

/**
 * =twoColPage
 *   =pressSearh
 */
/*TODO-VH*/
#pressSearch { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 5px -594px #FFF; color: #333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 85%; float: left; line-height: 200%; height: 24px; margin-bottom: 10px; padding: 0 0 0 23px; width: 473px; -width: 473px !important; }
/*TODO-VH*/
.press.search .button.left p.trigger { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 8px -392px transparent !important; border: none; font-size: 100%; display: inline-block; padding: 1px 10px 1px 20px !important; }
.press.search .button.left p.trigger:hover, .press.search .iehover .button.left p.trigger { background-color: #000 !important; }
/*TODO-VH*/
.press.search .button.right { background-position: -1000px bottom; border: 1px solid #FFCC33; }
/*TODO-VH*/
.press.search .button.right a { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll 8px -1295px transparent; padding: 1px 10px 1px 34px; }
/*TODO-VH*/
.press.search .button.right a:hover { background-color: #FFCC33; }
.press.search .pageSel { border: 1px #FFF; }
#main .press.search form.std .params { border: 1px solid #FFF; background: #000; }
.press.search .result { /* 11px / 15px */ border: 1px solid #FFF; }
/*TODO-VH*/
.press.search .result div { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll transparent; }
/*TODO-VH*/
.press.search a span { background-color: #FFCC33; }
.press.search .result p span { border-left: 1px solid #FFF; }

/**
 * =paginator
 */
/*TODO-VH*/
#page #content .paginator li { background: url(/media/coba_relaunch_2010/img/icons_sprites_gradients.jpg) no-repeat scroll -1000px bottom transparent; display: inline; float: left; margin: 0; padding: 0; width: 32px; }
/*TODO-VH*/
#page #content .paginator a { background: url(/media/coba_relaunch_2010/img/icons_sprites_contrast.gif) no-repeat scroll transparent; border: 1px solid #FFCC33; display: block; height: 20px; }
#page #content .paginator li.off a { border: 1px solid #FFF; }
/*TODO-VH*/
#page #content .paginator a:hover { background-color: #FFCC33; }

/**
 * =CID EXTRAS / Commerzbank im Dialog Extras
 */
/**
 * =CID FORMS
 */

/* verify/identification code */
form.std .inner .cid .verify label { color: #FFF; }
form.std .inner .cid .error { color: #FFF; }


/**
 * =TOOLTIP FOR NEWS SECTION
 */
#tooltip {
	background: #000;
	border: 1px solid #FFF; 
}

/**
 * =SEPARATOR
 */
.sep-top { border-top: 1px solid #FFF; }
.sep-bottom { border-bottom: 1px solid #FFF;}


}
