/* Resetangaben */
body {
  background: #ffffff;
  margin: 0px;
  font-family: Verdana,Arial,Helvetica,sans-serif;

  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}

a {
  color: #0C5798;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a img {
  border: 0px;
}

a:active, a:focus {
  outline: none;
}

pre, form, ul, ol, li, h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}

ol, ul {
  margin-left: 15px;
}

h1 {
  color: #0C5798;
  font-size:14px;
  line-height: 18px;
}

h2 {
  color: #000000;
  font-size:11px;
  line-height: 18px;
  text-transform: uppercase;
}

/**/

#body {
  margin: 5px auto;
  width:980px;
  text-align: left;
}

#body .shadow-right {
  background: url(/img/site/shadow-right.png) right repeat-y;
  padding-right: 5px;
}

#body .shadow-left {
  background: url(/img/site/shadow-left.png) left repeat-y;
  padding-left: 5px;
}

#header {
  background: #0B5697 url(/img/site/logo-finanzen-net.png) no-repeat;
  color: #f0f0f0;
  border-bottom: 0px;
  height: 67px;
  position: relative;
}

#header .inner {
  padding: 5px;
}

#nav-1 {
  background: #093C68 url(/img/site/bg-nav-1.png);
  line-height: 29px;
  padding-left: 10px;
}
#nav-1 a {
  font-size: 12px;
  font-weight: bold;
  color: #e9f1f1;
  text-decoration: none;
  padding: 0px 10px 0px 4px;
  background: url(/img/site/divider-nav-1.png) right no-repeat;
  display: inline-block;
}

#content {
  background: #ffffff;
  min-height: 500px;
}

#content .inner {
}

#footer {
}

#footer .inner {
}

/* Standard-Block */
.block {
  float: left;
  width: 300px;
}

.block .inner {
  margin: 5px 0px 0px 5px;
}

.block .inner .hd {
}

.block .inner .bd {
  padding: 5px;
}

.block .inner .ft {
}

.block_large {
  width: 665px;
}

.block_large .inner {
  margin: 20px 15px 0px 20px;
}

.block_large_half {
  width: 332px;
}

.block_large_half .inner {
  margin: 20px 15px 0px 20px;
}

.block .inner .bd input, .block .inner .bd select {
  font-size: 10px;
}

.block_half {
  width: 480px;
}

.block_half .inner .bd {
  padding: 0px;
}

.block_half .inner .bd table.data td {
  font-size: 10px;
}

.finanzen_net .hd {
  background: url(/img/site/bg-box.png);
  line-height: 23px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 10px;
}

.finanzen_net .bd {
  border: 1px solid #eeeeee;
  font-size: 12px;
}

/* Spalte */
.col {
  float: left;
}

.col .block {
  float: none;
}

.col .row .block {
  float: left;
}

/* Tabelle */

table.data {
  width: 100%;
  border-collapse: collapse;
}

table.data td {
  font-size: 10px;
  line-height: 17px;
  padding: 0px 0px 0px 5px;
}

table.data tr {
}

table.data tr.head td {
  background: url(/img/site/bg-tr-head.png);
  line-height: 19px;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
}

table.data tr.even {
  background: #F8F8F8;
  border-bottom: 1px solid #D6D6D6;
}

table.data tr.odd {
  background: #ffffff;
  border-bottom: 1px solid #D6D6D6;
}

table.no_color tr.head td {
  background: none;
  color: #000000;
  border-bottom: 1px solid #D6D6D6;
}


div.scrollable {
  overflow:auto;
  overflow-x:hidden;
  overflow-y:scroll;
  white-space:nowrap;
  max-height: 300px;
}

.block .inner .bd .link {
  background: url(/img/site/bg-box.png);
  cursor: pointer;
  line-height: 23px;
  padding-left: 6px;
  color: #ffffff;
}

.block .inner .bd .sublinks div {
  background: #ffffff;
  padding: 2px 0px 2px 10px;
  border-bottom: 1px solid #D6D6D6;
}
.block .inner .bd .sublinks div.number {
  text-align: center;
  width:16px;
  float: right;
  font-size:10px;
  color: #666666;
  padding:0px;
  border: 0px;
}

.block .inner .bd .sublinks .up {
  background: #00ff00;
}

.block .inner .bd .sublinks .down {
  background: #ff0000;
}

/**/
.pagination {
  text-align: center;
  margin: 0px 0px 10px 0px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 10px 0px;
}

.pagination a {
  border: 1px solid #c0c0c0;
  padding: 2px 4px;
  font-size: 12px;
  background: #f0f0f0;
  text-decoration: none;
  margin: 0px 2px;
  color: #0B5697;
}

.pagination a:hover {
  background: #ffffff;
}

.pagination a.current {
  background: #0B5697;
  color: #ffffff;
}

.tooltip {
  background: #ffffff;
  padding: 2px;
  border: 1px solid #c0c0c0;
}

.messages {
  margin-bottom: 10px;
  float: left;
  width:500px;
}

.messages .datum {
  font-size:11px;
}

.modal_window_wrapper{
  background:#fff;
}
.modal_content_wrapper{
  padding:10px;
  line-height:18px;
}
.modal_buttons_wrapper{
  background:#eee;
  border:1px solid #ddd;
  text-align:center;
}

#modal_ok_button {
  margin: 5px;
}

#modal_cancel_button {
  margin: 5px;
}

#trading-tipps-button {
  background: url(/img/site/button-trading-tipps.png);
  width: 190px;
  height: 30px;
  display: inline-block;
}

.message_error {
  border: 1px solid red;
}

#stock_group_select {
  font-size: 10px;
}

#signal-select {
  background: #0B5A9E url(/img/site/bg-box.png);
  color: #ffffff;
  font-weight: bold;
}

div.autocomplete {
  position:absolute;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  list-style-image: none;
  margin:0px;
  padding:0px;
  width : 250px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  list-style-image: none;
  display:block;
  margin:0;
  padding:2px;
  height:16px;
  cursor:pointer;
  font-size : 10px;
  width : 250px;
  text-align: left;
}

#order_data {
  background: #eeeeee;
}

#order_data td {
  padding: 2px 20px;
}

#order_data .fs {
  font-size: 10px;
  color: #888888;
}