@media screen {
  /*
    ============================================================
    ELEMENTE
    ============================================================
  */
  html, body {
    margin:0;
    padding:0;
    width:100%;
  }
  body {
    color:#000;
    background-color:#FFF;
    background-image:url("images/layout/bg-body.jpg");
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:top left;
    margin-bottom:2em;
    font-family:arial,sans-serif;
    font-size:80%;
    line-height:1.4em;
  }
  body#home {
    background-image:url("images/layout/bg-body-home.jpg");
  }
  img {
    border-style:none;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
    color:#025293;
    background-color:transparent;
  }
  h1 { font-size:1.4em;text-align:center; }
  h2 { font-size:1.2em;font-weight:bold; }
  h3 { font-size:1.1em; }
  h4 { font-size:1.0em; }
  h5 { font-size:1.0em; }
  h6 { font-size:1.0em; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
  }
  h1 strong {
    font-weight:normal;
  }
  a,
  a:link,
  a:visited {
    color:#004279;
    background-color:transparent;
  }
  a:hover {
    color:#FFF;
    background-color:#004279;
    text-decoration:none;
  }
  span.fakelink {
    color:#004279;
    background-color:transparent;
  }
  span.fakelink:hover {
    color:#004279;
    background-color:transparent;
  }
  del {
    color:#CCC;
    background-color:transparent;
  }
  input.submit {
    color:inherit;
    background-color:#FEEA36;
    border:1px solid #999;
    padding:0;
  }
  /*
    ============================================================
    MAIN
    ============================================================
  */
  table#main {
    table-layout:fixed;
    border-collapse:collapse;
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:167px;
    padding:0;
    width:830px;
    border-right:1px dashed #999;
    border-bottom:1px dashed #999;
    border-left:1px dashed #999;
    color:inherit;
    background-color:transparent;
  }
  table#main td {
    padding:0;
  }
  table#main p {
    text-align:justify;
  }

  /*
    ============================================================
    NAVI1 ALT
    ============================================================
  */
/*
  ul#navi1 {
    width:100%;
    height:3em;
    margin:0 0 0 0;
    padding:0;
    list-style-type:none;
    text-align:center;
    font-family:verdana,arial,helvetica;
    font-size:70%;
    text-transform:uppercase;
  }
  ul#navi1 li {
    display:inline;
  }
  ul#navi1 li a {
    text-decoration:none;
    color:#000;
    background-color:#F7D361;
    font-weight:bold;
    padding:4px 10px 4px 10px;
    margin:0 3px 0px 3px;
    border-right:1px solid #CBA74A;
    border-bottom:1px solid #CBA74A;
    border-left:1px solid #CBA74A;
  }
  ul#navi1 li a:hover,
  ul#navi1 li a.active {
    color:#F7D361;
    background-color:#004279;
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    border-left:1px solid #000;
  }
*/
  /*
    ============================================================
    NAVI1
    ============================================================
  */
  ul#navi1 {
    width:100%;
    height:2.1em;
    border-bottom:1px solid #F90;
    margin:0 0 0 0;
    padding:0;
    list-style-type:none;
    text-align:center;
    font-family:verdana,arial,helvetica;
    font-size:70%;
    text-transform:uppercase;
    color:#000;
    background-color:#FEEA36;
  }
  ul#navi1 li {
    display:inline;
  }
  ul#navi1 li a {
    text-decoration:none;
    font-weight:bold;
    padding:4px 10px 4px 10px;
    margin:0 3px 0px 3px;
  }
  ul#navi1 li a:hover {
    color:#FEEA36;
    background-color:#004279;
  }
  ul#navi1 li a.active {
  }
  /*
    ============================================================
    CONTENT
    ============================================================
  */
  div#content {
    padding:20px 20px 20px 20px;
  }
  /*
    ============================================================
    SIDEBAR
    ============================================================
  */
  div.sidebar {
    clear:right;
    float:right;
    width:16em;
    border:1px solid #CCC;
    margin-bottom:1em;
    margin-left:1em;
    color:inherit;
    background-color:#F8F8F8;
  }
  div.sidebar ul {
    margin:0;
    padding:0.5em 1em 0.5em 1em;
    list-style-type:none;
    font-size:85%;
  }
  div.sidebar h3 {
    text-align:center;
    border-bottom:1px dashed #CCC;
    margin:0;
    font-size:90%;
    font-weight:bold;
    color:inherit;
    background-color:#FFF;
  }
  div.sidebar h3.norollover a:hover {
/*
    color:inherit;
    background-color:transparent;
*/
  }
  div.sidebar h3 a {
    display:block;
    text-decoration:none;
    width:100%;
  }
  div.sidebar img {
    padding-top:0.25em;
    padding-bottom:0.25em;
  }
  div.sidebar li.more {
    text-align:right;
  }
  div.sidebar li.more a {
    font-weight:bold;
  }
  /*
    ============================================================
    TABELLEN
    ============================================================
  */
  div#content table {
    border-collapse:collapse;
    border-spacing:0;
    /* width:100%; */
  }
  div#content table td {
    padding:0.25em 1em 0.25em 0.25em;
    border-style:none;
  }
  div#content table.form td.label {
    color:inherit;
    background-color:#F8F8F8;
    border-top:1px solid #FFF;
    border-right:1px solid #CCC;
    border-bottom:1px solid #FFF;
    border-left:1px solid #FFF;
    text-align:right;
  }
  /*
    ============================================================
    FOOT
    ============================================================
  */
  div#foot {
    font-family:verdana,arial,helvetica,sans-serif;
    text-align:center;
    font-size:70%;
  }
  
  /*
    ============================================================
    EIGENE FORMATE
    ============================================================
  */
  .textright {
    text-align:right;
  }
  .textcenter {
    text-align:center;
  }
  .floatleft {
    float:left;
    margin-right:1em;
  }
  .floatright {
    float:right;
    margin-left:1em;
  }
 .submit {
   color:inherit;
   background-color:#FEEA36;
 }
 img.border {
   border:1px dashed #E8E8E8;
 }

 #hometext {
   font-size:18px;
   text-align:center;
   font-weight:normal;
   margin-left:100px;
 }
}