@import url(navi.css);
@import url(logo.css);
@import url(elemente.css);

body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: normal;
        line-height: 1.5em;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        /*background-color:#f0f0f0;*/
        background-color:#ffffff;
        padding: 0px;
        height: 100%;
        width: 100%;
        margin: 0px;
}


div.haupt_rahmen
{
        position:absolute;
        width:100%;
        top:130px;
        padding:0px;
        margin:0px;
}


table
{
        border-collapse:collapse;
        border-spacing:0px;
        border:0px;
        margin:0px;
        padding:0px;
        margin:0px auto;
        table-layout:fixed;
}

img
{
        border:0px solid #000000;
}

table.inhalt, table.forminput, table.kontakt
{
        width:99%;
}

table.logo
{
        width:99%;
        margin-top:20px;
}

td.freiraum
{
        width:3px;
        border:0px;
}


div.h2_links, div.h2_rechts,div.h2_mitte
{
        width:99.1%;
        background-color:#000066;
        color:#ffffff;
        text-align:center;
        height:15pt;
        font-size:12pt;
        border:1px #000066 solid;
        font-weight:bold;
        text-align:left;
}

div.h2_links_text, div.h2_mitte_text, div.h2_rechts_text
{
        margin:1pt 0px 0px 10px;
        font-size:11pt;
}


img.icon
{
        margin-right:5px;
        margin-top:3px;
}

td
{
  vertical-align:top;
}

td.links, td.rechts, td.mitte
{
        padding:0px;
        border:0px #000066 solid;
        width:170px;
        height:auto;
        margin-top:0px;
}

td.mitte
{
        width:auto;
}

td.rechts
{
        width:200px;
}


p.trenn_strich
{
        border-top:1px solid #000066;
}

div.text_links, div.text_mitte, div.text_rechts_kontakt
{
        width:99.1%;
        border:1px #000066 solid;
        padding:0pt;
        text-align:justify;
}

div.text_links
{
        text-align:left;
        font-size:10pt;
}

ul
{
        list-style:circle;
        line-height:1.5em;
}

/***************
Formatierung der
Kontakttabelle
***************/
td.kontakt_links
{
  width:350px;
}

td.kontakt_mitte
{
  width:250px;
}

td.kontakt_rechts
{
  text-align:center;
}

/*
 * Startseitenformatierung
 */
div.startseite_rahmen
{
  position:relative;
  margin:20px auto;
  text-align:left;
}
p.startseite_begriff
{
  position:relative;
  height:50px;
  left:63px;
  font-size:18pt;
  color:#060606;
  margin-left:20px;
}
p.startseite_logo
{
  position:relative;
  margin:1px;
  text-align:center;
  height:150px;
  width:100%;
  background-repeat:no-repeat;
  background-position:center;
}


/*****************
Linkformatierungen
*****************/
a:link {
        color: #000066;
        text-decoration: none;
        font-weight:bold;
}
a:visited {
        text-decoration: none;
        color: #000066;
        font-weight:bold;
}
a:hover {
        text-decoration: none;
        color: #0000FF;
        font-weight:bold;
}
a:active {
        text-decoration: none;
        font-weight:bold;
}