html {

}

body {
	margin:0px;
	padding:0;
	font-family:Arial;
	color:#222222;
}



p {
	margin:4px 0 12px 0;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

a {
	color: #222222;
}

a:hover {
	color: #000099;
}

td {
	vertical-align: top;
}

button {
	font-size: 11px;
	width: 101px;
}

.longbutton {
	font-size: 11px;
	width: 121px;
}

input, select {
	font-family: Arial; 
	font-size: 0.9em;
	padding-top: 0px;
	padding-bottom: 0px;
}

input[type="text"], input[type="password"], select {
	border: 1px solid #222;
}

input.submitbutton {
	height: 16px;
	font-size: 11px;
	margin: 0 0 0 4px;
	background-color: transparent; 
	border:none;
	/*padding: 0 0 6px 0;*/
	margin: 0;
	cursor: pointer;
	width: 40px;
	padding: 0px;
	position: relative;
	left: -1px;
}

input.submitbuttonLarger {
	height: 16px;
	font-size: 11px;
	margin: 0 0 0 4px;
	background-color: transparent; 
	border:none;
	/*padding: 0 0 6px 0;*/
	margin: 0;
	cursor: pointer;
	width: 50px;
	padding: 0px;
	position: relative;
	left: -1px;
}


div.subHeader {
	background-color: transparent;
	vertical-align: bottom; 
	font-size: 11px;
	color: #000099;
	font-weight: bold;
}



div.text {
	margin-top: 10px;
	line-height: 1.2em;
}


/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer {
	margin: 0;
	padding:0;
	width:1004px;
}



/* << ----------------// Left column //---------------->> */
#left {
	float:left;
	margin:0;
	padding:0;
	width:192px;
	background-color:#eee;
	overflow:hidden;
	font-size: 0.7em;
	min-height: 1025px;
}


#left #spaceHolder {
	background-color: #FFFFFF;
	height: 47px;
}


#left #navigation {
	margin-left: 10px;
}


#left #navigation h2 {
	color: #222;
	font-size: 12px;
	font-weight: bold;
	
	
}

#left #navigation #navigationHeadline {
	height: 30px;
	margin-left: 15px;
	margin-top: 19px;
	line-height: 1.2em;
}

#left td {
	vertical-align: top;
	color: #222;
}

#left div#navigation table tbody tr td {
	padding-bottom: 6px;
}

#left #navigation a {
	color: #222;
	line-height: 16px;
}

#left #navigation a:hover{
	text-decoration: underline;
}

#left #navigation table td  img {

}

#left #navigation a.activeMenu {
	color: #000099;
	font-weight: bold;
}


#left div.stockname {
    color: #222222;
    font-weight: bold;
    left: 10px;
    position: absolute;    
    top: 5px;
    line-height: 14px;
}

#left div.stockvalue {
    color: #222222;
    left: 192px;
    position: absolute;
    top: 7px;	
}

#left div.stockvalueNew {
    color: #222222;
    left: 125px;
    position: absolute;
    top: 5px;
    line-height: 14px;	
}

/* << ----------------// Middle column //---------------->> */
#middle {
	float:left;
	margin:0;
	padding: 0;
	width:637px;
	/*overflow:hidden;*/
	border: 0px solid black;
}

/* kuesoli: last line only for testing */

#middle #metaNav {
    font-size: 0.7em;
    height: 47px;
    position: relative;
    text-align: right;
}
#middle #metaNav ul,
#middle #footerNav ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#middle #footerNav,
#middle #lineTop {
	margin-bottom: 5px;
}

#middle #metaNav li,
#middle #footerNav li{
	display:inline;
}

#middle #metaNav a {
	color: #222;
	text-decoration: none;
}

#middle #metaNav li {
	margin-left: 13px;
}

#middle #metaNav a:hover {
	text-decoration: underline;
	color: #009;
}

#middle #metaNav a.active,
#middle #footerNav a.active {
	color: #009;
	font-weight: bold;
}

#middle #footerNav {
	border-top: 1px solid #009;
	margin-top: 20px;
	padding-top: 8px;
}

#middle #footerNav ul {
	margin-left: 1px;
}
#middle #footerNav li {
	margin-right: 12px;
	
}
#middle #footerNav a {
	color: #222;
	font-size: 0.7em;
	text-decoration: none;
}

#middle #footerNav a:hover {
	color: #009;
	text-decoration: underline;
}



#middle #metaNav ul{
    position: absolute;
    right: -170px;
    top: 7px;
}

#middle #content {
	margin-left: 16px;
	margin-right: 16px;
}


#middle #innerContent {
	font-size: 0.7em;
	line-height: 14px;
	padding-top: 10px;
	overflow:hidden;
}


#middle img.headlinegif {
/*	margin-left: 13px;*/
	margin-bottom: 25px;
}


#menu li {
    display: inline;
    float: left;
}

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 630px;
	height: 71px;
	position: relative;
	margin: 0 0 0 -16px;
	z-index: 9999;	
}

#menu a {
    background-color: #cccccc;
    color: #666666;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 43px;
    outline: medium none;
    padding-top: 22px;
    text-align: left;
    width: 12.13em !important;
    text-decoration: none;
    padding-left:10px;
}

#menu a:hover,
#menu li.active a {
    background-color: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    color: #0020AC;
    padding-top: 21px;
    text-decoration: none;	
}


#menu li.active ul li a {
	background: none repeat scroll 0 0 transparent;
	color:#666666;
	border-top: 0px none;
	padding: 6px 0 6px 14px;

}
#menu li.active ul{
		display:block !important;
	}
#menu li:hover > ul{ display:block !important}	
#menu .market_data,
#menu .settlement,
#menu .technology {
	width: 104px;
}

#menu li.item6>a:hover,
#menu li.item6.active>a {
    border-right: 1px solid #CCCCCC;
}

ul#menu li ul {
    position: absolute;
  	display: none;
}

ul#menu li ul li {
    float:none;
    font-size: 11px;
}

ul#menu li ul li a {
	height: auto;
	padding: 6px 0 6px 14px;
	background: none repeat scroll 0 0 transparent;
	width: 199px;
	text-align:left;
}


ul#menu li ul.l1 {
    background: url(../images/NavBackWhiteShadow.png)/*tpa=http://deutsche-boerse.com/mda/images/NavBackWhiteShadow.png*/ no-repeat scroll 0 bottom transparent;
    left: -8px;
    overflow: hidden;
    padding: 15px 0 20px 8px;
    top: 65px;
    width: 637px;
}

ul#menu li.item2 ul.l1 {
 padding: 15px 0 10px 159px;
    width: 474px;
}

ul#menu li.item3 ul.l1 {
   padding: 15px 0 10px 312px;
    width: 322px;
}


ul#menu li.item4 ul.l1 {
    padding: 15px 0 10px 208px;
    width: 426px;
}

ul#menu li.item5 ul.l1,
ul#menu li.item6 ul.l1 {
    padding: 15px 0 10px 421px;
    width: 216px;
}

ul#menu li.item3 ul.l1 li.subItem ul.l2 {
	width:312px;
}
ul#menu li.item4 ul.l1 li.subItem ul.l2 {
	width: 208px;
}


ul#menu li.active ul.l1 {
	z-index:9999;  
}

ul#menu li ul.l1 li ul.l2 {
    background-color: #e5e5e5;
    left: 214px;
    top: 0;
    width: 415px;
    /*box-shadow: 0 0 4px 0;*/
    /*height: 100%;*/
    padding: 15px 0 10px;
}


ul#menu li.item3 ul.l1 li ul.l2 {
    left: 317px;
}

ul#menu li.item4 ul.l1 li ul.l2 {
    left: 421px;
}

ul#menu li.item5 ul.l1 li ul.l2,
ul#menu li.item6 ul.l1 li ul.l2 {
    left: 0;
    margin-left: 8px;
    padding-left: 200px;
    width: 213px;
}

ul#menu li ul li.subItem>a {
	background: url(../images/mainMenuPlus.png)/*tpa=http://deutsche-boerse.com/mda/images/mainMenuPlus.png*/ no-repeat scroll 5px 9px transparent;
}
	
ul#menu li ul li>a:hover,
ul#menu li ul li.subItem>a:hover,
ul#menu li ul li.subItem.active>a  {
	background-color:#e5e5e5;
	color:#001fac;
	background-image: none;
 	padding: 6px 0 6px 14px;
 	border:0px none;
}

ul#menu li.item5 ul.l1 li a,
ul#menu li.item6 ul.l1 li a {
    width: 194px;
}

#mainContainer div#breadSeparator {
    background: url(../images/bgMainMenuSep.png)/*tpa=http://deutsche-boerse.com/mda/images/bgMainMenuSep.png*/ repeat-x scroll 0 0 transparent;
    height: 15px;
    position: absolute;
    /* width: 100%; */
    width: 991px;
    top: 134px;
}


/*	Coverflow	*/

#coverflowCont {
    /*background: url(../images/coverflowListItemPhoto01.jpg) no-repeat scroll right center transparent;*/
    height: 250px;
    margin: 0 0 15px;
    width: 605px; 
    position: relative;
    background-color: #E5E5E5;
}

#coverflowCont img {
    position: absolute;
    right: 0;
    top: 0;
}

#coverflowCont #coverflowContLeft {
    background-color: #E5E5E5;
    height: 100%;
    position: relative;
    width: 205px;
    z-index: 99;
}

#coverflowCont #coverflowContLeft span.topLink {
    display: block;
    height: 19px;
    left: 8px;
    position: absolute;
    top: 5px;
    width: 175px;
    color: #999999;
}

#coverflowCont #coverflowContLeft a.bottomLink:hover {
    color: #0020AC;
}

#coverflowCont #coverflowContLeft a.prevCoverflow {
   background: url(../images/bgCoverflowContButs.png)/*tpa=http://deutsche-boerse.com/mda/images/bgCoverflowContButs.png*/ no-repeat scroll -25px -17px transparent;
    display: block;
    height: 17px;
    position: absolute;
    right: -1px;
    text-indent: -999em;
    top: 12px;
    width: 24px;
}
#coverflowCont #coverflowContLeft a.prevCoverflow:hover {
    background-position: -25px 0px; 
}

#coverflowCont #coverflowContLeft a.nextCoverflow {
    background: url(../images/bgCoverflowContButs.png)/*tpa=http://deutsche-boerse.com/mda/images/bgCoverflowContButs.png*/ no-repeat scroll -1px 0 transparent;
    bottom: 6px;
    display: block;
    height: 17px;
    position: absolute;
    right: -1px;
    text-indent: -999em;
    width: 24px;    
}

div#coverflowCont div#coverflowContLeft a.nextCoverflow:hover {
    background-position: -1px -17px; 
}

#coverflowCont div#coverflowContLeft a.bottomLink {
	background: url(../images/bgCoverflowBottomLink.png)/*tpa=http://deutsche-boerse.com/mda/images/bgCoverflowBottomLink.png*/ no-repeat scroll 0 2px transparent;
    bottom: 0;
    color: #999999;
    display: block;
    height: 19px;
    left: 8px;
    padding-left: 13px;
    position: absolute;
    width: 158px;   
}


div#coverflowCont div#coverflowContLeft #coverflowList {
    background: url(../images/bgCoverflowList.png)/*tpa=http://deutsche-boerse.com/mda/images/bgCoverflowList.png*/ no-repeat scroll 0 -2px transparent;
    height: 235px;
    margin-left: -4px;
    padding: 25px 0 0 6px;
    width: 213px;
}

#coverflowCont div#coverflowContLeft #coverflowList ul {
    height: 202px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 216px;
}

div#coverflowCont div#coverflowContLeft ul li div.coverflowMainCont {
    height: 229px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 200px;
}

div#coverflowCont div#coverflowContLeft #coverflowList ul li {
	background:none;
	padding:0px;
} 

div#coverflowCont div#coverflowContLeft #coverflowList ul li a {
    background: url(../images/bgCoverflowListItem.png)/*tpa=http://deutsche-boerse.com/mda/images/bgCoverflowListItem.png*/ no-repeat scroll 0 0 transparent;
    color: #666666;
    display: block;
    font-weight: bold;
    height: 30px;
    padding-left: 5px;
    padding-top: 10px;
    width: 212px;
    position: relative;
    z-index: 99;    
} 

div#coverflowCont div#coverflowContLeft #coverflowList ul li a:hover {
    color: #000099;
}

/*div#coverflowCont div#coverflowContLeft #coverflowList ul li a:hover,*/
div#coverflowCont div#coverflowContLeft #coverflowList ul li a.active {
    background-position: 0px -41px;
}

div#coverflowCont div#coverflowContLeft #coverflowList ul li a.active:hover {
    color: #666666;
}

div#coverflowCont a:hover {
	text-decoration:none;
}    

div#coverflowCont div#coverflowContLeft #coverflowList ul li div.coverflowMainCont {
    background: none repeat scroll 0 0 white;
    display: none;
    height: 192px;
    left: 0;
    padding: 18px;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 164px;
}

div#coverflowMainText h3 {
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
}

div#coverflowMainText p {
    color: #333333;
    font-size: 13px;
    margin: 8px 0;
}

#coverflowContLeft div#coverflowList ul li img {
	display: none;	
}

div#coverflowCont div#coverflowMainText a {
    background: none repeat scroll 0 0 transparent;
    color: #000099;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
    font-weight: normal;
}

div#coverflowCont div#coverflowMainText {
    background: none repeat scroll 0 0 white;
    display: block;
    height: 188px;
    left: 205px;
    padding: 22px;
    position: absolute;
    top: 9px;
    width: 164px;
    z-index: 1;
}

div#coverflowCont div#coverflowMainText * {
    /*display: none;*/
}


/*	End Coverflow	*/


/*	Coverflow switch	*/

#mainContainer.clearfix div#right h2 span#coverflowSwitch {
    background: url(../images/bgCoverflowSwitch.png)/*tpa=http://deutsche-boerse.com/mda/images/bgCoverflowSwitch.png*/ no-repeat scroll 0 0 transparent;
	display: block;
    float: left;
    height: 15px;
    margin-right: 5px;
    width: 29px;
    cursor:pointer;
}

#mainContainer.clearfix div#right h2 span#coverflowSwitch:hover {
    background-position: 0px -15px;
}

div#right div#coverflowLightboxRef {
    position: relative;
}

div#right div#coverflowLightboxRef div#coverflowLightboxWrapper {
    background: url(../images/bgCoverflowLightboxWrapper.png)/*tpa=http://deutsche-boerse.com/mda/images/bgCoverflowLightboxWrapper.png*/ no-repeat scroll 0 0 transparent;
    height: 300px;
    left: -650px;
    padding: 34px 0 0 20px;
    position: absolute;
    top: -65px;
    width: 650px;
}

div#right div#coverflowLightboxRef a {
	text-decoration: none;
}

div#right div#coverflowLightboxRef div#coverflowLightboxWrapper p.coverflowCloseBut {
    cursor: pointer;
    margin: 0;
    position: absolute;
    right: 45px;
    text-align: right;
    top: 14px;
    text-decoration: underline;
}

/*	End Coverflow switch	*/


/*	Static Banner	*/

#innerContent table.content tbody tr td.staticBanner div.staticBannerCont {
    background-color: #EFEFEF;
    display: block;
    height: 180px;
    width: 100%;
    position:relative;
    margin-bottom: 25px;
}

#innerContent table.content tbody tr td.staticBanner div.staticBannerCont h3 {
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
}

#innerContent table.content tbody tr td.staticBanner div.staticBannerCont p {
    color: #333333;
    font-size: 13px;
    margin: 8px 0;
}

#innerContent table.content tbody tr td.staticBanner div.staticBannerCont a {
    background: none repeat scroll 0 0 transparent;
    color: #222222;
    font-weight: normal;
    height: auto;
    margin: 0;
    padding: 0;
}

#innerContent table.content tbody tr td.staticBanner div.staticBannerCont img {
    display: block;
    height: 180px;
    width: 100%;
}

#innerContent table.content tbody tr td.staticBanner div.staticBannerCont div.staticBannerText {
    background-color: #FFFFFF;
    display: block;
    max-height: 140px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30%;
     height:100%
}

#innerContent table.content tbody tr td.staticBanner div.staticBannerCont div.staticBannerText.doubleCol {
    width: 60%;
   
}

#innerContent .staticBannerLink  {
    display:block;
    width:605px;
}
#innerContent a.staticBannerLink:hover table.content tbody tr td.staticBanner div.staticBannerCont div.staticBannerText h3,
#innerContent a.staticBannerLink:hover table.content tbody tr td.staticBanner div.staticBannerCont div.staticBannerText p,
#innerContent .staticBannerLink:hover h3  {
   color:#009;	
}

/*	End static Banner	*/

/*	search page		*/

#innerContent form table tbody tr td table tbody tr td a {
    color: #000;
}

#innerContent form table tbody tr td table tbody tr td.content2 a {
    color: #000099;
    font-weight: bold;
}

#innerContent form table tbody tr td table tbody tr td.content2 span.externalLink {
    color: #999999;
    font-weight: bold;
}

#innerContent table.searchResultsItem tbody tr td {
	padding-bottom: 5px;
}

#innerContent table.searchResultsItem tbody tr td.separator {
	padding-bottom: 0px;
}


/*	end search page		*/

.breadcrumb {
	font-size: 0.6em;
	margin-top: 1px;
}

.breadcrumb a {
	background:transparent url(../images/new/breadcrumb.gif)/*tpa=http://deutsche-boerse.com/mda/images/new/breadcrumb.gif*/ no-repeat scroll right center;
	padding-right:9px;
}
.breadcrumb a:hover {
	color: #000099;
	text-decoration: underline;
}

.breadcrumb,
.breadcrumb a {
	color: #858585;
}

.breadcrumb span {
	padding-left: 3px;
}


#linePrint,
#lineTop {
	text-align: right;
}

#lineTop {
	margin-top: -17px;
}

#linePrint {
	margin-top: 15px;
	clear:both;
}

#linePrint a {
	background: url(../images/new/icon_print.gif)/*tpa=http://deutsche-boerse.com/mda/images/new/icon_print.gif*/ no-repeat;	
	padding-left: 1.6em;
	color: #222;
	font-size: 0.7em;
	text-decoration: underline;
	background-position: top left;
	cursor:pointer;
}
#linePrint a:hover {
	
	color: #000099;
	background-position: left bottom;
}

#linePages {
	height: 14px;
	font-size: 11px;
	background-color: white;
	padding-top: 2px;
}

#linePages table tr td {
	padding-left: 3px;
}

#lineTop a:hover {
	
	color: #000099;
	background-position: left bottom;
}

#lineTop a {
	background: url(../images/new/icon_top.gif)/*tpa=http://deutsche-boerse.com/mda/images/new/icon_top.gif*/ no-repeat;	
	padding-left: 1.6em;
	color: #222;
	font-size: 0.7em;
	text-decoration: underline;
	background-position: top left;
}



/* NEW Styles for our lists, tables, ... from our JSPs */

/* Common styles */

.paddingRightAndLeft5 {
	padding-left: 5px;
	padding-right: 5px;
}


/* People Teaser */

#people_teaser td.name {
 background-color: #cccccc;
 font-weight:bold;
 padding: 35px 0px 0px 5px;
}

#people_teaser td.description {
 background-color: #cccccc;
 padding: 5px 5px 5px 5px;
}

#people_teaser td.content {
 padding: 5px 0px 0px 0px;
}

/* Event Liste */
/* 308727 @muruven - new MCP for Russian Listing center Font size changed from 12px to 11px*/
td.event_list_headline {
	font-weight: bold;
	padding-left: 5px;
	color: #000099;
	font-size: 11px;
}

td.eventListSeparator {
	bgcolor:#cccccc;
}

tr.event_table_row_grey {
	background-color:#eeeeee;
}

tr.event_table_row_white {
	background-color: white;
}


/* News Liste */

td.news_headline {
	font-weight:bold;
	padding-left: 5px;
	color: #000099;
}

tr.news_table_row_grey {
	background-color:#eeeeee;
}

tr.news_table_row_white {
	background-color: white;
}

/* Link Liste */

#middle li.link_quadrat {
	background-image: url(../images/new/link_quadrat.gif)/*tpa=http://deutsche-boerse.com/mda/images/new/link_quadrat.gif*/;
	background-repeat: no-repeat;
	padding-left: 11px;
	background-position: left 0.45em;
}

#middle li.link_quadrat a {
	line-height: 18px;

}

#middle li.link_quadrat:hover {
	background-image: url(../images/new/link_quadrat_on.gif)/*tpa=http://deutsche-boerse.com/mda/images/new/link_quadrat_on.gif*/;
}

span.linkListHeader {
	color: #000099;
	font-size: 11px;
	font-weight: bold;
}

ul.linkList {
	padding: 6px 0 0 0;
}

/* Vendor Liste */

table.vendorList a:hover{
	color: #000099;
}

/* Technology References Tabelle */

table.technologyReference td {
	color: #222222;
	padding: 2px 2px 2px 2px;
}

table.technologyReference td.spacer {
	width: 5px;
}

table.technologyReference tr.header {
	background-color: #CCCCCC;
}

table.technologyReference tr.content_grey {
	background-color: #eeeeee;
}

/* Horizontale Navigation */

div.horizontalNavigation {
	margin-bottom: 20px;
	/* margin-top:-35px; */
}

td.horizontalNavigationEntry {
	font-weight: bold;
}

/* *************************************************** */

/* << ----------------// Right column //---------------->> */
#right {
	float:left;
	margin:0 7px 0 0;
    padding: 50px 0 0;
	width:162px;
	font-size: 0.8em;
	font-size: 11px;
	
}

#right a {
	overflow:hidden;
	line-height: 1.4em;
}


#right h2 {
	border-top: 3px solid #000099;
	color: #000099;
	margin: 15px 0 6px 1px;
	padding: 6px 0 0 0;
	font-weight:bold;
	font-size: 11px;
}

#right #timeContainer {
	
	 margin-bottom: 103px;
	
}


#right a {
	color: #222;
	font-size: 11px;
	text-decoration: underline;
}

#right p {
	line-height: 1.2em;
}


#right a:hover {
	color: #000099;
}

#right li.link_quadrat {
	background-image: url(../images/new/link_quadrat.gif)/*tpa=http://deutsche-boerse.com/mda/images/new/link_quadrat.gif*/;
	background-repeat: no-repeat;
	padding-left: 11px;
	background-position: left 0.45em;
	line-height: 1.2em;
}
#right li.link_quadrat:hover {
	background-image: url(../images/new/link_quadrat_on.gif)/*tpa=http://deutsche-boerse.com/mda/images/new/link_quadrat_on.gif*/;
}

#right div.distance {
	margin-top: 10px;
}


/*	Right banners	*/

#rightBanner {
    background-color: #EEEEEE;
    float: left;
    height: 600px;
    left: 1011px;
    position: absolute;
    top: 200px;
    width: 120px;
}

#rightBannerExt {
    background-color: #EEEEEE;
    float: left;
    height: 600px;
    left: 1011px;
    position: absolute;
    top: 200px;
    width: 160px;
}

#rightBanner p {
    color: #BBBBBB;
    font-size: 11px;
    padding: 2px;
    position: absolute;
    top: -20px;
}

/*	End right banners	*/



/* << ----------------// Footer //---------------->> */
#footer {
	margin:0;
	height:0px;
	background-color:transparent;
	clear:both;
}

#footer a:link, #footer a:visited {
	color:#999999;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color:#ffffff;
	text-decoration:underline;
}


#flashClockText { 
	font-family:Arial; 
	font-size:11px; 
	color:#777777;  
}

#flashClock {
	
}

#exportDiv.content div.export_indexoverviewchart {
    background-color: #FFFFFF;
    padding-top: 88px;
    padding-bottom: 10px;
}

#exportDiv.content div.export_indexoverviewchart div.space_10px_left {
	padding-left: 10px;
}

#exportDiv.content div.export_indexoverviewlist div.export_indexoverviewtable {
	margin-bottom: 30px;
}

#exportDiv.content div.export_indexoverviewlist {
	padding: 0 4px;
}

#slideshow {
	border-bottom:5px solid #fff
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ------------------------ CMA specific css ----------------------- */
#noSlideshow{
  padding-top:88px; 
  background-color: #FFFFFF;
}

/*------------------  New  ---------*/
a.email{ text-decoration:none}
a.more{ text-decoration:underline !important}
a.more:hover{ color:#000099 !important}
.teaserLrg img{ float:left; margin-right:10px}
.teaserLrg{ overflow:hidden}

.headline h1 {
    color: #000099;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 27px;
}

.headline h2 {
    color: #555555;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    padding-bottom: 10px;
}

.leftTeaser{
	background: none repeat scroll 0 0 #CCC;
    font-size: 13px;
    font-weight: bold;
	padding:10px 0 10px 4px;
}
.leftTeaser h2{color:#000099; font-size:11px; line-height:16px}
.leftTeaser h2 a,.leftTeaser h2 a:hover{ text-decoration:none; color:#000099;}
.leftTeaser span a{ font-size:11px; text-decoration:none}
.leftTeaser span a:hover{ color:#222}
img{ border:0}
#navigation ul{ overflow:hidden; padding:0 15px}
#navigation ul li{ margin-bottom:8px;}
#navigation ul li a{ text-decoration:none; line-height:14px !important}
#navigation ul li a.current{ color:#000099 !important; font-weight:bold}
.padTop10{padding-top:10px}
body{ background:#fff;
}
#innerContent ul.internal{
	
    overflow: hidden;
    
}
#innerContent ul.internal li{ margin-bottom:10px}

#innerContent ul.internal2{ }
#innerContent ul.internal2 li{background: url("../images/icons/dash.png") no-repeat scroll 0 6px transparent;
    text-indent: 0; }	

.infoBox{  
	display: inline-block;
    padding: 9px 12px;
    width: auto !important;
	background-color: #EEEEEE;
	margin: 0 0 10px 20px;}
	
.widthAuto{width:auto !important}	
.widthHalf{ width:388px}
.clr{clear:both; float:none}
.floatR{ float:right}
.floatL{ float:left}
.fnt10{ font-size:10px}
.margTop10{ margin-top:10px !important}
.margLeft5{ margin-left:5px !important}
.margLeft10{ margin-left:10px !important}
.margBtm5{ margin-bottom:5px !important}
.sidePad5{padding:0 5px}
#footerNav a.current{color:#000099 !important; font-weight:bold}
.tblBrdrSprator{ width:1px !important; background:#fff !important; padding:0 !important}
tr.tblHdr td{ line-height:16px; padding-left:5px; background:#ccc; color:#666; width:189px}
tr.tblCont td{ padding:5px}
.tblFooter{border-top: 1px solid #CCCCCC;
    padding-top: 5px; margin-bottom:32px}
tr.gry{ background:#eee}
ul.blue li{ background: url("../images/icon/bullet_blue.gif") no-repeat scroll 0 4px transparent !important;
    padding-left: 11px;}
ul.blue li a{ font-weight:bold}
#directDataCont{ width:600px; overflow:hidden}
.ddf_rowHdr > div{  background: none repeat scroll 0 0 #000099;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 4px;
    padding: 0 0 0 5px}
.ddf_rowHdr .fst{  margin-left: 83px;
    margin-right: 4px;
    width: 95px; }
.ddf_rowHdr .snd{ width:406px;}
.ddf_row{ clear:both; overflow:hidden; height:67px}
.ddf_row.largeRow { height:180px}
.ddf_row div{background: none repeat scroll 0 0 #EEEEEE;
    float: left;
    height: 170px;
    margin-left: 4px;
    padding: 5px;
    width: 90px;}
.ddf_row.gry2{ background:#ccc}
.ddf_row.gry2 div { background: #ccc;}	
.ddf_row.gry2 div.fst{ width:69px; margin:0; font-weight:bold} 
.ddf_row div.white{background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    width: 69px; font-weight:bold}
.ddf_row.bold div{ font-weight:bold;}
tr.hieght16 td{ background: none repeat scroll 0 0 #CCCCCC;
    color: #666666;
    line-height: 18px;}
	
.noBullets li{
	 background: none repeat scroll 0 0 transparent !important;
    list-style: none outside none !important;
    padding-left: 0 !important
	}	
.internal2.squr li	{
	 background-image: url("../images/new/link_quadrat.gif") !important;
    background-position: left 0.31em !important;
    background-repeat: no-repeat !important;
    padding-left: 14px !important;
}