html {
	height: 100%;
	background-image: url(../images/new/background192.gif);
	background-repeat: repeat-y;
}

body {
	margin:0px;
	padding:0;
	font-family:Arial;
	color:#222222;
}



/* START For Testing reasons */
/*
iframe {
	border: 1px solid #ff0000;
}
*/

/* ENDE For Testing reasons */



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;
}

input.submitbuttonXXL {
	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: 80px;
	padding: 0px;
	position: relative;
	left: -1px;
}

div.submitContainer {
	background: url(../images/new/search_underline.gif) repeat-x bottom;
	width: 42px;
	display: inline;
	margin-left: 6px;
}

div.subHeader {
	background-color: transparent;
	vertical-align: bottom; 
	font-size: 11px;
	color: #000099;
	font-weight: bold;
}



div.submitContainer2 {
	background: url(../images/new/search_underline.gif) repeat-x bottom;
	width: 42px;
}

div.submitContainer2Larger {
	background: url(../images/new/search_underline.gif) repeat-x bottom;
	width: 52px;
}
div.submitContainerXXL {
	background: url(../images/new/search_underline.gif) repeat-x bottom;
	width: 84px;
}

option {
	height: 11px;
}

input.search {
	padding-left: 2px;
}

input.login {
	padding-left: 2px;
	width: 80px;
}

.kurssuche,
.login {
	width: 151px;
}

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;
}


#left #spaceHolder {
	height: 101px;
}


#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 #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: #222;
	font-weight: bold;
	margin-left: 17px;
	padding-top: 18px;
	padding-bottom: 5px;
}

#left div.stockvalue {
	color: #222;
	margin-left: 17px;
	
}

/* << ----------------// 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 {
	text-align: right;
	font-size: 0.7em;
	margin: 16px 0px 30px 0px;
}
#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: 7px;
	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{
	margin: 10px 0;
	
}

#middle #content {
	margin-left: 16px;
	margin-right: 16px;
}


#middle #innerContent {
	font-size: 0.7em;
	line-height: 14px;
}


#middle img.headlinegif {
/*	margin-left: 13px;*/
	margin-bottom: 25px;
}


#menu li {
	display: inline;
}

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 580px;
	height: 44px;
	position: relative;
}

#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	width: 100px;
	height: 44px;
	top: 0px;
}
#menu a:hover,
#menu a.active {
	background-position: left bottom;
}

#menu .home {
	background: url(../images/menu/en/homepage.gif) no-repeat;
	left: 0px;
}

#menu .listing {
	background: url(../images/menu/en/listing.gif) no-repeat;
	left: 101px;
}

#menu .trading {
	background: url(../images/menu/en/trading_clearing.gif) no-repeat;
	left: 202px;
}

#menu .market_data {
	background: url(../images/menu/en/marketdata_analytics.gif) no-repeat;
	left: 303px;
}

#menu .settlement {
	background: url(../images/menu/en/settlement_custody.gif) no-repeat;
	left: 404px;
}

#menu .technology {
	background: url(../images/menu/en/technology_services.gif) no-repeat;
	left: 505px;
}





.breadcrumb {
	font-size: 0.6em;
	margin-top: 0.8em;
}

.breadcrumb a {
	background:transparent url(../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;
}

#linePrint a {
	background: url(../images/new/icon_print.gif) no-repeat;	
	padding-left: 1.6em;
	color: #222;
	font-size: 0.7em;
	text-decoration: underline;
	background-position: top left;
}
#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) 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);
	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);
}

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: 0px;
	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: 17px 0 6px 1px;
	padding: 6px 0 0 0;
	font-weight:bold;
	font-size: 11px;
}

#right #timeContainer {
	height: 31px;
}


#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);
	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);
}

#right div.distance {
	margin-top: 10px;
}


/* << ----------------// 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 {
	margin-left: -7px; 
	margin-top: 8px; 
}



/* << ----------------// 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 */
