#Content p,
#Content ul,
#Content ol {
  font-size: 1.1em;
  margin-bottom: 1em;
  line-height: 1.3em;
}

/* @group Formatierungen */
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
big {
  font-size: 1.6em;
}
small {
  font-size: 0.75em;
  color: #008C21;
}
/* @end */


/* @group Überschriften */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #F6E898;
  margin-top: 1.25em;
  font-weight: bold;
  margin-bottom: 0.75em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h2.no-top-margin {
  margin-top: 0;
}
h1 {
  font-size: 1.7em;
}
h2 {
  font-size: 1.4em;
  color: #FFF;
}
h3 {
  font-size: 1.2em;
}
h4 {
  color: #FFF;
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
}
h5 {
  font-size: 1em;
}
/* @end */


/* @group Verlinkungen */
#Content a {
  color: #F6E898;
}
#Content a:hover {
  color: #F6E898;
}
a.download {
  background: url(/images/icons/download.gif) no-repeat left 50%;
  padding-left: 20px;
}
a.external {
  background: url(/images/icons/external.gif) no-repeat right 50%;
  padding-right: 20px;
}
a.zoom {
  background: url(/images/icons/zoom.gif) no-repeat right 50%;
  padding-right: 20px;
}
a.back {
  background: url(/images/arrow_back.gif) no-repeat left 50%;
  padding-left: 12px;
}
a.more {
  background: url(/images/arrow_more.gif) no-repeat right 50%;
  padding-right: 12px;
}
/* @end */


/* @group Aufzählungen */
#Content ul {
  margin-left: 0;
}
#Content ol {
  margin-left: 1.6em;
}
#Content ol li {
  margin-bottom: 1em;
}
#Content ul li {
  list-style: none;
  background: url(/images/arrow_more.gif) no-repeat left 5px;
  /* padding-left: 1em; */
  margin-bottom: 1em;
}
#Content ol li {
  list-style-type: decimal;
}
ul li.pdf {
  list-style-image: url(/images/icons/pdf.gif);
}
ul li.jpg {
  list-style-image: url(/images/icons/jpg.gif);
}
#Content ul.picture_list {
  margin-left: 0;
}
#Content ul.picture_list li {
  margin-bottom: 1em;
  padding: 12px 0px 12px 72px;
  list-style: none;
  background: no-repeat left 50%;
}
#Content ul.contents li {
  background: none;
  padding: 0;
  margin: 0;
}
#Content ul.contents {
  margin-bottom: 2em;
}
/* @end */


/* @group Bilder */
img.left {
  margin-right: 1em;
  float: left;
}
img.right {
  margin-left: 1em;
  float: right;
}
img.border {
  border: 2px solid #030;
  border-top: 1px solid #030;
  padding: 3px 0px 0px 0px;
  margin-top: 0.25em;
  background: url(/images/img_bg.jpg);
}
/* @end */


/* @group Gallery */

.gallery ul { 
  list-style: none;
  margin: 0;
}

.gallery ul li { 
  float: left;
  margin: 0;
}

.gallery.grid ul li img { 
  border: 1px solid #ccc;
  padding: 2px;
}

.gallery.link:after { 
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.gallery ul li a:hover { 
  background: inherit !important;
}

/* @end */


/* @group Textabschnitte */
p.center {
  text-align: center;
}
p.right {
  text-align: right;
}
p.clear-both,
h2.clear-both {
  clear: both;
}
.clearall {
  clear: both;
}
/* @end */



/* @group Textile */

#Content .textile ul li{
  list-style:url(http://pfungstaedter.yum.de/images/pointer.gif);
  margin-left: 3em;
  padding: 3px 0px 0px 0px;
}
/* @end */



/* @group Tabellen */
table {
  margin-bottom: 1em;
}
th {
  font-weight: normal;
  font-size: 0.8em;
  text-transform: uppercase;
  background: #002A06;
  text-align: left;
}
td, th {
  padding: 6px 8px 8px 6px;
  vertical-align: top;
  font-size: 1em;
  line-height: 1.3em;
}
/* @end */


/* @group Formulare */
#Content input,
#Content select,
#Content option,
#Content textarea {
  margin: 0;
}
input,
textarea {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  border: 1px solid #002C00;
  border-top-color: #002600;
  background: #002f0b;
  color: #F6E898;
  padding: 4px;
}
input:focus,
textarea:focus {
  background: #002909;
}
fieldset {
  margin-bottom: 1em;
}
legend {
  font-size: 1.25em;
  font-weight: bold;
  color: #F6E898;
  display: block;
}
#Content fieldset p {
  margin-bottom: 0.5em;
  float: left;
}
fieldset label {
  clear: left;
  width: 240px;
  margin-right: 10px;
  display: block;
  float: left;
}
fieldset input,
fieldset textarea {
  width: 280px;
  display: block;
  float: left;
}
fieldset textarea {
  height: 5em;
}
fieldset input.radio,
fieldset input.checkbox {
  width: auto;
}
input.submit {
  clear: both;
  width: auto;
  border: 1px solid #002C00;
  border-bottom-color: #002600;
}
#Content form.simple fieldset p {
  margin-bottom: 0.5em;
  float: none;
}
form.simple fieldset label {
  width: 240px;
  float: none;
}
form.simple fieldset input,
form.simple fieldset textarea {
  width: 280px;
  float: none;
}
label.postal_code {
  width: 10em;
}
input.postal_code {
  width: 5em;
}
input.instant_submit {
  float: right;
  width: auto;
}
/* @end */


/* @group Boxen */
div.box,
span.box,
div.block,
fieldset {
  background: #003e13;
  padding: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #002f0b;
}
div.box h1,
div.box h2,
div.box h3,
div.block h1,
div.block h2,
div.block h3 {
  margin-top: 0;
}
span.notice,
div.notice {
  display: block;
  padding: 1em;
  margin-bottom: 1em;
  color: #F6E898;
  border: 1px solid #F6E898;
  background: #900;
}
div.block {
  font-size: 0.9em;
  background: url(/images/box_bg.jpg) no-repeat right top;
  border: none;
}
div.half_left {
  clear: both;
  float: left;
  width: 44%;
}
div.half_right {
  float: right;
  width: 44%;
}
/* @end */


/* @group Buttons */
a.button,
a.button_long {
  display: block;
  background: url(/images/buttons/inline_button.gif) no-repeat;
  width: 155px;
  height: 32px;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
  font-size: 1em;
  text-align: center;
  padding-top: 12px;
}
a.button:hover,
a.button_long:hover {
  background: url(/images/buttons/inline_button_over.gif) no-repeat;
}
a.button_long {
  background: url(/images/buttons/inline_button_long.gif) no-repeat;
  width: 175px;
  font-size: 0.9em;
}
a.button_long:hover {
  background: url(/images/buttons/inline_button_long_over.gif) no-repeat;
}
/* @end */


/* @group Contact */

.vcard { 
  border: thin solid #FFF;
  width: 620px;
  padding: 10px;
  float: left;
  margin: 10px 0;
}

.vcard strong { 
  font-size: 150%;
}

.vcard img { 
  float: left;
  padding-right: 10px
}

/* .vcard div.text { 
  float: left;
  padding-left: 10px;
} */

.vcard .address, .vcard .e-address { 
  margin-bottom: 5px;
  float: left;
  width: 250px;
}

.vcard .internet { 
  clear: both;
}

.vcard span { 
  display: block;
}
.description { 
  color: #c3c3c3;
  font-size: 0.9em !important;
}

/* @end */

