@import url("lightbox.css");

/* Layout */

#siteContainer {
        position: relative;
        clear: both;
        margin: auto;
        top: 5px;
        width:960px;
        height: 620px; /* 620 */
        border: 1px solid black;
}

#header {
         top: 0px;
         height: 80px;
         width: 960px;
         background-color: #FFFFFF;
         margin: 0 0 0 0;
}

#header img {
         position: relative;
         top: 10px;
         left: 700px;
}

#language {
         position: relative;
         top: 10px;
         left: 30px;
}

#language a{
         font: normal 9px Verdana;
         color: black;
         text-decoration: none;
}

#language a:hover, .active{
         font: normal 9px Verdana;
         color: black;
         text-decoration: underline;
}

#language .aktuell {
         text-decoration: underline;
}

#topnav {
         height: 27px;
         padding: 0 0 0 30px;
         background: white;
         margin: 0 0 0 0;
}

#topnav a{
         font: normal 13px Verdana;
         color: black;
         text-decoration: none;
}

#topnav a:hover, .active{
         font: normal 13px Verdana;
         color: black;
         text-decoration: underline;
}

#topnav .aktuell {
         text-decoration: underline;
}

#nav_leiste {
         position: relative;
         top: 1px;
         height: 62px;
         width: 960px;
         background-color: #000000;
         margin: 0 0 0 0;
}

#bottomnav {
         position: relative;
         top: 1px;
         height: 27px;
         padding: 0 0 0 30px;
         background: transparent;
}

#bottomnav a{
         font: normal 13px Verdana;
         color: black;
         text-decoration: none;
}

#bottomnav a:hover{
         font: normal 13px Verdana;
         color: black;
         text-decoration: underline;
}

#bottomnav .active {
         text-decoration: underline;
}

.pdflink {
         font: normal 11px Verdana;
         color: red;
         text-decoration: none;
}

.pdflink:hover {
         font: normal 11px Verdana;
         color: red;
         text-decoration: underline;
}

#content {
         position: relative;
         top: 0px
         margin: 0px 0px 0px 0px;
         padding: 15px 0px 0px 27px;
         height: 385px; /* 385 */
         background: transparent;
         color: #868686;
}

#product_header {
         font: bold 14px Verdana;
         color: #4E4C4C;
         text-align: left;
}

#product_emotion {
         font: italic bold 12px Verdana;
         color: #4E4C4C;
}

#product_txt {
         font: normal 11px Verdana;
         color: #676767;
}

#BU {
         font: normal 9px Verdana;
         color: black;
}

#BU a {
         font: normal 9px Verdana;
         color: black;
         text-decoration: none;
}

#BU a:hover {
         font: normal 9px Verdana;
         color: black;
         text-decoration: underline;
}

#price {
         position: relative;
         top: -13px;
         left: 68px;
         font: bold 11px Verdana;
         color: black;
}

#footer {
         position: relative;
         height: 20px;
         background: #FFFFFF;
         text-align: right;
         padding: 0px 20px 0px 0px;
}

/* Box */

.shiftcontainer_preis{
position: relative;
left: 755px;
top: -421px;
/* left: 2px; /*Number should match -left shadow depth below*/
/* top: 2px; /*Number should match -top shadow depth below*/
}

.shiftcontainer_anfrage{
position: relative;
left: 755px;
top: -416px;
/* left: 2px; /*Number should match -left shadow depth below*/
/* top: 2px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 180px; /* container width*/
background-color: #9E9E9E;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: #C4C4C4;
border: 1px solid gray;
padding: 6px;
position: relative;
font: normal 11px Verdana;
color: black;
left: -2px; /*shadow depth*/
top: -2px; /*shadow depth*/
}


/* HTML */

body {
         margin: 0 0 0 0;
         padding: 0 0 0 0;
         background:  transparent;
         font: 11px Verdana;
}

h1 {
         font: bold 17px Verdana;
         color: #4E4C4C;
}

h2 {
         font: normal 14px Verdana;
         color: #4E4C4C;
}

iframe {
         padding: 0 0 0 0;
         margin: 0 0 0 0;
}