/*----------------------------------------------------------------*/
/* CSS by K4SYSTEMS */
/*----------------------------------------------------------------*/

/* wichtige Farben
Rot: #cc0000
Grun: #62BD6E
*/

/*----------------------------------------------------------------*/
/* Allgemeines */
/*----------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

html {
  height: 92%;
}

body {
  font-size: 82.5%;
  background: #fff url('../bilder/body_back.jpg') left top Repeat-X;
  text-align: left;
  height: 100%;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, input, textarea, select {
  font-family: Arial,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
  color: #605F5D;
  text-align: left;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

img, a img {
  border: 0;
}

form {
  display: inline;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted;
}

p {
  line-height: 1.3em;
  margin: 0 0 1.0em 0;
}

a {
  color: #605F5D;
}

a:visited {
  color: #605F5D;
}

a:hover {
  color: #605F5D;
}

.address {
  font-size: 0.7em;
  font-style: normal;
}

a.to_top {
  padding-left: 14px;
  background: transparent url('../bilder/back_to_top.gif') left center no-repeat;
  font-size: 0.8em;
}

blockquote {
  margin-left: 1.0em;
  margin-top: 0.5em;
}


/*----------------------------------------------------------------*/
/* pseudoklassen */
/*----------------------------------------------------------------*/
.clear {
  clear: both;
}

.none {
  display: none;
}

.centered {
  text-align: center;
}

.leftalign {
  float: left;
}

.rightalign {
  float: right;
}

.lang {
  float: right;
  margin: 0 20px 10px 0;
  font-weight: bold;
  font-family: georgia;
  text-decoration: none;
}

.redborder {
  border: 1px solid #cc0000;
  margin: 0 12px 12px 0;
}

.blackborder {
  border: 1px solid #000;
}

.kleingrau {
  color: #A8B0B5;
  font-weight: bold;
  font-size: 0.7em;
}

.versteckt {
  display: none;
}

/*----------------------------------------------------------------*/
/* h1 und co */
/*----------------------------------------------------------------*/
h1 {
  font-size: 1.2em;
  margin-bottom: 1em;
  color: #000;
}

h2 {
  font-size: 1.1em;
  font-weight: normal;
  margin: 0.3em 0 0.5em 0;
  color: #000;
}

h3 {
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 0.1em;
  color: #000;
}


/*----------------------------------------------------------------*/
/* bereiche */
/*----------------------------------------------------------------*/
#wrap {
  margin: 0 auto;
  padding: 0;
  width: 960px;
  min-height: 100%; 
}

#header {
  width: 960px;
  margin-top: 14px;
  height: 74px;
  overflow: hidden;
}

#sprachen {
  width: 182px;
  position: absolute;
  top: 56px;
  z-Index: 999;
  left: 50%;
  margin-left: 296px;
  text-align: right;
}

#content_container {
  background: transparent url('../bilder/content_container_back.jpg') left 1px no-Repeat;
}

#navi {
  float: left;
  display: inline;
  width: 300px;
  min-height: 500px;
  background: transparent url('../bilder/fadenkreuz.gif') -15px 9px no-Repeat;
}

#navlinksfade {
  margin-top: 20px;
  
}

#inhalt_container {
  float: left;
  display: inline;
  width: 400px;
  min-height: 445px;
  margin-top: 100px;
  background: transparent url('../bilder/inhalt_back.gif') left top Repeat-X;
}

#inhalt {
  padding: 35px 20px 0 40px;
  background: transparent url('../bilder/inhalt_streifen.gif') left -3px Repeat-Y;
}

#inhalt ul {
  margin-bottom: 1.0em;
  list-type: square;
}

#inhalt li {
  margin-bottom: 0.1em;
  margin-left: 16px;
  list-style: square;
}

#rechts {
  float: right;
  padding: 333px 0 0 23px;
  width: 203px;
  min-height: 154px;
  background: transparent url('../bilder/rechts_back.jpg') right top no-Repeat;
}

/* news_container
------------------------------------------------------------------*/
#news_container {
  background: #fff url(../bilder/back_news_container.gif) right top no-repeat;
  padding: 10px 50px 10px 10px;
  font-size: 11px;
}

#news_container h1 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #A5A5A5;
  color: #A5A5A5;
  margin-bottom: 5px;
}


#footer {
  padding: 50px 0 0 130px;
  color: #858B8E;
  font-size: 0.8em;
  clear: both;
}


/*----------------------------------------------------------------*/
/* navis */
/*----------------------------------------------------------------*/
#header ul {
  float: left;
  margin: 43px 0 0 16px;

}

#header ul li {
  float: left;
  display: inline;
  margin-right: 12px;
}

#header ul li a {
  color: #A8B0B5;
  font-weight: bold;
  font-size: 0.8em;
  text-decoration: none;
}

#header ul li.selected a {
  color: #EEB92A;
  font-style: italic;
}

#navi ul {
  margin: 108px 0 0 105px;
}

#navi ul li a {
  height: 23px;
  line-height: 19px;
  font-size: 0.8em;
  text-decoration: none;
  font-weight: bold;
  padding-left: 14px;
  color: #201D21;
  background: transparent url('../bilder/navi_li.gif') left 3px no-Repeat;
}

#navi ul li.selected a {
  color: #201D21;
  background: transparent url('../bilder/navi_li.gif') left 3px no-Repeat;
}

#navi ul li ul {
  margin: 0 0 0 10px;
}

#navi li.selected ul a {
  background: none;
  color: #000;
}

#navi li.selected ul li.selected a {
  background: none;
  color: #201D21;
}

#definitionen #navi ul li ul li, #DEFINITIONEN #navi ul li ul li {
  display: inline;
  float: left;
  width: 25px;
}


/*----------------------------------------------------------------*/
/* inhalt */
/*----------------------------------------------------------------*/
#sprachen a {
  color: #EEB92A;
  font-weight: bold;
  font-size: 0.8em;
  text-decoration: none;
}

/*----------------------------------------------------------------*/
/* kontaktformular */
/*----------------------------------------------------------------*/
span.cx_pflicht {
  color: #FE0000;
  font-weight: bold;
  font-size: 1.4em;
}

input.cx_pflicht, textarea.cx_pflicht {
  background: #FF6D6E;
  color: #fff;
}

.cx_error {
  border: 1px solid #FE0000;
  color: #fff;
  background: #FF6D6E;
  padding: 0.5em;
}

table.kontaktformular {
  margin: 2.0em 0em;
}

table.kontaktformular .spalte-1, table.kontaktformular .spalte-2 {
  vertical-align: top;
  padding-bottom: 0.3em;
}

table.kontaktformular .spalte-1 {
  width: 130px;
}

table.kontaktformular .spalte-2 input, table.kontaktformular .spalte-2 textarea, table.kontaktformular .spalte-2 select, .submit {
  padding: 0.1em;
}

table.kontaktformular .spalte-2 input.default, table.kontaktformular .spalte-2 textarea {
  width: 200px;
}

.submit {
  text-align: center;
}

p.kontaktformular {
  text-align: center;
}

.note {
  font-size: 0.8em;
}

.kontaktformular .vier {
  width: 100%;
}

.kontaktformular .vier td {
  width: 25%;
}

.kontaktformular .vier td input {
  width: 43px;
}

/*----------------------------------------------------------------*/
/* ticker */
/*----------------------------------------------------------------*/
#laufband {
  position: absolute;
  left: 50%;
  top: 94px;
  width: 550px;
  margin-left: -295px;
}


/*----------------------------------------------------------------*/
/* topsuche */
/*----------------------------------------------------------------*/
#topsuche {
  position: absolute;
  top: 20px;
  left: 50%;
  padding: 0;
  width: 960px;
  text-align: right;
  margin-left: -480px;
}

#topsuche table {
  float: right;
}

#topsuche td {
  padding-left: 0.2em;
}

#topsuche input {
  text-align: center;
}

#topsuche input.eingabe {
  text-align: left;
  padding: 1px;
}


/*----------------------------------------------------------------*/
/* suche */
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/* suche */
/*----------------------------------------------------------------*/
input, textarea, select {
  color: #000;
}

.suchcontainer {
  color: #000;
  margin-bottom: 2.0em;
}

.suchcontainer a {
  color: #000;
}

.suchcontainer table td {
  padding-right: 10px;
}

.suchcontainer .plz {
  width: 80px;
}

.suchcontainer input {
  margin: 0.1em 0;
}

.btn {
  text-align: center;
}

.suchergebnis {
  margin-top: 0.5em;
  border: 1px solid #aaa;
  border-width: 1px 0;
  margin-bottom: 1.0em;
}

#vertretungen .suchergebnis {
  border-top: 0;
}

.suchergebnis table {
  width: 100%;
}

.suchergebnis table td {
  padding: 0.5em;
  vertical-align: top;
  width: 33%;
}

.suchergebnis table td.zwei {
  width: 66%;
}

.suchergebnis table td.last {
  text-align: right;
}

.suchergebnis table td, .suchergebnis table td p {
  color: #6D6F71;
}

.suchergebnis table td a {
  color: #006F5B;
}

.suchergebnis table td.ausgegraut a {
  color: #777;
}

.suchergebnis table td p .smaller {
  color: #000;
  font-size: 0.8em;
}

.suchergebnis table td.zeile1 {
  background: #EEF6EB;
}

.suche_like_text {
  text-decoration: none;
}

.suchtreffer {
  color: #cc0000;
}

/*----------------------------------------------------------------*/
/* seitennavi */
/*----------------------------------------------------------------*/
.seitennavi {
  color: #000;
}

.seitennavi a {
  border: 1px solid #aaa;
  margin-left: 10px;
  padding: 0.1em 0.5em;
  color: #aaa;
  text-decoration: none;
}

.seitennavi a:hover, .seitennavi a.selected {
  background: #fff;
  color: #000;
}


/*----------------------------------------------------------------*/
/* partikelgalerie */
/*----------------------------------------------------------------*/
.partikel p {
  text-align: center;
  font-size: 0.8em;
}

.partikel .next {
  cursor: pointer;
  background: transparent url(../bilder/btn_next.gif) right center no-repeat;
}

.partikel .next, .partikel .back, .partikel .next_empty, .partikel .back_empty {
  width: 20px;
}

.partikel .back {
  cursor: pointer;
  background: transparent url(../bilder/btn_back.gif) left center no-repeat;
}

.partikeldescription {
  margin: 0 20px;
}


/*----------------------------------------------------------------*/
/* partikelzoom */
/*----------------------------------------------------------------*/
#partikelzoom {
  background: #fff;
}

#partikelzoom #wrap {
  width: auto;
  margin: 0;
  padding: 1.0em;
  min-height: auto;
}

#partikelzoom #cx_frontend_footer_pfeil {
  display: none;
}


#map, .map {
  height: 360px;
  background: #eee url(../bilder/cx_loading_big.gif) center center no-repeat;
  margin-bottom: 2.0em;
}
