@import url(content.css);
@import url(forms.css);

* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    background: url(../img/bg_body.gif) center repeat-y #666;
    color: #303030;
    font-family: "Lucida Grande", "Lucida Sans", Verdana, Helvetica, sans-serif;
    font-size: 0.75em;
    height: 100%;
    width: 100%;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfloat { clear: both; }

.hideme, h2.hideme, dfn {
    display: inline;
    height: 0;
    left: -999em;
    overflow: hidden;
    position: absolute;
    top: -999em;
    width: 0;
}

#skip_top {
    left: -999em;
    position: absolute;
    top: -999em;
    width: 100%;
    z-index: 666;
}

#skip_top a:focus, #skip_top a:active {
    background-color: #fff;
    border: 5px #e60000 solid;
    display: block;
    left: 1000em;
    padding: 2em;
    position: absolute;
    top: 1000em;
    width: 300px;
    z-index: 666;
}

h1, h2 {
    display: none;
}

h3 {
    font-size: 1.1em;
    line-height: 150%;
    margin: 1em 0 8px 0;
}

h4 {
    font-size: 1em;
    line-height: 150%;
    margin: .8em 0 0 0;
}

h5 {
    font-size: 1em;
    line-height: 150%;
    margin: .5em 0 0 0;
}

a { color: #303030; }
a:hover, a:focus, a:active {
    color: #303030;
    text-decoration: none;
}
a img { border: 0; }

p {
    margin: .5em 0 0 0;
    line-height: 150%;
}

ul, ol { margin: .5em 0 0 0; padding: 0 0 0 25px; }
li {
    line-height: 150%;
    margin: 0 0 4px 0;
}

table { border-collapse: collapse; margin: .2em 0 0 0; }
table th, table td {
    font-weight: normal;
    line-height: 150%;
    padding: .3em .6em;
    text-align: left;
    vertical-align: top;
}
table th.c, table td.c { text-align: center; }
table th.nwr, table td.nwr { white-space: nowrap;; }

hr { display: none; }

.small { font-size: .9em; }
.red { color: #e60000; }
.r { text-align: right; }
.mt20 { margin-top: 20px; }


/* - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - */
/* Seitenbreite und Ausrichtung */

#wrapper {
    background: url(../_images/bg_content.gif) repeat-y;
    margin: 0 auto 0 auto;
    padding: 25px 0 0 0;
    position: relative;
    width: 1000px;
}

/* - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - */
/* Headline - Logo */

#wrapper h1#logo {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - */
/* Header */

#header { background-color: #e60000; margin: 0 0 0 200px; height: 90px; position: relative; }


/* Shop-Navigation */

#header ul { list-style-type: none; margin: 0; padding: 0; }
#header ul a { color: #fff; text-decoration: none;}

#nav_shop_top { background: url(../img/bg_nav_shop_x.gif) bottom repeat-x; float: right; }
#nav_shop_top ul { background: url(../img/bg_nav_shop_y.gif) repeat-y; padding: 0 0 1px 1px; }
#nav_shop_top ul li { display: inline; }
#nav_shop_top ul li a { display: block; float: left; padding: .2em .5em; }
#nav_shop_top ul li a.active,
#nav_shop_top ul li a:hover,
#nav_shop_top ul li a:focus { background-color: #f06666; }

#nav_shop_bottom { position: absolute; bottom: 1.7em; text-align: right; width: 600px; }
#nav_shop_bottom ul li { display: inline; }
#nav_shop_bottom ul li a { padding: 0 0 0 10px; }
#nav_shop_bottom ul li a:hover,
#nav_shop_bottom ul li a:focus { text-decoration: underline; }

#nav_trail { background-color: #f06666; bottom: 0; color: #000; height: 1.2em; padding: .2em 10px; position: absolute; overflow: hidden; width: 580px; }
#nav_trail a { color: #000; text-decoration: none; }
#nav_trail a:hover,
#nav_trail a:focus { text-decoration: underline; }



/* - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - */
/* Spaltent */

#main { background: url(../img/bg_main.gif) repeat-y #fff; min-height: 500px; }
#main #col_left { float: left; width: 200px; }
#main #col_content { float: left; width: 590px; }
#main #col_right { border-top: 60px #e60000 solid; float: right; padding: 20px 0 0 0; width: 200px; }



/* - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - */
/* Content */

#main #content { margin: 10px 0 10px 10px; }



/* - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - */
/* Kategorie-Navigation */

#nav_cats { padding: 80px 0 0 0; }
#nav_cats ul { list-style-type: none; padding: 0; margin: 0; }
#nav_cats ul li { display: inline; }

#nav_cats ul li a {
    background-color: #414141;
    color: #fff;
    display: block;
    padding: .2em 10px;
    text-decoration: none;
}

#nav_cats ul li a:focus,
#nav_cats ul li a:hover,
#nav_cats ul li a.active { background-color: #e60000; }

#nav_cats ul ul li a { background-color: #b3b3b3; color: #000; padding: .2em 15px; }

#nav_cats ul ul li a:focus,
#nav_cats ul ul li a:hover,
#nav_cats ul ul li a.active { background-color: #fff; }



/* - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - */
/* Content in der rechten Spalte */

#col_right .box {
    background: url(../img/bg_box_headline.gif) repeat-x #efefef;
    margin: 0 0 15px 0;
    padding: 1px 0 5px 0;
}
#col_right .box h3 {
    background: url(../img/bg_box_headline.gif) bottom repeat-x #4a4a4a;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: .2em 10px .3em 10px;
}
#col_right .box p { padding: 0 10px; }


/* Box: Cart */
#box_cart table { border-bottom: 1px #d4d4d4 solid; width: 100%; }



/* - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - */
/* Slider */

#slider { background: #efefef; margin: 0 0 1em 0; }
#slider .roundabout-holder { list-style: none; height: 200px; margin: 0 auto; padding: 0; width: 440px; }
#slider .roundabout-moveable-item {
  background: #fff;
  -moz-box-shadow: 0 0 3px 0 #999;
  -webkit-box-shadow: 0 0 3px 0 #999;
  box-shadow: 0 0 3px 0 #999;
  cursor: pointer;
  font-size: 12px!important;
  height: 100px;
  padding: 10px;
  position: relative;
  margin: -10px 0 0 -10px;
  width: 150px;
}
#slider .roundabout-moveable-item img { height: 100%; margin: 0; width: 100%; }
#slider .roundabout-moveable-item h4 { display: none; }
#slider .roundabout-moveable-item .price { background: #e60000; color: #fff; font-size: .9em; padding: 3px 5px; position: absolute; right: 0; bottom: 0; }
#slider .roundabout-in-focus { cursor: auto; }
#slider .roundabout-holder .price { display: none; }
#slider .roundabout-in-focus .price { display: block; }
#slider .roundabout a:active, .roundabout a:focus, .roundabout a:visited { outline: none; text-decoration: none; }
#slider .roundabout-holder a { outline: none; }
#slider ul { list-style: none; margin: 0; padding: 0; }
#slider ul li { margin: 0; padding: 0; }



/* - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - */
/* Footer */

#footer { background-color: #e60000; color: #fff; margin: 0 0 0 200px; padding: .2em 10px; }
#footer a { color: #fff; text-decoration: none; }
#footer a:focus,
#footer a:hover { text-decoration: underline; }
#footer p { margin: 0; padding: 0; }



/* - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - */
/* XTC */

#xtc { color: #666; margin: 0 0 0 200px; padding: .2em 10px; }
#xtc a { color: #666; text-decoration: none; }
#xtc a:focus,
#xtc a:hover { text-decoration: underline; }
#xtc p { margin: 0; padding: 0; }



/* - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - */
/* Popup */
#popupcontent { background-color: #fff; border: 10px #000 solid; padding: 10px; }



/* - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - */
/* Fancybox 1.3.4 */
#fancybox-loading{position:fixed;left:50%;height:40px;margin-top:-20px;margin-left:-20px;z-index:1104}#fancybox-loading,#fancybox-right-ico,#fancybox-left-ico{top:50%}#fancybox-loading,#fancybox-loading div{width:40px}#fancybox-loading,#fancybox-close,#fancybox-right,#fancybox-left,#fancybox-right-ico,#fancybox-left-ico{cursor:pointer}#fancybox-loading,#fancybox-content{overflow:hidden}#fancybox-loading,#fancybox-overlay,#fancybox-tmp,#fancybox-wrap,#fancybox-close,#fancybox-right,#fancybox-left{display:none}#fancybox-loading div{background:url('../images/fancybox/fancybox.png');height:480px}#fancybox-loading div,#fancybox-overlay,#fancybox-wrap,#fancybox-hide-sel-frame,#fancybox-close,#fancybox-right,#fancybox-left,#fancybox-right-ico,#fancybox-left-ico,.fancybox-bg,.fancybox-title-over,.fancybox-title-float{position:absolute}#fancybox-loading div,#fancybox-overlay,#fancybox-wrap,#fancybox-hide-sel-frame,#fancybox-bg-e,#fancybox-bg-w{top:0}#fancybox-loading div,#fancybox-overlay,#fancybox-wrap,#fancybox-hide-sel-frame,#fancybox-left,#fancybox-bg-n,#fancybox-bg-s,.fancybox-title-over,.fancybox-title-float{left:0}#fancybox-overlay,#fancybox-outer,#fancybox-hide-sel-frame,#fancybox-img,#fancybox-frame,#fancybox-bg-n,#fancybox-bg-s{width:100%}#fancybox-overlay{z-index:1100}#fancybox-tmp,#fancybox-content,#fancybox-img,.fancybox-bg{padding:0}#fancybox-tmp,#fancybox-error,#fancybox-img,.fancybox-bg{margin:0}#fancybox-tmp,.fancybox-bg{border:0}#fancybox-tmp{overflow:auto}#fancybox-wrap{padding:20px}#fancybox-wrap,#fancybox-hide-sel-frame{z-index:1101}#fancybox-wrap,#fancybox-content,#fancybox-img,#fancybox-right,#fancybox-left{outline:none}#fancybox-outer,#fancybox-content,.fancybox-title-inside{position:relative}#fancybox-outer,#fancybox-hide-sel-frame,#fancybox-img,#fancybox-frame,#fancybox-right,#fancybox-left,#fancybox-bg-e,#fancybox-bg-w{height:100%}#fancybox-outer,.fancybox-title-inside{background:#fff}#fancybox-content{width:0;height:0;border:0 solid #fff}#fancybox-content,#fancybox-right,#fancybox-left,#fancybox-right-ico,#fancybox-left-ico,#fancybox-title{z-index:1102}#fancybox-hide-sel-frame{background:transparent}#fancybox-close{top:-15px;right:-15px;background:transparent url('../images/fancybox/fancybox.png') -40px 0;z-index:1103}#fancybox-close,#fancybox-right-ico,#fancybox-left-ico{width:30px;height:30px}#fancybox-error{color:#444;font:normal 12px/20px Arial;padding:14px}#fancybox-img,#fancybox-frame,#fancybox-title-float-wrap,#fancybox-title-float-wrap td{border:none}#fancybox-img{line-height:0;vertical-align:top}#fancybox-frame,#fancybox-right-ico,#fancybox-left-ico,#fancybox-title-over{display:block}#fancybox-right,#fancybox-left,.fancybox-title-over{bottom:0}#fancybox-right,#fancybox-left{width:35%;background:transparent url('../images/fancybox/blank.gif')}#fancybox-right{right:0}#fancybox-right-ico,#fancybox-left-ico{left:-9999px;margin-top:-15px}#fancybox-left-ico{background:url('../images/fancybox/fancybox.png') -40px -30px}#fancybox-right-ico{background:url('../images/fancybox/fancybox.png') -40px -60px}#fancybox-right:hover,#fancybox-left:hover{visibility:visible}#fancybox-left:hover span{left:20px}#fancybox-right:hover span{left:auto;right:20px}.fancybox-bg{width:20px;height:20px;z-index:1001}#fancybox-bg-n{background:url('../images/fancybox/fancybox-x.png')}#fancybox-bg-n,#fancybox-bg-ne,#fancybox-bg-nw{top:-20px}#fancybox-bg-ne{background:url('../images/fancybox/fancybox.png') -40px -162px}#fancybox-bg-ne,#fancybox-bg-e,#fancybox-bg-se{right:-20px}#fancybox-bg-e{background:url('../images/fancybox/fancybox-y.png') -20px 0}#fancybox-bg-se{background:url('../images/fancybox/fancybox.png') -40px -182px}#fancybox-bg-se,#fancybox-bg-s,#fancybox-bg-sw,.fancybox-title-float{bottom:-20px}#fancybox-bg-s{background:url('../images/fancybox/fancybox-x.png') 0 -20px}#fancybox-bg-sw{background:url('../images/fancybox/fancybox.png') -40px -142px}#fancybox-bg-sw,#fancybox-bg-w,#fancybox-bg-nw{left:-20px}#fancybox-bg-w{background:url('../images/fancybox/fancybox-y.png')}#fancybox-bg-nw{background:url('../images/fancybox/fancybox.png') -40px -122px}#fancybox-title{font:12px helvetica}.fancybox-title-inside{padding-bottom:10px;text-align:center;color:#333}.fancybox-title-outside{padding-top:10px;color:#fff}.fancybox-title-over,#fancybox-title-float-main{color:#FFF}.fancybox-title-over{text-align:left}#fancybox-title-over{background:url('../images/fancybox/fancy_title_over.png');padding:10px}.fancybox-title-float{height:32px}#fancybox-title-float-wrap{border-collapse:collapse;width:auto}#fancybox-title-float-wrap td{white-space:nowrap}#fancybox-title-float-left,#fancybox-title-float-right{padding:0 0 0 15px}#fancybox-title-float-left{background:url('../images/fancybox/fancybox.png') -40px -90px no-repeat}#fancybox-title-float-main{line-height:29px;font-weight:bold;padding:0 0 3px 0;background:url('../images/fancybox/fancybox-x.png') 0 -40px}#fancybox-title-float-right{background:url('../images/fancybox/fancybox.png') -55px -90px no-repeat}
