@charset "ISO-8859-1";

/*
Bisherige Farbe:
Hellblau: #6B6BE6
Dunkelblau: #2121BD
*/

/*weitere Stylesheets zur besseren Übersicht der css*/
/*Stylesheet für den Titelframe*/
/* @import url("titel.css"); */
/*Stylesheet für den normalen Text*/
/* @import url("text.css"); */
/*Stylesheet für die Startseite*/
/* @import url("start.css"); */
/*Stylesheet für die Navigation*/
/* @import url("nav.css"); */
/*Stylesheet für Personenverzeichnisse*/
/* @import url("personen.css"); */


/*Allgemeine Definitionen, wie die Seite so im groben aussehen soll*/
html, body {
  font-family: Tahoma;
  font-size: 10pt;
  text-align: justify;
  color: black;
  margin: 0 auto;
  background-color: white;
  background-image: url("bilder/bg_2.jpg");
  background-repeat: repeat-x;
}

a:link { color:#FFFFFF; text-decoration:none; }
a:visited { color:#FFFFFF; text-decoration:none; }
a:focus { color:#FFFFFF; text-decoration:none; }
a:hover { color:#FFFFFF; text-decoration:none; }
a:active { color:#FFFFFF; text-decoration:none; }

a.non {
  text-decoration: none;
  color: #2323BD;
  border: 0;
}

#titel {
  margin: 10px auto 0;
  width: 1020px;
  height: 60px;
  padding: 190px 0 0 0;
  background-image: url("bilder/border_top.gif");
}

#titel div.logo {
  float: left;
  width: 230px;
  height: 209px;
  margin: -190px 0 0 -75px;
  background-image: url("bilder/logo_eckig.gif");
  background-repeat: no-repeat;
}

#topmenu {
  margin: 0;
  color: white;
  width: 1026px;
  height: 42px;
  text-align: center;
}

#topmenu span.left {
  float: left;
  text-align: center;
  vertical-align: middle;
  margin: 0 79px 0 -79px;
  padding-top: 9px;
  height: 33px;
  width: 129px;
  background-image: url("bilder/topmenu_links.gif");
  background-repeat: no-repeat;
}

#topmenu span.center {
  float: left;
  margin: 0 79px 0 -79px;
  padding-top: 6px;
  font-size: 25px;
  font-weight: bold;
  height: 36px;
  width: 610px;
  background-image: url("bilder/topmenu.gif");
  background-repeat: no-repeat;
}

#topmenu span.right {
  float: left;
  margin: 0 79px 0 -79px;
  padding-top: 13px;
  font-size: 12px;
  font-weight: bold;
  height: 29px;
  width: 129px;
  background-image: url("bilder/topmenu_rechts.gif");
  background-repeat: no-repeat;
}

#equalcolumn {
  overflow: hidden;
  margin: 0 auto;
  width: 1020px;
  background-image: url("bilder/border_lr.gif");
  background-repeat: repeat-y;
}

#nav {
  float: left;
  margin: 0 0 -32000px 0;
  padding: 5px 0 32000px 6px;
  width: 190px;
}

#nav .left {
  float: left;
  width: 190px;
}

#nav span.navlink {
  float: left;
  text-align: left;
  vertical-align: middle;
  color: white;
  margin: 0 2px 1px -3px;
  padding-top: 3px;
  padding-left: 24px;
  height: 20px;
  width: 166px;
  background-image: url("bilder/navigation1.gif");
  background-repeat: no-repeat;
}

#nav span.navlink2 {
  float: left;
  text-align: left;
  vertical-align: middle;
  color: #6B6BE6;
  margin: 0 2px 1px -3px;
  padding-top: 3px;
  padding-left: 24px;
  height: 20px;
  width: 166px;
  background-image: url("bilder/navigation2.gif");
  background-repeat: no-repeat;
}


#main {
  overflow: hidden;
  margin: 0 1px 0 0;
  padding: 5px;
}

#bottom {
  overflow: hidden;
  margin: 0 auto;
  padding: 2px 10px;
  width: 1000px;
  background-image: url("bilder/border_bottomlr.gif");
  background-repeat: repeat-y;
  text-align: left;
  vertical-align: middle;
  color: white;
}

#bottomline {
  margin: 0 auto;
  width: 1020px;
  height: 6px;
  padding: 0;
  background-image: url("bilder/border_bottom.gif");
}

div.eintrag {
  margin: 0 0 5px;
  padding: 5px;
  border: 2px solid #2121BD;
  overflow: hidden;
}

div.headline {
  margin: -7px -7px 5px;
  padding-top: 5px;
  background-color: #2121BD;
  height: 25px;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: white;
}

div.headline_small {
  margin: -7px -7px 5px;
  padding-top: 7px;
  background-color: #2121BD;
  height: 23px;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: white;
}

span.right {
  float: right;
}

hr {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: none;
  height: 15px;
}

hr.float {
  float: left;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid white;
  height: 5px;
}


hr.klein {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: none;
  height: 5px;
}

/*Hier geht's um die Tabellen Einstellungen*/
table {
  border-collapse: collapse;
  border: none;
  margin:0;
  width: 100%;
  text-align: left;
}

tr, td {
  font-size: 10pt;
}

#einlogen table {
  margin: 50px auto;
  width: 500px;
  background-color:  #2121BD;
  color: white;
}

td.clear {
  font-size: 1pt;
  padding-top: 1px;
  padding-bottom: 1px;
}

td.left {
  text-align: right;
}

td.right {
  text-align: left;
}

td.center {
  text-align: center;
}

td.left50 {
  padding: 7px 9px 0 0;
  width: 50%;
  border-right: 1px solid #2323BD;
  text-align: left;
  vertical-align: top;
}

td.right50 {
  padding: 7px 0 0 9px;
  width: 50%;
  border-left: 1px solid #2323BD;
  text-align: left;
  vertical-align: top;
}

table.linie {
  border-collapse: collapse;
  border: 1px solid #2121BD;
  margin:0;
  width: 100%;
}

table.linie th {
  border: 1px solid #2121BD;
  text-align: center;
}

table.linie td {
  border: 1px solid #2121BD;
  text-align: center;
  width: 5%;
}

table.linie2 {
  border-collapse: collapse;
  margin:0;
  width: 100%;
}

table.linie2 th {
  border: 1px solid #2121BD;
  text-align: center;
}

table.linie2 td {
  border: 1px solid #2121BD;
}

table.linie2 th.clear {
  border: 0px solid white;
  text-align: left;
}

table.Link td {
  padding-bottom: 4px;
}

#formular td.rubrik {
  width: 20%;
  text-align: right;
}

#formular td.rubrik_top {
  padding-top: 9px;
  width: 20%;
  text-align: right;
  vertical-align: top;
}

#formular td.input {
  width: 80%;
  text-align: left;
  padding-left: 5px;
}

/*Hier werden die Zentrale Formate der Hyperlinks festgelegt*/
/* Nachher wieder nach oben ziehen... */
H1 {
  font-weight: bold;
  font-size: 12pt;
  margin: 0 0 5px;
}

H2 {
  font-weight: bold;
  font-size: 12pt;
  margin: 20px 0 5px 0;
}

H4 {
  font-weight: bold;
  font-size: 12pt;
  margin: 15px 0 3px 0;
}

.bold {
  font-weight: bold;
}

.small {
  font-size: 8pt;
}

.normal {
  font-weight: normal;
}

.center {
  text-align: center;
  vertical-align: middle;
}

.Link {
  font-size: 10pt;
  margin: 10px 0;
  color: black;
}

.nowrap {
  white-space: nowrap;
}

.Link a:link { color:#000000; text-decoration:underline; }
.Link a:visited { color:#000000; text-decoration:underline; }
.Link a:focus { color:#000000; text-decoration:underline; }
.Link a:hover { color:#000000; text-decoration:underline; }
.Link a:active { color:#000000; text-decoration:underline; }