body {
  font-size: 12px;
  line-height: 1.4em;
  font-family: Arial, Verdana, sans-serif;
  color: #ffffff;
}

a {
  color: #ff6300;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

.content-inner {
  padding: 0px 0px 10px 0px;
}

#content h2 {
  color: #ff6300;
  font-size: 1.4em;
  margin-top: 10px;
  margin-bottom: 5px;
}

h1, h2 {
  font-size: 3em;
  line-height: 1em;
  text-transform: uppercase;
}

h1.topline, h2.topline {
  text-shadow: 0 0 3px rgba(230, 167, 12,.9), 1px 2px 5px rgba(230, 167, 12,.9);
  filter: Shadow(Color=#fdcd12, Direction=135, Strength=5);
  height: 82px;
  line-height: 82px;
  position: relative;
  
  overflow: visible;
}

h2.topline-sub {
  height: 75px;
}

#right h2 {
  font-size: 2.1em;
}

img {
  border: 0px;
}

.topline-container {
  z-index: -1;
}

.topline-container .title-splash {
  position: absolute;
  left: -40px;
  top: 0px;
  z-index: -1;
}

.topline-container .block-splash {
  position: absolute;
  left: -58px;
  top: -51px;
  z-index: -1;
}

.topline-container .block-splash-1 {
  position: absolute;
  left: -28px;
  top: -34px;
  z-index: -1;
}

h2 {
  font-size: 2.6em;
}

h1 span, h2 span {
  font-size: .8em;
  font-weight: normal;
}

/* FOOTER */
#footer {
  background-color: #58585a;
}

#footer .primary {
  border-bottom: 1px solid #ffffff;
  display: block;
  margin-bottom: 4px; 
}

/* TOP */
.flags-prim {
  text-align: right;
}

.flags-prim ul{
  list-style: none;
  list-style-type: none;  
}

.top-links li {
  border-right: 1px solid #5f5f5f;
  line-height: 1em;
}

.top-links li.last {
  border-right: none;
}

.top-links a {
  color: #414142;
  text-transform: uppercase;
  text-decoration: none;
}

/* HEADER */
#header {
  background: url(../images/design/header-bg.png) left top repeat-x;
}

.nav {
  list-style-image: none;
  list-style-type: none;
}

.nav li {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  position: relative;
}

.nav li a,
.nav li span {
  text-decoration: none;
  color: #646567;
}

.nav li a:hover {
  color: #ff6300;
}

.nav li.active a,
.nav li.active span {
  color: #ff6300;
}

/* MAIN */
#main {
  padding-top: 15px;
}

.bg {
  background: url(../images/design/gray.png) left top repeat;
}

.bgh {
  background: url(../images/design/bgh.png) left top repeat;
}

/* news */
.news {
    margin-bottom: 1em;
}

.news .news-image-title {
    background: url("../images/design/newsbg.png") repeat scroll left top transparent;
}

.news h2 {
  font-size: 1.8em;
  color: #ff6300;
}

.news-big h2 {
  line-height: 34px;
}

.news-big h2,
.news-2 h2,
.news-3 h2,
.news-1000 h2 {
  margin-left: 9px;
  margin-right: 9px;
}

.news-2 h2,
.news-3 h2,
.news-1000 h2 {
  margin-top: 10px;
}

.news-2 .actionlinks,
.news-3 .actionlinks,
.news-1000 .actionlinks,
.news-big .actionlinks {
  margin-left: 0px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.news .text {
    margin: 8px 9px 5px 9px;
}

.news .action {
    padding-top: 2px;
    position: relative;
    width: 100%;
}

.RRPublish table.TilesList td{
	color: black;
}

.news .actionlinks {
    list-style-type: none;
}

.news-2 .actionlinks,
.news-3 .actionlinks,
.news-1000 .actionlinks,
.news-big .actionlinks {
  margin-left: 0px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.news-2 .action {
  border-top: 1px solid #b1b3b4;
}

.news-big .action .actionlinks li {
    float: left;
    margin-right: 10px;
}

.actionlinks li {
    background: url("../images/design/bullet.png") no-repeat scroll 0px 3px transparent;
    padding-left: 10px;
}

.news-3 .news,
.news-2 .news {
    border-top: 4px solid #ff6300;
    padding-top: 3px;
}

/* Block */
.bgwhite {
  background: url(../images/design/bg_white.png) left top repeat;
}

.block {
  width: 332px;
}

.block-inner {
  padding: 15px 0px;
}

/* Footer */
.footer-inner ul {
  list-style-type: none;
  list-style-image: none;
}

.footer-inner a,
.footer-inner span {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-inner a:hover {
  color: #ff6300;
}

.footer-inner ul a {
  text-transform: none;
}

.footer-inner .primary {
  font-size: 1.2em;
}

.footer-inner .active a {
  color: #ff6300;
}

.footer-links .top-links {
  list-style-type: none;
  list-style-image: none;
}

.footer-links .top-links a {
  color: #ff6300;
}

.footer-links .top-links li {
  margin-left: 4px;
  border-right: 1px solid #ff6300;
}

.block-newsletter span {
  color: #555555;
  font-size: 0.9em;
}

.block-newsletter .newsletterform {
  padding-left: 8px;
  padding-right: 8px;
}

.block-newsletter .fieldset {
  margin-bottom: 10px;
}

.block-newsletter input,
.block-newsletter select {
  width: 150px;
}

.block-newsletter input[type=image] {
  margin-top: 5px;
  width: auto;
}

ul.sociallinks {
  list-style-type: none;
  list-style-image: none;
}

.block-facebook-inner,
.block-navigation-inner {
    padding: 12px 8px;
}

.block-navigation-inner a {
  color: #ffffff;
  font-size: 1em;
}

.block-navigation-inner a:hover {
  color: #ff6300;
}

.block-navigation-inner table td.first a {
  text-transform: uppercase;
  display: block;
}

.block-navigation-inner table td {
  border-bottom: 1px solid #a7a7a5;
}

.block-navigation-inner table td.nob {
  border-bottom: none;
}

.block-navigation-inner table td.middle {
  border-bottom: none;
}

.block-navigation-inner table td a {
  padding-left: 10px;
}

.block-navigation-inner table td a.active{
  color: #ff6300;
  background: url("../images/design/bullet.png") no-repeat scroll 0 3px transparent;
  font-weight: bold;
}

/* contentelements */
.news-inner {
  padding-top: 0px;
}

#content .news-big h2 {
  margin: 19px 0px 0px 9px;
}

/* bg */
.news-detail, 
.element,
.backlink {
  background: url(../images/design/gray.png) left top repeat;
}

.element {
  padding: 1px 0px;
}

.element-90 {
  background: none;
}

.include-link, .spacer-content, .backlink, .news-detail {
  padding: 9px;
}

.bullet-box {
  padding-left: 16px;
}

.bullet-box:before {    
    font-family: 'FontAwesome';
    content: '\f0da';
    margin:0 5px 0 -15px;
    color: #ff6300;
}

/* nav */
#jsddm li a.last {
    border-right: medium none;
}

.nav li.active ul li a{
  color: #646567;
}

#jsddm li ul {
    background: url(../images/design/menu-bg.png) repeat left top transparent;
    margin: 0px 0 0;
    padding: 5px 0 8px;
    position: absolute;
    visibility: hidden;
    list-style-type: none;
    list-style-image: none;
    left: 0px;
    top: 10px;
}
#jsddm li ul li {
    float: none;
    font-weight: normal;
}
#jsddm li ul li a {
    border-right: 0 none;
    font-size: 12px;
    line-height: 1.2em;
    margin-left: 8px;
    margin-right: 8px;
    display: block;
    padding: 4px 2px 0px 2px;
    min-width:130px;
    width:auto !important;
    width:130px;
    border-bottom: 1px solid #ff6300;
}

#jsddm li ul li.active a,
#jsddm li ul li a:hover {
    background-color: #ff6300;
    color: #ffffff;
}

.sitemap ul{
	padding-left: 20px;

}

.sitemap {
	padding-bottom: 20px;

}

.element table th, .inhaltstabelle th {
	padding: 2px;
	background-color: #d4d5d7;
	color: black;
	border-color: black;

}

.element table td, inhaltstabelle td{
	border-color: black;
	padding: 2px;
}

.parterlink1{
	padding: 10px 0px 0px 10px;
	color: #888888;
}

.parterlink1 a{
	color: #888888;
}