.clear { /* float stopper */
        clear:both;
        float:none;
}

.ac_menu
{
        border:1px solid black
}
.ac_normal
{
        background-color:#ffffff;
        cursor:pointer;
}
.ac_highlight
{
        background-color:#3366cc;
        color:white;
        cursor:pointer;
}
.ac_normal .a
{
        font-size:13px;
        color:black;
}
.ac_highlight .a
{
        font-size:13px;
}
.ac_normal .d
{
        float:right;
        font-size:10px;
        color:green;
	visibility: hidden;
}
.ac_highlight .d
{
        float:right;
        font-size:10px;
	visibility: hidden;
}

  DIV.lefttabs
  {
    padding: 0px;
    margin: 0px;
  }

  DIV.lefttabs a
  {
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    display: block;
    border: solid 1px #888888;
    background-color: #d7d7d7;
    margin-bottom: 2px;
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica;
  }

  DIV.lefttabs a:hover
  {
    border: solid 1px #c70029;
    background-color: #c70029;
    color: #ffffff;
  }
  
  DIV.lefttabs a.active
  {
    border: solid 1px #000000;
    background-color: #eeeeee;
    color: #000000;
  }

  DIV.logout
  {
    padding: 0px;
    margin: 0px;
  }

#xnavcontainer
{
margin: 0px;
width: 100%;
padding-top: 1px;
padding-bottom: 0px;
}
#xnavlist
{
padding: 1px 5px;
margin: 0px;
border-bottom: 1px solid #000000;
font-size: 12px;
}
#xnavlist li
{
list-style: none;
margin: 0px;
display: inline;
}
#xnavlist li a
{
padding: 1px 10px;
margin-left: 0px;
border: 1px solid #888888;
border-bottom: none;
background: #d7d7d7;
text-decoration: none;
}
#xnavlist li a:hover
{
color: #ffffff;
background: #c70029;
border-color: #c70029;
}
#xnavlist li a#current
{
background: white;
color: #000000;
border-bottom: 1px solid #ffffff;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
}
#xnavlist li a#xcurrent
{
background: #eeeeee;
color: #000000;
border-bottom: 1px solid #eeeeee;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
}
#xnavlist li a#ycurrent
{
background: #585858;
color: #FFFFFF;
border-bottom: 1px solid #585858;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
}

#xnavlist li a#xlogout
{
color: #000000;
background: #fff200;
border-color: #c70029;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.nbactive 
{
   width: 125px;
   height: 18px;
   background-image:url(images/webshop/button_aktiv.jpg);
   color: #ffffff;
   padding-left: 6px;
   padding-top: 3px;
   font: bold 12px Verdana,Arial,sans serif;
}
.nbactive a
{
  text-decoration: none;
  color: #ffffff;
}
.nbactive a:hover
{
  text-decoration: underline;
  color: #ffffff;
}

.nbinactive 
{
   width: 125px;
   height: 18px;
   background-image:url(images/webshop/button_non_aktiv.jpg);
   color: #ffffff;
   padding-left: 6px;
   padding-top: 3px;
   font: bold 12px Verdana,Arial,sans serif;
}
.nbinactive a
{
  text-decoration: none;
  color: #ffffff;
}
.nbinactive a:hover
{
  text-decoration: underline;
  color: #ffffff;
}

.ntactive
{
  margin-left: 6px;
  font-family: Verdana, Arial, Helvetiva, sans serif;
  font-style: italic;
  font-weight: bold;
  font-size: 10px;
  color: #e88a5f;
}
.ntactive a
{
  text-decoration: none;
  color: #e88a5f;
}
.ntactive a:hover
{
  text-decoration: underline;
  color: #e88a5f;
}

.ntinactive
{
  margin-left: 6px;
  font-family: Verdana, Arial, Helvetiva, sans serif;
  font-style: italic;
  font-weight: bold;
  font-size: 10px;
  color: #d3d3d3;
}
.ntinactive a
{
  text-decoration: none;
  color: #d3d3d3;
}
.ntinactive a:hover
{
  text-decoration: underline;
  color: #d3d3d3;
}

.ba_white
{
  text-decoration: none;
  font-family: Verdana, Arial, Helvetiva, sans serif;
  font-weight: bold;
  font-size: 10px;
  color: #ffffff;
}

.ba_red
{
  text-decoration: none;
  font-family: Verdana, Arial, Helvetiva, sans serif;
  font-weight: bold;
  font-size: 10px;
  color: #ff0000;
}

/*TOP Slider*/

.subcolumns { display:table; width:100%; table-layout:fixed; }
.c33l {float:left; width: 32%; margin-left: 1%;}

#topContainer {
    position:absolute;
    top:0;
    left:0;
    background:#2f3133 url(http://www.wildcat.de/images/slider/top-container-bg.png) bottom center repeat-x;
    width:100%;
    z-index:2000;
    min-height:9px;
    opacity: 0.98;
    -moz-opacity:0.98;
    font-size:11px;
    color:#999;
}

#topContainer a:link,
#topContainer a:visited {
    color:#ccc;
        font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
}

#topContainer a:hover,
#topContainer a:active { color:white; }

#topSection {
    display: none;
    height:280px;
    width:836px;
    margin:0px auto;
    padding:20px;
}

.topSectionContent {
    width:305px;
    float:left;
}

#topTabContainer {
    width:836px;
    margin:0 auto;
}

#topTab {
    width:836px;
    background:url(http://www.wildcat.de/images/slider/top-tab-bg.png) top right no-repeat;
    position:absolute;
    height:39px;
}

#topTab .logout {
    background:url(http://www.wildcat.de/images/slider/bt_close.png) top right no-repeat;
    padding:3px 30px 0 0;
    height:17px;
    float:right;
    margin:6px 16px 0 0;
}

#topTab .open {
    background:url(http://www.wildcat.de/images/slider/top-tab-arrow.png) top right no-repeat;
    padding:3px 30px 0 0;
    height:17px;
    float:right;
    margin:6px 16px 0 0;
}

#topTab .closed {
    background:url(http://www.wildcat.de/images/slider/top-tab-arrow.png) bottom right no-repeat;
    padding:3px 30px 0 0;
    height:17px;
    float:right;
    margin:6px 16px 0 0;
}

.topTabOpen { margin:-9px 0 0 0; }

/*
    AnythingSlider v1.4.1+ Default (base) theme

    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/******* SET DEFAULT DIMENSIONS HERE ********/
div.anythingSlider {
        width: 700px;
        height: 390px;
        margin: 0 auto;
}

/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a {
        background: #777;
        color: #000;
}
div.anythingSlider .anythingWindow {
}
div.anythingSlider .start-stop {
        background-color: #040;
        color: #fff;
}
div.anythingSlider .start-stop.playing {
        background-color: #800;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
        color: #ddd;
}

/* Active State */
div.anythingSlider.activeSlider .anythingWindow {
        border-color: #7C9127;
}
div.anythingSlider.activeSlider .thumbNav a.cur, div.anythingSlider.activeSlider .thumbNav a {
        background-color: #7C9127;
}
div.anythingSlider .start-stop {
        background-color: #080;
        color: #fff;
}
div.anythingSlider .start-stop.playing {
        background-color: #d00;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
        color: #fff;
}

/**** DO NOT CHANGE BELOW THIS LINE ****/
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
}
/* wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
        position: relative;
        padding: 0 45px 28px 45px;
}
/* anythingSlider base UL */
ul.anythingBase {
        background: transparent;
        list-style: none;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
}
ul.anythingBase li.panel {
        background: transparent;
        display: block;
        float: left;
        padding: 0;
        margin: 0;
}

/* Navigation Arrows */
div.anythingSlider .arrow {
        top: 50%;
        position: absolute;
        display: block;
}
div.anythingSlider .arrow a {
        display: block;
        height: 120px;
        margin: -60px 0 0 0;
        width: 45px;
        text-align: center;
        outline: 0;
        background: url(../images/arrows-default.png) no-repeat;
        text-indent: -9999px;
}
div.anythingSlider .forward { right: 0; }
div.anythingSlider .back { left: 0; }
div.anythingSlider .forward a { background-position: 0 -40px; }
div.anythingSlider .back a { background-position: -88px -40px; }
div.anythingSlider .forward a:hover, div.anythingSlider .forward a.hover { background-position: 0 -240px; }
div.anythingSlider .back a:hover, div.anythingSlider .back a.hover { background-position: -88px -240px; }

/* Navigation Links */
div.anythingSlider .anythingControls { outline: 0; }
div.anythingSlider .thumbNav { margin: 0; }
div.anythingSlider .thumbNav li { display: inline; }
div.anythingSlider .thumbNav a {
        font: 11px/18px Georgia, Serif;
        display: inline-block;
        text-decoration: none;
        padding: 2px 8px;
        height: 18px;
        margin: 0 5px 0 0;
        background-image: url(../images/cellshade.png);
        background-repeat: repeat-x;
        text-align: center;
        outline: 0;
        border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
}
div.anythingSlider .thumbNav a:hover {
        background-image: none;
}

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .thumbNav a { float: right; } /* reverse order of nav links */
div.anythingSlider.rtl .thumbNav { float: left; }    /* move nav link group to left */
/* div.anythingSlider.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
        background-image: url(../images/cellshade.png);
        background-repeat: repeat-x;
        background-position: center top;
        padding: 2px 5px;
        width: 40px;
        text-align: center;
        text-decoration: none;
        float: right;
        z-index: 100;
        outline: 0;
        border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover { background-image: none; }

div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .thumbNav a, div.anythingSlider .arrow a, div.anythingSlider .start-stop {
        transition-duration: 0;
        -o-transition-duration: 0;
        -moz-transition-duration: 0;
        -webkit-transition-duration: 0;
}

/*
    AnythingSlider v1.41 Minimalist Round Theme
    By Rob Garrison
*/

/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider-minimalist-round .anythingWindow {
}
div.anythingSlider-minimalist-round .thumbNav a {
        border: 1px solid #cecece;
        background: #333;
}
div.anythingSlider-minimalist-round .thumbNav a:hover, div.anythingSlider-minimalist-round .thumbNav a.cur {
        background: #777;
}
div.anythingSlider-minimalist-round .start-stop {
        border: 1px solid #000;
        text-indent: -9999px;
}
div.anythingSlider-minimalist-round .start-stop.playing {
        background-color: #300;
}
div.anythingSlider-minimalist-round .start-stop:hover, div.anythingSlider-minimalist-round .start-stop.hover {
        color: #ddd;
}

/* Active State */
div.anythingSlider-minimalist-round.activeSlider .anythingWindow {
        border-color: #164054;
}
div.anythingSlider-minimalist-round.activeSlider .thumbNav a {
        background-color: #cecece;
}
div.anythingSlider-minimalist-round.activeSlider .thumbNav a:hover, div.anythingSlider-minimalist-round.activeSlider .thumbNav a.cur {
        background: #fff;
}
div.anythingSlider-minimalist-round.activeSlider .start-stop.playing {
        background-color: #f00;
}
div.anythingSlider-minimalist-round .start-stop:hover, div.anythingSlider-minimalist-round .start-stop.hover {
        color: #fff;
}

/* Navigation Arrows */
div.anythingSlider-minimalist-round .arrow {
/*  top: 50%;*/
  top:38%;
        position: absolute;
        display: block;
}
div.anythingSlider-minimalist-round .arrow a {
        display: block;
        height: 40px;
        /*margin-top: -20px; /* half height of image */
        margin-top: 0px;
        width: 30px;
        text-align: center;
        outline: 0;
        background: url(http://www.wildcat.de/images/slider/arrows.png) no-repeat;
        text-indent: -9999px;
}
div.anythingSlider-minimalist-round .forward { right: 0; }
div.anythingSlider-minimalist-round .back { left: 0; }
div.anythingSlider-minimalist-round .forward a { background-position: right bottom; }
div.anythingSlider-minimalist-round .back a { background-position: left bottom; }
div.anythingSlider-minimalist-round .forward a:hover, div.anythingSlider-minimalist-round .forward a.hover { background-position: right top; }
div.anythingSlider-minimalist-round .back a:hover, div.anythingSlider-minimalist-round .back a.hover { background-position: left top; }

/* Navigation Links */
div.anythingSlider-minimalist-round .anythingControls {
        position: absolute;
        width: 80%;
        bottom: -2px;
        right: 45%;
        z-index: 100;
        opacity: 0.90;
        filter: alpha(opacity=90);
}
div.anythingSlider-minimalist-round .thumbNav {
        float: right;
        margin: 0;
        z-index: 100;
}
div.anythingSlider-minimalist-round .thumbNav li {
        display: inline;
}
div.anythingSlider-minimalist-round .thumbNav a {
        display: inline-block;
        height: 10px;
  width: 10px;
  margin: 3px;
  padding: 0;
        text-indent: -9999px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider-minimalist-round.rtl .thumbNav a { float: right; } /* reverse order of nav links */
div.anythingSlider-minimalist-round.rtl .thumbNav { float: left; }    /* move nav link group to left */
/* div.anythingSlider-minimalist-round.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider-minimalist-round .start-stop {
        margin: 3px;
        padding: 0;
        display: inline-block;
        width: 14px;
        height: 14px;
        position: relative;
        bottom: 2px;
        left: 0;
        z-index: 100;
        text-align: center;
        text-decoration: none;
        float: right;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
}

/* Extra - replace defaults */
div.anythingSlider-minimalist-round {
        padding: 0 30px;
}
div.anythingSlider-minimalist-round.activeSlider .start-stop{display:none}






  DIV.logout a
  {
    padding: 10px;
    border: solid 1px #888888;
    background-color: #d7d7d7;
    margin: 10px;
    color: #000000 !important;
    text-decoration: none;
    font-size: 22px;
    font-family: Verdana, Arial, Helvetica;
  }

  DIV.logout a:hover
  {
    border: solid 1px #c70029;
    background-color: #c70029;
    color: #ffffff !important;
  }
  
  DIV.logout a.active
  {
    border: solid 1px #000000;
    background-color: #eeeeee;
    color: #000000 !important;
  }


            #registerPasswordInfoContainer{
                height:30px;
                width:250px;
                margin-top:10px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 10px;
                border:solid 4px;
                position:relative;
            }
            .registerPasswordInfo{
                position:absolute;
                padding:8px;
                color:white;
            }
            
            #registerUsernameInfoContainer{
                position:relative;
                height:3.5em;
                margin-top:5px;
            }
            .registerUsernameInfo{
                position:absolute;
                top:0px;
                left:0px;
                padding:10px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 10px;
                border:solid 4px ;
            }
            #registerUsernamePleaseEnter{
                border-color:#2263F3;
                background: #3A94D8;
                color:white;
            }
            
            .registerUsernameError{
              border-color: #AA1917;
              background: #5E120A;
              color:white;
            }
            
            .registerUsernameFine{
              border-color:#4DAA32;
              background:#165E1F;
              color:white;
            }

.bday10 {
        background:#000;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;
        -webkit-box-shadow:0px 2px 1px #000;
        -moz-box-shadow:0px 2px 1px #000;
        -o-box-shadow:0px 2px 1px #000;
        box-shadow:0px 2px 1px #000;
        position:relative;
        float:left;
        width:260px;
        height:120px;
        background:url(/images/bg-bday10.jpg) 0 0 no-repeat;
}

.bday10button {
        padding:7px 6px 5px 6px;
        border:none;
        border-bottom:1px solid #c1cacd;
        border-radius:4px;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        background:#c7cfd2;
        background: -webkit-gradient(linear, left top, left bottom, from(#eff2f3), to(#a8b4b9));
        background: -moz-linear-gradient(top, #eff2f3, #a8b4b9);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff2f3', endColorstr='#a8b4b9');
        font-size:12px;
        text-decoration:none;
        color:black;
        text-shadow:0px 1px 0px rgba(255, 255, 255, 0.7);
        box-shadow:0px 1px 2px #000;
        -webkit-box-shadow:0px 1px 2px #000;
        -moz-box-shadow:0px 1px 2px #000;
	position:absolute;
        right:10px;
        bottom:10px;
}

.bday10button:hover {
        border-bottom:1px solid #f4fdff;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c1cdca));
        background: -moz-linear-gradient(top, #ffffff, #c1cdca);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c1cdca');
 cursor:pointer;
}

.bday10button:active { color:#555; }

