/******************* TAGS *******************/

* {
  padding: 0;
  margin: 0;
}

body {
  background: #F1F1F1;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

header, nav, footer {
  display: block;
}

p {
  margin-bottom: 12px;
  line-height: 160%;
}

td p {
  margin-bottom: 2px;
}

a {
  color: #007F47;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
  display: block;
}

dd img {
  display: inline;
}

ul, ol {
  margin: 12px 0;
}

ol li {
  margin-left: 15px;
  line-height: 180%;
}

ul li {
  margin-left: 15px;
  line-height: 180%;
  list-style-type: square;
}

ul li h2 {
  margin-bottom: 0;
}

ol li h3 {
  margin: 15px 0 5px 0;
}

sub, sup {
  line-height: 100%;
  margin: 0;
}

/*
.facebook img {
  display: inline;
  padding-right: 10px;
  position: relative;
  bottom: -4px;
}*/

a.facebook,
a.twitter,
a.googleplus,
a.xing,
a.youtube {
  display: inline-block;
  margin: 10px 10px 0 0;
}

/******************* ÜBERSCHRIFTEN *******************/

h1.csc-firstHeader {
  font-size: 26px;
  color: #007F47;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: bold;
}

h1, h2 {
  font-size: 16px;
  color: #333333;
  margin: 20px 0 16px 0;
  font-weight: bold;
}

h3 {
  font-size: 14px;
  color: #666666;
  margin-bottom: 12px;
  font-weight: bold;
}

h4 {
  font-size: 14px;
  color: #333333;
  margin-bottom: 12px;
  font-weight: normal;
}

/******************* CONTAINER *******************/

#container {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 20px 20px 20px;
  background: #FFFFFF;
  -moz-box-shadow: 0 0 4px #CCCCCC;
  -ms-box-shadow: 0 0 4px #CCCCCC;
  -o-box-shadow: 0 0 4px #CCCCCC;
  -webkit-box-shadow: 0 0 4px #CCCCCC;
  box-shadow: 0 0 4px #CCCCCC;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -ms-border-bottom-right-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.clear, .spacer {
  clear: both;
}

#newstable p{
  margin: 0;
}

a.btn {
  display: inline-block;
  background: #007F48;
  color: #FFFFFF;
  padding: 8px 10px;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

a.btn.btn--footer {
  display: inline-block;
  background: #FFFFFF;
  color: #007F48;
  padding: 8px 10px;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
}

a.icon-video {
  display: inline-block;
  background: #007F48;
  color: #FFFFFF;
  padding: 8px 10px 4px;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

a.icon-video:before {
  content: url(icons/icon_video_white.png);
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}

.after_footer_copyright {
  display: none;
}