/********************* Seiteneinstellungen ****************/
* {
   font-family: Verdana,arial,sans-serif;
   font-size: 11px;
}

body {
   background-color: #ffffff;
   text-align: left;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 5px;
   width:85%;
}

/********************* Navigationsleiste ****************/
div.navigationsLeiste {
   font-weight: bold;
   width: 100%;
   margin-bottom:20px;
   margin-top:20px;
}

div.navigationsLeiste a {
   color: #666666;
}

/********************* Zurück & Drucken Tabelle ****************/
table.print_Back_Table {
   width: 100%;
}

table.print_Back_Table a {
   color: #ffffff;
   font-weight:bold;
   text-decoration:none;
}

table.print_Back_Table td.td_backButton {
  text-align: left;
  padding:3px;
  border-width:1px;
  border-style:solid;
  border-color:#000000;
  background-color:#A58347;
}

table.print_Back_Table td.td_printButton {
  text-align: right;
  padding:3px;
  border-width:1px;
  border-style:solid;
  border-color:#000000;
  background-color:#A58347;
}



/********************* CSS Rechtsgebiets Auswahl ****************/

div.einleitungsText {
   width: 100%;
   padding-bottom:10px;
}


div.rechtsGebiet {
   width: 100%;
   padding: 3px;
   color: #ffffff;
   background-color: #A58347;
   text-align: left;
   font-weight: bold;
   border-collapse: separate;
   margin-top: 10px;
   margin-bottom: 10px;
   border-width:1px;
   border-style:solid;
   border-color:#000000;
}

div.rechtsGebiet a {
   color: #ffffff;
   font-weight:bold;
}
/* Listen */
div.rechtsGebietsListe {
   width: 100%;
   padding: 0px;
   margin: 0px;
}

ul {
   padding:10px;
   padding-bottom: 0px;
   margin-left:8px;
}
li {
   padding-bottom:5px;
}

li a {
   color: #A58347;
}


/* Link "weitere Nachrichten" */
div.weitereNachrichten {
   margin-top: 10px;
   width:100%;
   text-align: right;
   margin-bottom: 20px;
}

div.weitereNachrichten a {
   color: #A58347;
   font-weight:bold;
}

/********************* CSS Rechtsgebiet Anzeige  ****************/
div.r_nachrichtenTitel {
   width: 100%;
   font-weight: bold;
   margin-top: 5px;
}

div.r_nachrichtenDatum {
   padding-left: 0px;
   margin-bottom: 5px;
}

div.r_nachrichtenAbstrakt {
   width: 100%;
   padding-left: 0px;
   margin-bottom: 5px;
}

/* Link "Details" */
div.r_detailLink {
   width: 100%;
   text-align: right;
   padding-bottom: 15px;
}

div.r_detailLink a {
   color: #000000;
}

/********************* CSS Nachrichten Anzeige   ****************/
div.n_nachrichtenTitel {
   width: 100%;
   font-weight: bold;
   margin-top: 5px;
   margin-bottom: 10px;
   font-size: 14px;
}

div.n_nachrichtenDatum {
   padding-left: 0px;
   margin-bottom: 5px;
}

div.n_nachrichtenAbstrakt {
   width: 100%;
   padding-left: 0px;
   margin-bottom: 5px;
   font-weight: bold;
}

div.n_nachrichtenAbstrakt {
   width: 100%;
   padding-left: 0px;
   margin-bottom: 8px;
}

div.n_nachrichtenText {
   width: 100%;
   padding-left: 0px;
   margin-bottom: 5px;
}

/********************* CSS Nachrichten Text   ****************/

span.ueberschrift {
   font-weight: bold;

}
