body {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  font-family: sans-serif;
  font-size: 10pt;
}

a:link, a:visited {
  color: #fc2574;
  font-weight: bold;
  font-style: italic;
}

a:hover {
  color: #990000;
}

#content {
  border: 1px solid #fc2574;
  background-image:url(images/gradient2.jpg);
  text-align: center;
  min-width: 800px;
}

#page_head {
  margin-bottom: 0;
  color: #990000;
}

#page_title {
  padding: 1em;
  padding-bottom: 0.5em;
  font-weight: bold;
  font-size: 20pt;
  font-style: italic;
  font-family: serif;
  color: #fff710;
/*  background-color: #fc2574; */
background-image:url(images/gradient1.jpg);
}

#menu {
}

#menu_items ul {
/*  background-color: #fc2574; */
  background-image:url(images/gradient1.jpg);
  margin-top: 0;
  padding: 3px 0;
  padding-top: 10px;
  margin-left: 0;
  border-bottom: 1px solid #fc2574;
}

#menu_items ul li {
  list-style: none;
  margin: 0;
  display: inline;
}

#menu_items ul li a {
  padding: 3px 0.5em;
  margin-left: 2px;
  border: 1px solid #fc2574;
  border-bottom: none;
  text-decoration: none;
  color: #990000;
  background-color: #fff710;
  font-weight: normal;
  font-style: normal;
}

#menu_items ul li a.Current {
  background: #990000;
  color: #fff710;
}

#main_content {
  text-align: left;
  margin: 2em;
}

#title {
  color: #fc2574;
  font-style: italic;
  font-weight: bold;
  font-size: 14pt;
}

.pink {
  color: #fc2574;
}


#footer {
  margin-top: 1em;
  margin-bottom: 1em;
  border-top: 1px dotted #fc2574;
  text-align: center;
}

blockquote {
  padding: 0;
  margin: 1em;
  text-align: left;
}

blockquote p {
  font-size: 1em;
  padding-bottom: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

blockquote p:before {
  content: "\201C";
  font-size: 1.2em;
  font-weight: bold;
}

blockquote p:after {
  content: "\201D";
  font-size: 1.2em;
  font-weight: bold;
}

blockquote cite {
  display: block;
}

table {
   font-size: 10pt;
}

tr {
   margin-bottom: 1em;
}

td {
   padding-top: 10px;
   vertical-align: top;
}

#Kontaktformular .Kontaktheader {
  margin-top: 1em;
  width: 80%;
  padding: 0.3em;
  background: #fc2574;
  color: #fff710;
  font-weight: bold;
}

#Kontaktformular input, #Kontaktformular textarea  {
  color: #fc2574;
  border: 1px solid #fc2574;
}

#Kontaktformular td {
  padding-top: 10px;
  padding-left: 10px;
}


#slideshow #slide img {
  /*border: 1px solid #fc2574;*/
}

#slideshow #navbar button {
  border: 1px solid #fc2574;
  background: white;
  color: black;
}

#slideshow #navbar #slide_name {
  color: #fc2574;
  font-weight:bold;
}
