/* Die Formatierungen für HTML-Objekte allgemein */

html, body {
 padding: 0px;
 margin: 0px;
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
}

form {
 padding: 0px;
 margin: 0px;
}

input, textarea {
  border: 1px solid #002173;
  font-size: 12px;
  font-family: Verdana, Arial;
  padding-left: 3px;
}

hr {
  height: 1px;
  border: 0px;
  background-color: #000000;
  margin: 2px 0px 2px 0px;
}

ol {
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
}


h1 {
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}

h1.Titel {
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
}

h2 {
  margin: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 13px;
}

img {
  border: 0px;
}

img.BtnText {
  cursor: pointer;
  border: 0px;
}

img.Btn {
  margin-bottom: -3px;
  cursor: pointer;
}

input.Dreipunkt {
  width: 23px;
  text-align: center;
}

a {
  color: #002173;
}  

tr.Kopf {
  font-weight: bold;
}

div#Container {
 margin: 10px;
 border: 1px solid #002173;
}

table#Layout {
 border-spacing: 0px;
 border-collapse: collapse;
 width: 100%;
}

#Kopf{
 padding: 40px 0px 10px 0px; 
 background-image: url(../images/bg_top.png);
}

#Titel {
 background-color: #002173;
 color: #FFFFFF;
 font-weight: bold;
 font-size: 15px;
 font-style: italic;
 letter-spacing: 4px;
 text-align: left;
}

#Titel td {
 padding: 4px 0px 4px 10px;
}

#Navigation {
 width: 170px;
 background-image: url(../images/menuline.png);
 background-repeat: no-repeat;
 background-position: right bottom;
 vertical-align: top;
}

#Navigation ul{
 padding: 5px 0px 5px 0px;
 margin: 0px;
 list-style-type: none;
}

#Navigation a {
 display: block;
 height: 15px;
 padding: 3px 0px 3px 10px;
 margin-right: 1px;
 text-decoration: none;
 background-repeat: no-repeat;
 background-position: 158px;
}

#Navigation a:hover {
 background-color: #EDEDED;
 background-image: url(../images/menu_hover.png);
}

#Hauptinhalt {
 padding: 0px 10px 10px 10px;
 vertical-align: top;
 font-size: 12px;
}

#Navigationspfad {
  font-size: 11px;
 margin: 5px 0px 10px 0px;
 padding: 0px 0px 3px 0px;
 border-bottom: 1px solid #7388BF;
}

#Navigationspfad a {
  text-decoration: none;
 font-weight: bold;
 letter-spacing: 1px;
}

#Information {
 width: 170px;
 background-color: #EDEDED;
 vertical-align: top;
 padding: 5px;
}

#Information div.header {
 background-color: #7388BF;
 color: #FFFFFF;
 padding: 2px 0px 2px 5px;
 font-size: 11px;
 border-left: 4px solid #C0C0C0;
 margin: 5px -5px 5px -5px;
 letter-spacing: 0px;
 font-weight: bold;
}

#Information input {
  width: 110px;
}

#Fuss {
 background-color: #7388BF;
 color: #FFFFFF;
 padding: 2px;
 text-align: center;
}

td {
 padding: 0px;
}

div.Hinweis {
  color: #000000;
  background: url(../../images/bg_hint.png) no-repeat;
  background-color: transparent;
  padding: 27px 5px 5px 10px;
  font-size: 11px;
  top: 30px;
  position: absolute;
  text-align: justify;
  z-index: 0;
}

div.Absatz {
 margin: 0px 0px 10px 0px;
}

div.Absatz h2 {
 background-image: url(../../images/h1.png);
 background-repeat: no-repeat;
 background-position: left top;
 line-height: 24px;
 height: 24px;
 margin: 0px;
 padding: 0px 0px 0px 10px;
 font-size: 14px;
 letter-spacing: 2px;
}

div.Absatz h1 img {
  margin: 0px 0px 0px 0px;
}

div.Absatz h1 a {
  text-decoration: underline;
}


div.Absatz .Inhalt {
 padding: 10px;
 border: 1px solid #EDEDED;
 text-align: justify;
 line-height: 16px;
}

.Fehlerbereich {
  margin: 0px 0px 5px 0px;
  border: 1px solid red;
  padding: 5px;
}

.RechtsBuendig {
  text-align: right;
}
