/*
  Screen-CSS erstellt für Standard-kompatible - Konqueror
*/

body {
  font-family: "Verdana", "Helvetiva", "Arial", sans-serif;
  /* font-size: small; */
  /* gelblich #f7f6c5; */
  /* hellblaub: #d6e9ff; e4e4c2 */
  background-color: #e8e8ce;  /*beige: e4e4c2; grau: e6e6e6*/
  color: black;
  line-height: 1.3;
  text-align: center;
}

/* Überschriften */
h1 {
  color:#000080;
  text-align: left;
  /* font-size: x-large; */
}

h2 {
  color:#000080;
}

h3 {
  color:#000080;
}

h4 {
  color:#000080;
}

/* Links */
a {
  color: #bf151a;
  text-decoration: none;
  line-height: 1.8;
}

a:hover {
  background: #f8f8f8;
  text-decoration: underline;
}

a:focus {
  background: #f8f8f8;
  text-decoration: underline;
}

/* Menü */
div.menu {
  font-family: "Verdana", "Arial", sans-serif;
  margin: 0;
  font-size: 90%;
  font-weight: bold;
  line-height: 0.5;
  text-align: center;
  position: fixed;
  top: 145px;
  left: auto;
  /* feste breite right: 10px; */
  right: 10px;
  background: url(images/menu_bg.gif) transparent fixed;
  padding: 5px;
}

div.menu a {
  display: block;
  margin: 0
}

div.menu p.menuhauptpunkt {
  font-size: medium;
  font-weight: bolder;
  text-align: center;
  color: #000080;
}

div.menu p.menuhauptpunkt a{
  font-size: medium;
  font-weight: bolder;
  text-align: center;
  color: #000080;
}

/* Inhalt */
td.content p {
  text-align: justify;
  line-height: 1.7;
}


/* Listenelement 1. Ebene */
td.content ul.e1 {
  line-height: 1.7;
  text-align: left;
  font-weight: bolder;
  /* klatscht das image top
  list-style-image:url(images/bullet_e1.png);
  */
}

td.content ul.fpe1 {
  line-height: 1.7;
  text-align: left;
  font-weight: normal;
}

td.content li.fpe1 {
  line-height: 1.5;
  padding-bottom: 10px;
}

/* Listenelement 2. Ebene */
td.content ul.e2 {
  line-height: 1.7;
  font-weight: normal;
  padding-bottom: 20px;
  /* klatscht das image top
  list-style-image:url(images/bullet_e2.png);
  */
}

td.content ul.fpe2 {
  line-height: 1.7;
  font-weight: normal;
}

td.content li.fpe2 {
  line-height: 1.5;
  /*padding-bottom: 10px;*/
}

/* Kursiver Teil unterhalb e1 */
div.concur {
  line-height: 1.7;
  font-style: italic;
  font-weight: normal;
}

/* Referenzen */
div.ref {
  /* background:#00ff00; */
  text-align:center;
  border-width:1px;
  border-color:black;
  border-style:solid;
  padding:10px;
}

div.reftitel {
  font-weight:bolder;
  font-size: medium;
  padding: 5px;
}

div.refbeschr {
  font-size: medium;
  padding: 5px;
}

div.refstand {
  font-size: small;
  padding: 5px;
}

div.refobj {
  font-size: medium;
  padding: 5px;
}

/* Kontaktformular */
div.konaufm {
  padding-top:5px;
  padding-bottom:15px;
  color:blue;
}

table.kon {

}

td.konbezben{
  font-weight:bold;
}

td.koneinm {
}

td.konfuss {
  text-align:right;
  font-size:x-small;
}

