/* 
gelb:         #FFCD00
body-bg:      #1A1F24
footer-color: #969696
 */

* {
  margin: 0;
  padding: 0;
}

body {
  background: #1A1F23 url(../img/body-bg-schatten.png) repeat-y top center;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

img a, a img {
  border: none;
}

p {
  line-height: 140%;
}

a {
   outline: none;
}

#container {
  background: url(../img/navigation-bg-kachel.png) repeat-y 0 0;
  margin: 0 auto 0 auto;
  position: relative;
  width: 900px;
}

#header {
  height: 360px;
}

#header h1 a em,
p.button a em,
.mb-button a em,
.mb-button div {
  height: 50px;
  left: -9999px;
  position: absolute;
  width: 50px;
}

#header h1 a {
  background: url(../img/logo.png) no-repeat 0 0;
  display: block;
  height: 85px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 218px;
  z-index: 100;
}

div.textholder {
  z-index: 200;
}

div.textholder a, div.textholder {
  color: #FFFFFF !important;
  text-transform: uppercase;
}

div#main {
  background: url(../img/main-bg.png) repeat-y 0 0;
  overflow: hidden;
  width: 900px;
}

div#navigation {
  float: left;
  width: 212px;
}

div#navigation ul {
  padding: 10px 0 4px 0;
}

div#navigation ul#navigation-projekte li {
  background: url(../img/icon-navigation.png) no-repeat 0 3px;
  list-style: none;
  margin-left: 20px; 
  padding-left: 22px;
  padding-bottom: 4px;
}

div#navigation ul#navigation-projekte li:last-child {
  background: url(../img/button-unserekunden.png) no-repeat 0 0;
  width: 141px;
  height: 21px;  
  margin-top: 6px;
}

div#navigation ul#navigation-projekte li:last-child a {
  color: #616161;
  display: block;
  padding-top: 3px;
  font-weight: bold;
}
div#navigation ul#navigation-projekte li.current:last-child a {
  color: #000;
  text-decoration: none;
}

div#navigation ul#navigation-projekte li.current a {
  font-weight: bold;
  text-decoration: underline; 
}


/* NEWSLETTER */
div#navigation ul#navigation-news li {
  background: url(../img/icon-navigation.png) no-repeat 0 3px;
  list-style: none;
  margin-left: 20px; 
  padding-left: 22px;
  padding-bottom: 4px;
}

div#navigation ul#navigation-news li:last-child {
  background: url(../img/button-news.png) no-repeat 0 0;
  width: 183px;
  height: 21px;  
  margin-top: 6px;
}

div#navigation ul#navigation-news li:last-child a {
  color: #616161;
  display: block;
  padding-top: 3px;
  font-weight: bold;
}
div#navigation ul#navigation-news li.current:last-child a {
  color: #000;
  text-decoration: none;
}


div#navigation ul#navigation-news li.current a {
  font-weight: bold;
  text-decoration: underline; 
}




div#navigation div#newsletter-button {
    text-align:center;
    margin-left:20px;
  background: url(../img/button-news.png) no-repeat 0 0;
  width: 183px;
  height: 21px;  
  margin-top: 6px;
}

div#navigation div#newsletter-button a {
  color: #616161;
  display: block;
  padding-top: 3px;
  font-weight: bold;
  text-decoration:none;
}
/* NEWSLETTER */

div#navigation ul li a {
  color: #000000;
  text-decoration: none; 
}

div#navigation h3 {
  background: #000000;
  font-size: 18px;
  height: 20px;
  padding: 10px 10px 10px 0;
  text-transform: uppercase;
}

div#navigation h3 a {
  background: url(../img/icon-closed.png) no-repeat 10px 4px;
  color: #FFFFFF;
  padding-left: 33px;
  text-decoration: none;
}

div#navigation h3.active a {
  background: url(../img/icon-open.png) no-repeat 10px 4px;
}

div#navigation h3 a {
  background-image: url(../img/icon-closed.png);
}

div#navigation div.tab-content {
  padding: 12px 0 0 22px;
}

div#navigation div.tab-content h4, 
label#umkreissuche-label {
  font-size: 13px;
  font-weight: bold;
  padding: 8px 0 4px 0;
}

div#navigation div.tab-content p {
  padding: 0 0 8px 0;
}

div#navigation div.tab-content a:link,
div#navigation div.tab-content a:visited,
.mb-link label {
  border-bottom: 1px dashed #000000;
  color: #000000;
  text-decoration: none;
}

div#navigation div.tab-content p.button  a:link,
div#navigation div.tab-content p.button  a:visited {
  border-bottom: none;
}

div#content-area {
  background: #FFFFFF url(../img/balken-content-oben.png) no-repeat top right;
  float: right;
  width: 688px;
}

div#footer {
  background: url(../img/footer-bg-mitschatten.png) no-repeat 0 0;
  clear: both;
  color: #666;
  font-size: 13px;
  height: 240px;
  position: relative;
}

div#footer_left {
    float: left;
    width: 190px;
    padding-left: 22px;
    margin-top: 40px;
}

div#footer_right {
    float: right;
    width: 688px;
    margin-top: 21px;
}

div#footer ul#metanavigation {
  position: absolute;
  right: 10px;
  top: 215px;
}

div#footer ul#metanavigation li {
  display: inline;
  list-style: none;
}

div#footer ul#metanavigation li a {
  color: #666;
  padding: 0 3px;
}

div#footer p#copyright {
    color: #666;
  padding: 10px 0 0 10px;
}

div#footer iframe {
    background-color: #fff;
}

#subnavigation {
  margin-left: 6px;
  margin-top: 38px;
  width: 688px;
  _width: 678px;
}

#subnavigation-suche {
  margin-top: 28px;
  margin-left: -11px;
  width: 680px;
}

body#standortsuche #subnavigation {
  display: none;
}

#subnavigation li, #subnavigation-suche li {
  float: left;
  list-style: none;
  margin: 0;
  _width: 220px;
}

#subnavigation li a em, 
#subnavigation-suche li a em {
  display: block;
  font-style:  normal;
  height: 69px;
  _height: 49px;
  padding: 18px 28px;
  _padding: 18px 10px 18px 20px;
  _font-size: 17px;
}
body.noTabs div#c27 h1 i,
body.noTabs div#c28 h1 i,
body.noTabs div#c30 h1 i,
body.noTabs div#c33 h1 i,
body.noTabs div#content h1 i,
body.team div#content h1 i,
body.presse div#content h1 i {
  padding: 18px 27px 28px 16px;
  font-style:  normal;
}

body.noTabs h1#logo {
margin-top: 0;
}

#subnavigation li a.current em, 
#subnavigation-suche li a.active em, 
#subnavigation-suche li a.current em {
  background: url("../img/tab-left.png") no-repeat left top;
}

body.noTabs div#c27 h1,
body.noTabs div#c28 h1,
body.noTabs div#c30 h1,
body.noTabs div#c33 h1,
body.noTabs div#content h1,
body.team div#content h1,
body.presse div#content h1 {
  background: url("../img/tab-left.png") no-repeat left top;
  margin-top: 46px;
  margin-bottom: 23px;
  text-transform: uppercase;
}

#subnavigation li a.current, #subnavigation-suche li a.current, #subnavigation-suche li a.active,
body.noTabs div#c27 h1 i,
body.noTabs div#c28 h1 i,
body.noTabs div#c30 h1 i,
body.noTabs div#c33 h1 i,
body.noTabs div#content h1 i,
body.team div#content h1 i,
body.presse div#content h1 i { 
  background: #FFF url("../img/tab-right.png") no-repeat right top; 
}
#subnavigation-suche li a.active {padding: 0;}
#subnavigation li a, 
#subnavigation-suche li a {
  color: #000000; 
  display: block;
  height: 69px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

div#content div#detailblatt-headline h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-top: 0px;
  text-transform: none;
}
div#detailblatt-headline h2 a{
text-decoration: none;
color: #000;
}

div#navigation ul.tabs {
  background: #000000;
  padding: 0 0 0 22px;
}

#navigation-standorte li,
#navigation-kontakt li {
  display: inline;
  height: 22px;
  list-style: none;
}

#navigation #navigation-standorte li a,
#navigation #navigation-kontakt li a {
  color: #FFFFFF;
  padding: 3px 8px;
}

#navigation #navigation-standorte li a.current,
#navigation #navigation-kontakt li a.current {
  background: #FFCD00;
  color: #000000;
}

h3#h3-kontakt,
h3#h3-standortsuche {
  margin-top: 14px;
}

div#content {
  clear: left;
  padding-left: 18px;
  padding-right: 330px;
  _padding-right: 20px;
  padding-top: 10px;
  position: relative;
}

body.noTabs div#content,
body.team div#content,
body.presse div#content,
body#standortsuche div#content {
padding-right: 20px;
}

body.default .content-addon {
  left: 355px;
  _left: auto;
  position: absolute !important;
  _position: static;
  _float: right;
  _width: 316px;
  _height: 237px;
}

body.default .content-addon li {
  list-style: none;
}

div.clear {
  clear: left;
}

div#content h1,
div#content h2 {
  font-size: 18px;
  padding: 0 20px 4px 0;
}

div#content h2 {
  padding: 12px 20px 6px 0;
}

div#content p {
  line-height: 140%;
  padding: 8px 20px 8px 0;
}

div#content a {
border-bottom: 1px dashed #000;
color: #000;
padding: 1px;
text-decoration: none;
}

div#content a:hover {
border-bottom: none;
/*background: #FFCD00;*/
}

div#detailblatt a {
border-bottom: none;
}

p.button a,
.mb-button a {
  display: block;
}

div#navigation div.content-team p.button {
  padding-top: 8px;
}

div.content-team p.button a {
  background: url(../img/button-team.png) no-repeat 0 0;
  height: 21px;
  width: 153px;
}

div.content-team .mb-button a {
  background: url(../img/button-speichern.png) no-repeat 0 0;
  height: 15px;
  width: 69px;
}

div.content-team .mb-button a {
  background: url(../img/button-gespeichert.png) no-repeat 0 0;
}

div.content-team img {
  float: left;
  padding-right: 6px;
}

div#navigation div.content-regionen p.button {
  padding-bottom: 0;
}

div.content-regionen p.button a {
  background: url(../img/button-merklisteoeffnen.png) no-repeat 0 0;
  height: 22px;
  width: 183px;
}

div#umkreis-km {
  padding: 10px 0;
}

table.mb-mapme,
table#standorte-liste {
  border-spacing: 0;
  width: 650px;
}

table#standorte-liste {
  margin-top: 10px;
}

body#standortsuche div.tab-content table#standorte-liste a:link,
body#standortsuche div.tab-content table#standorte-liste a:visited {
  border-bottom: none;
}

table.mb-mapme tr th,
table.mb-mapme tr td,
table#standorte-liste tr th,
table#standorte-liste tr td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

table.mb-mapme tr th,
table#standorte-liste tr th {
  background: #FFCD00;
}

table.mb-mapme tr td,
table#standorte-liste tr td {
  padding: 6px 6px 2px 6px;
}

.mb-latlong {
  display: none;
}

table.mb-mapme .mb-nummer {
  padding-left: 10px;
}

table.mb-mapme td.mb-button {
  width: 80px;
  text-align: right
}

td.mb-button a,
td.mb-button div.gespeichert {
  background: url(../img/button-speichern.png) no-repeat 0 0;
  display: block;
  height: 15px;
  width: 69px;
}

td.mb-button a.gespeichert,
td.mb-button div.gespeichert {
  background-image: url(../img/button-gespeichert.png);
}

body#standortblatt div#content {
  padding-right: 23px;
  _padding-right: 0;
}

div.standortblatt-header {
  background: #FFCD00;
  padding: 18px 10px 18px 18px; 
  position: relative;
}

div#content div.standortblatt-header p.standortbeschreibung {
  padding-right: 200px;
}

div#content p.button {
  padding-bottom: 0;
}

div.standortblatt-buttons p.button  {
  padding-top: 0;
  position: relative;
  left: 445px;
}

div.standortblatt-buttons p.button a {
  display: block;
  height: 22px;
  width: 183px;
}

p.button a.zur-merkliste,
p.button a:hover.zur-merkliste {
  background: url(../img/button-zur-merkliste.png) no-repeat 0 0;
}

p.button a.als-pdf,
p.button a:hover.als-pdf {
  background: url(../img/button-als-pdf.png) no-repeat 0 0;
}

table.standortblatt-details{
  padding: 15px 0;
}

table.standortblatt-details tr th {
  font-size: 18px;
  padding: 0 20px 4px 0;
  text-align: left;
}

table.standortblatt-details tr td.details {
  padding-right: 30px;
}

div#c21 {
margin-bottom: 10px;
}

div#c26,
div#c29,
div#c31,
div#c32 {
background-color: #FFF6DB;
margin-bottom: 10px;
padding: 20px;
}

div#c26 p a.internal-link,
div#c29 p a.internal-link,
div#c31 p a.internal-link,
div#c32 p a.internal-link {
background:url(../img/i-pfeil-details.png) no-repeat 0 3px;
padding-left: 15px;
color: #000;
border-bottom: none;
}

div#c26 p.bodytext,
div#c29 p.bodytext,
div#c31 p.bodytext,
div#c32 p.bodytext {
padding-bottom: 0;
}

div#content div#c26 h2,
div#content div#c29 h2,
div#content div#c31 h2,
div#content div#c32 h2 {
padding-bottom: 0;
padding-top: 0;
}

div#content div#c26 h2 a,
div#content div#c29 h2 a,
div#content div#c31 h2 a,
div#content div#c32 h2 a {
text-decoration: none;
color: #000;
border-bottom: none;
background: none;
padding: 0;
}

div#button-suche input{
background:url(../img/button-suche.png) no-repeat;
cursor:pointer;
width: 73px;
height: 24px;
border: none;
}

/* Testen Sie Ihr Sujet */
#popup .header .logo {
background:url("/old/images/misc/logo.jpg") no-repeat scroll 100% 0 transparent;
float:right;
height:27px;
width:60%;
}

/* Standortsuche */
div#liste-befehle {
  display: block;
  width: 650px;
  margin-top: 20px;
}

div#liste-befehle a {
  margin-right: 30px;
}

/*body#standortsuche div.tab-content a:link,
body#standortsuche div.tab-content a:visited {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #000000;
}*/

body#standortsuche div.tab-content a:hover {
  border-bottom: 1px solid #000000;
}

body#standortsuche div.tab-content #subnavigation-suche a:link,
body#standortsuche div.tab-content #subnavigation-suche a:visited,
body#standortsuche div.tab-content #subnavigation-suche a:hover {
  border-bottom: none !important;
}

p.anmerkung {
font-size: 10px;
}

iframe  {
border: none;
width: 650px;
height: 400px;
}

iframe#giskarte  {
width: 650px;
height: 660px;
}


div#button-suche {
margin: 12px 0 0 22px;
position: relative;
left: 100px;
}

body#standortsuche div#detailblatt {
margin-top: 28px;
}
div#detailblatt-content {
position: relative;
}

div#detailblatt-nav{
position: absolute;
top: 14px;
right: 10px;
}

div#detailblatt-nav ul li {
display: inline;
}

body#standortsuche div.tab-content div#detailblatt a:hover {
  border-bottom: none;
}

#detailblatt-content table {
margin-bottom: 14px;
}
#detailblatt-content table td.col-1 {
padding-right: 10px;
width: 200px;
}

.nodisplay {
display: none;
}

div.standortblatt-buttons {
background: #FFCD00;
width: 629px;
padding: 6px 10px 10px 10px;
position: relative;
}

div#detailblatt-headline {
position: absolute;
top: 10px;
left: 22px;
}

div#content ul.tabs li a {padding: 0;}

body.team div.csc-textpic-intext-left-nowrap {
width: 318px;
height: 158px;
background: #FFF6DB;
margin-bottom: 10px;
}

body.team div.csc-textpic-intext-left-nowrap h2,
body.team div.csc-textpic-intext-left-nowrap h3 {
background: #FFEA9D;
padding-bottom: 10px;
}

body.team div#content div.csc-textpic-intext-left-nowrap p.bodytext {
padding: 8px 10px 0 10px;
}

div#content div.csc-textpic-intext-left-nowrap h2 {
padding: 12px 0 0 10px;
}

div#content div.csc-textpic-intext-left-nowrap h3 {
padding: 4px 0 10px 10px;
font-size: 13px;
font-weight: normal;
clear: none;
}

div#content div#c49 div.csc-textpic-intext-left-nowrap h3 {
padding-bottom: 4px;
}

div.csc-textpic-intext-left-nowrap div.csc-textpic-text {margin-left: -28px;}

div#c22, div#c49, div#c51, div#c86, div#c48 {margin-right: 10px;}

div#c22, div#c48, div#c49, div#c50, div#c51, div#c52, div#c53, div#c54, div#c86, div#c98, div#c100, div#c103, div#c104, div#c105, div#c106 {
float: left;
}

#content h3 {
padding: 23px 0 8px 0;
font-size: 18px;
clear: left;
}

div#c58 {
clear: left;
}

div.csc-textpic div.csc-textpic-single-image img {
margin-bottom: 8px;
}

div#carousel a {
padding-left: 10px;
}

div#detailblatt img#bild {
-ms-interpolation-mode:bicubic;
}

div#c59, div#c65 {
margin-top: 100px;
}

#flag {
    clear: left;
    float: left;
    width: 40px;
    height: 40px;
}

#flag_text {
    color: #666666;
    line-height: 12px;
    font-size: 11px;
    height: 40px;
    padding-top:1px;
}

#flag_text a{
    color: #666666;
    text-decoration: none;
    }
