/* Framework-Import */
@import url("960gs/reset.css");
@import url("960gs/text.css");
@import url("960gs/960.css");
@import url("960gs/nav.css");

/* Plugins */



/* 960gs */
.box {
  background: transparent none;
}
.block {
  padding: 0 10px;
}



html { 
  min-height: 100%;
  margin-bottom: 1px;
  /* background: url(../images/layout/body-background2.gif) 50% 0 repeat-y; */
  background: url(../images/layout/body-background3.gif) 50% 0 repeat-y;
    overflow: scroll;
    overflow-x: auto;
}
body { 
  /*background: white;*/
  background: url(../images/layout/body-background.jpg) 0 0 repeat-x ;
  font-size: 12px; 
  font-family: Tahoma;
  margin-left: 1px;
}
html > body {
  margin-left: 0px;
}
th {
  text-align: left;
}



/*  */
#header {
  background: #f0890c url(../images/layout/header-bg-2.jpg) 0 0 no-repeat;
  border-bottom: 1px solid #c47008;
  height: 134px;
}
#header .grid_16 {
  margin: 0; padding: 0;
  width: 960px;
}
#content {
  background: white url(../images/layout/navigation-bg.png) -40px 0 no-repeat;
  height: auto !important; height: 600px; min-height: 600px;
}
#contentnormal {
  padding: 0px 25px 20px;
}
#contentright {
  padding: 0px 10px 20px;
  margin-top: 10px;
}
#footer {
  background: #cc7518 url(../images/layout/footer.jpg) 0 0 repeat-x;
  padding: 20px 0 10px;
  height: auto !important; height: 314px; min-height: 314px;
  color: #555;
}

/* Schattenwurf um Inhalt */
#allwrap {
  background: url(../images/layout/body-background.jpg) 50% 0 repeat-x;
  width: 980px;
  margin: 0 auto;
}
#pagewrap {
  width: 970px; padding-left: 10px; margin: 0 auto;
  background: transparent url(../images/layout/pagewrap-schatten.png) 0 0 no-repeat ;
}
#innerwrap {
  width: 960px; padding-right: 10px;
  background: transparent url(../images/layout/pagewrap-schatten.png) 100% 0 no-repeat ;
}
.containter_16 {
  margin: 0; width: 960px;
}
#contentnormal .csc-default {
  margin: 0 0 20px;
}



/* Typografie */
h1, h2, h3, h4, h5, h6 {  
  font-size: 1.1em; 
  margin: 0;
  font-weight: normal;
  margin: 0 0 10px;
} 
h1 { 
  font-size: 1.4em; 
} 
h2 { 
  font-size: 1.3em; 
} 
h3 { 
  font-size: 1.2em; 
} 
h4 { 
  font-size: 1.1em; 
}
p, ul { 
  margin-bottom: 0; 
}
.gheader, .gheader * { 
  display: block; 
  margin: 0; padding: 0; 
  text-indent: -9001em;
}
a, a:visited { 
  text-decoration: none;
  color: #333333;
}
a:hover, a:focus { 
  text-decoration: underline;
}



/* Homelink */
a#homelink {
  display: block;
  height: 110px;
  text-indent: -9001em;
  background: transparent url(../images/layout/header-bg-2.jpg) 0 0 no-repeat;
}
body.uebersvg a#homelink {
  background-image: url(../images/layout/01_header_home.jpg);
}
body.mautharmonisierung a#homelink {
  background-image: url(../images/layout/02_header_maut.jpg);
}
body.berufskraftfahrer a#homelink {
  background-image: url(../images/layout/03_header_berufskraftfahrer.jpg);
}
/*body.mautharmonisierung2 a#homelink {
  background-image: url(../images/layout/04_header_maut.jpg);
}*/
body.europaweit a#homelink {
  background-image: url(../images/layout/04_header_maut2.jpg);
}
body.tankkarten a#homelink {
  background-image: url(../images/layout/05_header_tankkarten.jpg);
}
body.arbeitssicherheit a#homelink {
  background-image: url(../images/layout/06_header_arbeitssicherheit.jpg);
}
body.versicherung a#homelink {
  background-image: url(../images/layout/07_header_versicherung.jpg);
}
body.seminare a#homelink {
  background-image: url(../images/layout/08_header_beratung.jpg);
}
body.lkwontour a#homelink {
  background-image: url(../images/layout/09_header_lkwontour.jpg);
}
body.telematik a#homelink {
  background-image: url(../images/layout/11_header_telematik.jpg);
}
body.erstattung a#homelink {
  background-image: url(../images/layout/12_header_erstattung.jpg);
}
body.rahmenvertraege a#homelink {
  background-image: url(../images/layout/13_header_rahmenvertraege.jpg);
}



/* Toplevel-Navigation */
#contentwrap {
  width: 760px;
  margin-left: 0; margin-right: 0;
  float: right;
}
#content .grid_4 {
  margin: 0;
  width: 200px;
}
#contentwrap .grid_6 {
  width: 360px;
}
#contentwrap .grid_8 {
  width: 500px;
}
#contentwrap .grid_12 {
  width: 740px;
}
#contentwrap .grid_4 {
  width: 230px;
}




#navigation {
  margin-top: 20px;
  border: none;
}
#navigation ul a {
  padding: 6px 10px;
  line-height: 1.2em;
  border-bottom: 1px solid #999;
  color: #444;
}

#navigation li.last { border-bottom: none; }
/* Einrückunge der Folgeebenen */
#navigation ul a.current { background: white !important; }

#navigation ul ul a, 
#navigation ul .active ul a { background: #f0ab6c; }
#navigation ul ul a { padding: 5px 10px 5px 25px; }
#navigation ul ul ul a { padding-left: 40px; background: #f0890c !important; }
#navigation ul ul ul ul a { padding-left: 80px; }

#navigation ul a:hover { 
  /* Hoverzustand */
  color: #000; 
}
#navigation ul .active a {
  /* Aktiver Zweig im Menü */
}
#navigation ul a.current { 
  /* Aktuelle Seite */
  color: black; 
}
/* Alle Menüelemente sollen gelistet sein - für das Javascriptmenü - aber nur der Aktive Zweig soll gezeigt werden */
#navigation ul li ul,
#navigation ul li.active ul li ul,
#navigation ul li.active ul li.active ul li ul  { 
  display: none;
}
#navigation ul li.active ul,
#navigation ul li.active ul li.active ul,
#navigation ul li.active ul li.active ul li.active ul { 
  display: block;
}



/**/
div.rahmen {
  float: left;
  width: 190px; 
  border: 1px solid lightgray;
  margin-right: 12px;
  margin-bottom: 12px;
  text-align: center;
  padding: 20px 10px 0;
  height: 120px;
}
div.rahmen .csc-textpic-caption {
  text-align: center;
}


div.grau {
  border: 1px solid lightgray;
  padding: 20px 10px;
  background: #e6e6e6 url(../images/layout/bigtarget-bg.png) 0 -40px repeat-x;
}
div.grau div.csc-textpic div.csc-textpic-single-image img,
div.grau div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  margin: 0;
}
#c59 {
  height: 581px;
}

#contentnormal ul {
  list-style: none;
  margin: 0; padding: 0;
}
#contentnormal ul li,#contentright ul li,#popupcontent1 ul li {
  list-style: none;
  background: url(../images/layout/pfeil_08.gif) 0 3px no-repeat;
  margin: 0; padding: 0 0 0 20px;
}


#contentnormal ul li.csc-textpic-image{
  list-style: none;
  background: none;
  margin: 10px;
 
  padding: 10px;
}



#contentnormal .csc-textpic-imagerow ul li.csc-textpic-image {
  margin: 0 20px 20px 0;
  padding: 0;
}

#contentnormal .csc-textpic-imagerow ul li.csc-textpic-lastcol {
  margin-right: 0;
}

/* Navigation im Header */
#quicklinks ul {
  float: right;
}
#quicklinks a {
  color: white;
  height: 10px;
  padding: 4px 10px 6px;
}
#quicklinks a:hover {
  color: #eee;
}



/* Navigation im Footer */
#footernav {
}
#footernav ul {
  float: right;
}
#footernav a {
  color: white;
  padding: 2px 8px;
}
#footernav a:hover {
  color: #eee;
}



/* Text im Footer */
#footertext {
  
}
#footertext .printlink,
#footertext .pdflink {
  display: block;
  background: transparent url('../images/layout/pdf.gif') -7px 2px no-repeat;
  padding-left: 22px;
  float: left;
  margin-right: 10px;
}
#footertext .pdflink {
  background: transparent url('../images/layout/pdf.gif') -89px 2px no-repeat;
}
#footertext .printlink a,
#footertext .pdflink a {
  display: block;
  padding: 0;
  background: #e28e38;
  color: white;
}




/* Newsbloecke */
.news.list {
}
.news.list .item {
  padding: 20px 0;
}
.news.list .item {
  border-top: 1px solid #DDD;
  padding: 20px 0 2em;
  position: relative;
}
.news.list .item span.more a {
  display: block;
  position: absolute;
  bottom: 10px; left: 0;
}
.news  h1 {
  border: none !important;
  padding: 0; margin: 6px 0 6px;
}
.news .text {
  margin-right: 260px;
}
.news.list .text {
  margin-bottom: 1em;
}
.news .image {
  position: relative;
  float: right;
}
.news.single .image {
  margin-top: 4em;
  float: right;
}
.news .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: orange;
  color: white;
  padding: 4px 0;
}
.news .archivelink {
  border-top: 1px solid #ddd;
  padding: 20px 0 0;
}
.news .meta {
  font-size: .9em;
}


/* pfeile weg */
#contentnormal .news .pagination ul li {
  padding: 0;
  background-image: none;
}
.news .pagination * {
  display: block;
  margin: 0; padding: 0;
}
.news .pagination li {
  margin-right: 4px !important;
  float: left;
}
.news .pagination a, .news .pagination span {
  padding: 5px 6px;
  width: auto !important; width: 14px; min-width: 14px;
  line-height: 12px;
  vertical-align: middle;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.news .pagination a {
  border: 1px solid #c8c8c8;
  background: #eee;
}
.news .pagination a:hover {
  border: 1px solid #aaa;
  background: #ddd;
  text-decoration: none;
}


/*
div.pagination
  ul
    li.disabled 
      span "&lt;&lt; Erste"
    li.disabled 
      span "vorherige Seite"
    li.active 
      span "1-3"
    li 
      a "4-4"
    li 
      a "nächste Seite"
    li 
      a "Letzte &gt;&gt;"
*/






/**/
#breadcrumb {
  font-size: .9em;
  padding: 1em 0 1em 10px;
  margin-bottom: 1em;
  height: 1em;
  color: #888;
}
#breadcrumb {
  line-height: 12px;
}
#breadcrumb p {
  float: left;
  margin-right: 4px;
}
#breadcrumb li.current {
  text-decoration: underline;
}
#breadcrumb a {
  margin: 0 4px 0 0; padding: 0;
}
#breadcrumb a:hover span,
#breadcrumb span {
  float: right;
  margin-left: 4px;
  text-decoration: none;
}
#breadcrumb span.auralonly {
  display: none;
}
#breadcrumb a:hover {
  text-decoration: underline;
}



/**/
.panel {
  position: absolute;
  top: 20px; left: 50%;
  margin-left: 450px;
  width: 0px;
  padding: 0 0 0 30px;
  overflow: hidden;
}
a.paneltoggle,
a.paneltoggle:active {
  position: absolute; display: block;
  top: 0px; left: 0;
  height: 152px; width: 31px;
  text-indent: -9001em;
  background: #51a959;
  z-index: 1;
  outline: none;
  background: transparent url('../images/menu/interaktiv.png') 100% 0 no-repeat;
}
#panel2 a.paneltoggle,
#panel2 a.paneltoggle:active { 
  height: 222px;
  background: transparent url('../images/menu/ansprechpartner.png') 100% 0 no-repeat;
}

#panel1 { 
  top: 156px; z-index: 10; 
  height: auto !important; height: 140px; min-height: 140px; 
}
#panel2 { 
  top: 336px; z-index: 20; 
  height: auto !important; height: 220px; min-height: 220px; 
}

#popupcontent1, #popupcontent2 {
  background: white;
  width: 500px;
  padding: 10px; border: 1px solid #429f46;
  height: auto !important; height: 200px; min-height: 200px;
}



/*
#fancybox-inner #popupcontent {
  position: relative;
  top: auto; left: auto;
}
*/
#fancybox-content {
  border: 0px solid white;
}



/* Ansprechpartner-Plugin  */
.tx-contactslist-pi1 { 
  margin: 0 0 1em; padding: 0;
}
.tx-contactslist-pi1 div.searchform { 
  margin: 0 0 12px; padding: 0;
}
.tx-contactslist-pi1 div.item { 
  margin: 8px 0 0; padding: 8px 0 0;
  border-top: 1px solid lightgray;
}
.tx-contactslist-pi1 h3 { 
  font-size: 1.2em;
  margin: 0;
}
.tx-contactslist-pi1 table { 
  margin: 0; 
}
.tx-contactslist-pi1 table th { 
  padding-right: 20px;
  text-align: left; 
}
.tx-contactslist-pi1 tr.field-phone span, 
.tx-contactslist-pi1 tr.field-fax span { 
  display: inline-block;
  width: 4.8em; 
}
#contentright .tx-contactslist-pi1 table th { 
  display: none; 
}



/* Formularstyle fuer Powermail (mit angepassten Templates) und Mailforms */
form .mailform { 
  max-width: 600px;
}
form .mailform div { 
    margin-bottom: 4px;
    display: block; 
}
html[xmlns] form .mailform div { display: block; }
* html form .mailform div { height: 1%; }
form .mailform div:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
form .mailform label {
  display: block;
  float: left;
  width: 25%;
  line-height: 1em;
  float: left;
  text-align: left;
  padding-top: 10px;
  padding-right: 10px;
}
form .mailform textarea {
  resize: none;
}

form .mailform .check label {
  width: auto;
  margin: 0;
}
form .mailform .check input {
  resize: none;
  float: left;
  width: 24px;
  margin: 8px 0 0 22%;
}

form .mailform .text input:not(.submit),
form .mailform textarea {
  float: left;
  width: 70%;
  padding: 6px 4px;
  border: 1px inset lightgray;
}
form .mailform input[name=plz] {
  width: 100px;
}
form .mailform input.submit,
form .mailform input.submit:focus,
form .mailform input.submit:hover {
    margin: 20px 0 0 26.48%;
    padding: 5px 20px;
    width: 41.8%;
}
form .mailform {
  margin-top: 10px;
  padding-top: 10px;
}
form .mailform legend {
  text-align: left !important;
  text-transform: uppercase;
  color: #444;
  font-weight: normal;
  font-size: .85em;
  letter-spacing: 1px;
}



.grau a {
    text-decoration:underline;
}
div.tx-imagecycle-pi1 ul li{
    background:none !important;
}
#contentleft{
  margin-left:10px;
  padding-bottom: 1em;
}


div.tx-wecmap-map a { 
  display: block;
  text-decoration: underline;
  margin-bottom: 1px;
}


.rahmen-beige {
  border: 2px solid #FCE5C3;
  padding: 8px;
  margin-bottom: 1em;
}



div.tx-dgpartnerverz-pi1 .partner {
  border: 1px solid #ccc;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
}
div.tx-dgpartnerverz-pi1 .partner a {
  display: block;
  margin: 0;
  padding: 0;
}
div.tx-dgpartnerverz-pi1 .partner .firma {
  display: none;
}

div.tx_dgpartnerverz_pi1-single {
  background: white;
  height: 340px;
}
div.tx_dgpartnerverz_pi1-single .meta {
}
div.tx_dgpartnerverz_pi1-single .meta .image {
  float: right;
  width: 200px;
}
div.tx_dgpartnerverz_pi1-single .meta .address {
  margin-right: 220px;
}
div.tx_dgpartnerverz_pi1-single .description {
}
html.iframe { 
  overflow: auto;
}




#c1373, #c1373 {
  width: 740px;
  overflow: visible;
}
.tt-products h4 {
  font-size: 1.5em;
}
#contentnormal ul.multicolumnContainer{
  margin-left: 0px;
  width: auto !important;
}
#contentnormal ul.multicolumnContainer li.column {
  background: #fff;
  padding: 0;
}
#contentnormal ul.multicolumnContainer li.column .columnItems {
  padding: 0 0 0 0px !important;
}
#content.startseite #contentnormal ul.multicolumnContainer li.column .columnItems .csc-default{
  padding-top: 0;
  margin-bottom: 0;
}


/*------------------------- CB - 06.2015 ---------------------- Foerdermittel Quick Check Formular */
fieldset.tx-powermail-pi1_fieldset{
    border: 0;
    background: #fff;
    padding: 0;
}
.tx-powermail-pi1 fieldset .sonstiges label,
.tx-powermail-pi1 fieldset .nolegend legend,
.tx-powermail-pi1 fieldset.nolegend legend{
    display: none;
}
.tx-powermail-pi1 fieldset fieldset legend,
.tx-powermail-pi1 fieldset label{
    font-weight: normal !important;
}

.tx-powermail-pi1 fieldset .sonstiges{
    margin-top: -37px;
    margin-left: 25%;
}
.tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_text.sonstiges  input.powermail_text{
    width: 200px;   
    position: relative;
    z-index: 80;
}
fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_check {
    padding-top: 10px;   
    clear: both;
}
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner{
    margin-left: 0;
    clear: none;
    width: 48%;
    margin-right: 1%;
    float: left;
}
.tx-powermail-pi1 fieldset .legend-fullwidth legend{
    width: 100%;
    float: none;
    position: static;
}
.tx-powermail-pi1 fieldset .check-fullwidth .powermail_check_inner {
    width: 95%;   
}
.tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_select  label,
.tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_textarea  label,
.tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_text  label{
    width: 25%;
    float: left;
}
.tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_select  select.powermail_select,
.tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_textarea  textarea.powermail_textarea,
.tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_text  input.powermail_text{
    width: 70%;
}
.tx-powermail-pi1 fieldset .powermail_check_inner_uid59_9,
.tx-powermail-pi1 fieldset .powermail_check_inner_uid55_5{
    clear: both;
}
