#centerdiv {
    background-image:url('img/kaffeeregal_RC2.png');
    background-repeat:no-repeat;
    height: 798px;
    width: 980px;
    margin: 0 auto;
    position: relative;
}

#contentback {
    width: 640px;
    height: 570px;
    top: 100px;
    left: 168px;
    position: absolute;
    background-color: white;
    z-index: -1;
}

#content {
    width: 600px;
    height: 513px;
    top: 135px;
    left: 185px;
    position: absolute;
    background-color: white;
    overflow: auto;
}

#navigation {
    position: relative;
    top: 80px;
    left: 35px;
    float: left;
    width: 122px;
}

#sociallinks {
    position: relative;
    top: 50px;
    left: 710px;
    float: left;
}

#bottomnav {
    position: absolute;
    font-size: 10pt;
    top: 710px;
    left: 360px;
}

#bottomnav a {
    color:#5e3213;
    margin: 10px;
    text-decoration: none !important;
}

#bottomnav a:visited {
    color:#5e3213;
    text-decoration: none !important;
}

#menutext {
    margin-left:6px;
    color:#5e3213;
    font-size:180%;
    margin-bottom: 2px;
    text-align:center;
}

.homeicon {
   background-image:url('img/icon.png'); 
   height: 96px;
   width: 96px;
   margin: 5px;
   margin-left: 12px;
   transition: background-image 0.5s ease-in-out;
}

.homeicon:hover {
   background-image:url('img/icon_select.png');
}

.homeiconactive {
   background-image:url('img/icon_select.png');
   height: 96px;
   width: 96px;
   margin: 5px;
   margin-left: 12px;
   cursor: pointer;
}

.sizeicon {
   background-image:url('img/icon_size.png');
   height: 96px;
   width: 96px;   
   margin: 5px;
   margin-left: 13px;
   transition: background-image 0.5s ease-in-out;
}

.sizeicon:hover {
   background-image:url('img/icon_size_select.png');
}

.sizeiconactive {
   background-image:url('img/icon_size_select.png');
   height: 96px;
   width: 96px;
   margin: 5px;
   margin-left: 13px;
   cursor: pointer;
}

.ordericon {
   background-image:url('img/icon_order.png');
   height: 96px;
   width: 96px;
   margin: 5px;
   margin-left: 13px;
   transition: background-image 0.5s ease-in-out;
}

.ordericon:hover {
   background-image:url('img/icon_order_select.png');
}

.ordericonactive {
   background-image:url('img/icon_order_select.png');
   height: 96px;
   width: 96px;
   margin: 5px;
   margin-left: 13px;
   cursor: pointer;
}

.videoicon {
   background-image:url('img/icon_film.png');
   height: 96px;
   width: 96px;
   margin: 5px;
   margin-left: 13px;
   cursor: pointer;
   transition: background-image 0.5s ease-in-out;
}

.videoicon:hover {
   background-image:url('img/icon_film_select.png');
}

.videoiconactive {
   background-image:url('img/icon_film_select.png');
   height: 96px;
   width: 96px;
   margin: 5px;
   margin-left: 13px;
   cursor: pointer;
}

.contacticon {
   background-image:url('img/icon_contact.png');
   height: 96px;
   width: 96px;
   margin: 5px;
   margin-left: 13px;
   transition: background-image 0.5s ease-in-out;
}

.contacticon:hover {
   background-image:url('img/icon_contact_select.png');
}


.contacticonactive {
   background-image:url('img/icon_contact_select.png');
   height: 96px;
   width: 96px;
   margin: 5px;
   margin-left: 13px;
   cursor: pointer;
}

#topnav a {
   font-size: 115%;
   margin: 15px;
   color: #2b3c4b;
   font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

#orderdiv {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.activeNav {
   border-bottom: 2px solid;
   border-top: 2px solid;
   color: white;
}

.inactiveNav {
   border-bottom: 2px solid transparent;
   border-top: 2px solid transparent;
}

.center {
   text-align: center;   
}

.right {
   float: right;
}

.left {
   float: left;
}

.link {
   cursor:pointer;
}

/* the overlayed element */
.simple_overlay {
    /* must be initially hidden */
    display:none;
    /* place overlay on top of other elements */
    z-index:10000;
    /* styling */
    background-color:white;
    top: 0px;
    left: 10px;
    width:920px;   
    min-height:200px;
    border:1px solid #666;
 
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000; 
}
 
/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(img/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}

.variantbullets {
   text-align: left;
   margin-bottom: 50px;
}

.variantbullets li {
   font-size: 100%;
   margin-left: 26px;
}

.parsley-error-list {
   color:#5e3213;
}

.radioline {; 
  padding: 10px; 
  color: #c0cde5;
  outline: thin solid #C0CDE5;
}

.price {
  margin-left: 10px;
}

.centerimg {
  text-align: middle;
  margin: 10px;
}

table {
    border-collapse: collapse;
    border-style: hidden;
    margin-right: 2px;
}

form {
   margin-left: 1px;
}

input[type="submit"]{
   margin:10px 0 0;
   width:180px;
   font-size:12px;
   font-style: bold;
   border:1px solid #cccccc;
   background-color:#ededed;
   float:left;
   height:28px;
   padding-right: 7px;
   padding-left: 7px;
   padding-bottom: 4px;
   line-height: 28px;
}

input[type="radio"]:checked + label {
   color:#2B3C4B;
}

iframe {
   border: 4px solid;
   border-color: #5e3213;
   bottom: 0;
   left: auto;
   position: absolute;
   right: 0;
   top: auto;
}

html {
   color: #2b3c4b;
   font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

body {
   background-image:url('img/sack_ausschnitt.jpg'); 
}

h1,h2 {
   margin-top:25px;
   margin-bottom:30px;
}

li {
    margin-right: 10px;
    font-size: 115%;
    text-align: left;
}

p {
    margin-right: 10px;
    font-size: 115%;
    text-align: left;
}

