* {
margin:0;
padding:0;
} 

html {
  background: #ffffff;
  height: 100%;
}

body {
  font-family: Arial, Helvetica, Sansserif;
  font-size: 14px;
  line-height: 150%;
  background: url(images/background-content-wrapper.gif) repeat-x;
  height: 100%;
}



/* Wrapper */

#wrapperheader {
}



/* Header */

#header {
  width: 980px;
  height: 290px;
  margin-left: auto;
  margin-right: auto;
} 

.mainnav {
  float: left;
}

.mainnav a:hover {
  background: none;
}

.mainnav h1 {
  width: 430px;
  line-height: 32px;
  color: #ffffff;
  margin: 8px 0 0 0;
  text-align: center;
}

.slideshow  {
  height: 225px;
  width: 525px;
  margin: 0 0 0 455px;
  position: relative;
  top: 10px;
}

.slideshow a:hover {
  background: none;
}

.subnav {
  padding: 2px 0 0 0;
  height: 50px;
  font-size: 18px;
  clear: both;
}

ul#navigation {
  border-left: 1px solid #666666;
  border-right: 1px solid #333333;
}

ul#navigation li {
  list-style: none;
  text-align: center;
  float: left;  /* ohne width - nach CSS 2.1 erlaubt */
  position: relative;
  }

ul#navigation li a {
  display: block;
 /*   width: 138px; Breite den in li enthaltenen Elementen zuweisen */
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,1);
  height: 35px;
  padding: 15px 47px 0 47px;
  border-left: 1px solid #333333;
  border-right: 1px solid #666666;
}

ul#navigation li a:hover {
  background: #4b4b4b; 
  color: #ffffff;
}

/* Contentgeneral */

#wrappercontent {
  width: 100%;
  clear: both;
  background: url(images/background-general.gif) center top no-repeat;
}

#contentgeneral {
  width: 980px;
  padding-top: 25px;
  margin-left: auto;
  margin-right: auto;
}



/* Main */

#main {
  padding: 25px;
  width: 655px;
  text-align: left;
  float: left;
  background: url(images/background-content-general.png) repeat-y;
}

.entry {
  border-bottom: 2px dashed #e40000;
  margin: 0 0 20px 0;
}

.entry ul, .entry ol {
  margin: 0 0 0 40px;
}

#main h2 {
  font-family: Arial, Helvetiva, Sansserif;
  line-height: 100%;
}



/* Special */

#special{
  padding: 10px;
  border: 2px solid #cc0000;
  background: #ffffff;
  text-align: center;
}



/* Sidebar */

#sidebar {
  margin: 0 0 0 725px;
  padding: 25px;
  width: 200px;
  text-align: left;
  background: url(images/background-content-general.png) repeat-y;
}

.searchslot {
  width: 120px;
  text-align: left;
  font-size: 14px;
  padding: 5px 5px 5px 30px;
  background: #FFFFFF url(images/suchlupe.gif) no-repeat;
}

#sidebar h2 {
  margin: 10px 0 0 0;
  padding: 0 3px 0 3px;
  font-size: 12px;
  font-weight: bold;
  background: #ffeacc;
}

#sidebar p, #sidebar ul li {
  list-style: none;
  font-size: 12px;
  line-height: 15px;
  margin: 3px 0 6px 0;
  padding: 0 3px 0 3px;
}

#sidebar ul li h2 {
  padding: 3px;
  margin: 0 -3px 0 -3px;
}

#sidebar ul li ul {
  margin: 0 -3px 0 -3px;
}



/* Footer */

#wrapperfooter {
  clear: both;
  background: url(images/background-footer-wrapper.gif) repeat-x;
}


#footer {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  padding: 25px;
}

#footernav {
}

#footernav li {
  list-style: none;
  text-align: left;
  float: left;
  display: block;
  width: 18%;
  font-size: 12px;
  margin: 0 0 25px 0;
}

#footernav a {
  color: #ffeacc;
}

#footernav a:hover {
  color: #ff0000;
  background: none;
}

address, .copyright {
  font-size: 12px;
  font-style: normal;
  margin: 0 0 0 10px;
}

.copyright {
  text-align: center;
  margin: 25px 0 0 0;
  clear: both;
}



/* Textauszeichnungen */

h1, h2, h3, h4, #main ul, #main ol, #main p {
  font-weight: normal;
  padding-bottom: 20px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

p , .entry li {
 padding-bottom: 15px;
}

img {
 border: none;
}

a {
  font-style: normal;
  text-decoration: none;
  color: #cc0000;
}

a:hover {
  background: #ffeacc;
}

.tableline {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}

#table td {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

.small {
  font-size: 12px;
}

.xsmall {
  font-size: 11px;
}

.xxsmall {
  font-size: 10px;
}




/* Mehrfache Verwendung */

.alignright {
  float: right;
  margin: 0px 0 20px 20px;
}

.aligncenter {
  text-align: center;
  margin: 20px 0 20px 0;
}

.wp-caption-text {
  font-size: 12px;
  font-style: italic;
  text-align: left;
  line-height: 15px;
}

.box {
  border: 1px solid #e40000;
  background: #ffeacc;
  padding: 10px;
  margin-bottom: 25px;
}

.genericbutton {
  padding: 5px;
}
.genericbutton, .servicebox ul li, .wpcf7-submit {
  text-align: center;
  font-size: 14px;
  text-shadow: 0 1px 1px rgba(255,255,255,1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000000;
  border: solid 1px #666666;
  background: #f2f2f2; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 50%, #cccccc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#cccccc), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 50%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#cccccc 50%,#cccccc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#cccccc 50%,#cccccc 100%); /* IE10+ */
  background: linear-gradient(top, #ffffff 0%,#cccccc 50%,#cccccc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.2);
}

.genericbutton:hover, .servicebox ul li:hover, .wpcf7-submit:hover {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e4e4e4 50%, #e4e4e4 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#e4e4e4), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#e4e4e4 50%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#e4e4e4 50%,#e4e4e4 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#e4e4e4 50%,#e4e4e4 100%); /* IE10+ */
  background: linear-gradient(top, #ffffff 0%,#e4e4e4 50%,#e4e4e4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
}

.genericbutton:active, .servicebox ul li:active, .wpcf7-submit:active {
  position: relative;
  top: 1px;
  color: #333333;
  background: #e4e4e4; /* Old browsers */
  background: -moz-linear-gradient(top, #e4e4e4 0%, #b2b2b2 50%, #b2b2b2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(50%,#b2b2b2), color-stop(100%,#b2b2b2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e4e4e4 0%,#b2b2b2 50%,#b2b2b2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e4e4e4 0%,#b2b2b2 50%,#b2b2b2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e4e4e4 0%,#b2b2b2 50%,#b2b2b2 100%); /* IE10+ */
  background: linear-gradient(top, #e4e4e4 0%,#b2b2b2 50%,#b2b2b2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#b2b2b2',GradientType=0 ); /* IE6-9 */
}


/* Formularfelder */

input, textarea {
  resize: none;
  font: 14px Arial, Helvetica, sans-serif;
  padding: 5px;
  margin: 2px 0px 2px 0px;
  color: #000000;
  border: solid 1px #666666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

textarea {
  width: 98%;
}
