/***********************
* color schemes
************************/

/*
Dunkelblau: #0e4999  (Ueberschrift)
Dunkelgrau: #525252 (Fliesstext)
Dunkelgrau: #9b9b9b (Footer)
Hellgrau: #ebebeb (Verlauufe)
Hellgrau: #C8C8C8 (Text-Footer)
Hellblau: #99BBFF (Header Navigation)
*/

/***********************
* base css
************************/

html,div {
  margin:0;
  padding:0;
}

body {
  background-color:#e4e4e4;
  margin:0;
  padding:0;
  font: 12px/18px Arial, Verdana, Sans-Serif;
  color:#525252;
}

h1 {
  font: 20px/25px Arial, Verdana, Sans-Serif;
  font-weight: bold;
  color:#0e4999;}
  
h2 {
  font-size:14px;
  font-weight: bold;}
  
h3 {
  font-size: 12px;
  font-weight: bold;}

a {
  color: #0e4999;
  text-decoration:none;}
  
hr {
  border:none;
  border-top:1px solid #c3c3c3;
}

.gradient-ruler {
  border:none;
  margin:10px 0 -10px 0;
  height:10px;
  background: #fff;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0));
  background: -moz-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0));
  background: -ms-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0));
  background: -o-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0));
}

img {
  border:none;
}

:focus {
  border:none;
  outline: none; 
}

blockquote {
  background-color:#eee;
  margin:0;
  padding:10px;
}
.pikto_images img{
  margin:5px;
/*     -moz-box-shadow:    3px 3px 3px 3px #aaa;
    -webkit-box-shadow: 3px 3px 3px 3px #aaa;
    box-shadow:         3px 3px 3px 3px #aaa; */
}  
/***********************
* website elements
************************/
.wrapper{
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#header .wrapper {
  height: 127px;
}

#site  {
  /* width:960px; */
  margin:0 auto;
  padding:0;
  background-color:#eee;
  line-height:0;
  /*position:relative;
  z-index:1000;*/
}
/* Header - Start */
#header {
  background:#149 url('../img/head.png') repeat-x;
  height:127px;
  position:relative;
  z-index:99;
  line-height:18px;
}

#headerMenu {
  margin:0;
  padding:11px 8px;
  overflow:auto;
}

#headerMenu li{
  color:#9bf;
  list-style:none;
  float:left;
  line-height:35px;
}

#headerMenu li a{
  color:#9bf;
  line-height:12px;
  display:block;
  padding:0 8px;
  text-decoration:none;
  border-left:1px solid #9bf;
}

#headerMenu li a:hover{
  color:#fff;
}

#headerMenu li:first-child a{
  border-left:none;
}

#systemPartnerHeader a{
  color:#9bf;
  position:absolute;
  top:10px;
  right:220px;
  text-decoration:none;
  padding-left:16px;
}

#logo {
  position:absolute;
  right:11px;
  top:12px;
}
/* Header - End */

/* Main  - Start */
#main {
  background:url('../img/head.png') repeat-x;
  background-position: 0px -127px;
  line-height:18px;
  width: 100%;
}

/* main menu  - start */
#mainMenu {
  margin:0;
  padding:0 12px;
  height:50px;
  position:absolute;
  bottom:0;
  left:0;
  z-index:100;
}

#mainMenu li{
  float:left;
  color:#fff;
  line-height:50px;
  list-style:none;
  margin:0 1px;
  position: relative;
  z-index:100;
}

#mainMenu li.active,
#mainMenu li:hover  {
  background-color:#fff;
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #fff, #fff 70%, #ddd);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #fff, #fff 70%, #ddd);
  /* IE 10 */
  background: -ms-linear-gradient(top, #fff, #fff 70%, #ddd);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #fff, #fff 70%, #ddd);
  
  color:#149;
  border-radius:4px 4px 0 0;
  box-shadow:0 -3px 3px rgba(0,0,0,0.3);
}

#mainMenu li.active a,
#mainMenu li:hover a{
  color:#149;
}

#mainMenu li a{
  color:#fff;
  line-height:50px;
  display:block;
  padding:0 15px;
  text-decoration:none;
  white-space: nowrap;
}

#mainMenu ul.second_level {
  visibility: hidden;
  left: 0;
  z-index: 598;
  position: absolute;
  top: 100%;
  margin:0;  
  padding:10px;
  background: url("../img/mainMenuLevel2.png") repeat-x #bbb;
  border-radius:0 0 4px 4px;
  clip:rect(0px, 1000px, 1000px, -10px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

#mainMenu ul.second_level li a,
#mainMenu ul.second_level li{
  line-height:16px;
  padding:0;
  color:#555;
  float:none;
  margin:0;
}

#mainMenu ul.second_level li a{
  background: url('../img/pswSprite16x16.png') 5px -45px no-repeat;
  margin:0;
  display:block;
}

#mainMenu ul.second_level li.active,
#mainMenu ul.second_level li:hover{
  background:none;
  border-radius:none;
  box-shadow:none;
  color:#194f99;
}

#mainMenu ul.third_level {
padding:0;
margin:0;
}

#mainMenu ul.second_level li a{
  height:25px;
  line-height:25px;
}

#mainMenu ul.second_level li:hover,
#mainMenu ul.third_level li:hover{
  background:rgba(255,255,255,0.5);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.5));
  background: -moz-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0));
  background: -ms-linear-gradient(top, #fff, #fff 70%, #ddd);
  background: -o-linear-gradient(top, #fff, #fff 70%, #ddd);
  border-radius:4px 4px 0 0;
  box-shadow:0 -2px 2px rgba(0,0,0,0.1);
}

#mainMenu ul.second_level li.dir {
  float:left;
}

#mainMenu ul.second_level li.dir:hover {
  background:none;
  border-radius:none;
  box-shadow:none;
}

#mainMenu ul.second_level li a:hover{
  color:#194f99;
}

#mainMenu ul.second_level li a {
padding:0 15px 0 20px;
}

#mainMenu li:hover > ul {
    visibility: visible;
}

.col2 ul.second_level {width:300px;}
.col3 ul.second_level {width:450px;}
.col4 ul.second_level {width:600px;}


/* main menu  - end */

#normal {
  float:left;
  width:636px;
  margin:6px;
}

#breadCrumb,
#breadCrumb a {
  font-style: italic;
  color: #525252;
  margin:-5px 0 10px 0;
}

#top{
  float:left;
  margin:12px 0;
}

#right {
  width:312px;
  float:right;
}
/* Main  - End */

/* Footer  - Start */
#footer {
  background:#9b9b9b url('../img/footer.png') no-repeat bottom;
  color:#c8c8c8;
  line-height:18px;
}

#footerTop {
  width:936px;
  background:url('../img/footer_shadow.png') no-repeat;
  padding:12px;
  position:relative;
}

#footerTop #tx-indexedsearch-form {
  float: right;
  margin-right: 6px;
}
  
#footerTop #tx-indexedsearch-searchbox-sword {
  border: 1px solid #7c7c7c;
}

#footerTopLeft,
#footerTopRight  {
  width:50%;
  float:left;
}

.rss{
    background: url("../img/rss.png") no-repeat scroll right 0 transparent;
    height: 30px;
  line-height: 30px;
    padding-right: 36px;
  color: #fff;
  float:right;
}

a.rss:hover {
  color: #c8c8c8;
}

#systemPartnerFooter a{
  color:#c8c8c8;
  position:absolute;
  bottom:11px;
  right:12px;
  text-decoration:none;
  padding-left:16px;
}

#siteMenu  {
  padding:12px;
  margin:0;
}

#siteMenu a:hover  {
  color: #C8C8C8;
}

#siteMenu li {
  color:#fff;
  text-decoration:none;
  list-style:none;
}

#siteMenu li a{
  color:#fff;
  text-decoration:none;
  padding:5px 0;
  display:inline-block;
}

#footerMenu {
  margin-bottom:0;
}

#footerMenu a:hover {
  color: #C8C8C8;
}

#footerMenu li {
  color:#fff;
  text-decoration:none;
  list-style:none;
  float:left;
  line-height:28px;
}

#footerMenu li:last-child a{
  border-right:none;
}

#footerMenu li a{
  color:#fff;
  line-height:12px;
  text-decoration:none;
  padding:0 8px 0 0;
  margin:0 8px 0 0;
  border-right:1px solid #fff;
}
#MR3{
  margin-left: 6px;
}
#footerAdress {
  margin:0;
  list-style:none;
  line-height:28px;
}

#footerBottomRight {
  position:absolute;
  right:12px;
  bottom:8px;
}

#footerBottom{
  position:relative;
  height: 100px;
}

#copartsLogo {
  position:absolute;
  left:12px;
  top:30px;
}
/* Footer  - End */

/***********************
* Content
************************/
.contentPadding {
  padding:30px;
  background-color:#fff;
  margin:6px;
}

#normal h1.csc-firstHeader{
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 10px;
  margin: 0;
  margin-bottom: 10px;
}

.csc-firstHeader {
  padding-bottom: 10px;
  margin: 0;
}


DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
    background-color: #ebebeb ;
    margin: 0;
    padding:6px;
  line-height:13px;
  font-size:11px;
  color:#000;
}

/***********************
* right
************************/

#tx-indexedsearch-form {
  padding-top: 12px;
  position: relative;
}

#tx-indexedsearch-searchbox-sword {
  width: 286px;
  height: 21px;
  border: 1px solid #b8b8b8;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 0px 4px #b8b8b8;
  -moz-box-shadow: inset 0px 0px 4px #b8b8b8;
  box-shadow: inset 0px 0px 4px #b8b8b8;
  padding:6px 6px 6px 6px;
  
  
  }
  
#tx-indexedsearch-searchbox-button-submit {
background: url('../img/magnifyingglass.png') no-repeat center center;
  border: none;
  right: 25px;
  bottom: 9px;
  position: absolute;
  width:16px;
  height: 16px;
}
  


#content_right{
  margin:12px 12px 12px 0;
  background-color: #fff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  /*padding:3px;*/
}

/* new clearfix */
.clearfix:after {
  content: "";
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
  line-height:0;
  display:block;
}

.clearfix { 
  display: inline-block;  
}

*:first-child+html .clearfix {
  zoom: 1;
  min-height: 1%;
} 

.cleardiv {
clear:both;
height:0;
}

.csc-default {
  padding:16px;
  background-color:#fff;
}

#normal .csc-default {
  margin:6px;
}

.pswSprite16x16 {
  background: url('../img/pswSprite16x16.png') 0 0 no-repeat;
}

.systemPartner {
  background-position: 0 0;
  line-height:16px;
}

.systemPartner:hover {
  background-position: 0 -33px!important;
  color:#fff!important;
}

#systemPartnerHeader .systemPartner {
  background-position: 0 -17px;
}

#systemPartnerFooter .systemPartner {
  background-position: 0 -1px;
}

/***********************
* NEWS
************************/

.news-of-month,
.news-list3cols-item {
  width:186px;
  float:left;
  padding:7px;
  line-height:16px;
  background-color:#fff;
  margin:6px;
  position: relative;
  height:330px;
}

.news-list-header{
  min-height:45px;
}

.blue {
  background:#0e4999;
  background: -webkit-linear-gradient(top, #def, #0e4999 50%, #037);
  background: -moz-linear-gradient(top, #def, #0e4999 50%, #037);
  background: -ms-linear-gradient(top, #def, #0e4999 50%, #037);
  background: -o-linear-gradient(top, #def, #0e4999 50%, #037);
  color:#fff;
}

.blue a{
  color:#fff!important;
}
.blue h2{color: #0E4999 }

.news-of-month {
  width:398px;
  background: -webkit-linear-gradient(top, #fff, #fff 50%,#ddd);
  background: -moz-linear-gradient(top, #fff, #fff 50%, #ddd);
  background: -ms-linear-gradient(top, #fff, #fff 50%, #ddd);
  background: -o-linear-gradient(top, #fff, #fff 50%, #ddd);
}

.news-of-month h2 {
  font-size:16px;
  margin:0;
}

.news-list3cols-item h2{
  font-size:13px;
  margin:0;
}

.news-list3cols-item a{
  text-decoration:none;
  color:#0e4999;
}

.news-list3cols-item a p{
  color:#525252;
}

.news-list-category a{
  font-size:13px;
  color:#6f6f6f;
  font-weight:bold;
}

.news-list3cols-item  a.morelink,
.news-list-morelink {
 background: url("../img/pswSprite16x16.png") no-repeat scroll right -48px transparent;
    bottom: 7px;
    padding: 0 16px 0 0;
    position: absolute;
    right: 7px;
}

.news-list-morelink:hover  {background-position:right -80px;}

.news-single-img {
  float: right;
  margin: 15px 0 0 10px;
  padding: 0;
}

.news-list-browse {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ccc;
background: -webkit-linear-gradient(top, #fff, #ddd);
background: -moz-linear-gradient(top, #fff, #ddd);
background: -ms-linear-gradient(top, #fff, #ddd);
background: -o-linear-gradient(top, #fff, #ddd);
line-height:34px;
margin:6px;
position:relative;
text-align: center;
}

.showResultsWrap {
position:absolute;
top:0;
left:12px;
}

.browseLinksWrap {
}

.last {
position:absolute;
top:0;
right:12px;
}

.next,
.prev{
  background: url("../img/pswSprite16x16.png") no-repeat scroll left -49px transparent;
  width:16px;
  height:16px;
  display:inline-block;
  vertical-align:middle;
}

.prev       {background-position:left -65px;}
a:hover .prev  {background-position:left -97px;}
a:hover .next  {background-position:left -81px;}

.first {
position:absolute;
top:0;
right:50px;
}

.cl-right {
border:none;
display:none;
}


/***********************
* SLIDER
************************/

/* general div */
#wwe-slider {
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 624px;
  background-color:#fff;
  margin:0 12px;
  z-index:10;
}

.wwe-slider-content {
font-family: Arial, Helvetica, sans-serif;
position:absolute;
display:block;
width: 624px;
background-color:#fff;
z-index:10;
left:0;
top:0;
}

/* no border for imgs */
.wwe-slider img, .wwe-slider a {
  border:none;
}

.wwe-slider-image {
padding:0;
float:left;
display:block;
width:356px;
height:250px;
overflow:hidden;
border:none;
}

.wwe-slider-nest a,.wwe-slider-nest a:hover,.wwe-slider-nest a:link,.wwe-slider-nest a:visited,.wwe-slider-nest a:focus,.wwe-slider-nest a:active{
text-decoration: none;
}

/* description */
.wwe-slider-description {
  padding:24px;
  position:relative;
  width:220px;
  float:left;
  height:196px;
}

.wwe-slider-description .news-list-morelink  {
  left:24px;
  right:inherit;
}

.wwe-slider-description h2,
.wwe-slider-description p{
  margin:0;
}

/* holds the browser items */
.wwe-slider-browser {
    bottom: 0;
    position: absolute;
    right: 0;
}

/* single browser element */
.wwe-slider-play, 
.wwe-slider-browserEl {
    color: #0e4999;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    z-index: 10;
}

.wwe-slider-play{
width:60px;
float:right;
border-right:none;
}

.wwe-slider-browserEl:hover, .selectedTab {
  color:#fff;
  background-color:#c7c7c7;
  box-shadow:0 3px 5px rgba(0,0,0,0.3) inset;
}

/* active element item */
.wwe-slider-browser .act {
  color:#fff;
  background-color:#b3ab9d;
}

/***********************
* +ext socials
************************/

.social_share_privacy_area {
    margin: 0!important;
}


/* Facebook begin */
.social_share_privacy_area .facebook {
    width: 150px; 
}
.social_share_privacy_area .facebook .fb_like iframe {
    width: 115px;
}
/* Facebook end */
/* Twitter begin */
.social_share_privacy_area .twitter {
  width: 150px;
}
.social_share_privacy_area li div.tweet {
  width: 115px; 
}
/* Twitter end */
/* Google+ begin */
.social_share_privacy_area .gplus {
  width: 205px; 
}
.social_share_privacy_area li div.gplusone {
  width: 90px; 
}
/* Google+ end */

/***********************
* Advertisement
************************/
.ad-container {
  background-color:#ffffff;
  height:250px;
  margin:0 auto;
  float:left;
}

#skyscraper {
    left: 960px;
    position: absolute;
}

#xxlbanner {
  right:0;
  position: absolute;
}

#contentWerbung {
margin:12px 12px 12px 0;
}

#contentWerbungBig {
width:624px;
margin:6px;
float:left;
}

#player_start{margin-left: -10px;}
.blue object{margin-top: 15px;}
/*.lof-wrapper ,.tx-t3sjslidernews-pi1{width:635px; height: 250px;}
ul.navigationControl{width: 300px; position: relative; top: -29px;left:-20px; }
.lof-navigator-outer{height: 250px;}
*/
h3 a.readmore{color: #ffffff !important;}

.tx-feedforward-pi1 h1{
  padding: 0px;
  font-size: 100%;
}
.tx-feedforward-pi1 p{
  margin: 0;
}
#gewinnspiel_em{
  background-color: #fffff;
  width: 350px;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  }
.label{ width: 30%; float: left; text-align: right; padding-right: 10px; line-height: 20px;}
input{border: none; background-color: #ffffff; border: 1px solid #bababa; }
.eingabe{width: 65%; float: left; }
.reihe{
  margin: 5px 0;
  width: 100%;
  float: left;
}

.subpages_content {
margin-left: 0 !important;
}
.psw_basis_datas{
  width: 38%;
  float: right;
  margin-top: -10px;
}
.tx-wwepswbasis-pi1 p.bodytext{ margin-bottom: 10px;}
.tx-wwepswbasis-pi1 p.bodytext img{
  float: right;
    margin: 10px;
}
.news-of-month img {
  float: left;
  margin-right: 10px;
}
 #searchform input[type="text"]{
  margin-bottom: 0px;
  margin-left: -10px !important;
}
.btn-primary {
  background-color: #00519D;
  background-image: -moz-linear-gradient(center top , #0E4999, #0B3C7D)!important;
  background-repeat: repeat-x;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-left-color-ltr-source: physical;
  border-left-color-rtl-source: physical;
  border-left-color-value: rgba(0, 0, 0, 0.1);
  border-right-color-ltr-source: physical;
  border-right-color-rtl-source: physical;
  border-right-color-value: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  float:left;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #0B3C7D !important;
  color: #FFFFFF;
}
#contentWerbung{position: relative; z-index:0;}
.second_level{z-index: 9999; position: relative;}
#right h1, #right form{padding: 0 10px;}

#imagevideo {
  position:relative;
  z-index:10;
}
.lof-slider_2 .lof-description {
  display: none;
  opacity: 0;
}


.panel {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-body {
  padding: 15px;
}
img {
  vertical-align: middle;
}