@charset "utf-8";
/**
  * @link       <http://www.wagener-bauartikel.de/css/screen.css>
  * @version    1.0
  * @media      screen, projection
  * @css-for    all
  * @author     Ingo Wagener <http://www.ingowagener.de>
  * @created    2009-02-12 09:06:23
  * @last_mod   2010-12-04 17:18:46
  */

/**
  * @section    Whitespace-reset, HTML & Body
  */
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: helvetica, arial, sans-serif;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    background: #fff url(../img/basics/bg-body-branded.png) 50% 50% no-repeat;

}

*::selection {
    color: #fff;
    background: #659EDE;
}

*::-moz-selection {
    color: #fff;
    background: #659EDE;
}

#header, input#goSearch, input#goNr, .hr, #sitemap a#totop, h4.twitter, .socialNetworks li a {
    background-image: url(../img/basics/sprite.png);
}

/**
  * @section h1 - h6
  */
h1 {
    width: 640px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../img/basics/bg-header-alternativ.png) no-repeat;
}

h1 strong, h1 a {
    display: block;
    width: 235px;
    height: 75px;
    font: 0px/0 serif;
    text-indent: -3000px;
    
}

h1 span {
    display: none;
}

h1 em {
    position: absolute;
    top: 60px;
    left: 92px;
    z-index: 10;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: .1em;
    color: #fff;
    text-shadow: 0px 2px 3px rgba(15, 49, 88, 1);
}

h1 em:first-letter {
    text-transform: uppercase;
}

.logoPrint {
    display: none;
}

h2 {
    font-size: 1.4em;
    font-weight: normal;
    color: #1A497F;
    border-bottom: 1px dotted #eee;
}

h2.bauFeatured {
    background: url(../img/basics/bau-navi.png) 100% 50% no-repeat;
}

#content h2:first-child {
    margin: 5px 0 10px!important;
}

h3, h3 a {
    margin: 30px 0 15px;
    font-size: 1.1em;
    font-weight: normal;
    color: #1A497F;
    clear: both;
    text-decoration: none;
}

.hilfe h3 {
    margin: 0 0;
    padding: .6em 0;
}

h3 a {
    display: inline-block;
    padding: 0 5px;
    margin: 0;
    position: relative;
    left: -5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



h3 a:hover {
    background: #659ede;
    color: #fff;
}

.blocks hr, .blocks .hr {
    display: none;
}

h4 {
    margin: .6em 0;
    font-size: 1em;
    font-weight: normal;
    color: #000;
    clear: both;
}

h4 small {
    font-size: 12px;
    color: #333;
}

h2 a:after,
h3 a:after,
h4 a:after {
    content: "";
    position: relative;
    left: 3px;
}

/**
  * @section Horizontal Rules
  */

hr {
    height: 1px;
    margin: 1.2em 0;
    background: #eee;
    color: #eee;
    clear: both;
}

#content hr {
    height: 4px;
    color: #fff;
    background: #fff;
} 

.hr {
    width: 100%;
    height: 4px;
    margin: 15px 0;
    background-color: #eee;
    background-position: 0 -80px;
    clear: both!important;
}

.hr hr {
    display: none;
}

/**
  * @section paragraphs, lists etc.
  */
p {
    margin: .8em 0;
    font-size: .8em;
    line-height: 1.4;
}

#content ul {
    margin: .8em 2.4em;
    list-style: square;
    font-size: .8em;
    line-height: 1.4;
}

#content ul ul {
    font-size: 1em;
}

#content ol {
    margin: .8em 2.4em;
    font-size: .8em;
    line-height: 1.4;
}

#content ol ol {
    font-size: 1em;
}

#content ol.agb {
    list-style: upper-roman;
}

blockquote {
    border-left: 3px solid #ddd;
    margin: 0 1em;
    padding-left: 10px;
}

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
sub { top: 0.4em; }

/**
  * @section hyperlinks
  */
a {
    color: #1A497F;
}

a:hover {
    color: #659ede;
    text-decoration: none;
}

a.out {
    padding-right: 13px;
    background: url(../img/basics/icon-a-out.gif) no-repeat 100% 50%;
}



a.wiki {
    padding: 0 0 0 23px!important;
    background: url(../img/icons/icon-wiki.gif) no-repeat 0 50%;
}

code {
    display: block;
    margin: .6em 0;
    padding: 5px 10px;
    border-left: 3px solid #ccc;
    background: #f9f9f9;
    font-family: "courier new", courier, monospace;
}

/**
  * @section    Overall wrapper
  */
#overall {
    min-height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    background: #fff;
    
}

/**
  * @section    Meta navigation
  */

ul#metaNav {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 5;
    list-style: none;
}

ul#metaNav li {
    margin-left: 3px;
    float: left;
    font-size: 10px;
}

ul#metaNav li a {
    display: block;
    padding: 0 8px;
/*    background: #1C4E88;*/
    background: rgba(51,51,51,.2);
    color: #eee;
    line-height: 18px;
    text-decoration: none;
}

ul#metaNav li a:hover {
    color: #fff;
    background: rgba(51,51,51,.6);
}




/**
  * @section    Header & Search
  */
#hdWrap {
    width: 900px;
    margin: 0 auto;
    position: relative;
    height: 120px;
}

#header {
    height: 120px;
    background-color: #1C4E88;
    background-repeat: repeat-x;
    background-position: 0 100%;
    position: relative;
}  

#header form {
	position: absolute;
	top: 45px;
	right: 15px;

}

#header form legend {
    display: none;
}

#header form * {
    float: left;
}

#header form label {
    margin-right: .6em;
    line-height: 1.6;
    font-size: .8em;
    color: #fff;
}

#header form input#s {
    width: 250px;
    margin-right: 10px;
    padding: .2em;
    font-size: .9em;
    background: #fff;
    /* background: rgba(0,0,0, .2); */
}

/*#header form input#s:focus {
    outline: none;
    background: #fff;
    color: #000;
}*/

#header form input#goSearch {
    width: 21px;
    height: 18px;
    background-position: 0 -84px;
    background-repeat: no-repeat;
    background-color: transparent;
    text-align: left;
    text-indent: -3000px;
    font: 0/0 serif;
    cursor: pointer;
}

/**
  * @section    Navigation Sidebar
  */
#sidebarLeft {
    width: 195px;
    padding: 5px 10px;
    float: left;
}

    #sidebarLeft.sbFixed {
        position: fixed;
        top: 5px;
    }

#sidebarLeft ul.subNav {
    list-style: none;
    margin-bottom: 10px;
}

#sidebarLeft ul.subNav li {
    border-bottom: 1px dotted #efefef;
}

#sidebarLeft ul.subNav li:last-child {
    border-bottom: 0;
}

#sidebarLeft ul.subNav li a {
    display: block;
    padding: .3em 0 .3em .4em;
    font-size: .85em;
    text-decoration: none;
    color: #184578;
/*    -webkit-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#sidebarLeft ul.subNav li a:hover {
    color: #fff!important;
}

#sidebarLeft .current_page_item  {
    font-weight: bold;
}

#sidebarLeft ul.subNav ul {
    display: none;
    background-color: #f1f1f1;
    list-style: none;
    font-size: .99em;
    line-height: 1.6;
    color: #1A497F;
    margin: 0;
    padding: 0;
}

#sidebarLeft ul.subNav ul li {
    padding: 0 10px;
    font-weight: normal!important;
}

#sidebarLeft ul.subNav li.current_page_item 
#sidebarLeft ul.subNav li.current_page_ancestor a,
#sidebarLeft ul.subNav li.current_page_parent a,
#sidebarLeft ul.subNav li.current_page_item a,
#sidebarLeft ul.subNav li.current-menu-item a,
#sidebarLeft ul.subNav li.current-category-ancestor a,
#sidebarLeft ul.subNav li.current-post-parent a,
#sidebarLeft ul.subNav li.current-menu-ancestor a {
    background-color: #f1f1f1;
    font-weight: bold;
}

#sidebarLeft ul.subNav li.current_page_ancestor ul,
#sidebarLeft ul.subNav li.current_page_parent ul,
#sidebarLeft ul.subNav li.current-menu-item ul,
#sidebarLeft ul.subNav li.current-menu-parent ul,
#sidebarLeft ul.subNav li.current_page_item ul {
    display: block;
}

#sidebarLeft ul.subNav ul li {

}

#sidebarLeft ul.subNav ul a {
    display: inline;
    padding: 0;
    color: #1A497F!important;
    background: transparent!important;
    border-bottom: 0!important;
    font-weight: normal!important;
}

#sidebarLeft ul.subNav ul li:before {
    content: "•";
    position: relative;
    left: -5px;
    text-decoration: none!important;
}

#sidebarLeft ul.subNav ul a:before:hover {
    text-decoration: none;
}

#sidebarLeft ul.subNav ul a:hover {
    color: #333!important;
    background: transparent!important;
    text-decoration: underline;
}

#sidebarLeft ul.subNav ul .current_page_item,
#sidebarLeft ul.subNav ul .current-menu-item  {
    background: #f5f5f5 url(../img/basics/bg-subnav-active.gif) no-repeat 0 50%!important;
    color: #f9f9f9;
    font-weight: normal!important;
}

#sidebarLeft ul.subNav ul .current_page_item a,
#sidebarLeft ul.subNav ul .current-menu-item a {
    color: #333!important;
}

#sidebarLeft h3 {
    margin: 15px 0!important;
}

#sidebarLeft h4 {
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 1em;
    color: #1A497F;
}

#sidebarLeft h4 a {
    text-decoration: none;
}

#sidebarLeft ul.wp-tag-cloud {
    list-style: none;
    width:100%;
}

#sidebarLeft ul.wp-tag-cloud li {
    display: inline-block;
    margin-right: .2em;
    line-height: 1.1;
}

#sidebarLeft ul.wp-tag-cloud li a {
    color: #666;
    text-decoration: none;
}

ul[class="wp-tag-cloud"] a {
    color: #ccc!important;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
}

ul[class="wp-tag-cloud"]:hover a {
    color: #666!important;
}

#sidebarLeft ul.wp-tag-cloud li a:hover {
    color: #1A497F;
    text-decoration: underline;
}

#sidebarLeft .dlCurrentProduct a {
    display: block;
    padding: 3px 5px 3px 25px;
    background: #eee url('../img/icons/attach.png') 3px 50% no-repeat;
    line-height: 22px;
    text-decoration: none;
}

#sidebarLeft .dlCurrentProduct a:hover {
    color: #fff;
}

.selbstverstaendlich a {
    display: block;
    padding: 3px 5px;
    background-color: #466E9B;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
    font-size: 1.1em;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .3);
    letter-spacing: 2px;
}

.selbstverstaendlich a:hover {
    background-color: #659ede;
}

/**
  * @section    content
  */
#cntWrap {
    width: 900px;
    margin: 0 auto;
    border-top: 5px solid #fff;
    background: #fff url(../img/basics/bg-sidebar.png) repeat-y;
    padding-bottom: 5px;
    position: relative;
    z-index: 2;
}

#content {
    width: 660px;
    min-height: 700px;
    padding: 0 10px;
    float: right;
    position: relative;
}

#content img {
    margin: 0 1em 0 0;
    padding: 1px;
    border: 1px solid #eee;
    background: #fff;
	max-width: 656px;
}

img.wp-smiley {
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
    vertical-align: middle;
}

img.alignright {
    margin: 0 0 1em 1em!important;
    float: right!important;
}

img.alignleft {
    margin: 0 1em 1em 0!important;
    float: left!important;
}

img.noMargin {
    margin: 0!important;
}

img.noBdr {
    border: 0!important;
    padding: 0!important;
    background: transparent!important;
}

div.imgRight img {
    margin-left: 1em!important;
    float: right;
}



.threeColsLeft {
    float:left;
}

.threeColsCenter {
    margin: 0 auto;
}

.threeColsRight {
    float: right;
}

.produkteinstieg {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
    font-size: .8em; 
}

.produkteinstieg a {
    color: #fff;
    text-decoration: none;
}

.produkteinstieg a:hover {
    text-decoration: underline;
}

.produkteinstieg>li {
    float: left;
    padding: 10px 10px 20px;
    width: 305px;
    background: #f9f9f9;
    position: relative;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .3);
}

.produkteinstieg a.cat {
    font-size: 1.4em;
    line-height: .7;
    letter-spacing: 2px;
}

.produkteinstieg sup {
    font-size: 10px;
}

li.befestigung {
    background: #B27024;
}

li.abdichtung {
    background: #7F1D1A;
}

.produkteinstieg li:first-child {
    margin-right: 10px;
}

     .produkteinstieg ul {
         list-style: square;
         margin: 5px 0px 0px 20px!important;
         color: #fff;
     }
     
     li.more {
         padding: 0 5px;
         list-style: none;
         line-height: 20px;
         position: absolute;
         right: 0;
         bottom: 0;
         background: rgba(0,0,0, .2);
     }

/**
  * @section    Tag Cloud - Content
  */
#content .wp-tag-cloud {
    list-style: none;
    margin: 15px 0;
    text-align: center;
}

#content .wp-tag-cloud li {
    display: inline;
    vertical-align: middle;
    line-height: 22pt;
}

#content .wp-tag-cloud a {
    text-decoration: none;
    color: #1A497F!important;
}

#content .wp-tag-cloud a:hover {
    color: #444!important;
    text-decoration: underline;
}



/**
  * @section    Footer sitemap
  */
#sitemap {
/*    border-top: 5px solid #fff;*/
    background: #333 url(../img/basics/bg-ft-sitemap.gif) repeat-x;
    position: relative;
    clear: both;
}

#sitemap div {
    width: 900px;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
}

#sitemap a#totop {
    width: 21px;
    height: 23px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #888;
    background-position: 0 -117px;
    text-indent: -3000px;
    font: 0px/0 serif;
}

#sitemap a#totop:hover {
    background-color: #eee;
}


#sitemap strong {
    margin-bottom: .2em;
    display: block;
    color: #999;
}

#sitemap ul {
    margin-right: 40px;
    float: left;
    list-style: none;
    font-size: .8em;
    line-height: 1.2;
}

#sitemap ul ul {
    font-size: 1em;
}

#sitemap a {
    color: #999;
    text-decoration: none;
}

#sitemap a:hover {
    color: #fff;
    text-decoration: underline;
}

/**
  * @section Tables
  */
table {
    font-size: .8em;
    border-collapse: collapse;
}

table caption {
    font-size: 1.2em;
    text-align: left;
}

table td,
table th {
    padding: 3px;
    border: 1px solid #666;
    vertical-align: top;
    text-align: left;
}

table thead th, 
table tr.thead th {
    background: #666;
    color: #fff;
}

table thead tr.white th {
    background: #fff;
    color: #000;
}

table thead tr.grey th {
    background: #eee;
    color: #000;
}


table p {
    margin: 0;
    font-size: 1em;
}

table img {
    padding: 0!important;
    border: 0!important;
}

table .noWrap {
    white-space: nowrap;
}

table.dl tbody tr:hover th,
table.dl tbody tr:hover td {
    background: transparent;
}

table.spec {
    width: 100%;
}

table.right {
	float: right;
}

/**
  * @section Contact
  */
  
.contactForm legend {
    font-size: 1.2em;
    padding-bottom: 1em;
}

.contactForm label {
    width: 120px;
    float: left;
    line-height: 1.6;
}

.labelfocus {
    background: #600;
}

#content input.txt, 
#content textarea {
    width: 300px;
    padding: 4px;
    border: 1px solid #ccc;
    font-size: 1em;
}

.contactForm select {
    width: 308px;
    padding: 4px;
    font-size: 1em;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 1.4;
}

textarea {
    height: 150px;
}

.contactForm input:focus, 
.contactForm textarea:focus {
    border-color: #1A497F;
    outline: none;
}

.contactForm .screenReader {
    display: none;
}

.contactForm input.submit {
    margin-left: 120px;
    padding: 4px;
    border: 1px solid #eee;
    font-size: 1em;
    background: transparent;
    color: #1A497F;
    cursor: pointer;
}

.err input, .err textarea {
    border-color: red!important;
}



.submitContact {
    margin-left: 120px;
}
/**
  * @section    Search - Content
  */
  

.searchBox fieldset {
    margin-bottom: 1em;
    padding: 10px;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.searchBox legend {
    color: #2362AA;
}

.searchBox fieldset input.searchText {
    width: 570px;
    margin-right: .4em;
    padding: 2px 4px;
    border: 1px solid #eee;
    font-size: 1.2em;
    float: left
}

/**
  * @section Classes
  */
.info {
    margin: .8em 0;
    clear: both;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 108px;
    padding: 10px 10px 10px 99px;
    background: #e1e7ec url(../img/basics/bg-info.gif) no-repeat 15px 0;
    position: relative;
    
}

div.info h2, div.info h3, div.info p {
 margin-top: 0!important;
}

h2 + .info {
	margin: 0 0 15px;
}

.info h3 {
    text-shadow: 1px 1px 0px #fff;
}

.info span {
    
    position: absolute;
    top: -3px;
    left: 7px;
    width: 84px;
    height: 108px;
    background: #659ede url(../img/basics/ribbon-information.png) no-repeat;
}

.fourohfour span {    
    background: #659ede url(../img/basics/ribbon-404.png) no-repeat;
}

.fourohfour p {
    font-size: 1em;
    color: #444;
    text-shadow: 1px 1px 0px #fff;
}

.button {
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #7FA21F;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #7FA21F;
    text-decoration: none;    
    color: #fff;
    cursor: pointer;
}

.button:hover {
    border-color: #2362AA;
}

/**
  * @section    Sitemap
  */
ul.sitemap {
    margin: 1em 0!important;
    list-style: none!important;
}

ul.sitemap li a {
    display: block;
    background: #666;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

ul.sitemap li {
    margin-bottom: 15px;
}

ul.sitemap a:hover {
    text-decoration: underline;
}

ul.sitemap ul {
    list-style: none!important;
    margin: 10px 0!important;
}

ul.sitemap li ul li {
    display: inline-block;
    margin: 0 5px 5px 0;
}

ul.sitemap li ul a {
    color: #fff;
    font-weight: normal;
    background: #659ede;
}

ul.sitemap ul a:hover {
    text-decoration: none;
    background: #1A497F;
}

/**
  * @section    Downloads
  */
ul.dlm_download_list {
    margin: .6em 0!important;
    list-style: none!important;
    font-size: 1em!important;
}

ul.dlm_download_list li {
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #F9F9F9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

ul.dlm_download_list li:before,
ul.dlm_download_list li:after {
    content:"";
    display:table;
}

ul.dlm_download_list li:after {
    clear:both;
}

ul.dlm_download_list h4 {
    margin: 0 0 5px!important;
    font-size: 1.1em;
}

ul.dlm_download_list h4 a {
    text-decoration: none;
}

ul.dlm_download_list p {
    margin: 0!important;
    font-size: .8em;
}

.dlThumb {
    width: 90px!important;
    margin: 0 10px 5px 0!important;
    float: left!important;
}


a.downloadlink {
    display: inline-block;
    margin: 10px 0;
    padding: 5px 5px 5px 23px;
    background: #e1e7ec url(../img/basics/doc-icons/pdf.gif) no-repeat 3px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

a.downloadlink:hover {
    background: #C0CFD9 url(../img/basics/doc-icons/pdf.gif) no-repeat 3px 5px;
}

div.info a.downloadlink {
    background-color: #C0CFD9!important;
}


/**
  * @section    Doctype-Classes
  */
.pdf, .mp3, .doc, .zip, .xls, .mov, .vcf {
    padding-left: 18px;
}

.pdf {
    background: url(../img/basics/doc-icons/pdf.gif) no-repeat 0 50%;
}

	.pdf.out {
		padding-right: 0!important;
		background: url(../img/basics/doc-icons/pdf.gif) no-repeat 0 50%!important;
	}

.mp3 {
    background: url(../img/basics/doc-icons/mp3.gif) no-repeat 0 50%;
}

.doc {
    background: url(../img/basics/doc-icons/word.gif) no-repeat 0 50%;
}

.zip {
    background: url(../img/basics/doc-icons/zip.gif) no-repeat 0 50%;
}

.xls {
    background: url(../img/basics/doc-icons/xls.gif) no-repeat 0 50%;
}

.mov {
    background: url(../img/basics/doc-icons/mov.gif);
}

.vcf {
    padding-left: 20px;
    background: url(../img/icons/vcard.png) no-repeat 0 50%;
}


.marginR200 {
    margin-right: 200px!important;
}

.marginR150 {
    margin-right: 150px!important;
}

.marginR100 {
    margin-right: 100px!important;
}

.marginR50 {
    margin-right: 50px!important;
}

.marginB15 {
    margin-bottom: 15px!important;
}

.marginB10 {
    margin-bottom: 10px!important;
}

.marginB30 {
    margin-bottom: 30px!important;
}

.ui-tabs-hide {
    display: none;
}

.halfSize {
    width: 300px;
    margin-bottom: 1em;
}

.divLeft {
    float: left;
}

.divRight {
    float: right;
}

.glow {
    outline:none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border: 1px solid #ccc;
}

.glow:focus {
    box-shadow: 0 0 5px rgba(101, 158, 222, 1);
    -webkit-box-shadow: 0 0 5px rgba(101, 158, 222, 1); 
    -moz-box-shadow: 0 0 5px rgba(101, 158, 222, 1);
    border-color: #1A497F!important;
}

.socialNetworks {
    margin: 1em 0;
    list-style: none;
	font-size: .8em;
	padding-left: 3px;
}

.socialNetworks li {
	margin-bottom: 3px;
}



.socialNetworks a {
    display: block;
    padding-left: 20px;
	line-height: 16px;
	color: #ccc!important;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
	text-decoration: none;
}


.socialNetworks:hover a {
    color: #666!important;
}

.socialNetworks a:hover {
    color: #1A497F!important;
    text-decoration: underline;
}

.socialNetworks li.twitter a {
    background: url(../img/icons/social/twitter.png) no-repeat 0 50%;
}

.socialNetworks li.facebook a {
    background: url(../img/icons/social/facebook.png) no-repeat 0 50%;
}

.socialNetworks li.youtube a {
    background: url(../img/icons/social/youtube.png) no-repeat 0 50%;
}

.socialNetworks li.google a {
    background: url(../img/icons/social/google_plus_16.png) no-repeat 0 50%;
}

.socialNetworks a:hover {
    opacity: 1;
}

/**
  * @section    Clearfix
  */
  .cf:before,
  .cf:after {
      content:"";
      display:table;
  }

  .cf:after {
      clear:both;
  }

/**
  * @section    slider
  */


ul#sliderContent {
    width: 660px;
    margin: 0;
    height: 200px;
    overflow: hidden;
    list-style: none;
}

ul#sliderContent li {
    float: left;
    position: relative;
}

ul#sliderContent a {
    text-decoration: none;
    color: #fff;
}

ul#sliderContent img {
    display: block;
    width: 660px;
    padding: 0;
    border: 0;
}

ul#sliderContent li span {
    width: 640px;
    margin: 0;
    padding: 10px;
    line-height: 1.2;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/basics/bg-slider-desc.png);
    /*filter: alpha(opacity=80);*/
    color: #fff;
    text-shadow: 1px 1px #000;
}

p#player, object, embed {
    z-index: 1;
}

/**
  * @section    Gallerys
  */
.gallery ul {
    list-style: none!important;
    margin: 15px 0!important;
}

.gallery ul li {
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    border: 1px solid #eee;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.gallery ul li a {
    display: block;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
}

.gallery ul li a:hover {
    border-color: #ccc;
}

.gallery ul li a img {
    display: block;
    padding: 0!important;
    margin: 0!important;
    border: 0;
}

.gallery ul li:hover {
    border-color: #659ede!important;
}

.gallery ul span {
    display: none;
    width: 140px;
    position: absolute;
    bottom: 0;
    left: 1px;
    padding: 5px;
    color: #fff;
    background: rgba(0,0,0,.4);
    font-size: 10px;
}


.gallery ul span:empty {
    display: none;
}

/**
  * @section    Telefonnummern
  */


#addressMagnify {
    display: none;
    position: absolute;
    top: 140px;
    left: 50%;
    z-index: 666;
    margin-left: -40%;
    width: 80%;
    background: rgba(0, 0, 0, .7);
    font: bold 90px/140px "Lucida Grande", helvetica, arial, sans-serif;
    color: #fff;
    text-align: center;
    text-shadow: 3px 3px 5px #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, .6);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, .6);
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    white-space: nowrap;
}

span.tel {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

span.tel:hover:after {
    position: relative;
    left: 5px;
    content: "(Nummer vergrößern)";
    font-size: .8em;
    color: #666;
}




.noscript {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 666;
    background: #ffffEE;
    border-bottom: 1px solid #000;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .3);
}

.noscript p {
    margin: 0 10px;
    padding: 0px 10px 0px 20px;
    background: url(../img/icons/information.png) no-repeat 0 50%;
    color: #000!important;
    font-size: .75em;
    line-height: 24px;
}

.noscript a {
    color: #000;
}

.zoom {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}


dl.messeProdukte {
    
}

dl.messeProdukte dt,
dl.messeProdukte dd {
    color: #1A497F;
    background-color: #C0CFD9;
}

dl.messeProdukte dt {
    padding: 10px;
    cursor: pointer;
/*     background-image: url(../img/basics/bg-messeprodukte.png); */
    background-repeat: repeat-x;
    -webkit-user-select: none;
    -moz-user-select: none;
    border-top: 1px solid #B1BEC8;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, .8); */
}

dl.messeProdukte dt:hover:after {
    content: "»";
    position: relative;
    left: 3px;
}

dl.messeProdukte dt:first-child {
    border-top: 0;
}

dl.messeProdukte dd {
    padding: 5px 10px 10px 10px;
    overflow: auto;
}

dl.messeProdukte dd ul {
    width: 100%;
    height: 112px;
    margin: 0!important;
    list-style: none!important;
    float: left;
    overflow:hidden;
}

dl.messeProdukte ul li {
    width: 110px;
    height: 110px;
    margin-right: 5px;
    float: left;
    font-size: 12px;
    border: 1px solid #A7B4BD;
}

dl.messeProdukte ul li:last-child {
    margin-right: 0!important;
}

dl.messeProdukte ul li:hover {

}

dl.messeProdukte ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

dl.messeProdukte li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #666;
    background-color: rgba(0, 0, 0, .8);
}

dl.messeProdukte li a strong {
    display: block;
    padding: 3px;
    font-weight: normal;
}

h2 a.featuredBauLink {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    float: right;
    padding: 3px 3px 3px 23px;
    background-image: url(../img/basics/bau-navi.png);
    background-repeat: no-repeat;
    background-position: 3px 50%;
}

h2 a.featuredBauLink:after {
    content: "";
}

.bau-2011 .contentOptions {
    background-color: #E1E7EC;
    padding: 20px;
}

.bau-2011 .contentOptions .bau {
    position: relative;
    top: -20px;
    left: -20px;
    right: -20px;
    background-position: 10px 0;
} 

.bau-2011 .contentOptions dl.messeProdukte {
    width: 640px;
    margin-left: -10px;
} 

.bau-2011 .contentOptions .hr {
    height: 12px;
    background: #C0CFD9 url(../img/basics/bg-hr-bau.gif) no-repeat;
    width: 640px;
    margin-left: -10px;
}

.vc {
    display: inline-block;
    font-size: 1.8em;
    padding: 10px 10px 10px 65px;
    letter-spacing: .1em;
    background: #e1e7ec url(../img/basics/bg-vc.png) no-repeat 10px 50%;
    text-decoration: none;
}

.vc:hover {
    background-color: #659ede;
    color: #fff;
}

.round-full {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.round-top {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
}

.round-tl {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

.round-tr {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

.round-bl {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}

.round-br {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

.round-bottom {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#scrollHd {
    width: 100%;
    height: 5px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    background: #659ede;
    display: none;
}

#scrollHd div {
    width: 900px;
    margin: 0 auto;
    position: relative;
}

#scrollHd a {
    position: absolute;
    top: 5px;
    right: 15px;
    padding: 0 5px;
    background: #659ede;
    line-height: 16px;
}

.rdf table {
    float:right;
    margin-left: 10px;
    background: #fff;
}

.rdf table caption {
    padding-bottom: 5px;
}

.overviewTeaser {
    margin: 10px 0;
    padding: 10px;
    background: #f9f9f9;
    transition: box-shadow 0.25s ease-in-out;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out;
}

.overviewTeaser:hover {
    box-shadow: 0px 3px 5px rgba(101,158,222, .7);
}


.overviewTeaser div {
    margin-top: 10px;
    float: left;
    clear: left;
    width: 100%;
}

    .overviewTeaser div p:first-of-type {
        margin-top: 0!important;
    }

.overviewTeaser h3, .overviewTeaser h4 {
    margin: 0 0 10px!important;
}


.overviewTeaser .button {
    background: #869FB1;
    color: #fff;
    border: 0;
}

.overviewTeaser .button:hover {
    background: #C0CFD9;
    color: #1A497F;
}


.overviewTeaser img {
    float: left;
    margin: 0 10px 0 0!important;
    max-width: 120px;
    height: auto;
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.colophon .overviewTeaser img {
    margin: 0 0 0 10px!important;
}

.overviewTeaser img.wp-post-image {
    float: right;
    margin: 0 0 10px 10px!important;
	width: 120px;
    max-width: 120px!important;
}

.ankerschienen {
    position: relative;
}

.ankerschienen img {
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
}

/**
  * @section    Tables
  */


.ankerschienen table {
    width: 100%;
    margin-bottom: 30px;
    font-size: .8em;
    border-collapse: collapse;
    clear: both;
}

.ankerschienen table caption {
    font-size: 1.2em;
    text-align: left;
    padding: 3px;
}

.ankerschienen table td,
.ankerschienen table th {
    padding: 3px;
    border: 1px solid #333;
    text-align: left;
}

.ankerschienen thead th {
    vertical-align: top;
}

.ankerschienen table tbody th, 
.ankerschienen table tbody td {
    white-space: nowrap;
}


.ankerschienen table thead th, 
.ankerschienen table tr.thead th,
.ankerschienen table tr.hd th {
    background: #666;
    color: #fff;
}

    .ankerschienen .white,
    .ankerschienen .white *  {
        background: #fff!important;
        color: #000!important;
    }


    /**
      * @section    Table classes
      */
    
    .lieferlaengen {
        clear: left;
        
    }
    
    .zulaessige-lasten {
        width: auto;
    }




.ankerschienen .profil-full {
    float: left;
    width: 160px;
    margin-right: 10px;
    position: relative;

}

    .profil-full h3 {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 3;
        font-size: 1em;
        color: #000!important;
        margin: 0!important;
    }
    
.lasten-laengen {
    width: 490px;
    float: right;
    display: inline;
}

.ankerschienen table td.centerWhite {
    text-align: center!important;
    vertical-align: middle;
    background: #fff!important;
}

.ankerschienen tr.dark td,
.ankerschienen tr.dark th {
    background: #f9f9f9!important;
}

.ankerschienen table + p {
    margin-top: 0;
}




small.flickr, small.flickr * {
    color: #aaa!important;
    font-size: 11px;
    padding: 0!important;
    background: transparent!important;
}

small.flickr {
    display: block;
    text-align: right;
}

.showCurrentDownloads {
    display: none;
    position: absolute;
    top: -5px;
    left: 5px;
    z-index: 666;
    width: 650px;
    padding: 10px 10px 20px;
    background-image: url(../img/basics/dropshadow-top.png);
    background-repeat: repeat-x;
}

.showCurrentDownloads .close {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.showCurrentDownloads .close:hover {
    background: rgba(0, 0, 0, .4);
}

.showCurrentDownloads h3 {
    color: #fff!important;
    margin: 0;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .2);
}

.showCurrentDownloads .dlm_download_list li {
    margin: 0 0 3px;
    padding: 5px 3px;
    background: rgba(0, 0, 0, .2);
    font-size: 12px;
}

.showCurrentDownloads .dlm_download_list li a {
    color: #fff;
    text-decoration: none;
}

.showCurrentDownloads .dlm_download_list li a:hover {
    text-decoration: underline;
}

.understoodStart {
    margin-bottom: 10px;
    padding: 190px 10px 10px ;
    background: #466E9B url(http://c.wba.de/img/uploads/2011/08/selbstverstaendlich.png) no-repeat;
    color: #fff;
}

.understoodStart h2 {
    position: absolute;
    left: -3000px;
    top: -3000px;
}

.understoodStart a {
    display: inline-block;
    background: #9B4846;
    /*background: rgba(0, 0, 0, .1);*/
    padding: 3px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
}

.understoodStart a:hover {
    background: #659ede;
}

.understoodStart p:last-child {
    text-align: right;
    margin-bottom: 0;
}

.headlineNews {
    margin-bottom: 10px;
    padding: 10px 140px 10px 10px;
    background: #466E9B;
    color: #fff;
    position: relative;
    min-height: 170px;
}

.headlineNews img {
    position: absolute;
    right: -70px;
    top: -25px;
    z-index: 100;
    border: 0!important;
    background: transparent!important;
}

.headlineNews h2 {
    color: #fff;
    border-bottom: 0;
    margin: 0 0 15px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .4);
}

.headlineNews a {
    display: inline-block;
    background: #9B4846;
    /*background: rgba(0, 0, 0, .1);*/
    padding: 3px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
}

.headlineNews a:hover {
    background: #659ede;
}

.headlineNews p:last-child {
/*    text-align: right;*/
    margin-bottom: 0;
}


span.namePrivacy {
    unicode-bidi: bidi-override;
    direction: rtl;
}


/**
  * @section    Featured Content
  */
#featuredContent {
    height: 230px;
    margin-bottom: 35px;
    position: relative;
    background: #466E9B;
}

#featuredContent ul {
    margin: 0;
    padding-left: 10px;
    list-style: none;
    position: absolute;
    bottom: -25px;
}

#featuredContent ul li {
    float: left; margin-right: 1px;
}

#featuredContent ul a {
    display: block;
    padding: 0 5px;
    line-height: 25px;
    background: #659ede url(http://c.wba.de/img/basics/dropshadow-top.png) repeat-x;
    color: #fff;
    text-decoration: none;
}

#featuredContent ul a:hover {
    text-decoration: underline;
}

#featuredContent .ui-tabs-selected a {
    background-color: #9B4846;
}

#featuredContent .slides {
    padding: 10px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
}

#featuredContent .slides a {
    display: inline-block;
    background: #9B4846;
    /*background: rgba(0, 0, 0, .1);*/
    padding: 3px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
}

#featuredContent .slides a:hover {
    background: #659ede;
}

#featuredContent .slides p:last-child {
    margin-bottom: 0;
}

#featuredContent h3 {
    margin: 0 0 5px!important;
    color: #fff;
}

#featuredContent h3.selbstverstaendlich strong {
    font-weight: normal;
    font-size: 1.6em;
    letter-spacing: 2px;
    display: block;
}
