body {
    overflow-y: scroll;
    overflow-x: auto;
    background-position: top center;
    background-repeat: no-repeat;
}

* {
    vertical-align: baseline;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

@font-face {font-family:
    'Quicksand';
    src:
    url('../quicksand_light-webfont.eot');
    src:
    local('☺'), url('../quicksand_light-webfont.woff') format('woff'), url('../quicksand_light-webfont.ttf') format('truetype'), url('../quicksand_light-webfont.svg#webfontZGbvaaKo') format('svg');
    font-weight: normal;
    font-style: normal;
}

.botton {
    cursor: pointer;
}

.minHeight200 {
    min-height: 200px;
}

.mediumTxt {
    font-size: 22px;
}

.fontSans {
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    color: black;
}

.aGrey {
    text-decoration: none;
    color: #f7f7f7;
}

#background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
}

#main {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 20px;
    width: 920px;
    height: auto;
}

#vestdalLogoImg {
    position: absolute;
    left: -30px;
    top: -20px;
    height: auto;
    width: auto;
    cursor: pointer;
}

#textHolder {
    position: absolute;
    left: 0px;
    top: 90px;
    width: 920px;
    height: 450px;
    background-color: #323232;
}

#textHolderTopImg {
    position: absolute;
    top: -30px;
    left: -30px;
}

#textHolderRightImg {
    position: absolute;
    top: 0px;
    right: -30px;
    width: 30px;
    height: 100%;
}

#textHolderBottomImg {
    position: absolute;
    bottom: -30px;
    left: -30px;
}

#textHolderLeftImg {
    position: absolute;
    top: 0px;
    left: -30px;
    width: 30px;
    height: 100%;
}

#txtClipper {
    position: absolute;
    left: 4px;
    top: 4px;
    height: 442px;
    width: 912px;
    background-color: #404040;
    clip: rect(0px, 912px, 442px, 0px);
    overflow: hidden;
}

#viewTxtBlock {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

#viewTxtBlockLight {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

.viewTxtHolder {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 600px;
    height: auto;
}

#viewTxtHolderP {
    height: 48px;
}

#viewIndexHeader {
    font-family: 'Quicksand', arial, serif;
    font-weight: normal;
}

#viewIndexHeaderP {
    font-size: 24px;
}

.viewHeader {
    position: relative;
    left: 10px;
    top: 10px;
    width: 95%;
    height: auto;
    font-size: 45px;
    font-family: 'Quicksand', arial, serif;
    font-weight: normal;
}

.viewTaste {
    position: relative;
    left: 10px;
    top: 20px;
    width: 95%;
    height: auto;
    font-family: 'Nobile', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#viewImg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.menuBox {
    position: absolute;
    bottom: 40px;
    width: 25%;
    height: 150px;
}

#menuBox1 {
    left: 25%;
    visibility: hidden;
}

#menuBox2 {
    left: 50%;
    visibility: hidden;
}

#menuBox3 {
    left: 75%;
    visibility: hidden;
}

.menuBoxTrigger {
    position: absolute;
    bottom: 0px;
    width: 25%;
    height: 40px;
    z-index: 2;
    background-color: white;
    opacity: 0;
    filter: alpha(opacity = 0);
    overflow: hidden;
}

#menuBoxTrigger1 {
    left: 25%;
}

#menuBoxTrigger2 {
    left: 50%;
}

#menuBoxTrigger3 {
    left: 75%;
}

.menuBoxBlock {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

.menuBottonBox {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 40px;
}

.bottonBoxTxt {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 100% height: 100%
}

.menuBottonBoxTriggerBasic {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: white;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    z-index: 0;
}

.menuBottonBoxTrigger0 {
    bottom: 0px;
}

.menuBottonBoxTrigger1 {
    bottom: 50px;
}

.menuBottonBoxTrigger2 {
    bottom: 100px;
}

.menuBottonBoxTrigger3 {
    bottom: 150px;
}

.menuBottonBoxTrigger4 {
    bottom: 200px;
}

.halfOpaq {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

#menuBottonBox11 {
    bottom: 10px;
}

#menuBottonBox12 {
    bottom: 60px;
}

#menuBottonBox13 {
    bottom: 110px;
}

#menuBottonBox14 {
    bottom: 160px;
}

#menuBottonBox21 {
    bottom: 10px;
}

#menuBottonBox22 {
    bottom: 60px;
}

#menuBottonBox31 {
    bottom: 10px;
}

#menuBottonBox32 {
    bottom: 60px;
}

#menuHolderBlock {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

#menuHolder {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 40px;
    width: 100%;
}

.mainMenuBoxBlock {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    visibility: hidden;
}

#menu1 {
    position: absolute;
    left: 0%;
    bottom: 0px;
    height: 100%;
    width: 25%;
}

#menu2 {
    position: absolute;
    left: 25%;
    bottom: 0px;
    height: 100%;
    width: 25%;
}

#menu3 {
    position: absolute;
    left: 50%;
    bottom: 0px;
    height: 100%;
    width: 25%;
}

#menu4 {
    position: absolute;
    left: 75%;
    bottom: 0px;
    height: 100%;
    width: 25%;
}

.menuImg {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 40px;
    width: 230px;
}

.botton {
    cursor: pointer;
}

#contentHolder {
    position: absolute;
    left: 0px;
    top: 480px;
    width: 920px;
    height: auto;
}

.contentHeader {
    position: relative;
    left: 0px;
    top: -10px;
    width: 100%;
    height: 40px;
    border-bottom: dotted 3px;
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
}

.post {
    position: relative;
    width: 100%;
    height: auto;
    left: 0px;
    top: 10px;
    padding-bottom: 5px;
}

.datoHolder {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 120px;
    font-size: 24px;
}

.datoHolderCal {
    position: relative;
    left: 0px;
    top: 3px;
    height: auto;
    width: 70px;
    font-size: 24px;
}

.datoImg {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 70px;
    height: 70px;
    z-index: 1;
}

.dato {
    position: absolute;
    left: 14px;
    top: 12px;
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
    z-index: 2;
    color: #d5d5d5;
    text-align: left;
    line-height: 10px;
}

.datoD {
    font-size: 38px;
    line-height: 28px;
}

.datoM {
    font-size: 24px;
    line-height: 22px;
}

.datoY {
    font-size: 19px;
    line-height: 12px;
}

.articleHolder {
    position: relative;
    left: 110px;
    top: 10px;
    height: 100%;
    width: 800px;
    padding-left: 10px;
    border-left: dotted 3px;
}

.article_image {
    position: absolute;
    left: 20px;
    top: 0px;
    height: auto;
    width: auto;
}

.infoHolder {
    position: relative;
    left: 0px;
    top: 20px;
    height: 100%;
    width: 900px;
}

.postTextHolder {
    position: relative;
    left: 150px;
    top: 0px;
    height: 100%;
    width: 730px;
}

.postThumbHolder {
    position: absolute;
    left: 20px;
    top: 0px;
    width: auto;
    height: auto;
}

.header {
    position: relative;
    left: 20px;
    top: -3px;
    width: 770px;
    height: auto;
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 24px;
}

.maintext {
    position: relative;
    left: 20px;
    top: 0px;
    margin-right: 20px;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.maintextBroad {
    position: relative;
    left: 20px;
    top: 0px;
    width: 880px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.mainTextHeaderCal {
    position: relative;
    left: 100px;
    top: 10px;
    width: 770px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.mainTextCal {
    position: relative;
    left: 100px;
    top: 12px;
    width: 770px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.calPost {
    position: relative;
    left: 0px;
    top: 0px;
    width: 770px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.galleryWheelHolder {
    position: relative;
    left: 20px;
    top: 0px;
    width: 880px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    overflow-x: auto;
    overflow-y: auto;
}

.galleryWheelTable {
    padding: 0px;
    height: auto;
}

.galleryThumb {
    height: auto;
}

.thumbTxt {
    text-align: center;
}

.thumbHeight {
    position: relative;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
}

.borderHover {
    border: 1px solid #d1e07d;
}

.borderHover:hover {
    border: 1px solid #91b41a;
}

.borderHover:hover {
    color: red /*To overcome IE bug*/
}

#galleryHolder {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    visibility: hidden;
}

#galleryOverlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    filter: alpha(opacity = 40);
}

#galleryFrame {
    position: relative;
    top: 100px;
    width: 812px;
    height: 652px;
    margin: auto;
    background-color: #ffffff;
}

#galleryImgHolder {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 792px;
    height: 642px;
}

#galleryImg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
    z-index: 0;
}

#galleryTxtHolder {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    height: 40px;
}

.galleryTxt {
    position: relative;
    top: 10px;
    font-size: 24px;
}

#closeXImg {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#galleryTxtLuk {
    position: absolute;
    right: 40px;
    bottom: 3px;
}

#nextArrow {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#galleryTxtNext {
    position: absolute;
    right: 50px;
    bottom: 3px;
}

#prevArrow {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#galleryTxtPrev {
    position: absolute;
    left: 50px;
    bottom: 3px;
}

#galleryCloseBotton {
    position: absolute;
    top: 10px;
    right: 0px;
    height: 30px;
    width: 150px;
}

#galleryNextBotton {
    position: absolute;
    top: -35px;
    right: 5px;
    height: 30px;
    width: 127px;
}

#galleryPrevBotton {
    position: absolute;
    top: -35px;
    left: 5px;
    height: 30px;
    width: 137px;
}

.galleryNavBlock {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity = 40);
}

#footerHolder {
    position: relative;
    left: 0px;
    top: 10px;
    width: 100%;
    height: 200px;
}

#bottomDots {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
    height: 10px;
    border-bottom: dotted 3px;
}

#navLinks {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
    height: 80px;
    border-bottom: dotted 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.navList {
    position: absolute;
    top: 0px;
    width: 25%;
    height: auto;
}

.listNoDeco {
    list-style: none outside none;
}

#navNews {
    left: 0px;
}

#navProducts {
    left: 25%;
}

#navGreenhouse {
    left: 50%;
}

#navContact {
    left: 75%;
}

.contactHolder {
    position: absolute;
    bottom: 40px;
    width: 400px;
    height: 60px;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
}

#lnrAdress {
    left: 0px;
}

#Tlf {
    right: 0px;
}

.link {
    text-decoration: none;
    color: #1e1e1e;
}

.lightLink {
	text-decoration:underline;
    color: #383838;
}

#madeNoughSaid {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 178px;
    height: 25px;
    cursor: pointer;
    border: none;
}

#aboutLinksHolder {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 300px;
    height: 31px;
    z-index: 2;
}

#aboutLinks {
    position: absolute;
    top: 6px;
    right: 42px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
}

#englishLink {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 35px;
    height: 25px;
    cursor: pointer;
    border: none;
}

p {
    border: 0px;
    padding: 0px;
}

.inline {
    display: inline;
}

