﻿/*
Mein Cesar Redesign 2010
Author: daniel.blomeyer@comspace.de
Create date: 22.12.2009
*/
/* ##### RESET ##### */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}a{outline:none;}fieldset,img{border:none;}ol,ul{list-style:none;}caption,th{font-style:normal;font-weight:normal;text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
/* ##### BASICS ##### */
body {
    background: #1e1e1e;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.81em; /*13px*/
    line-height: 1.5;
}
.lt {
    float: left;
}
.rt {
    float: right;
}
.clr {
    clear: both;
}
.gold {
    color: #cb9902;
}
p {
    margin: 10px 0; 
}
h2 {
    color: #cb9902;
    font-size: 1.64em; /*18px*/
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 12px 0;
}
h2 span {
    font-size: 0.72em; /* 13px */
}
.content-box .middle h2 {
    width: 300px;
}
h3 {
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin: 12px 0 5px 0;
}
a, a:link, a:visited, a:hover, a:active, a:focus {
    color: #cb9902;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/* ##### WRAPPER ##### */
#shadow {
    background: transparent url('/img/bg-shadow.png') repeat-y scroll left top;
    margin: 0 auto;
    padding: 0 19px;
    width: 960px;
}
/* ##### HEADER ##### */
#header {
    background: #000 url('/img/bg-header.png') no-repeat scroll left top;
    height: 202px;
}
#logo {
    float: left;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    margin: 45px 0 0 29px;
    position: relative;
    text-align: center;
    z-index: 2;
}
/* ##### NAVIGATION ##### */
#nav {
    background: transparent url('/img/bg-nav.png') no-repeat scroll left top;
    float: left;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 25px;
    line-height: 28px;
    margin: 77px 0 0 -23px;
    padding: 3px 0 2px 70px;
    position: relative;
    width: 375px;
    z-index: 1;
}
#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active, #nav a:focus {
    text-decoration: none;
    color: #fff;
}
#nav a:hover, #nav a.active, #nav li:hover a {
    color: #cb9902;
}
#nav li:hover,
#nav a:hover,
#nav li li:hover,
#nav li li a:hover {
    cursor: pointer;
}
#nav li {
    float: left;
    position: relative;
}
#nav li a {
    padding: 7px 15px 3px;
}
#nav li ul {
    background: #000 url('/img/bg-subnav.png') no-repeat scroll left top;
    display: none;
    position: absolute;
    width: 176px;
    left: 0;
    top: 28px;
}
#nav li:hover ul {
    display: block;
}
#nav li li {
    float: none;
    font-size: 12px;
    position: static;
    line-height: 1.5;
    width: 176px;
}
#nav li li a {
    margin: 0 2px;
    padding: 3px 18px;
    display: block;
    line-height: 1.3;
    width: 136px;
}
#nav li:hover li a {
    color: #fff;
}
#nav li li a:hover {
    background: transparent url('/img/bg-subnav-item-hover.png') repeat-y scroll left top;
    color: #cb9902;
}
#nav li li.subnav-bottom {
    background: transparent url('/img/bg-subnav-bottom.gif') no-repeat scroll left top;
    bottom: -5px;
    height: 5px;
    position: absolute;
    width: 176px;
}
/* ##### CONTENT ##### */
#content {
    background: #1d1d1d url('/img/bg-content.png') repeat-x scroll left top;
    overflow: hidden;
    padding: 0 0 30px 0;
    width: 960px;
}
.stage {
    position: relative;
    min-height: 30px;
}
.stage div {
    position: absolute;
    top: 15px;
    right: 30px;
    letter-spacing: 1px;
    line-height: 1;
}
#resize-small {
    font-size: 1em;
}
#resize-medium {
    font-size: 1.15em;
}
#resize-large {
    font-size: 1.31em;
}
.left-collumn {
    width: 460px;
    float: left;
    padding: 0 50px 0 170px;
}
.left-collumn.start {
    width: 600px;
    padding: 0 50px 0 30px;
}
.right-collumn {
    float: left;
    padding: 0 30px 0 0;
    width: 250px;
}
/* LEFT COLLUMN */
#coverflow {
    position: relative;
    width: 414px;
    
    height: 180px;
    margin: 20px auto;
    overflow: hidden;
    float: left;
}
#coverflow a {
    position: absolute;
    
    height: 180px;
    display: block;
}
#coverflow a img {
    height: 100%
}
#loader {
    display: block;
    
    left: 199px;
    top: 62px;
    position: absolute;
    z-index: 100;
}
.coverflow-fade-out {
    position: absolute;
    top: 0;
    z-index: 10;
    
}
.coverflow-fade-out.left {
    left: 0;
}
.coverflow-fade-out.right {
    right: 0;
}
#next {
    display: block;
    
    float: left;
    background: transparent url('/img/arrow-right.gif') no-repeat;
    width: 23px;
    height: 45px;
    margin: 77px 0px 0 0;
}
#prev {
    display: block;
    
    float: left;
    background: transparent url('/img/arrow-left.gif') no-repeat;
    width: 23px;
    height: 45px;
    margin: 77px 0 0 0px;
}
#caption {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 414px;
    color: #cb9902;
    font-size: 1.27em; /*14px*/
    
}
.content-box {
    width: 460px;
    margin: 0;
    padding: 0;
}
.content-box ul {
    margin: 0 0 0 40px;
    list-style-type: disc;
}
.content-box ul li {
    margin: 10px 0;
}
.content-box .tipp-overview ul {
    margin: 0;
    list-style-type: none;
}
.content-box .tipp-overview ul li {
    margin: 0;
}
.content-box .top {
    background: transparent url('/img/bg-content-box-top.png') no-repeat;
    height: 7px;
}
.content-box .middle {
    background: transparent url('/img/bg-content-box.png') repeat-y;
    padding: 15px 45px;
    position: relative;
}
.content-box .middle img.product,
.content-box .middle img.tipp {
    position: absolute;
    top: -27px;
    left: -158px;
}
.content-box .middle img.free {
    position: absolute;
    right: 12px;
    top: 5px;
}
.content-box .bottom {
    background: transparent url('/img/bg-content-box-bottom.png') no-repeat;
    height: 29px;
}
.content-box ol  {
    list-style: outside decimal;
    margin: 0 0 0 20px;
}
.start .content-box {
    width: 600px;
}
.start .content-box .top {
    background: transparent url('/img/bg-content-box-start-top.png') no-repeat;
}
.start .content-box .middle {
    background: transparent url('/img/bg-content-box-start.png') repeat-y;
    padding: 0 7px;
}
.start .content-box .bottom {
    background: transparent url('/img/bg-content-box-start-bottom.png') no-repeat;
}
.news-box {
    overflow: hidden;
    margin: 10px 0 0 0;
}
.news-box img {
    border: 4px solid #CB9902;
    margin: 4px 7px 3px 0;
    padding: 0;
    float: left;
}
.news-box h3 a {
    color: #fff;
}
.spot-box {
    overflow: hidden;
    margin: 15px 0 0 0;
}
.spot-box h3 {
    margin-top: 0;
}
.spot-box img {
    border: 4px solid #CB9902;
    margin: 0 7px 3px 0;
    padding: 0;
    float: left;
}
/* RIGHT COLLUMN */
.violate {
    margin: 0 0 0 -25px;    
}
.context-box {
    width: 250px;
    margin: 25px 0 0 0;
    padding: 0;
}
.context-box .top {
    background: transparent url('/img/bg-context-box-top.png') no-repeat scroll right top;
    height: 5px;
}
.context-box .middle {
    background: transparent url('/img/bg-context-box.png') repeat-y scroll right top;
    padding: 15px;
}
.context-box .bottom {
    background: transparent url('/img/bg-context-box-bottom.png') no-repeat scroll right top;
    height: 5px;
}
.recommendation-box {
    margin: 25px 0 0 0;
}
.recommendation-box .weight-three {
    background: transparent url('/img/3kg.gif') no-repeat 29px 0;
    height: 36px;
    width:  185px;
    padding: 11px 0 0 75px;
    margin: 10px 0 0 0;
    overflow: hidden;
}
.recommendation-box .weight-five-small {
    background: transparent url('/img/5kg-small.gif') no-repeat 29px 0;
    height: 36px;
    width:  185px;
    padding: 11px 0 0 75px;
    margin: 10px 0 0 0;
    overflow: hidden;
}
.recommendation-box .weight-five-big{
    background: transparent url('/img/5kg-big.gif') no-repeat 8px 0;
    height: 42px;
    width:  185px;
    padding: 16px 0 0 75px;
    margin: 10px 0 0 0;
    overflow: hidden;
}
.recommendation-box .weight-seven {
    background: transparent url('/img/silhouette_hund_7kg.gif') no-repeat 8px 0;
    height: 42px;
    width:  185px;
    padding: 16px 0 0 75px;
    margin: 10px 0 0 0;
    overflow: hidden;
}
.recommendation-box .weight-ten {
    background: transparent url('/img/10kg.gif') no-repeat;
    width:  185px;
    height: 50px;
    padding: 25px 0 0 75px;
    margin: 10px 0 0 0;
    overflow: hidden;
}
.recommendation-box .packs {
    background: transparent url('/img/pack.gif') repeat-x;
    height: 25px;
    width: 20px;
    float: left;
}
.recommendation-box .mmpacks {
    background: transparent url('/img/mmpack.gif') repeat-x;
    height: 25px;
    width: 40px;
    float: left;
}
.recommendation-box .pck .quarter {
    padding-right: 5px;
}
.recommendation-box .mm .quarter {
    padding-right: 10px;
}
.recommendation-box .pck .half {
    padding-right: 10px;
}
.recommendation-box .mm .half {
    padding-right: 20px;
}
.recommendation-box .pck .three-quarters {
    padding-right: 15px;
}
.recommendation-box .mm .three-quarters {
    padding-right: 30px;
}
.recommendation-box .pck .one {
    width: 20px;
}
.recommendation-box .mm .one {
    width: 40px;
}
.recommendation-box .pck .two {
    width: 40px;
}
.recommendation-box .mm .two {
    width: 80px;
}
.recommendation-box .pck .three {
    width: 60px;
}
.recommendation-box .mm .three {
    width: 120px;
}
.recommendation-box .pck .four {
    width: 80px;
}
.recommendation-box .pck .five {
    width: 100px;
}
.recommendation-box .count {
    padding: 3px 0 0 10px;
    float: left;
    width: 75px;
    font-size: 13px;
}
/* ##### KONTAKTFORMULAR #### */
abbr {
    border: none;
}
#contactForm {
    padding: 15px 50px;
}
#contactForm div { margin: 10px 0 10px 160px; }
#contactForm span {display: block; padding: 0 10px;}
p.error, label.error { color: #f00; }
#contactForm label {
    display: inline;
    float: left;
    margin: 0 10px 0 -160px;
    text-align: right;
    vertical-align: top;
    width: 160px;
}
#contactForm .checkbox-wrapper label {
    float: none;
    margin: 0 10px 0 0;
    text-align: left;
    width: auto;
}
#contactForm input, #contactForm select, #contactForm textarea {
    border: 1px solid #a3a3a3;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 2px;
    width: 310px;
}
#contactForm input[type=hidden] {
    display: none;
}
#contactForm .checkbox-wrapper input {
    display: inline;
}
#contactForm input:focus, #contactForm select:focus, #contactForm textarea:focus {
    border-color: #cb9902;
    outline: none;
}
#contactForm input.error, #contactForm select.error, #contactForm textarea.error { border-color: #f00; }
#contactForm select { width: auto; }
#contactForm textarea { height: 150px; }
#contactForm .file, #contactForm .checkbox, #contactForm .radio, #contactForm .submit {
    border: none;
    width: auto;
}
#contactForm .controls { overflow: hidden; }
#contactForm .controls input {
    background: transparent;
    cursor: pointer;
    width: auto;
}
/* ##### FOOTER ##### */
#footer {
    background: transparent url('/img/bg-footer.png') no-repeat scroll left top;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    padding: 3px 19px 24px;
    text-align: center;
    width: 960px;
}
#footer a {
    color: #fff;
    padding: 0 3px;
}

/* Social Media */
#header {
    position: relative;
}
#header .social-media {
    position: absolute;
    left: 365px;
    top: 161px;
}
.right-collumn .social-media {
    margin: 0 0 15px 0;
}
.social-media a,
.social-media a:visited {
    color: #fff;
    padding: 0 0 0 42px;
    height: 32px;
    display: inline-block;
    width: 70px;
    font-size: 10px;
}
.social-media a:hover,
#header .social-media a:hover {
    color: #fff;
    text-decoration: none;
}
#header .social-media a {
    color: #b2b2b2;
}
.social-media a.twitter {
    background: url('/img/twitter.png') no-repeat left top;
}
.social-media a.facebook {
    background: url('/img/facebook.png') no-repeat left top;
}
#header .social-media a.twitter {
    background: url('/img/twitter70.png') no-repeat left top;
}
#header .social-media a.facebook {
    background: url('/img/facebook70.png') no-repeat left top;
}
#header .social-media a.twitter:hover {
    background: url('/img/twitter100.png') no-repeat left top;
}
#header .social-media a.facebook:hover {
    background: url('/img/facebook100.png') no-repeat left top;
}
