body {
        padding:0;
        margin: 0;
        background: #ffffff;
        color: #444444;
}

#menucontainer {
        width: 100%;
        height: 40px;
        background-color: #003E71;
}

#bottombar {
        width: 100%;
        background-color: #003E71;
        color: #ffffff;
        line-height: 18px;
        padding: 8px 0px;
                text-align: center;
        }

#menu {
        width: 960px;
        height: 40px;
                margin: 0 auto;
                position: relative;
        z-index: 5;
}

#menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
}

#menu li {
        float: left;
        position: relative;
}

#menu li a {
        padding: 11px 10px;
        display: block;
        text-decoration: none;
        color: #eeeeee;
        outline: none;
        line-height: 18px;
}

#menu li li a {
        padding: 6px 10px;
}

#menu li li a:hover {
        background-color: #003E71;
}

#menu li.hover a {
        background-color: #0084CE;
}

#menu li ul {
        position: absolute;
        top: -9999px;
        left: 0;
        width: 188px;
        height: auto;
        background-color: #0084CE;
        padding: 10px;
}

#menu li ul ul {
        padding: 0;
}

#menu li.hover ul {
        top: 40px;
}

#menu li a.first {
        font-weight: bold;
        text-transform: uppercase;
}


#menu ul.multicol ul {
        width: 188px;
        position: relative;
        top: 0;
        left: 0;
}

#menu li li {
        width: 188px;
}

#menu li em {
        display: none;
}

#menu li.hover em {
        display: none;
        }

#common {
        width: 960px;
        height: 75px;
        padding: 10px 0;
        background: url(../images/ptitle3.gif) no-repeat left bottom;
                margin: 0 auto;
                text-align: right;
        color: #888888;
        line-height: 22px;
}

#common a {
        color: #888888;
        text-decoration: none;
}

#common a:hover {
        color: #003E71;
}

#maincol {
        width: 960px;
                margin: 0 auto;
                padding: 30px 0;
}

#content {
        float: left;
        width: 700px;
}

#sidebar {
        float: right;
        width: 200px;
}

.clearer {
        clear: both;
}

#bottom {
        width: 960px;
                margin: 0 auto;
                padding: 20px 0;
}

#bottom ul {
        list-style: none;
        margin: 0;
        padding: 0;
}

#bottom li {
        margin: 0;
        padding: 0;
        float: left;
}

#bottom ul ul {
        width: 192px;
}

#bottom li a {
        display: block;
        padding: 6px 10px;
        width: 172px;
        text-decoration: none;
        color: #003E71;
        font-weight: bold;
        text-transform: uppercase;
}

#bottom li li a {
        color: #0084CE;
        font-size: 90%;
        font-weight: normal;
        text-transform: none;
}

#bottom a:hover {
        background-color: #f8f8f8;
}

#eyecatchercontainer {
        background: url(../images/pfade.gif) center center repeat-y;
        width: 100%;
}

#eyecatcher {
        width: 960px;
        height: 300px;
                margin: 0 auto;
                position: relative;
        overflow: hidden;
}

#eyecatcher div {
        width: 20px;
        display: none;
        height: 300px;
        position: absolute;
        z-index: 2;
}

#eyecatcher img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
}

#searchbox {
        width: 200px;
        height: 30px;
        position: absolute;
        right: 0;
        background-color: #ffffff;
        top: 5px;
}

#searchsubmit {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
}

#searchcriteria {
        border: 0;
        width: 160px;
        top: 6px;
        left: 6px;
        position: absolute;
        color: #003E71;
        outline: none;
}

#trustedshops input {
        width: 100px;
        height: 100px;
        padding-left: 50px;
        display: block;
}

#trustedshops a {
        display: block;
        color: #444444 !important;
        line-height: 160%;
        font-weight: normal  !important;
        padding: 10px 0;
}

.menuaudio {
        display: none;
}