/* CSS Document */

/* Layout items for ITEA website
                                 SPECIAL SYMPOSIUM VERSION
*/

html{
        padding: 0px;
        margin: 0px;
        overflow: hidden;
}

body{
        background-image:url(/symposium2006/ds_images/background_main.gif);
        background-repeat:repeat-x;
        background-position:top;
        padding: 0px;
        margin: 0px;
        overflow: hidden;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 18px;
}
body.home{
        background-image:url(/symposium2006/ds_images/background_home.gif);
}

#logo {
        position: absolute;
        left: 85px;
        top: 15px;
        z-index: 75;
}
#logo.home {
        top: 25px;
}
#logo a img{
        border: 0px;
}

#topimage{
        position: absolute;
        top: 0px;
        right: 0px;
}

#scrollcontainer {
        position: absolute;
        left: 185px;
        top: 109px;
        height: 400px;
        width: 880px;
        overflow: auto;
        /*
*/        background-color: #F2F2F7;
        background-image: url(/symposium2006/ds_images/background_scroll.gif);
        background-repeat: repeat-y;
/*        */
}

#scrollcontainer.home {
        top: 224px;
}
/*
#content {
        width: 527px;
        float: left;
        padding: 20px 0px 20px 0px;
        margin-right: 40px;
} */

#content {
        width: 527px;
        /* float: left; */
        position:absolute;
        top: 0px;
        left: 0px;
        /* */
        padding: 20px 0px 20px 0px;
        margin-right: 40px;
}
#icons {
        position: absolute;
        top: 10px;
        left: 475px;
}
#icons a img{
        border: 0px;
        margin-left: 5px;
}

/* #sideitem {
        width: 225px;
        float: left;
        padding: 30px 0px 20px 0px;
}  */

#sideitem {
        width: 225px;
        /* float: left; */
        position:absolute;
        top: 0px;
        left: 570px;
        /* */
        padding: 30px 0px 20px 0px;
}

#footer {
        width: 100%;
        background-image: url(/symposium2006/ds_images/footer_stippel.gif);
        background-position: top;
        background-repeat: repeat-x;
        margin-top: 30px;
        padding-top: 10px;
        font-size: 10px;
        clear: both;
}
#heading_home {
        position: absolute;
        top: 147px;
        background-color: #000064;
        width: 100%;
        border-top: 1px solid white;
}

#leftcontainer{
        position: absolute;
        top: 109px;
        width: 165px;
}
#leftcontainer.home{
        top: 224px;
}

#searchcontainer {
        width: 170px;
        padding-left: 10px;
        padding-top: 10px;
}
hr{
        height:1px;
        /*border-top: 1px dotted black;
    border-bottom: 1px solid white;*/
}
*>hr{
        height: 3px;
        color: white;
        border: 1px solid white;
        background-color: white;
        background-image: url(/symposium2006/ds_images/hr_ff_stippel.gif);
        background-position: top;
        background-repeat: repeat-x;
}

textarea{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}