html {
     overflow: -moz-scrollbars-vertical;
}

a:link {
    color: #FFFFFF;
    text-decoration:none;
}    /* noch nicht besuchte Ziele */

a:visited {
    color: #FFFFFF;
    text-decoration:none;
} /* besuchte Ziele */

a:active {
    color: #cccccc;

}  /* Angeklickte Verweise */

a:focus {
  color: #ffff00;
  text-decoration:none;
}   /* Verweise, die Fokus erhalten */

td {
  font-family:Verdana;
  font-size:11px;
}

p {
  text-align:justify;
  line-height:16px;
}

ul li {
	text-align:left;
}

.bluelink_ul {
  color:#156ec0;
  text-decoration:underline;
}

.navi {
  color:#FFFFFF;
  font-weight:bold;
}

.subnavi {
  color:#116cbb;
}

.options {
  color:#186bb6;
  font-weight:bold;
}

.title {
  color:#0053be;
  font-size:14px;
  font-weight:bold;
}

.subtitle {
  color:#0053be;
  font-size:13px;
  font-weight:bold;
}

.text {
  color:#156ec0;
	text-align:justify;
}

.text_no_just {
  color:#156ec0;
}

.text_white {
  color:#FFFFFF;
}

.lines_tb {
  /*border-top:1px solid #156ec0;*/
  border-bottom:1px solid #156ec0;
}
