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

body {
  background:#fff url(img/hg.jpg) left top repeat-x;
  color: #222;
  font-family:Arial, Helvetica, FreeSans, sans-serif;
  font-size:13px;
}


/* Fonts Formatierung */

a:link, a:visited {color: #900;text-decoration: none;}
a:hover {color: #222;}
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: 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;
}

/* Layout */
/* Basic Layout */

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

#head {
  position:relative;
  top:0;
  left:12px;
  width:100%;
  max-width:940px;
  height:94px;
}

#navigation {
  position:relative;
  top:0px;
  left:12px;
  width:100%;
  max-width:940px;
  z-index:100;
}

#headerbild {
  position:relative;
  top:10px;
  left:22px;
  width:100%;
  max-width:920px;
  height:280px;
  z-index:1;
  overflow: hidden;
}


#headerbild img {width:100% !important;height:auto !important;}



#content {
  position:relative;
  top:50px;
  left:0;
  width:100%;
  max-width:940px;
}

#footer {
  float:left;
  width:100%;
  max-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:100%;
  max-width:960px;

}

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

ul.nav-ebene-eins li:first-child {width:17.5%;}

ul.nav-ebene-eins li a {
  display:block;
  font-size:15px;
  text-align:center;
  line-height: 40px;
  background:transparent url(img/navi-hg.jpg) center center repeat-x;
  color:#fff;
  border-left:1px solid #fff;  
}

ul.nav-ebene-eins li:first-child a {border-left:none;}

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

/* Navigation */
/* Ebene Zwei */

ul.nav-ebene-zwei {
  padding:0;
  margin:0;
  position:absolute;
  top:40px;
  left:0;
  width:100% !important;
 
}
ul.nav-ebene-zwei li {
  clear:left;
  width:100% !important;
}
ul.nav-ebene-zwei li a {
  border-left:none;
  text-align:center;
  color:#fff !Important;
  background:#273540 !Important;
  
}
ul.nav-ebene-zwei li a:hover {
  background:#fff !Important;
  color:#333 !Important;
}

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

/* Header Logo und Navigation */

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

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

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

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


/* Content Bereich */

#con-left-right {
  float:left;
  width:100%;
  max-width:920px;
  margin-left:22px;
}

#con-left {
  width:70%;
  float:left;
}

#con-right {
  width:25%;

  float:right;
}


/* Footer Bereich */

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

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

#footer #copyright {width:100%;max-width:940px;text-align:center;  font-size:11px;color:#666666;}
#footer #copyright a {
  font-size:11px;
  color:#666666;
}


/* 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: arial;
  font-size:12px;
}

#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: arial;
  font-size:12px;
}

.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;
}


.csc-textpic-caption {font-size:11px;font-style:italic;padding-top:5px;}
.csc-textpic-intext-left img {padding-right:15px;}

#sprache {
  position:absolute;
  right:13px;
  top:35px;
  z-index:5001;
}

#sprache ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

#sprache ul li {
  float:left;
}

#sprache ul li a {
  display:block;
  padding:0 5px 0 5px;
  color:#666;
}

#sprache ul li.cur a, 
#sprache ul li a:hover {color:#000;}

.responsivemenu {display:none;}

ul.mobile-nav-ebene-eins {position:absolute;z-index:5000;top:35px;width:100%;padding:0;margin:0;list-style-type: none; display:none;}
ul.mobile-nav-ebene-eins.hasScrolled {top:36px;}
ul.mobile-nav-ebene-eins li {position:relative;}
ul.mobile-nav-ebene-eins a {display:block;line-height:40px;background:#464646;border-bottom:1px solid #535353;padding-left:20px;color:#fff;}
ul.mobile-nav-ebene-eins a:hover {background:#535353;}
ul.mobile-nav-ebene-eins li span {width:42px;height:40px;background:transparent url(img/openclose.png) center top no-repeat; position: absolute; right:0px; top:0;}
ul.mobile-nav-ebene-eins li span.open {background:transparent url(img/openclose.png) center bottom no-repeat;}

ul.mobile-nav-ebene-zwei {width:100%;padding:0;margin:0;list-style-type: none; display:none;}
ul.mobile-nav-ebene-zwei a {background:#535353;border-bottom:1px solid #606060;}
ul.mobile-nav-ebene-zwei a:hover {background:#606060;}


@media screen and (max-width: 985px) {
  .responsivemenu {display:block;position:relative;top:0; left:0;width:100%;background:transparent;height:36px;z-index:5000;}
  .showmenu {display:block;position:absolute; left:20px; top:0px;z-index:5000; height:36px; background:transparent url(img/menu.png) left center no-repeat; line-height:36px;padding-left:45px;}
  .showmenu:hover {cursor:pointer;}
  #headernavi, #navigation  {display:none;}
  
body, #center {background-image:none;}
.imagecycle-nivo_c254 {width:100%;}
.imagecycle-nivo_c254 img {width:100%; height:auto;}
#head {left:0px;height:auto;}
#logo {
  position:relative;
  top:30%;
  left:0px;
  width:90%;
  margin:0 auto;
  padding:20px 0 20px 0;
}
#con-left-right {
  float:none;
  width:100%;
  margin-left:0px;
}

#con-left {
  width:90%;
  float:none;
  margin:0 auto;
}

#con-right {
  width:90%;
  float:none;
  margin:0 auto;
}


#logo img {width:100%;height:auto;}



#footer {margin-left:0;}
#headerbild {
  position:relative;
  top:0px;
  left:0px;
  width:100%;
  max-width:920px;
  height:auto;
  z-index:1;
}
#content {top:10px;}
#sprache {top:10px;}
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    float: none !important;
}
.csc-textpic-text {margin:0 !important;}
}

