body {
  margin:2px;
  font: 12px verdana;
  line-height: 16px;
}

#header {
  width: 920px;
  height: 150px;
  
  background: url(/img/header.jpg);
  background-repeat: no-repeat;
  
  float:left;
}

#content {
  width: 920px;
  background-color: #636B84;
  min-height: 1000px;
}

#content a {
  color: #37A6AE;
}

#content a:hover {
  text-decoration: none;
}

/* Links unter Box */
#content ul.box-links {
  margin: 0px 0px 0px 20px;
  background: #ffffff;
}

#content ul.box-links li a {
  text-decoration: none;
  color: #000000;
  font-family: arial;
  font-size: 14px;
  background: #e0e0e0;
  padding-left: 64px;
  border-top: 1px solid #636E84;
  line-height: 24px;
  display: block;
}

#content ul.box-links li a:hover {
  background: #98D2D8;
  font-weight: bold;
}

/* Header */
#header .box {
  background: #0D535E url(/img/box-header-corner.gif) top left no-repeat;
  color: #ffffff;
  padding: 5px 5px 0px 5px;
  font-family: arial;
  font-size: 11px;
  line-height: 13px;
}

#header .box input.text, #header .box input.password {
  border: 0px;
  font-size: 12px;
  font-family: verdana;
  background: transparent;
  padding-left: 4px;
}

#header .box td.input {
  background: #98D2D8 url(/img/box-header-input-corner.gif) top left no-repeat;
}

#header .box a, #header .box-blau a {
  color: #ffffff;
}

#header .box a:hover, #header .box-blau a:hover {
  text-decoration: none;
}

#header .box-blau {
  background: #152A4D;
  padding: 5px 5px 0px 5px;
  color: #ffffff;
  font-family: arial;
  font-size: 11px;
}

/**/
#footer {
  background: #ffffff;
  width: 920px;
  min-height: 50px;
  text-align: center;
  color: #808080;
  font-family: verdana;
  font-size: 11px;
}

#footer a {
  text-decoration: none;
  color: #808080;
}

#footer a:hover {
  text-decoration: none;
  color: #404040;
}

/* Daten Tabelle */
.dataTable {
  border : 2px solid #808080;
  border-collapse : collapse;
  width : 100%;
  margin: 6px 0px;
}

.dataTable .header td {
  background-color:#e0e0e0;
  font-weight:bold;
  border : 1px solid #808080;
}

.dataTable td {
  border : 1px solid #c0c0c0;
  padding : 2px;
  text-align: left;
  font-family : verdana;
  font-size: 11px;
}

.dataTable tr.right td {
  text-align: right;
}

.dataTable tr.odd, .dataTable td.odd {
  background-color:#f0f0f0;
}

.dataTable tr.even, .dataTable td.even {
  background-color:#ffffff;
}

.dataTable tr.topline td {
  border-top : 2px solid #808080;
}

/* sortierbare Tabelle */
.dataTable tr.rowodd {
  background-color:#ffffff;
}

.dataTable tr.roweven {
  background-color:#f0f0f0;
}

.dataTable tr.header td.sortcol {
  cursor: pointer;
}

.dataTable tr.header td.sortasc {
  background-image: url( /img/tablesort/up.gif );
  background-position: right;
  background-repeat: no-repeat;
}

.dataTable tr.header td.sortdesc {
  background-image: url( /img/tablesort/down.gif );
  background-position: right;
  background-repeat: no-repeat;
}

.scroll_box {
  overflow : auto;
  white-space : nowrap;
  padding: 0px 1px 0px 1px;
}

.pos_perf {
  color: #008000;
}
.neg_perf {
  color: #C00000;
}

/* Slider */
div.slider { 
  margin:5px 0; 
  background-color:#ccc; 
  height:10px; 
  position: relative; 
}

div.slider div.handle { 
  width:10px; 
  height:15px; 
  background-color:#0D535E; 
  cursor:move; 
  position: absolute; 
}

#content a.slider_click {
  text-decoration: none;
  color: #ffffff;
  background-color:#0D535E;
  padding: 0px 2px;
}

/* Brotkrumen */
#breadcrumbs_navigation {
  width: 920px;
  background-color: #636B84;
}

#breadcrumbs_navigation .inner {
  padding: 3px 0px 0px 20px;
  font-size: 11px;
  color: #98D2D8;
}

#breadcrumbs_navigation a {
  color: #ffffff;
  text-decoration: none;
}

#breadcrumbs_navigation a:hover {
  text-decoration: underline;
}

/* Kleine Datentabelle */
table.small {
  width: 100%;
}

.block .inner .bd table.small td {
  font-family: arial;
  font-size: 10px;
  padding: 0px;
}

img.icon {
  width: 16px;
  height: 16px;
}

.block .inner .bd table.no_spaces td {
  
}

/* Buttonartige Links */
.block .inner .bd a.button_link {
      
  text-decoration: none;

  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
  
  padding: 2px;
  display: inline-block;
}

.block .inner .bd a.button_link:hover {
  border-top: 1px solid #404040;
  border-left: 1px solid #404040;
  
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  
  /*padding: 3px 1px 1px 3px;*/
}

.block .inner .bd a.button_link img {
  border: 0px;
}

/* Aktuelles */
.blog_post {
  margin: 0px 0px 10px 0px;
}

.blog_post .date {
  color: #808080;
  font-size: 10px;
}

.blog_post .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

.blog_post img {
}
