﻿html, body {
    background: #f8edde url(../../Images/bg-body.gif) repeat-x;
}
#page
{
    background: #fff url(../../Images/bg-page-home.jpg) no-repeat;
    height: 589px;
    margin: 0 auto;
    padding: 0 40px 0 50px;
    overflow: hidden;
    width: 898px;
}
#notfound #page
{
    background: #fff url(../../Images/bg-page-notfound.jpg) no-repeat;
    height: 364px;
}
#flash
{
    height: 315px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 11px;
    text-align: center;
}
#flash-player-download
{
    height: 100px;
    display: block;
    left: 80px;
    position: absolute;
    top: 120px;
    width: 280px;
}
#page-header
{
    background: transparent url(../../Images/Headers/header-home.jpg) no-repeat;
    height: 315px;
    position: relative;
}
#notfound #page-header
{
    background: none;
}

#page-search-box
{
    border: 1px solid #842A73;
    bottom: 19px;
    color: #696969;
    height: 18px;
    left: 33px;
    padding: 2px 0 0 3px;
    position: absolute;
    width: 153px;
}
#page-search-button
{
    background: transparent url(../../Images/Misc/icons.gif) no-repeat scroll 1px -175px;
    bottom: 14px;
    cursor: pointer;
    display: block;
    height: 25px;
    left: 190px;
    position: absolute;
    width: 72px;
}

/**
            MAIN MENU
*************************************/
li.mainmenu-link
{
    position: absolute;
}
li.mainmenu-link, li.mainmenu-link a
{
    display: block;
    height: 40px;
    top: 2px;
}
#menu-home {
    left: -1500px;
    width: 1px;
}
#menu-sortiment {
    left: 216px;
    width: 86px;
}
#menu-ernaehrung {
    left: 307px;
    width: 91px;
}
#menu-neuekatze {
    left: 400px;
    width: 136px;
}
#menu-katzen-magazin {
    left: 540px;
    width: 131px;
}
#menu-aktionen {
    left: 680px;
    width: 84px;
}
#menu-viel-spass {
    left: 768px;
    width: 93px;
}


/* CLEARFIX */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}


/** MISC **/
.accessibility
{
    display: none;
}

li.teaser
{
    display: block;
    height: 235px;
    float: left;
    margin-right: 20px;
    width: 286px;
}
li.last
{
    margin-right: 0px;
}
li.teaser a
{
    display: block;
    height: 235px;
    float: left;
    width: 286px;
}
li#left a
{
    background: transparent url(../../Images/Teasers/Home/home-left.jpg) no-repeat;
}
li#middle a
{
    background: transparent url(../../Images/Teasers/Home/home-middle.jpg) no-repeat;
}

li#right a
{
    background: transparent url(../../Images/Teasers/Home/home-right.jpg) no-repeat;
}
#footer
{
    height: 25px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    width: 908px;
}
#copyright a
{
    color: #bf8930;
    font-size: 10px;
    line-height: 11px;
}
#footer-links
{
    background: transparent url(../../Images/Misc/home-footer-links.gif) no-repeat;
    display: block;
    height: 16px;
    position: absolute;
    right: 45px;
    width: 594px;
    top: 0px;
}
#search, #newsletter, #contact, #impressum, #parents, #privacy, #rights, #othersites
{
    height: 16px;
    display: block;
    float: left;
    width: 60px;
}
#search
{
    width: 44px;
}
#newsletter
{
    width: 59px;
}
#contact
{
    width: 46px;
}
#impressum
{
    width: 60px;
}
#parents
{
    width: 100px;
}
#privacy
{
    width: 65px;
}
#rights
{
    width: 103px;
}
#othersites
{
    width: 114px;
}