html, body, div, p, h1, h2, h3, h4, h5, img {
  border: none;
  margin: 0;
  padding: 0;
}

body {
  background:#fff url(style_FILES/hg.jpg) left top repeat-x;
  color: #222;
  font-family:Arial, Helvetica, FreeSans, sans-serif;
  font-size:13px;
}

/* Schriften */

a:link, a:visited {color: #44517E;text-decoration: none;}
a:hover {color: #222;}
a:active {color: #44517E;text-decoration: none;}

hr { border:0 dotted #ccc; border-bottom-width:2px; margin-top:20px;  margin-bottom:20px; clear:both; }
p {font-size: 13px;line-height: 20px;margin-bottom: 15px;}
h1 {margin-bottom:10px;font-size:24px;}
h2 {margin-bottom:10px;font-size:18px;}
h3 {margin-bottom:10px;font-size:16px;}

#con-right h2 {margin-bottom:0;}
#con-right p {margin-bottom:5px;}

#content ul li {
  margin:6px 0 0 2px;
  padding:0 0 0 14px;
}

/* (Basic) Layouts */

#center {
  width:964px;
  margin:0 auto;
  position:relative;
  min-height:430px;
  background:transparent url(style_FILES/hgslider.jpg) left 93px no-repeat;
}

#head {
  position:absolute;
  top:0;
  left:12px;
  width:940px;
}

#navigation {
  position:absolute;
  top:94px;
  left:12px;
  width:940px;
  overflow: hidden;
  z-index:100;
}

#headerbild {
  position:absolute;
  top:128px;
  left:22px;
  width:920px;
  height:220px;
  z-index:1;
  overflow: hidden;
}

#content {
  position:absolute;
  top:380px;
  left:0;
  width:940px;
}

/* Navi Ebene 1*/

ul.nav-ebene-eins {
  padding:0;
  margin:0;
  list-style-type:none;
  width:960px;
}

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:15px;
  text-align:center;
  line-height: 18px;
  background:transparent url(style_FILES/navi-hg.jpg) center center repeat-x;
  color:#fff;
  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:#F0EFF5;
  color:#333;
}

/* Navi Ebene 2*/

ul.nav-ebene-zwei {
  padding:0;
  margin:0;
}
ul.nav-ebene-zwei li {
  clear:left;
}
ul.nav-ebene-zwei li a {
  border-right:none;
  text-align:center;
  color:#fff !Important;
  background:#44517E !Important;
}
ul.nav-ebene-zwei li a:hover {
  background: #F0EFF5 !Important;
  color:#333 !Important;
}

/* Header Logo und Navigation */

#logo {
  position:absolute;
  top:9px;
  left:10px;
}

#headernavi {
  position:absolute;
  right:13px;
  top:10px;
}

#headernavi .menu-header {
  color:#666;
  font-size:12px;
}

#headernavi .menu-header a {
  color:#666;
}

/* Text Bereich */

#con-left-right {
  float:left;
  width:920px;
  margin-left:22px;
}

#con-left {
  width:640px;
  float:left;
}

#con-right {
  width:240px;
  margin-left:40px;
  float:left;
}

/* Line and Copyright Footer*/

#footer {
  padding-left:10px;
  text-align: center;
  color:#666;
  font-size:12px;
  float:left;
  width:940px;
  margin:10px 0 0 12px;
  border-top:1px solid #ccc;
  padding:10px 0 20px 0;
}

.csc-mailform .csc-mailform-field {
    font-size:0.75em;  
    padding-bottom:5px;
    clear:both;
}
.csc-mailform .field-rueckruf, .csc-mailform .field-referenzliste {
    padding-left:90px;
}
.csc-mailform .csc-mailform-field label {
    float:left;
    width:90px;
}
.csc-mailform .field-rueckruf label,.csc-mailform .field-referenzliste label {
    float:none;
    width:350px;
}
.csc-mailform .csc-mailform-field input, .csc-mailform .csc-mailform-field textarea {
    width:350px;
    border: 1px solid #000;
    border-radius:3px;
    -moz-border-radius:3px;
    background-color:#fff;
    -moz-box-shadow: 2px 2px 2px #000;
    -webkit-box-shadow: 2px 2px 2px #000;
    box-shadow: 2px 2px 2px #000;
    padding:1px;
}
.csc-mailform .csc-mailform-field input {
    height:16px;
}
.csc-mailform .csc-mailform-field input#mailformrueckruf,.csc-mailform .csc-mailform-field input#mailformreferenzliste {
    width:16px;
    float:left;
    margin-right:5px;
}
.csc-mailform .csc-mailform-field input#mailformformtype_mail {
    margin-left:90px;
    width:100px;
    font-size: 90%;
    font-weight:bold;
    color:#000;
    background: lightgrey;
    height:18px;
}
.csc-mailform span.pflicht {
    font-size:0.7em;
    padding-left:380px;
    display:block;
    margin-top:-15px;  
}

