/* GENERAL STYLES ******************************************************* */
body {
}

div#naviMain {
    height: 1%;
}

div#header {
}

div#bigPic {
    
}

div#content_teaser {
    margin: 2px 0 0 0;
/*	position: absolute;
    top: 522px;
    left: 0px;*/
    width: 804px;
    height: 107px;
}

div#home1 {
    position: absolute;
    left: 0px;
    width: 200px;
    height: 107px;
}
div#home2 {
    position: absolute;
    left: 202px;
    width: 200px;
    height: 107px;
}
div#home3 {
    position: absolute;
    left: 404px;
    width: 199px;
    height: 107px;
}
div#home4 {
    position: absolute;
    left: 605px;
    width: 199px;
    height: 107px;
}

div#content_teaser h2 {
    margin: 0;
    padding: 4px 0 0 0;
    height: 16px;
    background: #c9cfb7;
}

div#content_teaser h2 a {
    margin: 0 0 0 10px;
    font-size: 10px;
    text-decoration: none;
}

div#content_teaser img {
    margin: 0 5px 0 0;
    float: left;
}

div#content_teaser div.csc-textpic-imagewrap {
    margin: 1px 7px 0 0;
    padding: 0;
}

div#content_teaser p {
    padding: 3px 2px 0 0;
    font-size: 10px;
    line-height: 12px;
}

div#unesco {
    position: absolute;
    top: 38px;
    right: 54px;
    z-index: 100;
}

div#whc {
    position: absolute;
    top: 38px;
    right: 0px;
    z-index: 100;
}

/* ***************** IE HACKS ****************** */

div#unesco {
    *position: absolute;
    *top: 39px;
}

div#whc {
    *position: absolute;
    *top: 39px;
}

