@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%; }



/* - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - */
/* 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; }
