@import url('https://fonts.googleapis.com/css?family=Asap:600|Open+Sans');

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

body {
  background:#fff url(style_01_FILES/hg.png) left top repeat-x;
  color: #ba3709;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
}


/* Fonts Formatierung */

a:link, a:visited {color: #40465b;text-decoration: none;}
a:hover {color: #40465b;text-decoration:underline;}
a:active {color: #900;text-decoration: none;}

hr { border:0 dotted #ccc; border-bottom-width:2px; margin-top:20px;  margin-bottom:20px; clear:both; }
p {font-size: 14px;line-height: 20px;margin-bottom: 15px;}
h1 {margin-bottom:10px;font-family: 'Asap', sans-serif;font-size:24px;}
h2 {margin-bottom:10px;font-family: 'Asap', sans-serif;font-size:24px;color:#40465b;}
h3 {margin-bottom:10px;font-family: 'Asap', sans-serif;font-size:24px; padding-bottom:25px; color:#40465b;}

#con-right p {margin-bottom:5px;}

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

/* Layout */
/* Basic Layout */

#center {
  width:964px;
  margin:0 auto;
  position:relative;
  min-height:500px;
  background:transparent url(style_01_FILES/hgslider.jpg) left 138px no-repeat;
}

#head {
  position:absolute;
  top:0;
  left:12px;
  width:940px;
}

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

#headerbild {
  position:absolute;
  top:189px;
  left:22px;
  width:920px;
  height:280px;
  z-index:1;
  overflow: hidden;
}

#content {
  position:absolute;
  top:515px;
  left:0;
  width:940px;
}

#footer {
  float:left;
  width:940px;
  margin:10px 0 0 12px;
  border-top:1px solid #ccc;
  padding:10px 0 20px 0;
}


/* Navigation */
/* Ebene Eins */

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:14px;
  text-align:center;
  line-height: 40px;
  background:transparent url(style_01_FILES/navi-hg.jpg) center center repeat-x;
  color:#fff;
  border-right:1px solid #fff;
  text-decoration: none;  
}

ul.nav-ebene-eins li a:hover,ul.nav-ebene-eins li a.active, ul.nav-ebene-eins li.pretty-hover a {
  background:#ba3709;
  color:#fff;
}

/* 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;
  text-align:center;
  color:#fff !Important;
  background:#40465b !Important;
}
ul.nav-ebene-zwei li a:hover {
  background:#ba3709 !Important;
  color:#fff !Important;
}

.code {width:1px;height:1px;overflow:hidden;}

/* Header Logo und Navigation */

#logo {
  position:absolute;
  top:21px;
  left:10px;
}

#headernavi {
  position:absolute;
  right:13px;
  top:18px;
}

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

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


/* Content 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;
}


/* Footer Bereich */

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

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

#footer #copyright {width:940px;text-align:center;}
#footer #copyright a {
  font-size:11px;
  color:#ff0000;
}


/* Kontaktformular  ALT */

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

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

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

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

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

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


/* Kontaktformular  NEU */

.csc-mailform {
  border:none;
  padding:10px 0 10px 0;
  margin:0;
}

.csc-mailform ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

.csc-mailform ol li {
  padding:0;
  margin:0;
}

.csc-mailform label {
  float:left;
  width:90px !Important;
  line-height:25px;
}

.csc-mailform .csc-form-element {
  padding-bottom:5px;
}

.csc-mailform input, .csc-mailform textarea {
  width:350px;
  padding:0;
  margin:0;
  border:1px solid #970000;
  padding:5px;
  font-family: 'Asap', sans-serif;
  font-size:13px;
}

.csc-mailform textarea {
  width:350px;
  height:100px;
}

.csc-mailform .csc-form-element-submit input {
  margin-left:102px !important;
  background:#970000;
  width:120px;
  font-weight:bold;
  color:#fff;
  border:1px solid #970000;
}
