/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v27-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-sans-700 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-v27-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v27-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v27-latin-700.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-serif-regular - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-serif-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-serif-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-serif-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-serif-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-serif-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-serif-v21-latin-regular.svg#NotoSerif') format('svg'); /* Legacy iOS */
}

/* noto-serif-italic - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/noto-serif-v21-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-serif-v21-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-serif-v21-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-serif-v21-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-serif-v21-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-serif-v21-latin-italic.svg#NotoSerif') format('svg'); /* Legacy iOS */
}

/* noto-serif-700 - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-serif-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-serif-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-serif-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-serif-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-serif-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-serif-v21-latin-700.svg#NotoSerif') format('svg'); /* Legacy iOS */
}

@import url(spaltenbreiten.css);

* html #wrapper {
height: 100%;
}

body {
  background: #ededed;
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color:  #444;
}

#main.type1 #right,
#main.std:not(.type1) #left,
#main.std:not(.type1) .tx-studies #left {
  font-family: 'Noto Serif', Georgia, serif;
}

#topbar {
  background: #2a317d;
  height: 10px;
  width: 100%;

  z-index: 100;
}

#wrapper {
  
  width: 980px;
  padding: 0;
  padding-top: 1px;
  background: url(../Images/wrapper-bg.png) repeat-y;
  z-index: 99;
  min-height: 100%; 
  margin-left:  auto;
  margin-right:  auto;
}

#header {
  padding: 0 19px;
  margin-bottom:40px;
}

#metanav {
  background: #2a317d;
  color:  #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 30px;
  padding: 8px 10px 0 10px;
  font-size: 12px;
  float: right;
  margin-top: -80px;
}

#metanav a {
  text-decoration: none;
  color: #fff;
}

#metanav a:hover {
  text-decoration: underline;
}


#logo {
  margin-top: 65px;
  margin-left: 5px;
  margin-bottom: -20px;
}

#mainnav {
  text-transform: uppercase;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  height: 46px;
  font-size: 15px;
  margin-top: 40px;
  padding-top: 11px;
}

#mainnav a,
#subnav a {
  text-decoration: none;
  color: #3b3b3b;
  padding: 5px;
}

#mainnav a:hover,
#subnav a:hover {
  background: #2a317d;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#mainnav .active a,
#subnav .active a {
  background: #2a317d;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#header #mainnav li {
  margin-right: 35px;

}

#header #subnav li {
  margin-right: 22px;
}

.studien-berichte #header #subnav li{
  margin-right: 10px;
}

.studien-uebersicht h3 {
  margin-top: 40px;
  font-size: 20px;
}

#subnav {
  border-bottom: 1px solid #dfdfdf;
  min-height: 48px;
  font-size: 15px;
  padding-top: 11px;    
  padding-bottom: 5px;
  line-height: 24px;
}

#main {
  padding: 0 19px;
}

#right {
  float: right;
  margin-bottom: 50px;
}

#left {
  float: left;
  margin-bottom: 50px;
}

#main.std:not(.type1) #right {
  width: 240px;
}

#main.std:not(.type1) #left {
  width: 682px;
}

#main.type1 #right {
  width: 690px;
  margin-right: 10px;
}

#main.type1 #left {
  width: 165px;
}

.frame-90 {
  padding: 15px;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
}

/*
.std .frame-default {
    padding: 15px;
}
*/

.std .frame-default img,
.frame-90 img{
  margin-right: 2px;
  margin-bottom: 0!important;
}



#footer {
  padding: 30px 15px 0px 15px;
  background: #d4d6e5;
  margin: 0px 4px;
  font-size: 11px;
  line-height: 17px;
  min-height:220px ;
  clear: both;
  width: 942px;
}

#footer.awa {
  min-height: 215px;
}

#footer div {
  float: left;
  margin-right: 35px;
}

.footer_01 {
  width: 16px;
  margin-top: -4px;
}
.footer_04 {
  width: 85px;
}
.footer_05 {
  width: 115px;
}
.footer_06 {
  width: 130px;
}
.footer_07 {
  width: 100px;
}
.footer_10 {
  width: 255px;
}

.footer_last {
  margin-left: 83px;
  margin-right: 0!important;
}

#footer li {
  display: block;
   line-height: 13px;
   margin-bottom: 7px;
}

#footer a {
  text-decoration: none;
  color: #333;
}

#footer a:hover {
  text-decoration: underline;
}

#footer h3:first-child {
    margin-top: 0;
}

ul {
  margin: 0 0 25px 0;
  padding: 0 0 0 25px;
}

#header ul,
#footer ul{
  padding: 0;
  margin: 0;
}

#header li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}

#right li {
  margin-bottom: 7px;
  list-style-type: disc;
}

#right ul li ul {
  margin-top: 7px;
}

.bestellung ul li ul,
.bestellung ol li ul {
  margin-bottom: 5px;
  margin-top: 7px;
}

#right ul li ul li {
  margin-bottom: 5px;
}

.subsubnav li {
  list-style-type: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 9px 5px 6px 5px;
}

.subsubnav ul {
  padding: 0;
  border-top: 1px solid #e0e0e0;
}

.subsubnav {
  font-size: 13px;
  line-height: 18px;
}

.subsubnav  a {
  text-decoration: none;
  color:  #333;;
}

.subsubnav a:hover {
  text-decoration: underline;
  color: #2a317d;
}

.subsubnav .active a {
  text-decoration: none;
  color: #2a317d;
  font-weight: 700;
}

.box,
.frame-layout-81 {
  background: #d4d6e5;
  padding: 10px;
  margin-bottom: 10px;
}

.sonntagsfrage-box {
  background-color: #fff;
  border: 1px solid #dfdfdf;
}


.clear {
  clear: both;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}

h3,h4,h5,h6 {
  margin-bottom: 0;
}

h5 {
  font-size: 13px;
  font-weight: bold;
}

h6 {
  font-size: 12px;
  font-weight: bold;
}

.box h3 {
  font-size: 15px;
  font-weight: normal;

}

#right .box h3,
#right .frame-layout-81 h3 {
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
}

#right .box h3 a,
#right .frame-layout-81 h3 a {
  background: none;
  padding: 0;
}


h2 {
  color: #2a317d;
  margin-top: 0;
  font-size: 20px;
  line-height: 25px;
}

.frame-90 header h3 {
  color: #2a317d;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}

#c18.frame-90 header h3,
#c125.startseite-box .tx-awa-pi1,
#c349.startseite-box .tx-awa-pi1 {
  margin-top: -7px; 
}

#c18.frame-90 header h3,
#c125.startseite-box h3,
#c349.startseite-box h3  {
  
  color: #444;
  font-size: 16px;
 
}

#c18.frame-90 header h3.newsh3,
#c125.startseite-box h3.newsh3,
#c349.startseite-box h3.newsh3 {
  color: #2a317d;
  font-size: 18px;
}

h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #2a317d;
  margin-top: 25px;
}

.tx-ifdnews h3, 
.tx-awa-pi1 h3.newsh3 {
  margin: 10px 0 0 0;
  font-size: 18px;
}


h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.std h4 {
  font-weight: normal;
}

#footer h4 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}



/* was soll das denn? 

.footer_06 h4 {
  float: left;
}

.footer_06 img {
  margin-left: 10px;
  margin-top: -3px;
}

 */

p {
  margin-top: 0;
}

.full {
  width: 682px;
}

.half {
  width: 336px;
  float: left;
}

.half.first {
  margin-right: 10px;
}


a {
  text-decoration: none;
  color:  #2a317d;
}

a:hover {
  text-decoration: underline;
}

p.bodytext a {
  color: darkblue;
}

.startseite-box a, .box a {
  background: url(../Images/pfeil-grau.png) no-repeat left;
  padding-left: 15px;
}

.box h2 a {
  background: none;
  padding: 0;
}


input#tx-indexedsearch-searchbox-sword {
  width:  145px;
  height: 26px;
  border: 1px solid #cdcdcd;

}

.ie7 #c222 {
  display: none;
}



.std #right button,
.std #right #tx-indexedsearch-searchbox-button-submit {
  height: 28px;
  background: #a0a0a0;
  border:  none;
  color: #fff;
  float: right;
  padding:  0 7px;
  margin-top: 1px;
  cursor:        default;
  display:      block;
  text-decoration:   none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2637c7), to(#2a317d));
  background: -moz-linear-gradient(top,  #2637c7,  #2a317d);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2637c7', endColorstr='#2a317d');
}


.std #right button:hover {
  background: #4e8200;
}

#right .box p {
  margin-bottom: 0;
}


/* Site Changer Start */

#site-changer {
  margin-top: -49px;
  float: right;

}

.ie7 #site-changer {
  margin-right: 20px;
}

.Startseite {
  background:     url("../Images/ifd-short-grey.png") no-repeat scroll left center transparent;
  float:       right;
  height:       29px;
  margin-right:     11px;
  width:       55px;
  margin-top: 18px;
}

.Startseite:hover {
  background:     url("../Images/ifd-short.png") no-repeat scroll left center transparent;
}

.ACTA {
  background: url(../Images/acta-short-grey.png) no-repeat left;
  width: 94px;
  height:  28px;
  float: right;
  margin-top: 20px;

}

.ACTA:hover {
  background: url(../Images/acta-short.png) no-repeat left;
}

.AWA {
  background: url(../Images/awa-short-grey.png) no-repeat left;
  width: 68px;
  height:  27px;
  float: right;
  margin-right: 10px;
  margin-top: 20px;


}

.AWA:hover {
  background: url(../Images/awa-short.png) no-repeat left;
}

.trennstrich {
  background: #a1a1a1;
  width: 1px;
  height:38px;
  float: right;
  margin-right: 10px;
  margin-top: 15px;


}


/* Site Changer End */






.printsite {
  background: url(../Images/print.png) no-repeat;
  padding-left: 25px;
  padding-top: 3px;
  margin-top: 30px;
  margin-bottom: 25px;
}

.ie7 .printsite {
  background: none;
  padding-left: 0;

}


.printsite a {
  background: none!important;
  padding-left: 0!important;
  text-decoration: none;
}



.name  {
  font-size: 15px;
  color: #2a317d;
  margin-bottom: 2px;

}

.funktion {
  margin-bottom: 2px;
}

.fach {
  margin-top: 10px;
}

.arbeitsgebiete {
  margin-top: 5px;
}

.betreute-studien {
  margin-top: 5px;
}

.email {
  margin-top: 5px;
}

.email a {
  background: none!important;
  padding-left: 0!important;
}


.person {
  width: 690px;
  margin-right: 20px;
  clear: both;
  height: 180px;
}

.ansprechpartner h3 {
  clear: both;
}

.person.last {
  margin-right: 0!important;
}

.person img {
  float: left;
  border: 1px solid #dfdfdf;
  padding: 5px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.person-block {
  clear: both;
}

.person-block .startseite-box {
  padding: 0;
  border: none;
  margin-bottom: 0;
}

.person-block .startseite-box img {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}

/* Tables */

table {
    border: 1px solid #dfdfdf;
    border-collapse: separate;
    border-radius: 4px 4px 4px 4px;
    font-size: 13px;
    padding: 0;
    margin: 0 0 6px 0;
    width: 100%;
    border-spacing: 0;
  
}

.tablecaption {
  padding-left: 4px;
}


thead, tbody {
  padding: 0;
  margin: 0;
  border: none;
}

th {
    border-bottom: 1px solid #dfdfdf;
    font-weight: bold;

}

td {
    padding: 8px;
    text-align: right;
    vertical-align: top;
}

th {
    padding: 8px;
    text-align: center;
    vertical-align: top;
}

table.pollvalues td.result {
  width: 76px;
  padding-right: 2px;
}


tr {
  padding: 0;
  margin: 0;
}

table th + th, table td + td {
    border-left: 1px solid #DDDDDD;
}

table tr + tr td {
    border-top: 1px solid #DDDDDD;
}

.zebra-striped tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

.zebra-striped tbody tr:hover td {
  background-color: #f5f5f5;
}

/* Extra-Styles für Tabellen in AWA/medien/einzelne-medien/… */

.awa-einzelne-medien table {
  width: auto;
}

.awa-einzelne-medien h3 {
  padding-left: 4px;
}

.awa-einzelne-medien th,
.awa-einzelne-medien td {
  padding: 4px;
}

/* Extra-Styles für Tabellen in ACTA/medien/einzelne-medien/… */

.acta-einzelne-medien table {
  width: auto;
}

.acta-einzelne-medien h3 {
  padding-left: 4px;
}

.acta-einzelne-medien th,
.acta-einzelne-medien td {
  padding: 4px;
}


/* Extra-Styles für Tabellen in ACTA/konzept/crossmediale-analysemoeglichkeiten */

.analysemoeglichkeiten table {
  width: auto;
  margin-top: 25px;
}

.analysemoeglichkeiten p {
  margin: 0;
}

.analysemoeglichkeiten td {
  width: 265px;
  text-align: left;
}


.analysemoeglichkeiten th,
.analysemoeglichkeiten td {
  padding: 4px;
}



/* end */



.align-left {
  text-align: left;
}

.caption {
  font-size: 12px;
  font-style: italic;
}

.img-container {
  margin: 5px  10px 5px 0;
  float: left;
}


/* Baustellen-Styles */

.trenner-end {
  border-bottom: 1px dashed orange;
  margin-top: 35px;
  font-style: italic;
}
.trenner-start {
  margin-top: 2px;
  margin-bottom: 35px;
  font-style: italic;
  }

/* Additinals by thombo.com */

.footer_last h4 {
  display:       inline;
  float:         left;
  margin-right:    10px; }

a img {
  border:        none; }

.zebra-striped tbody td.td-0,
.zebra-striped thead th.td-0 {
  text-align:      left;
    white-space:     nowrap; }

h1.csc-firstHeader,
h2.csc-firstHeader,
h3.csc-firstHeader,
h4.csc-firstHeader,
h5.csc-firstHeader,
h6.csc-firstHeader {
  margin-top:     0; }

#metanav ul li,
#metanav ul li a {
  margin-right:     5px; }

#metanav ul li.last,
#metanav ul li.last a {
  margin-right:    0; }

#right a.buttonlink {
  color:         white;
  cursor:        default;
  display:      block;
  float:         right;
  margin-top:      5px;
  padding:       5px 7px;
  text-decoration:   none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2637c7), to(#2a317d));
  background: -moz-linear-gradient(top,  #2637c7,  #2a317d);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2637c7', endColorstr='#2a317d');
 }
 
.firefox2 #right a.buttonlink,
.firefox3 #right a.buttonlink {
  background: #2a317d;
}

 

#right a.buttonlink:hover {
  background:  #4e8200; }

p.align-right {
  text-align:      right; }

#footer h4 {
  margin-top:     0; }
  


input.logoutsubmit {
  float:     right; }
  
p.logoutsubmitline {
  width:    50%; }

table.csc-uploads {
  border:    none;
  margin-bottom:  10px; }
  
table.csc-uploads th,
table.csc-uploads td {
  text-align:  left;
  padding:  0; }
  
table.csc-uploads td.csc-uploads-fileName p {
  margin:    0;
  padding:  0; }
  
.singlestudy {
  margin-bottom: 20px;
  margin-top: 10px;
  border-top: 1px solid #dfdfdf;
} 

.singlestudy h3 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 5px;
  margin-top: 15px;

} 

.singlestudy h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold;
}

.singlestudy .keywords {
  margin-top: 10px;
  margin-bottom: 10px;

}

.singledocumentation {
  margin-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
} 

.singledocumentation .title {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 5px;
  margin-top: 10px;

} 

.singledocumentation .author {
  margin-bottom: 3px;

} 

.singledocumentation .documentation {
  margin-bottom: 0px;

} 

.singledocumentation .subtitle {
  margin-top: 0px;
  margin-bottom: 5px;

} 

.tx-studies-pi1 input
.tx-studies input {
  height: 20px;
  margin-bottom: 10px;
}

.tx-studies-pi1 #filter input,
.tx-studies #filter input {

  margin: 0;
  margin-right: 5px;
  height: 20px;
  
}

.tx-studies-pi1 #filter .button,
.tx-studies #filter .button {
  color:         white;
  cursor:        default;
  display:      block;
  margin-top:      5px;
  padding:       0px 15px;
  text-decoration:   none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background:  #4e8200;
  border: none;
  height: 25px; 
}

.tx-studies #filter a.button {
    background-color: gray;
    padding-top: 4px;
    width: 80px;
}

.tx-studies-pi1 #filter .button:hover,
.tx-studies #filter .button:hover {
  text-decoration: underline;
}

.tx-studies-pi1 #filter button.button,
.tx-studies #filter button.button{
  background: grey;
}

.tx-studies-pi1 #filter div.buttons,
.tx-studies #filter div.buttons {
  margin-top: 25px;
}

.tx-studies-pi1 #filter select.keywords,
.tx-studies #filter select.keywords {
  margin-top: 15px;
}

.tx-studies-pi1 #filter div.publishingfilter,
.tx-studies #filter div.publishingfilter {
  margin-top: 20px;
}



.searchbox input {
  width: 206px;
}



.searchbox select.keywords,
div.publishingfilter select {

  display: inline-block;
  padding: 4px;
  font-size: 13px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 27px;
  *height: auto;
  line-height: 27px;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
 
 
}




.searchbox select.keywords {
   width: 212px;
 
}



/*
select {
  display: inline-block;
  width: 210px;
  height: 30px;
  padding: 4px;
  font-size: 13px;
  line-height: 30px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}



*/

.tx-studies-pi1 label,
.tx-studies label {

  display: block;
  margin-bottom: 5px;

}
 

#footer.awa div {
  float:       left;
  margin-right:     10px;
    border-right: solid 1px #ededed;
  padding-right: 10px;
  min-height: 100px;

}

.awa .footer_096 {
  width:       95px;

}
.awa .footer_095 {
  width:       135px;
}
.awa .footer_094 {
  width:       75px;
}
.awa .footer_093 {
  width:       82px;
}
.awa .footer_092 {
  width:       125px;
}
.awa .footer_087 {
  width:       95px;
}
.awa .footer_10 {
  width:       205px;
}

#footer.awa .footer_10,
#footer.awa .footer_10 div {
  border-right: none;
}

.awa .footer_last {
  margin-left:     10px;
  border: none!important;
}

#footer.acta div {
  float:       left;
  margin-right:     10px;
    border-right: solid 1px #ededed;
  padding-right: 10px;
  min-height: 100px;

}

.acta .footer_0123 {
  width: 105px;
}

.acta .footer_0163 {
  width: 115px;
}

.acta .footer_0166 {
  width: 80px;
}

.acta .footer_0169 {
  width: 80px;
}

.acta .footer_0129 {
  width: 60px;
}

.acta .footer_0130 {
  width: 98px;
}

.acta .footer_last {
  margin-left:     5px;
   border: none!important;
}




.atclear {
    border: none!important;
}

.browselinks a.next {
  float:    right;
}

.nachoben {
  padding-top: 10px;
}

.nachoben a {
  text-decoration: none;
  font-style: italic;
  color: #333;
  font-size: 12px; 
  padding-left: 15px;
  padding-top: 2px;
  background: url(../Images/nachoben.png) no-repeat;
  }
  
  .nachoben a:hover {
  text-decoration: underline;

  }
  
td:first-child,
th:first-child {
  text-align: left;
}

table caption {
  text-align: left;
  margin-bottom: 5px;
  margin-right: 10px;
}

.csc-frame-frame1 ol {
  padding-left: 15px ;
}



table.pollvalues th,
table.pollvalues td {
  padding: 2px 0;
}

table.pollvalues th.tspan,
table.pollvalues td.tspan {
  padding: 2px 5px;
}

/*

.awa-einzelne-medien #right .subsubnav ul {
  border: 1px solid #dfdfdf;
    border-radius: 4px 4px 4px 4px;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    width: 578px;
    border-spacing: 0;
    border-right: none;
    display: block;
    height: 526px;
    font-size: 12px;
}

.awa-einzelne-medien #right .subsubnav li {
  list-style-type: none;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  padding: 0;
  margin: 0;
  display: inline-table;
  width: 289px;
  float: left;
}

.awa-einzelne-medien #right .subsubnav li a {
  display: block;
  height: 25px;
  padding: 5px 0 0 4px;

}

.awa-einzelne-medien #right .subsubnav li a:hover {
  background: #2a317d;
  color: white;
}

*/

.awa-einzelne-medien #right .subsubnav ul {
  border: none;
    margin: 15px 0 0 0;
    width: 690px;
}

.awa-einzelne-medien #right .subsubnav li {
  
  padding: 0 0 10px 15px;
  margin: 0;
  display: inline-table;
  width: 330px;
  float: left;
  border: none;
  background: url("../images/bullet.png") no-repeat left 6px;
}

.spacer15 {
  height: 15px;

}

.csc-textpic-caption,
figcaption.image-caption {
  font-style: italic;
  padding-left: 5px;
  color: #999;
}
  
.csc-textpic-image a {
  background: none;
  padding: 0;
}

.box .csc-textpic a {
  background: none;
  padding: none;
  text-indent: 0;
  display: table-footer-group;
}

.std .frame-default p,
.std .frame-90 p {
  margin-bottom: 0;
}

.referenzen #right ul  {
  padding-left: 0;
  list-style-position: inside;

}

/* Referenzen zweispaltig */
/*
.referenzen #right li {
  width: 320px;
  font-size: 12px;
  line-height: 15px;
  vertical-align: top;
  height: 28px;
  display: inline-block;
  list-style-type: none;
  padding-left: 10px;
  background: url(../Images/bullet.png) no-repeat left 4px;

}

.referenzen #right li.odd {
  margin-right: 30px;
  
}
/*

/* Referenzen zweispaltig Ende */

.referenzen #right li {
  margin-left: 5px;
  margin-bottom: 5px;
}

div#c4.csc-default.startseite-box img,
.ce-border img, .ce-border iframe{
  border: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
    
.tx-studies-pi1 ul,
.tx-studies ul {
  padding: 0;
} 

div.error {
  background: red;
  color: white;
  width: auto;
  height: 21px;
  padding-left: 4px;
  margin: 27px 0 0 27px;
}

div.error p {
  width: 280px;
  float: none;
}

td.spacer {
  background: #dddddd;
  height: 2px;
  padding: 0;
  
} 

#c500,
#c501 {
  width: 700px;
  float: right;
  margin-bottom: 15px;
  
}

#c500 h2,
#c501 h2 {
   font-family: 'Noto Serif', Georgia, serif;
  
}

#c500 p.bodytext,
#c501 p.bodytext {
   font-family: 'Noto Serif', Georgia, serif;
  
}

#page_210 a.download, 
#page_260 a.download  {
  background: url(../Images/pfeil-grau.png) no-repeat left;
  padding-left: 15px;
 
}

button {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* image replacement Logos */

#header #logo h1 {
  text-indent: -3000px;
  background: url(../Images/logo-ifd.png) no-repeat left top;
  width: 215px;
  height: 51px;
  margin-bottom: 0;

}

#header #logo h1 a {
  display: block;
  width: 215px;
  height: 31px;
}

#header.awa #logo h1 {
  text-indent: -3000px;
  background: url(../Images/logo-awa-over.png) no-repeat left top;
  width: 423px;
  height: 51px;
}

#header.awa #logo h1 a {
  display: block;
  width: 423px;
  height: 31px;
}

#header.acta #logo h1 {
  text-indent: -3000px;
  background: url(../Images/logo-acta-over.png) no-repeat left top;
  width: 557px;
  height: 51px;
}

#header.acta #logo h1 a {
  display: block;
  width: 557px;
  height: 31px;
}



/* Textstile */

.name-of-person {
  color: #2a317d;
}

.important {
  color: red;
}

.detail {
  color: green;
}


/* Hack für »English Information« bei Rechtspraxis */

.parent_19 .subsubnav li.last  {
  display: none;
}

#page_24 .subsubnav li.last {
  margin-top: 90px;
  display: block;
  border: none;
  text-decoration: underline;}


/* end */


.bestellung hr {
  margin-top: 20px;
  margin-bottom: -20px;
}

.align-center {
  text-align: center;
}

.col2outerdiv {
  background-image: url("../Images/col2bg.png");
  background-position: 339px 50%;
  background-repeat: repeat-y;
  border: 1px solid #DFDFDF;
  clear: left;
  float: left;
  margin-bottom: 10px;
  overflow: hidden;
}

.firefox2 .col2outerdiv {
  background-image: none;
}

.col2outerdiv .startseite-box {
  border: none;

}
.std .leftcol .frame-default {
  padding-left: 2px;
  padding-right: 0;
}

.std .rightcol .frame-default {
  padding-left: 3px;
  padding-right: 0;
  
}

.col2div {
  float: left;
  position: relative;
  right: 50%;
  width: 100%;
}

.leftcol {
  float: left;
  left: 52%;
  overflow: hidden;
  padding-top: 15px;
  position: relative;
  width: 46%;
}

.rightcol {
  float: left;
  left: 56%;
  overflow: hidden;
  padding-top: 15px;
  position: relative;
  width: 46%;
}  

/* Bilder im Text links */

.csc-textpic-intext-left img {
  margin: 0!important;
}

.csc-textpic-intext-left .csc-textpic-imagewrap {
  margin-bottom: -5px;
  padding: 0;
}

/* Bilder im Text links END */

/* Bilder im Text rechts */

.csc-textpic-intext-right img {
  margin: 0!important;
}

.csc-textpic-intext-right .csc-textpic-imagewrap {
  margin-bottom: -5px;
  padding: 0;
}

/* Bilder im Text rechts END */

.frame-default header > h4:first-child {
  font-style: normal;
  font-size: 16px;
  margin: 0;
}

h4.roofline + h1.header,
h4.roofline + h2.header,
h4.roofline + h3.header,
h4.roofline + h4.header,
h4.roofline + h5.header {
  margin-top: 5px;
}

/* Dachzeilen-Fake IfD-Startseite 

#page_2 .col2div .csc-textpic-caption {
  color: #444;
  font-style: normal;
  font-size: 16px;
  top: 10px;
  position: absolute;
  padding: 0;
  left: 2px;
  
}

#page_2 .col2div h3.csc-firstHeader {
  margin-top: 22px ;
}

 Dachzeilen-Fake IfD-Startseite END */
 
 
/* Sonntagsfrage Spaltenbreite */ 

table.pollvalues td.tspan {
  width: 110px;
}

/* Sonntagsfrage Spaltenbreite END */ 

/* Überprüfungsseiten Formulare */ 

.tx-powermail-pi1_confirmation table.powermail_all {
  
  border: none;
  display: inline-block;
  
}

.tx-powermail-pi1_confirmation table.powermail_all td {
  
  border: none;
  text-align: left;
  padding: 0 20px 0 0;
  
}

input.tx-powermail-pi1_confirmation {
  height: 28px;
  border:  none;
  color: #fff;
  text-decoration:   none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
}

input.tx-powermail-pi1_confirmation:hover {
    text-decoration: underline;
}
  
.tx-powermail-pi1_confirmation_back {
  float: left;
}

.tx-powermail-pi1_confirmation_submit {
    background: #4e8200;
    margin-left: 5px;
}

.tx-powermail-pi1_confirmation form {
    margin-left: -3px;
}

/* Überprüfungsseiten Formulare END */ 

/* Blockstile */

.csc-frame-frame2 {
  background: lightskyblue;
}

.align-justify {
  text-align: justify;
}


/* Blockstile END */

/* Absatzformate */
 
 blockquote p.bodytext {
  font-size: 15px;
  line-height: 21px;
}


/* Absatzformate END */

#cookiehint {
  background-color: #d4d6e5;
  border: none;
}

h2#cookietopic {
    color: #2a317d;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
}

#cookie_close,
#cookieaccept {
    text-decoration: underline;
}

#cookie_close:hover,
#cookieaccept:hover {
    text-decoration: none;
}

a.external-link-new-window.external-link {
  display: inline;
  padding-left: 0;
}

nav {
    display: block;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li > a, 
.pagination > li > span {
    line-height: 1.42857143;
    color: #2a317d;
}

p.optin {
    color: #2a317d;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}

.onlyforprint {
    display: none;
}