html, body, div, p, h1, h2, h3, h4, h5, h6, img {
  border: none;
  margin: 0;
  padding: 0;
}

body {
  background:#fff;
  color: #606060;
  font-family: Futura, Arial, Helvetica, sans-serif, FreeSans;
  font-size:15px;
}


/* Allgemeine Formatierung */

/* override inline styles .. ergänzt 11.2013gabdock */
span[style]{
    color: inherit !important;
    font-size: inherit !important;
}

a:link, a:visited {color: #808080;text-decoration: none;}
a:hover {color: #222;}
a:active {color: #808080;text-decoration: none;}

hr {border:0 solid #ccc; border-bottom-width:2px; margin-top:18px; margin-bottom:18px; clear:both; }

p {font-size: 15px;line-height: 18px;margin-bottom: 14px;}
h1 {margin-bottom:10px;font-size:24px;color:#90B824;}
h2 {margin-bottom:10px;font-size:18px;color:#90B824;}
h3 {margin-bottom:10px;font-size:15px;}
h4 {margin-bottom:10px;font-size:15px;color:#007DC2;}
h5 {margin-bottom:10px;font-size:12px;font-weight:bold;}
h6 {margin-bottom:10px;font-size:18px;color:#3B6189;}


/* font-variant:small-caps; */
#con-right h2 {margin-bottom:0;}
#con-right p {margin-bottom:5px;}

#content ul li {
  margin:6px 0 0 2px;
  padding:0 0 0 10px;
}

/* Layout */

#center {
  width:936px;
  margin:0 auto;
  position:relative;
  min-height:500px;
 }

#head {
  position:absolute;
  top:45;
  left:0px;
  width:936px;
}

#navigation {
  position:absolute;
  top:139px;
  left:0px;
  width:936px;
  overflow: hidden;
  z-index:100;
}

#headerbild {
  position:absolute;
  top:175px;
  left:0px;
  width:936px;
  height:230px;
  z-index:1;
  overflow: hidden;
}

#content {
  position:absolute;
  top:445px;
  left:0;
  width:936px;
  min-height:500px;
}

#footer {
  position:relative;
  float:left;
  width:936px;
  margin:40px 0 0 0px;
  border-top:1px solid #ccc;
  padding:3px 0 5px 0;
}


/* Navigation Ebene Eins */

ul.nav-ebene-eins {
  padding:0;
  margin:0;
  list-style-type:none;
  width:936px;
}

ul.nav-ebene-eins li {
  padding:0;
  margin:0;
  display:inline;
  float:left;
  position:relative;
}

ul.nav-ebene-eins li a {
  display:block;
  width:156px;
  font-size:16px;
  text-align:center;
  line-height: 30px;
  background:transparent url(style_FILES/navi-hg.jpg) center center repeat-x;
  color:#808080;
  /* border-right:1px solid #fff; */
}

ul.nav-ebene-eins li a:hover,ul.nav-ebene-eins li a.active, ul.nav-ebene-eins li.pretty-hover a {
  background:#ebebeb; /*Hintergrund_Untermenue*/
     opacity:0.9;
     filter:alpha(opacity=90); /* For IE8 and earlier */
  color:#808080;
}

/* Navigation Ebene Zwei */

ul.nav-ebene-zwei {
  padding:0;
  margin:0;
}
ul.nav-ebene-zwei li {
  clear:left;
}
ul.nav-ebene-zwei li a {
  border-right:none;
  font-size:13px;
  text-align:left;
  white-space:nowrap;
  text-indent:5px;
  color:#808080!Schriftfb;
  background:#ebebeb; /*Hintergrund Spaltenwechsel*/
}
ul.nav-ebene-zwei li a:hover {
  background:#dedede; /*Hintergrund Zeile Block2*/
  color:#808080; /*Schriftfb*/
}

/* Navigation Ebene Drei */

ul.nav-ebene-drei {
  padding:0;
  margin:0;
}
ul.nav-ebene-drei li {
  clear:left;
}
ul.nav-ebene-drei li a {
  border-right:none;
  text-align:left;
  text-indent:15px;
  color:#808080; /*Schriftfb*/
  background:#ebebeb; /*Hintergrund Block3*/
}
ul.nav-ebene-drei li a:hover {
  background:#dedede; /*Hintergrund Zeile Block3*/
  color:#808080; /*Schriftfb*/
}


/* Header Logo und Navigation */

#logo {
  position:absolute;
  top:15px;
  left:68px;
}

#headernavi {
  position:absolute;
  left:0px;
  top:65px;
}

#headernavi .menu-header {
  color:#ffffff;
  font-size:13px;
}

#headernavi .menu-header a {
  color:#808080;
}


/* Content Bereich */

#con-left-right {
  float:left;
  width:936px;
  margin-left:15px;
}

#con-left {
  width:900px;
  float:left;
}

#con-right {
  width:340px;
  margin-left:600px;
  float:right;
}


/* Footer Bereich */

#footer .menu-footer {
  padding-left:10px;
  color:#666;
  font-size:11px;
}

#footer .menu-footer a {
  color:#666;
}

/* Kontaktformular */

#mailform fieldset {
  border:none;
  padding:10px 0 10px 0;
  margin:0;
}

#mailform label {
  float:left;
  width:230px;
  line-height:25px;
}

#mailform .csc-mailform-field {
  padding-bottom:5px;
}

#mailform input, #mailform textarea {
  width:350px;
  border:1px solid #970000;
  padding:5px;
  font-family: arial;
  font-size:13px;
}

#mailform textarea {
  width:350px;
  height:100px;
}

#mailform input.csc-mailform-submit {
  margin-left:230px;
  background:#970000;
  width:150px;
  font-weight:bold;
  color:#fff;
  border:1px solid #970000;
}
