@charset "UTF-8";

@media all
{

  a {
  outline: none;
  border: none;
  }




/* mainnav
------------------------------------------------------------------------------------------------------*/
  .mainnav a {
  display: inline;
  float: left; 
  text-decoration: none;
  color: #000; 
  font-weight: normal;
  text-indent: -9999%;
  }
  .mainnav a:focus, 
  .mainnav a:hover,
  .mainnav a:active { 
  text-decoration: underline;
  }

  .mainnav a.home { 
  background: transparent url("../images/mainnav_blog.jpg") 0px 0; 
  width: 174px;
  height: 70px;
  }
  .mainnav a.home:active,
  .mainnav a.home:focus, 
  .mainnav a.home:hover,
  .mainnav a.home.current,
  .mainnav a.home.selected { 
  background: transparent url("../images/mainnav_blog.jpg") 0px -70px; 
  }

  .mainnav a.trailer { 
  background: transparent url("../images/mainnav_blog.jpg") -174px 0; 
  width: 164px;
  height: 70px;
  }
  .mainnav a.trailer:active,
  .mainnav a.trailer:focus, 
  .mainnav a.trailer:hover,
  .mainnav a.trailer.current,
  .mainnav a.trailer.selected { 
  background: transparent url("../images/mainnav_blog.jpg") -174px -70px; 
  }

  .mainnav a.dates { 
  background: transparent url("../images/mainnav_blog.jpg") -338px 0; 
  width: 129px;
  height: 70px;
  }
  .mainnav a.dates:active,
  .mainnav a.dates:focus, 
  .mainnav a.dates:hover,
  .mainnav a.dates.current,
  .mainnav a.dates.selected { 
  background: transparent url("../images/mainnav_blog.jpg") -338px -70px; 
  }  

  .mainnav a.media { 
  background: transparent url("../images/mainnav_blog.jpg") -467px 0; 
  width: 131px;
  height: 70px;  
  }
  .mainnav a.media:active,
  .mainnav a.media:focus, 
  .mainnav a.media:hover,
  .mainnav a.media.current,
  .mainnav a.media.selected { 
  background: transparent url("../images/mainnav_blog.jpg") -467px -70px; 
  }  

  .mainnav a.blog { 
  background: transparent url("../images/mainnav_blog.jpg") -598px 0; 
  width: 134px;
  height: 70px;  
  }
  .mainnav a.blog:active,
  .mainnav a.blog:focus, 
  .mainnav a.blog:hover,
  .mainnav a.blog.current,
  .mainnav a.blog.selected { 
  background: transparent url("../images/mainnav_blog.jpg") -598px -70px; 
  }  

  .mainnav a.twitter { 
  background: transparent url("../images/mainnav_blog.jpg") -732px 0; 
  width: 108px;
  height: 70px;  
  }
  .mainnav a.twitter:active,
  .mainnav a.twitter:focus, 
  .mainnav a.twitter:hover,
  .mainnav a.twitter.current,
  .mainnav a.twitter.selected { 
  background: transparent url("../images/mainnav_blog.jpg") -732px -70px; 
  }   








/* links
-------------------------------------------------------------------------*/
  #main a,
  #main a:visited { 
  color: #ff0066; 
  background: transparent; 
  text-decoration: none;
  font-weight: bold;
  }
  #main a:focus,
  #main a:hover,
  #main a:active { 
  color:#666; 
  text-decoration: none; 
  }
  
  




  a.externallink,
  a:visited.externallink { 
  color: #339999; 
  background: transparent url("../../../../../images/icons/offsite.gif") no-repeat right 5px; 
  text-decoration: underline;
  font-weight: bold;
  padding: 0 12px 0 0px;
  }
  a:focus.externallink,
  a:hover.externallink,
  a:active.externallink { 
  color:#666; 
  text-decoration:none; 
  }
  
  
  
/*
  a[href^="http:"] {
  background: transparent url("../../images/icons/offsite.gif") 100% 50% no-repeat;
  padding-right: 10px;
  }
  a[href^="http://profityre.jfnet4.de"],
  a[href^="http://profi-tyre.nenart.de"],
  a[href^="http://www.profi-tyre.nenart.de"],
  .banner a {
  background: transparent;
  padding-right: 0px;
  }
*/




/* topnav
-------------------------------------------------------------------------*/
  #topnav a {
  text-decoration: none;
  color: #333; 
  font-weight: normal;
  padding: 5px 5px 5px 5px;
/*  background: #f0d700;*/
  margin: 0 5px 0 0;  
  }
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { 
  text-decoration: none;
  color: #000;
  background: #f0d700;
  }

  #topnav a.btn { 
  background: transparent; 
  }
  #topnav a.btn:active,
  #topnav a.btn:focus, 
  #topnav a.btn:hover { 
  background: transparent url("../../../../../images/btn_topnav.gif") no-repeat center 0px; 
  }
  #topnav a.btn_current { 
  background: transparent url("../../../../../images/btn_topnav.gif") no-repeat center 0px;
  font-weight: normal; 
  color: #fff; 
  }



/* links footer
-------------------------------------------------------------------------*/
  #footer a,
  #footer a:visited { 
  color: #777; 
  background: transparent; 
  text-decoration: underline;
  font-weight: normal;
  }
  #footer a:focus,
  #footer a:hover,
  #footer a:active { 
  color:#ccc; 
  text-decoration:none; 
  }







/* sidebar links
-------------------------------------------------------------------------*/
  #sidebar a,
  #sidebar a:visited {
  display: block; 
  color: #666; 
  background: transparent url("../images/sidebar_dashed.jpg") no-repeat center 20px; 
  text-decoration: none;
  font-weight: bold;
  height: 30px;
  margin: 5px 0 0 0;
  padding: 0 0 0 15px;
  }
  #sidebar a:focus,
  #sidebar a:hover,
  #sidebar a:active { 
  color:#ff0066; 
  }

  #sidebar a.imglink,
  #sidebar a:visited.imglink { 
  color: #777; 
  background: transparent; 
  text-decoration: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  height: auto;
  }
  #sidebar a:focus.imglink,
  #sidebar a:hover.imglink,
  #sidebar a:active.imglink { 
  color:#ccc; 
  }










/* seitenanfang 
-------------------------------------------------------------------------*/
  #seitenanfang_btn {
    display: block;
    width: 100%;
    height: 60px;
  }

  a.seitenanfang_btn {
  display: block;
  background: transparent url("../../../../../images/btn_seitenanfang.jpg") no-repeat 0 2px;
  margin: 0;
  padding: 0;
  width: 220px;
  height: 60px;
  text-indent: -9999%;
  } 


/* bottom menu 
-------------------------------------------------------------------------*/
  .bottom_menu span {
    color: #ccc;
    float: left;
    display: block;
    margin: 0 3px;    
  }

  .bottom_menu a,
  .bottom_menu a:visited {
    display: block;
    float: left;
    font-weight: normal;
    color: #888;
    margin: 0;
    padding: 0 0 5px 0;
    text-decoration: none;
  }
  
  .bottom_menu a:focus,
  .bottom_menu a:hover,
  .bottom_menu a:active {
    color: #555;
    text-decoration: none;
    border-bottom: 2px solid #339999;
    padding: 0 0 3px 0;    
  } 



/* links sitemap
-------------------------------------------------------------------------*/
  .sitemap a,
  .sitemap a:visited { 
  color: #666; 
  background: transparent; 
  text-decoration: none;
  font-weight: normal;
  }
  .sitemap a:focus,
  .sitemap a:hover,
  .sitemap a:active { 
  color:#339999; 
  text-decoration:underline; 
  }


/* links sitemap
-------------------------------------------------------------------------*/  

/*
  #main .entry a,
  #main .entry a:visited {
    display: inline;
    font-size: 100%;   
    color: #00b1e5; 
    text-decoration: none;
    padding: 5px;
    background: transparent; 
  }
  #main .entry a:focus,
  #main .entry a:hover,
  #main .entry a:active { 
    color:#eee;
    background: #00b1e5;    
    text-decoration: none; 
  }
*/  
    

  #main .entry a.more-link,
  #main .entry a.more-link:visited  {
    display: block;
    background: transparent;
    width: 200px;
    height: 45px;
    margin: 20px 0 0 0;
    text-indent: -999%;
  }  
  #main .entry a.more-link:focus,
  #main .entry a.more-link:hover,
  #main .entry a.more-link:active { 
    display: block;
    background: transparent;
    width: 200px;
    height: 45px;
    margin: 20px 0 0 0;
    text-indent: -999%; 
  } 



/* ### subnav ### */  

/*
  #subnav ul {
  display: block;
  float: left; 
  text-decoration: none;
  color: #999; 
  font-weight: normal;
  overflow: hidden;
  background: transparent url(../../images/subnav.jpg) top left; 
  width:280px;
  }

  #subnav a {
  display: block;
  height: 42px;
  float: none; 
  text-decoration: none;
  color: #999; 
  font-weight: normal;
  overflow: hidden;
  background: transparent url(../../images/subnav.jpg) top left; 
  width:280px;
  }


  #subnav a:focus, 
  #subnav a:hover,
  #subnav a:active
  #subnav a.current { 
  text-decoration: none;
  background: transparent url(../../images/subnav.jpg) 0 -42px;   
  }
  a.subnav {
  padding: 8px 0 0 30px;
  }

*/




/* ### footer buttons ### */  
/*
  #bottom_center a {
  display: block;
  text-decoration: none;
  color: #000; 
  font-weight: normal;
  text-indent: -900%;
  margin: 0 0 12px 0;
  padding: 0;
  }
  #bottom_center a:focus, 
  #bottom_center a:hover,
  #bottom_center a:active { 
  text-decoration: underline;
  }

  #bottom_center a.newsletter { 
  height: 92px;
  background: transparent url(../../images/btn_newsletter.jpg) 0 0; 
  width:300px;
  }
  #bottom_center a.newsletter:active,
  #bottom_center a.newsletter:focus, 
  #bottom_center a.newsletter:hover { 
  background: transparent url(../../images/btn_newsletter.jpg) 0 -92px; 
  }
  #bottom_center a.newsletter_current { 
  background: transparent url(../../images/btn_newsletter.jpg) 0 -92px; 
  width:300px;
  }

  #bottom_center a.weiterempfehlen { 
  height: 92px;
  background: transparent url(../../images/btn_weiterempfehlen.jpg) 0 0; 
  width:300px;
  }
  #bottom_center a.weiterempfehlen:active,
  #bottom_center a.weiterempfehlen:focus, 
  #bottom_center a.weiterempfehlen:hover { 
  background: transparent url(../../images/btn_weiterempfehlen.jpg) 0 -92px; 
  }
  #bottom_center a.weiterempfehlen_current { 
  background: transparent url(../../images/btn_weiterempfehlen.jpg) 0 -92px; 
  width:300px;
  }

  #bottom_center a.twitter { 
  margin: 0 0 8px 0;
  height: 42px;
  background: transparent url(../../images/btn_twitter.jpg) 0 0; 
  width:300px;
  }
  #bottom_center a.twitter:active,
  #bottom_center a.twitter:focus, 
  #bottom_center a.twitter:hover { 
  background: transparent url(../../images/btn_twitter.jpg) 0 -42px; 
  }
  #bottom_center a.twitter_current { 
  background: transparent url(../../images/btn_twitter.jpg) 0 -42px; 
  width:300px;
  }

  #bottom_center a.newsfeed { 
  height: 42px;
  background: transparent url(../../images/btn_newsfeed.jpg) 0 0; 
  width:300px;
  }
  #bottom_center a.newsfeed:active,
  #bottom_center a.newsfeed:focus, 
  #bottom_center a.newsfeed:hover { 
  background: transparent url(../../images/btn_newsfeed.jpg) 0 -42px; 
  }
  #bottom_center a.newsfeed_current { 
  background: transparent url(../../images/btn_newsfeed.jpg) 0 -42px; 
  width:300px;
  }

*/




/* ### validate ### 
  a.validate,
  a.validate:visited {
  font-size: 85%;
  font-weight: bold;
  color: #ccc;
  text-align: right;
  text-decoration: none;
  }
  a.validate:hover,
  a.validate:active {
  color: #999;
  text-decoration: underline;
  }  
*/


/* ### copyrights ### 
  a.copyrights,
  a.copyrights:visited {
  font-size: 85%;
  font-weight: bold;
  color: #999;
  text-align: right;
  text-decoration: none;
  }
  a.copyrights:hover,
  a.copyrights:active {
  text-decoration: underline;
  } 
*/


/* ### footernav ### 
  a.footernav,
  a.footernav:visited {
  font-size: 85%;
  font-weight: bold;
  color: #999;
  text-align: left;
  text-decoration: none;
  }
  a.footernav:hover,
  a.footernav:active,
  a.footernav_current {
  font-size: 85%;
  font-weight: bold;
  color: #666;
  text-decoration: none;
  }  
*/




  
}

