body {
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
}

/* Suchleiste */
#search
{
  background: #ffffff;
  height: 30px;
}

/* Header */
#header
{
  /*background: #001EB6;*/
  height: 100px;
}

/* Content */
#content
{
  background: #ffffff;
  margin-left:250px;
  margin-right:201px;
  width: auto;
  border-left: 1px solid #CCD2F0;
  border-right: 1px solid #CCD2F0;
}

/* Leftcolumn */
#leftcol
{
  background: #ffffff;
  position: absolute;
  top: 130px;
  left: 0px;
  width: 250px;
  height: 500px;
}

/* Rightcolumn */
#rightcol
{
  background: #ffffff;
  position: absolute;
  top: 130px;
  right: 0px;
  width: 200px;
  height: 500px;
}

td
{
    font-size: 9pt;
}

.headline
{
    font-weight: bold;
    font-size: 18pt;
    color: #001EB6;
    font-family: arial;
}

.headline_big
{
    font-weight: bold;
    font-size: 22pt;
    color: #001EB6;
    font-family: arial;
}

.copy
{
    font-size: 10pt;
    color: #000000;
    font-family: arial;
}

.mini
{
    font-size: 9pt;
    color: #4B4B4B;
    font-family: arial;
    font-weight: bold;
}

.highlight
{
    float: left;
    font-size: 12pt;
    color: #001EB6;
    font-family: arial;
    font-weight: bold;
}

.form
{
    font-size: 10pt;
    color: #001EB6;
    font-family: arial;
    font-weight: bold;
}

.normalBlau
{
    font-size: 10pt;
    color: #001EB6;
    font-family: arial;
}

INPUT
{
    background-color: #CCD2F0;
    color: black;
    font-family: arial;
    font-weight: bold;
    font-size: 10pt;
    border-width: 1px;
    border-style: solid;
    border-color: #001EB6;
    padding-left:4px;
    padding-right:3px;
}

li
{
    font-size: 10pt;
    color: #001EB6;
    font-family: arial;
}
