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

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

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

html {
  height: 100%;
}

body {
  font-size: 82.5%;
  background: #42433E;
  text-align: center;
}

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: #fff;
  text-align: left;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style-type: 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: #fff;
}

a:hover {
  color: #716F69;
}

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

.none {
  display: none;
}

.leftalign {
  float: left;
}

.rightalign {
  float: right;
}


/*----------------------------------------------------------------*/
/* h1 und co */
/*----------------------------------------------------------------*/
h1 {
  font-size: 1.2em;
  font-weight: bold;
  color: #A2A09C;
  margin-bottom: 1.0em;
}

h2 {
  font-size: 1.1em;
  color: #fff;
  font-weight: bold;
  margin-top: 2.0em;
  margin-bottom: 0.3em;
}

h3 {
  font-size: 1.2em;
  color: #A2A09C;
  text-decoration: none;
}

a:hover h3 {
  color: #716F69;
}

/*----------------------------------------------------------------*/
/* bereiche */
/*----------------------------------------------------------------*/
#wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -250px -480px;
  padding: 0;
  width: 960px;
  height: 500px;
  text-align: left;
}

#header {
  height: 45px;
  border-bottom: 2px solid #61605A;
}

#sprachen {
  height: 23px;
  padding: 22px 0 0 138px;
}

#container {
  height: 412px;
  border-bottom: 2px solid #61605A;
}

#subnavi {
  float: left;
  display: inline;
  width: 115px;
  padding: 16px 9px 0 0;
}

#content {
  float: left;
  display: inline;
  width: 822px;
}

#inner_content {
  padding: 16px;
  height: 380px;
  overflow: auto;
  overflow-x: hidden;
}

#footer {
  padding-top: 7px;
}

/*----------------------------------------------------------------*/
/* linien */
/*----------------------------------------------------------------*/
#linie_links, #linie_rechts,#linie_mitte {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  border-right: 2px solid #61605A;
}

#linie_links {
  height: 358px;
  margin-top: -226px;
  margin-left: -358px;
}

#linie_rechts {
  margin-top: -100px;
  margin-left: 466px;
  height: 327px;
}

#linie_mitte {
  margin-top: -105px;
  margin-left: -12px;
  height: 327px;
}

/*----------------------------------------------------------------*/
/* navigation */
/*----------------------------------------------------------------*/
#footer ul li {
  float: left;
  margin-right: 20px;
}

#footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
}

#footer ul li a:hover, #footer ul li.selected a {
  color: #9F9D99;
}

#subnavi ul {
  width: 113px;
}

#subnavi ul li {
  width: 113px;
  text-align: right;
  margin-bottom: 0.2em;
}

#subnavi ul li a {
  color: #74726C;
  font-size: 1.1em;
  text-decoration: none;
}

#subnavi ul li a:hover, #subnavi ul li.selected a {
  color: #fff;
}

#sprachen a {
  color: #74726C;
  text-decoration: none;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
}

#subnavi a.selected, #sprachen a.selected {
  color: #fff;
}

#footer ul.adresse li {
  margin-top: 0.2em;
  margin-right: 10px;
  color: #72706A;
}

#footer ul.adresse li a {
  color: #72706A;
}

#startseite #footer ul.adresse {
  display: none;
}

/*----------------------------------------------------------------*/
/* templates */
/*----------------------------------------------------------------*/
#spalte0 {
  width: 345px;
  float: left;
  display: inline;
}

#spalte1, #spalte1_anfahrt {
  width: 445px;
  height: 380px;
  padding: 32px 16px 0 16px;
  overflow: auto;
  float: left;
  display: inline;
}

#spalte1_anfahrt {
  padding: 0;
  width: 477px;
  height: 412px;
}

#galerie_bild {
  width: 308px;
  text-align: right;
  padding: 6px 11px 0 16px;
}

#galerie_bild div {
  text-align: left;
}

.pfeil {
  margin-left: 9px;
}

#pfeil0 {
  visibility: hidden;
}

.newsTable {
  width: 100%;
}

.s0 {
  width: 321px;
  padding: 12px;
  text-align: right;
  vertical-align: top;
}

.s1 {
  text-align: left;
  padding: 12px;
  vertical-align: top;
}

img.thumbnail, img.big {
  float: left;
  display: inline;
  border: 2px solid #605F5B;
  margin: 4px;
}

img.thumbnail {
  width: 67px;
  height: 50px;
}

.thumbnail_container {
  height: 60px;
  overflow: auto;
}

div.beschreibung {
  float: left;
  width: 400px;
  padding-left: 12px;
}

#content ul {
  margin-left: 2em;
}

#content ul li {
  list-style-type: disc;
}

/*----------------------------------------------------------------*/
/* kontaktformular */
/*----------------------------------------------------------------*/
p.cx_error {
  background-color: #FFFFD5;
  border: 1px solid #FA3515;
  padding: 0.6em;
  color: #FA3515;
}

span.cx_pflicht {
  color: #FA3515;
}

input.cx_pflicht, textarea.cx_pflicht {
  background-color: #FFFFD5;
}

input, select, textarea {
  color: #000;
}

fieldset {
  margin-bottom: 1em;
  padding: 0.6em;
  border: 0;
}

fieldset legend {
  margin: 0 0 0.2em -0.5em;
  font-weight: bold;
  letter-spacing: 1px;
  color: #A2A09C;
}

fieldset table {
  width: 100%;
}

fieldset table td.spalte-1 {
  width: 24%;
  text-align: left;
  padding-right: 0.5em;
  padding-bottom: 0.3em;
}

fieldset table td.spalte-2 {
  width: 70%;
  text-align: left;
  padding-bottom: 0.3em;
}

input.default {
  width: 80%;
}

input.halb {
  width: 50%;
}

input.plz {
  width: 20%;
}

input.submit {
  text-align: center;
}

textarea.default {
  width: 95%;
}

#spalte0.kontakt {
  padding: 16px;
  width: 313px;
  height: 380px;
  overflow: auto;
}


#map {
  background: #eee url(../bilder/cx_loading_big.gif) center center no-repeat;
  height: 412px;
}

#bild_galerie {
  height: 260px;
  overflow: hidden;
}

#content #mitarbeiter, #content #mitarbeiter li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#content #mitarbeiter {
  margin-bottom: 1.0em;
}

#content #mitarbeiter li {
  line-height: 1.5em;
}

#content #mitarbeiter li a {
  text-decoration: none;
}

#content #mitarbeiter li a:hover {
  text-decoration: underline;
}

.mitarbeiter td {
  vertical-align: top;
  padding-right: 15px;
}


/*----------------------------------------------------------------*/
/* sitemap */
/*----------------------------------------------------------------*/
#content .sitemap {
  margin-top: 2.0em;
}

#content .sitemap li {
  display: inline;
  float: left;
  width: 20%;
  text-align: center;
}

#content .sitemap a {
  text-decoration: none;
}

#content .sitemap a:hover {
  text-decoration: underline;
}

#content .sitemap li li {
  display: block;
  width: auto;
  text-align: left;
  float: none;
  line-height: 1.6em;
}

#content .sitemap li ul, #content .sitemap li li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#content .sitemap li ul {
  margin-top: 2.0em;
  margin-left: 1.0em;
}

#content .sitemap li ul ul {
  margin: 0;
  margin-left: 20px;
  font-size: 0.8em;
}