* {
  margin: 0 ;
  padding: 0 ;
}

body {
  font-family: Tahoma, Arial, Helvetica, sans-serif ;
  color: #5c5c5c ;
  font-size: 15px ;
}

a {
  color: #0f9315 ;
  text-decoration: none ;
}

h1 a, h2 a, h3 a {
  font-style: normal ;
}

a:hover {
  text-decoration: underline ;
}

img {
  border: 0 ;
}

p + p {
  margin-top: 1.5em;
}

h1, h2, h3, h4 {
  font-family: Tahoma, Arial, Helvetica, sans-serif ;
  font-size: 22px ;
  color: #5c5c5c ;
  margin-bottom: 0.5em ;
  font-weight: normal ;
  line-height: 1.2em;
}
h2 {
  font-size: 16px ;
}
#rightcontent h2{
  font-size:22px;
  font-weight:normal;
  }
h3 {
  font-size: 15px ;
  margin-bottom: 1em;
  font-weight: bold;
}
#rightcontent h3 {
  color: #0f9315;
}
#rightcontent p+h3,
#rightcontent p+h2,
#rightcontent h2+h3 {
  margin-top: 1em;
}
#slogan h1 {
  font-size: 31px ;
  margin-bottom: 0;
  font-weight: bold;
  color: #fff;
}

#slogan h2 {
  font-size: 24px ;
  margin-bottom: 0;
  font-weight: normal;
  color: #fff;
  letter-spacing:1px;
}

#slogan a:hover  { 
  text-decoration: none;  
}


/* Page elements */

body {
  background: #fff;
}

#sitecontainer {

}

.innerwrapper {
  position: relative ;
  margin: auto ;
  width: 901px;
}

#logocontainer {
  position: relative;
  float: left;
  top: 0 ;
  z-index: 5 ;
  height: 130px;
  width: 100%;
  background: url('../images/bg_headercontainer.jpg') repeat-x;
}

/* Logo-Container */

#logo {
  top: 8px ;
  left: 45px ;
  position: absolute ;
  z-index: 10 ;
}

#slogan {
  top: 14px ;
  left: 251px ;
  position: absolute ;
  z-index: 10 ;  
  text-align: center;
  width: 414px;
}

#slogan a {
  display: block;
}

#login {
  top: 14px ;
  left: 665px ;
  position: absolute ;
  z-index: 10 ;  
  width: 236px;
  height: 100px;
  text-align: right;
  color: #fff;
}

#login a {
  color: #fff;
}

#login h2 {
  color: #fff;
  font-weight: bold;
}

#login #user {
  margin-bottom:0.2em;
  width: 110px;
}

#login #pass {
  margin-bottom:1em;
  width: 110px;
}

/*@media only screen and (max-device-width: 1024px){
     #login { display: none; }
  }*/

/* Header-Container + Mainimage*/

#headercontainer {
  width: 100%;
  float: left;
  background-color: #dee0dd;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

#linkespalte {
  float: left;
  margin-top: 28px;
  width: 250px;
  line-height:1.2em;
}

#linkespalte b {
  color: #0f9315;
}

#rechtespalte {
  float: left;
  width: 651px;
  height: 344px;
  margin: 8px 0;
}

/* Mainmenu */

#menucontainer {
  width: 100%;
  float: left;
  height: 30px;
  background-color: #0d8612;  
}

#mainmenu {
  float: left;
  height: 30px;
  position: relative;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif ;
  font-size: 16px;
  text-transform: uppercase;
}

#mainmenu ul {
  list-style-type: none ;
  margin: 0 ;
  padding: 0 ;
  text-align: center ;
}

#mainmenu > ul > li {
  display: inline-block ;
}

#mainmenu ul li {
  position: relative ;
  padding: 0 20px;
  margin-top: 4px;
}


#mainmenu ul li a {
  color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
}

#mainmenu ul li.active > a, #mainmenu ul li a:hover {
  color: #dee0dd;
  font-weight: normal;
  text-decoration: underline;
}

#mainmenu > ul li + li {
  padding-left: 44px ;
  background: url(../images/bg_mainmenu.png) 0 2px no-repeat ;
}

/* Content */

#contentcontainer {
  width: 100%;
  float: left;
  background-color: #dee0dd;
  padding: 29px 0 0 0;
  font-size: 15px;
  text-align: justify;
}

.truecontent {
  float: left;
  width: 100%;
  margin-bottom: 2em;
}

#leftcontent, #leftcontentteam {
  float: left;
  line-height: 1.5em;  
   width: 250px;
}

#leftcontentteam {
   width: 356px;
}

#leftcontent h1, #leftcontentteam h1 , #rightcontent h4{
  color: #0f9315;
  font-weight: normal;
}

#rightcontent #c355 h4 a{
  color: red;
}

#rightcontent , #rightcontentteam{
  float: left;
  line-height: 1.5em;
  width: 651px;
}

#rightcontentteam {
    width: 545px;
}

#leftcontent ul, #leftcontentteam ul, #rightcontent ul, #rightcontentteam ul {
   margin: 10px 0 0 20px; 
}

#leftcontent ul > li + li, #leftcontentteam ul > li + li, #rightcontent ul > li + li, #rightcontentteam ul > li + li {
  margin-top: 0;
}

#leftcontent h1, #leftcontentteam h1, #rightcontent h1, #rightcontentteam h1 {
  padding-top: 1em;
}

#leftcontent .csc-header-n1 h1, #leftcontentteam .csc-header-n1 h1, #rightcontent .csc-header-n1 h1, #rightcontentteam .csc-header-n1 h1 {
  padding-top: 0;
}

#leftcontent .csc-textpic-imagerow img {
  padding-bottom: 1.5em;
}

#leftcontent ul ul, #leftcontentteam ul ul, #rightcontent ul ul, #rightcontentteam ul ul, .csc-default>ul{
   margin-top: 0px; 
} 

.csc-default>ul{ 
   margin-top: -5px !important;  
}

/* Footer */

#footer {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 42px 0;
  margin-top: -2em;
}

#seo {
  float: left;
  font-size: 13px;
}

#copyright{
  float: right;
  color: #0f9315;
  font-size: 14px;
}

#footermenu {
  float: right;
  padding-left: 4px;
  font-size: 14px;
}

#footermenu a {
  color: #0f9315 ;
  font-style: normal ;
}

#footermenu ul {
  list-style-type: none ;
}

#footermenu ul li {
  display: inline ;
}

#footermenu ul > li + li:before {
  content: " | " ;
  font-weight: normal ;
}

/* Kontaktformular */

#kontaktform p, #kontaktform td{
    margin: 8px 0 0 0;
    line-height: 82%;
    border: 0px;
    color: #5c5c5c;
    font-size: 12px;
  }

#kontaktform p.formklein{
    margin: 5px 0 0 0;
    color: #5c5c5c;
    font-size: 10px;
  }

#kontaktform input.form, #kontaktform input.formsubmit, #kontaktform select.form, #kontaktform option.form, #kontaktform textarea.form, #kontaktform input.captcha {
    color: #5c5c5c;
    font-size: 12px;
    border: 1px solid #5c5c5c;
    padding: 2px;
    margin:0px;
    margin-top: 5px;
  font-family: Tahoma, Arial, Helvetica, sans-serif ;
  }

#kontaktform input.form {
   width: 651px;
}

#kontaktform input.form:hover, #kontaktform input.form:focus, #kontaktform select.form:hover, #kontaktform textarea.form:hover, #kontaktform select.form:focus, #kontaktform textarea.form:focus {
    border: 1px solid #5c5c5c;
  font-family: Tahoma, Arial, Helvetica, sans-serif ;
  }

#kontaktform textarea {
    width: 651px;
  font-family: Tahoma, Arial, Helvetica, sans-serif ;
}

#kontaktform input {
}

#kontaktform input.formsubmit {
    background: none;
}

/* Clearfix */

.clearfix:after, .csc-default:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix, .csc-default {
  display: inline-block;
}

html[xmlns] .clearfix, html[xmlns] .csc-default {
  display: block;
}

* html .clearfix, * html .csc-default {
  height: 1%;
}

