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

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

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

html {
  height: 100%;
}

body {
  font-size: 72%;
  background: #fff;
}

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

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

ol {
  margin-left: 25px;
}

ol li {
  list-style-type: decimal;
}

img, a img {
  border: 0;
}

form {
  display: inline;
}

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

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

a {
  color: #696969;
}

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

.none {
  display: none;
}

.leftalign {
  float: left;
}

.rightalign {
  float: right;
}

.grau {
  color: #696969;
}

.klein {
  font-size: 0.9em;
}

a.pfeil {
  padding-left: 18px;
  background: transparent url('../bilder/dot_li_rechts.gif') left 0.4em no-repeat;
}

a.pdf {
  padding: 0.1em 0px 0.1em 20px;
  background: transparent url('../bilder/icon_pdf.gif') left top no-repeat;
}

a.ortsplan {
  padding: 0.1em 0px 0.1em 20px;
  background: transparent url('../bilder/icon_ortsplan.gif') left top no-repeat;
}

.doc {
  padding: 0.1em 0px 0.1em 20px;
  background: transparent url('../bilder/icon_doc.gif') left top no-repeat;
}

.xls {
  padding: 0.1em 0px 0.1em 20px;
  background: transparent url('../bilder/icon_xls.gif') left top no-repeat;
}

.zip {
  padding: 0.1em 0px 0.1em 20px;
  background: transparent url('../bilder/icon_zip.gif') left top no-repeat;
}


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

h2 {
  font-size: 1.0em;
  color: #000;
  font-weight: bold;
  margin: 1.8em 0 0 0;
}

h3 {
  font-size: 1.0em;
  color: #696969;
  font-weight: bold;
  margin: 1em 0 0.4em 0;
}

h4 {
  font-size: 0.8em;
  font-weight: normal;
  color: #696969;
  letter-spacing: 1px;
  margin: 1.4em 0 0 0;
}

h6 {
  font-size: 1.0em;
  margin: 1em 0 0.1em 0;
  padding-left: 25px;
  background: transparent url('../bilder/line_small.gif') left center no-Repeat;
}

/*----------------------------------------------------------------*/
/* bereiche */
/*----------------------------------------------------------------*/
#wrap {
  padding: 0;
  width: 772px;
  background: transparent url('../bilder/back_wrap.jpg') left top no-Repeat;
}

#header {
  height: 53px;
  border-right: 10px solid #BC2729;
  padding: 13px 7px 0 0;
}

#navi {
  float: left;
  display: inline;
  width: 150px;
}

#inhalt {
  float: left;
  display: inline;
  width: 400px;
  padding: 60px 30px 0 50px;
}

#rechter_bereich {
  float: right;
  display: inline;
  width: 135px;
}

#footer {
  margin-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}

/*----------------------------------------------------------------*/
/* header, footer */
/*----------------------------------------------------------------*/
#header p {
  width: 100%;
  margin: 0;
  text-align: right;
  font-size: 0.8em;
  color: #BC2729;
}

#header p.home {
  margin-top: 27px;
}

#header p.home a {
  color: #BC2729;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}

#header, #footer {
  color: #696969;
}

#footer a {
  color: #696969;
  text-decoration: underline;
}

/*----------------------------------------------------------------*/
/* seiten-spezifische layouts */
/*----------------------------------------------------------------*/
#grusswort #wrap {
  background: transparent url('../bilder/back_wrap_grusswort.jpg') left top no-Repeat;
}

#grusswort #inhalt {
  width: 350px;
  padding: 60px 30px 0 100px;
}

#chronik #inhalt {
  padding-bottom: 130px;
  background: transparent url('../media/bilder/gemeinde/vor1923.jpg') left bottom no-Repeat;
}

/*----------------------------------------------------------------*/
/* navigation */
/*----------------------------------------------------------------*/
ul.hauptnavi, ul.subnavi, ul.hauptnavi2 {
  width: 145px;
  margin-bottom: 6px;
}

ul.hauptnavi li {
  width: 115px;
  text-align: right;
  margin-bottom: 1px;
  padding: 0 30px 3px 0;
  background: transparent url('../bilder/bullet_grau_unten.gif') right bottom no-Repeat;
}

ul.hauptnavi li.selected {
  background-image: url('../bilder/bullet_rot_unten.gif');
}

ul.hauptnavi li a {
  text-decoration: none;
  font-size: 0.9em;
}

ul.hauptnavi li.selected a {
  color: #BC2729;
}

ul.subnavi li {
  width: 110px;
  text-align: right;
  margin-bottom: 4px;
  padding-right: 30px;
}

ul.hauptnavi2 {
  margin-top: 10px;
}

ul.hauptnavi2 li {
  width: 110px;
  text-align: right;
  margin-bottom: 4px;
  padding-right: 30px;
}

ul.subnavi li a, ul.hauptnavi2 li a {
  color: #BC2729;
  text-decoration: none;
  font-size: 0.9em;
}

/*----------------------------------------------------------------*/
/* box */
/*----------------------------------------------------------------*/
div.box {
  margin-top: 6px;
  padding: 2px 7px 8px 0;
  border-right: 10px solid #BC2729;
  background: transparent url('../bilder/line_rechts.gif') right top no-Repeat;
  color: #696969;
  font-size: 0.9em;
}

div.box_unten {
  font-size: 0px;
  height: 1px;
  background: transparent url('../bilder/line_rechts.gif') right top no-Repeat;
}

div.box h2 {
  width: 100%;
  text-align: right;
  font-size: 1.1em;
  color: #BC2729;
  margin: 0;
  letter-spacing: 2px;
}

div.box p {
  color: #696969;
  margin: 5px 0 0 0px;
  line-height: 1.2em;
}

div.box input {
  width: 94%;
  margin-bottom: 3px;
}

/*----------------------------------------------------------------*/
/* 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;
}

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

fieldset legend {
  color: #000;
  display: none;
}

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;
}

fieldset table td.spalte-4 {
  width: 30%;
  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%;
}

/*----------------------------------------------------------------*/
/* veranstaltungskalender */
/*----------------------------------------------------------------*/
#monatsswitcher {
  float: left;
  display: inline;
  width: 80px;
  text-align: center;
}

#monatsswitcher table td {
  color: #696969;
  font-size: 0.9em;
}

#monatsswitcher table td.monat {
  padding: 1px 3px 1px 3px;
  width: 50px;
  text-align: center;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  background-color: #e7e7e7;
  font-family: Verdana;
  font-size: 1.6em;
  font-weight: bold;
  color: #000;
}

#kalender {
  float: left;
  display: inline;
  width: 300px;
  margin-left: 6px;
}

#monatsnavi {
  margin-bottom: 2.5em;
}

#monatsnavi p {
  margin: 0;
  padding-left: 7px;
  color: #696969;
  font-size: 0.9em;
}

#monatsnavi div {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding: 2px;
}

#monatsnavi a {
  margin: 0 4px 0 1px;
  text-decoration: none;
}

#monatsnavi a.selected {
  color: #BC2729;
}

div.tag {
  border: 1px solid #c7c7c7;
  margin-bottom: 4px;
}

div.today {
  border: 1px solid #BC2729;
}

div.tag td {
  vertical-align: top;
}

div.sonntag {
  background-color: #e7e7e7;
}

div.tag td.label {
  width: 20px;
  text-align: center;
  border-right: 1px solid #c7c7c7;
  background-color: #e7e7e7;
  color: #696969;
}

div.sonntag td.label {
  color: #BC2729;
}

div.today td.label {
  border-right: 1px solid #BC2729;
}

div.tag td p {
  margin: 2px;
  padding: 0;
}

/*----------------------------------------------------------------*/
/* verschiedenes */
/*----------------------------------------------------------------*/
#inhalt p {
  margin: 0;
  margin-bottom: 1.0em;
}

a.pdf {
  padding: 3px 0 3px 19px;
  line-height: 1.6em;
  background: transparent url('../bilder/icon_pdf.gif') left top no-Repeat;
}

a.pfeil {
  padding-left: 12px;
  text-decoration: none;
  background: transparent url('../bilder/pfeil.gif') left 2px no-Repeat;
}

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

#inhalt ul {
  margin-left: 25px;
}

#inhalt ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}

.abfallwecker p {
  margin: 0;
}

#seitennavi {
  margin-top: 1em;
  text-align: center;
}

#seitennavi span {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

#seitennavi a {
  margin: 0 2px 0 3px;
  text-decoration: none;
}

#seitennavi a.selected {
  color: #BC2729;
}

div.gb {
  margin-left: 25px;
  padding: 5px 2px 2px 2px;
  border: 1px solid #c7c7c7;
  background-color: #e7e7e7;
}

div.betrieb {
  margin-bottom: 20px;
}

div.betrieb div {
  border: 1px solid #c7c7c7;
  background-color: #e7e7e7;
  padding: 5px 5px 5px 3px; 
}

div.betrieb div img {
  margin-left: 4px;
}

div.betrieb table {
  border: 0;
  margin-bottom: 14px;
}

div.betrieb table td {
  width: 180px;
  vertical-align: top;
  padding: 3px 3px 3px 20px;
}

div.betrieb p {
  width: 100%;
  text-align: center;
}

div.news_head, div.news_body, div.news_footer {
  padding-left: 20px;
}

div.news_head {
  background: transparent url('../bilder/line_small.gif') left 7px no-Repeat;
}

div.news_footer {
  color: #696969;
  margin-bottom: 1.6em;
}

#such_container {
  width: 100%;
  padding: 5px;
  border: 1px solid #c7c7c7;
  background-color: #fff;
}

#such_container p {
  margin-left: 80px;
  color: #454545;
  font-size: 0.95em;
}

ol.suchergebnisse li {
  margin-bottom: 1em;
  padding-left: 10px;
}

.suche_starten {
  color: #696969;
  border: 1px solid #696969;
  background-color: #fff;
  font-size: 0.9em;
  width: 100px;
}

table.ev_kat {
  width: 100%;
}

table.ev_kat td {
  text-align: center;
}

table.ev {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0 2em 0;
}

table.ev th {
  width: 50%;
  background-color: #e7e7e7;
  border: 1px solid #c7c7c7;
  font-weight: normal;
  text-align: left;
  color: #454545;
  padding: 2px;
  font-size: 0.95em;
}

table.ev td {
  width: 50%;
  border: 1px solid #c7c7c7;
  background-color: #fff;
  color: #454545;
  padding: 2px;
  font-size: 0.95em;
}

div.galerie_bild {
  float: left;
  display: inline;
  width: 102px;
  height: 77px;
  border: 1px solid #c7c7c7;
  margin: 0 20px 10px 0;
  text-align: center;
}

div.galerie_bild table, div.galerie_bild table td, div.galerie_bild_gr table, div.galerie_bild_gr table td {
  width: 100%;
  height: 100%;
  vertical-align: center;
}

div.galerie_bild_gr {
  float: left;
  display: inline;
  width: 402px;
  height: 302px;
  border: 1px solid #c7c7c7;
  margin: 0 20px 10px 0;
  text-align: center;
}

div.bilder_navi {
  text-align: center;
  line-height: 20px;
  margin-bottom: 0.4em;
}

a.weiter {
  font-family: "Tahoma";
  font-size: 1.8em;
  text-decoration: none;
}

#inhalt ul.redline_ul {
  margin: 1.4em 0 1.2em 0;
}

#inhalt ul.redline_ul li {
  list-style-type: none;
  padding-left: 24px;
  margin-bottom: 1em;
  background: transparent url('../bilder/line_small.gif') left 6px no-Repeat;
}

/*----------------------------------------------------------------*/
/* sitemap */
/*----------------------------------------------------------------*/
#inhalt ul.sitemap, #inhalt ul.sitemap ul {
  margin-left: 0px;
}

#inhalt ul.sitemap li {
  list-style-type: none;
  margin: 1.2em 0 3px 0;
}

#inhalt ul.sitemap li li {
  padding-left: 12px;
  margin: 0 0 2px 0;
  background: transparent url('../bilder/bullet_red.gif') 2px 4px no-Repeat;
}

#inhalt ul.sitemap li a {
  color: #696969;
  text-decoration: none;
  font-size: 0.95em;
}

table.sitemap td {
  width: 50%;
  padding-right: 5px;
  vertical-align: top;
}

/*----------------------------------------------------------------*/
/* suche */
/*----------------------------------------------------------------*/
#inhalt ul.suchergebnis {
  margin-left: 0;
}

#inhalt ul.suchergebnis p {
  background: none;
  border: none;
  margin: 2px 0 2px 0;
  padding: 2px 0 2px 0;
}

#inhalt .suche_like_text, .suche_like_text:visited, h5 {
  color: #333;
}

#inhalt .suche_like_text {
  text-decoration: none;
}

#inhalt .suche_like_text:hover {
  text-decoration: underline;
}

#inhalt .suche_a {
  color: #aaa;
  font-style: italic;
}

#inhalt ul.suchergebnis li {
  margin: 16px 0 10px 0;
  list-style-type: none;
}

#inhalt .suche_last_edit {
  font-size: 0.8em;
}

#inhalt .seitennavi {
  text-align: right;
}

#inhalt .seitennavi a, .seitennavi a:visited {
  margin: 0 1px 0 0;
  padding: 2px 5px 2px 5px;
  background: #ddd;
}

ol.aemter_suche {
  margin-top: 2em;
}

/*----------------------------------------------------------------*/
/* formulare */
/*----------------------------------------------------------------*/
#such_container table {
  width: 80%;
  margin: 0 0 10px 80px;
}

#such_container table td {
  color: #454545;
  font-size: 0.95em;
  vertical-align: top;
  padding: 1px;
}

input.kurz {
  width: 32%;
}

#such_container textarea {
  width: 95%;
}

/*----------------------------------------------------------------*/
/* home */
/*----------------------------------------------------------------*/
div#home_box {
  position: relative;
  width: 365px;
  text-align: right
}

div#home_box h2 {
  color: #BC2729;
  width: 100%;
  text-align: right;
  margin: 0 0 2px 0;
}

div#home_box div {
  width: 297px;
  text-align: left;
}

div#home_content {
  padding-left: 70px;
}

div#home_news_box {
  position: absolute;
  top: 113px;
  left: 0px;
}

div#home_news_box h2 {
  width: 239px;
  max-width: 239px;
  text-align: left;
  margin: 0;
  padding: 0 0 4px 4px;
  background: transparent url('../bilder/line_large.gif') right bottom no-Repeat;
}

div#home_news_box div {
  min-height: 57px;
  width: 233px;
  max-width: 233px;
  padding-top: 1px;
  background: #fff url('../bilder/line_large.gif') right bottom no-Repeat;
  border-right: 10px solid #BC2729;
}

img#home_bild {
  border: 1px solid #BC2729;
  border-left-width: 10px;
  margin-bottom: 2em;
}

div#home_box ul {
  margin: 0;
  padding: 0;
}

div#home_box li {
  list-style-type: none;
  margin: 0 0 1px 0;
}

div#home_box li a {
  font-size: 0.95em;
  text-decoration: none;
  line-height: 17px;
}

#dummy_home_link {
  position: absolute;
  top: 20px;
  left: 190px;
  z-Index: 990;
  width: 330px;
  height: 80px;
  cursor: pointer;
}

#map {
  background: #efefef;
  margin: 1.0em 0em;
}

table.details {
  width: 100%;
  margin-bottom: 0.5em;
}

table.details td {
  width: 50%;
  padding: 1px;
  border-bottom: 1px solid #ccc;
}

table.details td select {
  width: 100%;
}

.sprachwechsel {
  text-align: right;
  font-size: 0.9em;
}

.de {
  background: transparent url('../bilder/flag_de.gif') right center no-repeat;
  padding-right: 20px;
}

.en {
  background: transparent url('../bilder/flag_en.gif') right center no-repeat;
  padding-right: 20px;
}