@charset "utf-8"; /* charset festlegen */
/* ************************************************ */
/* DATEI: gdnrw_GRID_1spaltig.css                   */
/* Basis-Style für alle Seiten des GD NRW           */
/* ************************************************ */
/* "#" -> "id"-Selektor; "." -> "class"-Selektor    */
/* top, right, bottom, left                         */
/* ************************************************ */

/* ------------------------------------------------ */
/* --- Bereich 1spaltig - im Bereich Mitte -------- */
/* ------------------------------------------------ */

/* --- Mittelteil - Bereich Inhalt - 1spaltig --- */
.bereich_1spaltig {
  clear: both;
  position: relative;
  float: left;
  top: 0px;
  width: auto;
  /* 
  width: 99%;
  width: 804px;
  min-height: 340px;
  margin: 10px 10px 10px 10px;
  */
  margin: 10px 20px 10px 20px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  text-align: left;
  border: 0px solid #009999;
}

/* --- Mittelteil - Bereich Inhalt - 1spaltig - zentriert --- */
.bereich_1spaltig_center {
  clear: both;
  position: relative;
  float: left;
  top: 0px;
  width: 99%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  text-align: left;
  border: 0px solid #009999;
}

/* --- für neuesfenster - Bereich Inhalt - 1spaltig --- */
.bereich_1spaltig_neuesfenster {
  /* 
  clear: both;
  position: relative;
  float: left;
  top: 0px; 
  min-height: 340px;
  */
  width: 784px;
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  background-color: transparent;
  text-align: left;
  border: 0px solid #009999;
}

/* ------------------------------------------------ */
.bereich_1spaltig_box {
/*
  clear: both;
  position: relative;
  float: left;
  top: 0px;
  width: auto;
  text-align: left;
*/
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border: 0px solid transparent;
}

/* ------------------------------------------------ */
/* --- Formulare ---------------------------------- */
/* ------------------------------------------------ */

form {
  width: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #CCCCCC;
}

form fieldset {
  margin: 10px 0px 15px 0px;
  padding: 5px 8px 5px 8px;
  background-color: #E7E7E7;
}

form p {
  margin: 0px 0px 10px 0px;
  padding: 2px 0px 2px 0px;
}

form legend {
  font-size: 1.1em;
}

form label {
  clear: both;
  float: left;
  display: block;
  width: 50%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  cursor: pointer;
}

form.volltextsuche {
  text-align: left;
}

form.volltextsuche p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 2px 0px;
  text-align: left;
}

table.volltextsuche {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  width: 500px;
  border: 0px solid #000000;
}

form.volltextsuche label {
  width: 60%;
  padding: 0px 10px 0px 0px;
  text-align: right;
}

form.w60 label {
  width: 60%;
  padding: 0px 10px 0px 0px;
  text-align: right;
}

input,
textarea { 
  color: #000000; 
}

/*
input:focus,
textarea:focus {
  background-color: #FFFFCC;
}
*/

select { 
  color: #000000; 
}

form.bodenarten label {
  padding: 0px 10px 0px 0px;
  text-align: right;
}

form .block {
  padding: 0px 0px 2px 0px;
  border-top: 1px dotted #999999;
}

/*
input.sendButton {
  color: #000000;
  background-color: #E4E4E4;
  width: auto;
  cursor: pointer;
  border: 1px solid #576675;
}
input.sendButton: hover {
   color: #FFFFFF;
   background-color: #3B5998;
   width: auto;
   cursor: pointer;
   border: 1px solid #FFFFFF;
}
*/


/* ------------------------------------------------ */
/* --- Telefonliste ------------------------------- */
/* ------------------------------------------------ */
.bereich_1spaltig_telefonliste {
  clear: both;
  position: relative;
  float: left;
  top: 0px;
  width: 804px; /* 99%; */
  /* min-height: 340px; */
  margin: 30px 0px 0px 20px; /* margin: 10px 10px 10px 10px; */
  padding: 0px 0px 0px 0px;
  /* border: 1px solid #999999; */
  background-color: transparent;
  text-align: center;
  border: 0px solid #009999;
}
.bereich_1spaltig_telefonliste h3 {
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333333;
  background-color: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 4px 0px;
  text-align: center;
  vertical-align: middle;
}
.bereich_1spaltig_telefonliste p,
.bereich_1spaltig_telefonliste form {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.telefonliste_auswahlbuchstaben a {
  padding-right: 5px; 
  border-right: solid 1px #999999;
}
/* --- Tabellenzelle - Perl-Template Ueberschrift */
td.td_t3 {
 font-weight: bold;
 letter-spacing: 1px;
 color: #333333;
 background-color: #DDDDDD;
 padding: 5px 5px 2px 5px;
 border: 0px solid #999999;
 text-align: left;
 vertical-align: top;
}
/* --- Tabellenzelle - Perl-Template ------------ */
td.td_t4 {
 font-weight: normal;
 color: #000000;
 background-color: #FFFFFF;
 padding: 5px 5px 2px 5px;
 border: 0px solid #999999;
 text-align: left;
 vertical-align: top;
}
/* --- Tabellenzelle - Perl-Template ------------ */
td.td_t5 {
 font-weight: normal;
 color: #000000;
 background-color: #EEEEEE;
 padding: 5px 5px 2px 5px;
 border: 0px solid #999999;
 border-collapse: collapse;
 text-align: left;
 vertical-align: top;
}


/* ------------------------------------------------ */
/* --- Lackprofile -------------------------------- */
/* ------------------------------------------------ */
.bereich_1spaltig_lackprofil {
  /*
  width: 100%;
  */
  clear: both;
  position: relative;
  float: left;
  top: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  text-align: left;
  border: 0px solid #009999;
}

/* ------------------------------------------------ */
/* --- Lackprofile Tabellen ----------------------- */
/* ------------------------------------------------ */

.lackprofil {
  clear: both;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; 
}
.lackprofil_bild {
  clear: both;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; 
}
.lackprofil_tabelle {
  /*
  clear: both;
  float: left;
  */
  margin: 0px 0px 0px 0px;
  padding: 1px 0px 0px 0px; 
}
.lackprofil_bild img{
  clear: both;
  float: left;
  border: 1px solid #333333;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 0px; 
}
.lackprofil_leaflet {
  clear: both;
  float: left;
  border: 0px solid #999999;
  margin: 0px 10px 10px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}
.lackprofil h1 {
 font-size: 1.4em;
 font-weight: bold;
 letter-spacing: 3px;
 color: #333333;
 background-color: #CCCCCC;
 margin: 0px 0px 10px 0px;
 padding: 5px 70px 4px 5px;
 border-top: 1px solid #999999;
 text-align: left;
 vertical-align: middle;
}
.lackprofil h2 {
 font-size: 1.2em;
 font-weight: bold;
 letter-spacing: 1px;
 color: #333333;
 background-color: #DDDDDD;
 margin: 0px 0px 0px 0px;
 padding: 5px 5px 4px 5px;
 border-top: 1px solid #999999;
 text-align: left;
 vertical-align: middle;
}
.lackprofil h3 {
 font-size: 1.1em;
 font-weight: bold;
 letter-spacing: 1px;
 color: #333333;
 background-color: #EEEEEE;
 margin: 10px 0px 0px 0px;
 padding: 5px 5px 4px 5px;
 border-top: 0px solid #999999;
 text-align: left;
 vertical-align: middle;
}
.lackprofil_text p {
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
}
.lackprofil table {
  font-size: 1em;
  width: auto;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 1.3em;
  border-spacing: 0pt;
  border: 1px solid #999999;
  border-collapse: collapse;
  text-align: left;
}
/* --- Tabelle Überschrift --- */
/* --- Tabelle caption - Nummer des Lackprofils --- */
.lackprofil caption {
  font-size: 1.3em;
  font-weight: bold;
  color: #333333;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 1.6em;
  letter-spacing: 2pt;
  /* text-align: right; */
}
/* --- Tabelle th --- */
.lackprofil th {
  font-weight: bold;
  height: 2em;
  padding: 3px 3px 3px 6px;
  background-color: #CCCCCC;
}
/* --- Tabelle td --- */
.lackprofil td {
  height: 2em;
  padding: 3px 3px 3px 6px;
  border: solid 1px #999999;
}
