/*******************************************************************************/
/* Basis Style definitionen */
a {
    color               : #FF6600;
    text-decoration     : underline;
}
a:hover {
    color               : #0099CC;
}
a.arrow {
    background          : url(/images/pgconf/layout/arrow.gif) no-repeat 0px center;
    display             : block;
    margin              : 0 0 2px 0;
    padding             : 0 0 0 18px;
}
a.arrow:hover {
    background          : url(/images/pgconf/layout/arrow_hover.gif) no-repeat 0px center;
}

div.module-search-results div.search-result a.url {
    color               : #0099CC;
}

input.arrow {
    border              : 0;
    color               : #BB3617;
    text-align          : left;
    padding             : 0 0 0 15x;
    background          : url(/images/pgconf/layout/arrow.gif) no-repeat 0px center;
    text-decoration     : underline;
}

h1, .h1 {
    font-size             : 15px;
    color                 : #0095BC;
    padding-bottom        : 20px;
    font-weight           : bold;
}

h2, .h2 {
    font-size             : 14px;
    color                 : #666666;
    padding-bottom        : 5px;
    font-weight           : bold;
}


h3, .h3 {
    font-size             : 12px;
    color                 : #666666;
    padding-bottom        : 10px;
    font-weight           : bold;
}


h4, .h4 {
    font-size             : 12px;
    color                 : #0095BC;
    padding-bottom        : 20px;
    font-weight           : bold;
}

input.text,
textarea,
select {
    border-color        : #008AB8;
}

/*******************************************************************************/
/* Basis Layout */
body {
    color               : #666666;
    font-family         : Verdana, sans-serif;
}
body.frontend {
    background-color    : #f2f2f2;
    text-align          : center;
    margin-bottom       : 20px;
}
#frame {
    text-align          : left;
    width               : 960px;
    margin              : 0 auto;
    background-color    : #fff;
    padding             : 10px;
}

#header {
    width               : 960px;
}

#header-top {
    width               : 100%;
    height              : 33px;
}

#header-left {
    position            : relative;
    width               : 100%;
    height              : 100px;
    border-radius       : 14px;
    overflow            : hidden;
}

#header-right {
    display             : none;
    font-family         : Verdana;
    font-size           : 13px;
    color               : black;
    font-weight         : bold;
    float               : right;
    width               : 215px;
    margin-right        : 20px;
    margin-top          : 35px;
    padding-left: 15px;
    position: relative;
}
#header-right:before {
    content: "";
    height: 75px;
    width: 1px;
    position: absolute;
    top: -30px;
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(147,147,147,1) 50%,rgba(0,0,0,0) 100%);
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

#header-bottom {
    margin-top          : 3px;
    width               : 100%;
    height              : 30px;
}


#left {
    width               : 250px;
    background-color    : #f5f5f5;
    float               : left;

}
#left-top {
    width               : 250px;
    height              : 10px;
    background          : url(/images/pgconf/layout/nav-top.png) no-repeat top right;
}
#left-bottom {
    width               : 250px;
    height              : 10px;
    background          : url(/images/pgconf/layout/nav-bottom.png) no-repeat bottom right;
}
#content {
    margin              : 0;
    float               : right;
    width               : 679px;
}
div.fullsize#content {
    width               : 960px;
    float               : none;
}
#header a.logo {
    text-decoration     : none;
}
#header .worldmap-background {
    position            : absolute;
    right               : 100px;
    top                 : 0;
    height              : 150px;
    opacity             : 0.2;
}
#header a.logo p{
    color               : black;
    display             : inline-block;
    vertical-align      : top;
    font-size           : 20px;
    margin-left         : 10px;
    margin-top: 10px;
}
#header a.logo img{
    vertical-align      : top;
    margin-top          : 10px;
}
#header a.logo-blue {
    text-decoration     : none;
}
#header a.logo-blue img {
    vertical-align      : top;
}

/* ********************************************************************* */
/* Footer */
div#footer {
    float               : right;
    font-size           : 11px;
    color               : #999999;
    margin-bottom       : 10px;
}
div#footer p {
    margin              : 0;
}

/* ********************************************************************* */
/* Breadcrumb */
#breadcrumb {
    font-size           : 10px;
    line-height         : 25px;
    list-style-type     : none;
    padding             : 0;
    color               : black;
    position            : absolute;
    top                 : 70px;
    left                : 253px;
}
#breadcrumb ol {
    padding             : 0;
}
#breadcrumb li {
    display             : inline;
}
#breadcrumb ol li a{
    color               : fff;
    text-decoration     : none;
    padding-left        : 5px;
}

#breadcrumb ol li a {
    color               : #fff;
    text-decoration     : underline;
}

#breadcrumb ol li a:hover {
    color               : #fff;
    text-decoration     : none;
}
#breadcrumb li.first {
    font-weight         : bold;
}


/* ********************************************************************* */
/* Root Navigation */
ul.menu-root {
    padding				      : 8px 0 0 5px;
    list-style-type		  : none;
    background          : url(/images/pgconf/layout/menu-root-bg.png) no-repeat center right;
    width               : 955px;
    height              : 22px;
}
ul.menu-root li {
    display				      : inline;

}
ul.menu-root li a {
    padding				      : 2px 15px 2px 15px;
    text-decoration	   	: none;
    color				        : #fff;
    font-size           : 11px;
    background          : url(/images/pgconf/layout/pipe_nav.png) no-repeat center right;
    width               : 960px;
    height              : 30px;
    font-weight         : bold;
}
ul.menu-root li a:hover {
    color				        : #167FA9;
    text-decoration     : underline;
}
ul.menu-root li.active a.active {
    color               : #167FA9;
}

ul.menu-root li.last a {
    padding             : 0 0 0 15px;
    background          : none;
}


/* ********************************************************************* */
/* Main Navigation */
ul.menu-main {
    list-style-type     : none;
    margin              : 0;
    padding             : 0;
    padding             : 0 20px;
}
ul.menu-main li {
    border-bottom       : 1px solid #E8E8E8;
}
ul.menu-main li.last {
    border-bottom       : none;
}
ul.menu-main li a {
    background          : url(/images/pgconf/layout/main-menu-arrow.png) no-repeat  0 12px;
    color               : #666;
    text-decoration     : none;
    font-size           : 11px;
    padding             : 8px 15px;
    display             : block;
}
ul.menu-main li a:hover {
    color               : #167FA9;
    background          : url(/images/pgconf/layout/main-menu-arrow-active.png) no-repeat 0 12px;
}
ul.menu-main li a.active {
    color               : #167FA9;
    background          : url(/images/pgconf/layout/main-menu-arrow-active.png) no-repeat 0 12px;
}

/* 2. Ebene */
ul.menu-main ul {
    list-style-type     : none;
    margin              : 0;
    padding             : 0;
}
ul.menu-main ul li a {
    background          : url(/images/pgconf/layout/main-menu-arrow.png) no-repeat  15px 8px;
    padding             : 4px 30px;
}
ul.menu-main ul li a:hover {
    background          : url(/images/pgconf/layout/main-menu-arrow-active.png) no-repeat 15px 8px;
}

ul.menu-main ul li a.active {
    color               : #167FA9;
    background          : url(/images/pgconf/layout/main-menu-arrow-active.png) no-repeat 15px 8px;
}
ul.menu-main ul li {
    border-bottom       : none;
}
ul.menu-main ul li.last {
    margin-bottom       : 5px;
}

/* ********************************************************************* */
/* Top Navigation */
ul.menu-top {
    padding             : 3px 0 0 20px;
    list-style-type     : none;
    float               : right;
}
ul.menu-top li {
    display             : inline;
}
ul.menu-top li a {
    padding             : 0 7px 0 5px;
    background          : url(/images/pgconf/layout/pipe_top_nav.png) no-repeat center right;
    font-size           : 11px;
    text-decoration     : none;
    color               : #999;
}
ul.menu-top li.first a.first {
    padding             : 0 7px 0 0;
}
ul.menu-top li.last a.last {
    padding             : 0 0 0 5px;
    background          : none;
}
ul.menu-top li a:hover {
    color               : #333;
    text-decoration     : underline;
}

/* ********************************************************************* */
/* table.common */
table.common thead td,
table.common tbody.head td {
    background-color    : #0099CC;
    border-bottom       : 1px solid #B6B6B6;
    color               : #FFFFFF;
}
table.common tfoot td {
    background          : #0099CC;
}

/* ********************************************************************* */
/* Content Boxes */
.content-box {
    border              : 0;
    background          : #F5F5F5;
    margin-top          : 20px;
}
.content-box h2 {
    background          : #0099CC;
    color               : #fff;
    padding             : 5px;
    border-bottom       : 1px solid #b6b6b6;

}
.content-box h2 a {
    color               : #534613;
}
input.submit {
    height              : 25px;
    padding-left        : 5px;
    padding-right       : 5px;
    background          : #f5f5f5;
    color               : #0099cc;
    border              : 1px solid #f5f5f5;
}

input.text, textarea, select {
    border-color        : #b6b6b6;
}

.options input.submit {
    background          : url(/images/pgconf/layout/submit-btn.png) repeat-x center right;
    color               : #fff;
    margin              : 0;
    text-align          : center;
    border              : 1px solid #FFB685;
    padding             : 0 4px 2px;
    font-weight         : bold;
    height              : 22px;
    line-height         : 12px;
    vertical-align      : middle;
 }


/* ********************************************************************* */
/* Boxes */
div.box .h2 {
}
div.box div.content {
    padding             : 5px 5px;
}

/* ********************************************************************* */
/* Suchbox anpassen */
div.box-search {
    float               : right;
    margin-left         : 15px;
}
div.box-search .h2 {
    background          : none;
    color               : #534613;
    padding             : 0;
}
div.box-search div.content {
    margin-bottom       : 0;
    padding             : 0;
}

div.box-search input {
    float               : left;
}
div.box-search input.text {
    width               : 203px;
    padding             : 4px 5px;
    height              : 12px;
    font-size           : 11px;
    line-height         : 12px;
}

div.box-search input.arrow {
    background          : url(/images/pgconf/layout/search.png) no-repeat center right;
    width               : 40px;
    height              : 22px;
    line-height         : 12px;
    border              : none;
}




div.module-customer-center table.form tbody.order-history tr td {
    border-bottom       : 1px solid #fff;
}
div.module-customer-center table.form tbody.order-history tr.last td {
    border-bottom       : none;
}
div.module-customer-center div.address {
    padding             : 5px;
}
#content div.module-customer-center div.address ul {
    margin              : 0;
}
div.module-customer-center div.address ul.options li {
    margin-left         : 5px;
}
div.module-customer-center-baskets table.basket-article-list {
    margin              : 5px 0;
    padding-left        : 10px;
    background-color    : #fff;
    border              : 1px solid #999;
}
div.module-customer-center-baskets table.basket-article-list td {
    padding             : 3px;
}
div.module-customer-center-baskets table.basket-article-list td.text-right {
    text-align          : right;
}
div.module-customer-center select.bday {
    width               : 78px;
}
div.module-customer-center select.bday-days,
div.module-customer-center select.bday-months {
    margin-right        : 3px;
}


.link {
    background          : url(/images/pgconf/layout/link.png) no-repeat 0px center;
    padding-left        : 35px;
    font-size           : 11px;
}
#language-switcher {
    float               : right;
}
#language-switcher ul {
    list-style-type     :none;
    padding             :3px 0 0;
}
#language-switcher ul li {
float:left;
}
#language-switcher ul li a span {
margin: 0;
padding: 0;
display:none;
float: left;
}
#language-switcher ul li a {
margin: 0;
padding: 0;
    margin-right        : 2px;
    text-decoration     : none;
}





#content ul li {
    padding: 3px;
}

#content ol li {
    padding: 3px;
}

#content ul strong {
    margin-bottom: 5px;
}