
html {
    overflow: -moz-scrollbars-vertical;
    overflow-x: auto; 
}

img, div {
    behavior: url(/templates/templates/js/iepngfix/iepngfix.htc);
}

img.recepie {
    border: #8cc241;
    border-style: solid;
    border-width: 1px;
}

body {
    margin:0; padding:0;
    background: #6d2769;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 21px;
    color: #221e1f;   
}


td { 
  vertical-align: top;
}

table {
  padding: 0px;
  margin: 0px;
}

a {
    text-decoration: none;
    font-size: 12px;
    color: #6D2769;
    font-weight: bold;
}

h1 {
  color: #471a45;  
  *font-size: 28px;   
}

h3 {
  letter-spacing: 1px;
  color: #471a45;     
}

/********************************************/
/**          DIV PlACEMENTS                **/
/********************************************/

#siteContainer {
    position: relative; 
    z-index: 3;
    position:relative;
    clear:left;
    height:641px;
    width:1000px;
    margin:0 auto;
    margin-top: 50px;
    background: transparent;
}

#backgroundContainer {
    position: relative;
    z-index: -10;
    background-image: url('/templates/templates/front_images/background/random.php');
    background-repeat: no-repeat;
    height:590px;
    width:1000px;
}

#header {
    width: 1000px;
    height: 26px;
    background: transparent
}

#contentbg { 
    width: 482px;
    height: 596px;
    background: url('/templates/templates/front_images/contentBack.png') repeat;
    float: right;
    display: inline;
    position: absolute;
    z-index: 500;
    top: 26px;
    right: 75px;
}

#textBlock {
    width: 420px;
    height: 481px;
    margin-left: 44px;
    margin-top: 45px;
    color: #221e1f;
    line-height: 20px;
    padding-right: 10px;
    overflow: auto;
    position: absolute;
    top: 25px; 
    right: 100px;
    z-index: 2000; 
    text-align: justify;
}

#menu {
    padding-top: 130px;
    width: 185px;
    height: 475px;
    margin-left: 38px;
    background: transparent url('/templates/templates/front_images/menuBack.png') no-repeat;
    float: left;
    z-index: -100;
    display: inline; 
}

#menu li a.menu {
    color: #471a45;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase; 
}

#menu li a.submenu {
    color: #471a45;
    font-size: 15px;
    font-weight: 100;
    line-height: 15px;
    text-transform: none;
}

#menu li a.submenu:hover {
    color: #471a45;
    font-size: 15px;
    font-weight: 100;
    line-height: 15px;
    text-transform: none;
}

#bottomBar {
    font-size: 14px;
    position: relative; 
    z-index: 3;
    width: 1000px;
    height: 148px;
    background: transparent url('/templates/templates/front_images/bottomBar.png') no-repeat; 
    bottom: 0px;
    position: absolute;
    color: #cca1c7;
    text-align: center;
}

#footer {
    margin-top: 128px;
    line-height: 20px;
}

#mediactief {
    background: transparent url('/templates/templates/front_images/mediactief.png') no-repeat;
    width: 151px;
    height: 40px;
    display: block;
    float: right;
    margin-top: 30px;
    clear: both;
}

#sloganText {
    margin-right: 75px;
    float: right;
    color: #cca1c7; 
    font-size: 20px;
}

#languageSelect {
    position: absolute;
    color: #cca1c7;
    width: 200px;
}

#languageSelect a {
    text-decoration: none;
    font-size: 14px;
    color: #cca1c7;
    margin-left: 3px;
    margin-right: 6px;
}

#menu ul.parent {
    list-style-type: none;
}

#newProductImage{
    z-index:3000;
    position:absolute;
    left:   50%;
    top:    50%;
    max-height: 400px;
}

#newProductImageText{
    text-align:right;
    color:black;
    font-size:20px;
    font-weight: bold;
}

#newProductImageText a{
    color:black;
    font-size:35px;
}

#newProductImageItem img{	

    max-height:400px;
}