/* Head... adoptions for conference: language and and and*/

#head {

    position: relative;
    top: 0px;
    left: 0px;
    height: 0px;
    background: #fff;

    background-image:  url();
    background-repeat: no-repeat;

    border-width: 0px 0px 4px 0px;
    border-style: solid;
    border-color: #ccc;
    
    z-index: 0;
    
}

body {
    
    margin:0px;
    font-family: Verdana, sans-serif;
    width:  60%; /*780px;*/
    height: 100%;
    background: #fff;    
    min-width: 860px;
    margin-left: 10%;
    
}

acronym {
    cursor: help;

}

a:link, a:visited {
    
    color: #5f6396;
    text-decoration: none;
    outline: none; 
}

a:hover, a:focus {
    
    text-decoration: underline;

}

a.extern:link, a.extern:visited, a.extern:hover, a.extern:focus{
        padding-right: 2px;
}

#mainpage { 
    position:relative; 
    top:-10px; 
    left:5px;
    padding-top: 0px;    
    border: 0px;        
    font-size: 80%;
    /*background: transparent url('banner.png')  top left; */
    background-image: url('banner.png');
    
    
}

#normalpage {
    padding: -0px 40px 20px 20px;
    color: #555;    
}

#conference_left {
    padding-top: -20px;
    width: 200px;
    float: left;
}

	
	
	
#conference_right {
    width: 600px;
    float: left;
    padding-right: 0px;
       
}



#programme {
    width: 600px;
    float: left;
    padding-right: 0px;
       
}
#programme a:link {color: #0033ff;text-decoration: none; outline: none; }
#programme a:visited {color: #0033ff;text-decoration: none; outline: none; }


h1 {

    color: #000;
    font-size: 140%;
    font-weight: bold;
    background-repeat:no-repeat;
    background-position: left 90%;
}
h2 {
    color: #000;
    font-size: 110%;
    background-repeat:no-repeat;
    background-position: left 90%;}
h3 {
    color: #5f6396;
    font-size: 70%;
    font-weight: normal;
}
h4 {
    font-size: 95%;
    text-decoration: underline;
}
p.to_top {
    
    text-align: right;
    font-size: 90%;
    margin-bottom: 30px;
    border-bottom: 1px dotted #efefef;

}

/* Foot... */

#foot_lines {
    color: #888;
    width: 780px;
    border-top: 4px solid #ccc;
    text-align: right;
    padding: 10px 0px 10px 0px;
    font-size: 65%;
    float: left;
}

a.foot:link, a.foot:visited {   
    color: #888;
    text-decoration: none;
        outline: none; 
}
a.foot:hover, a.foot:focus, a.foot:active { 
    color: #888;
    text-decoration: none;
        outline: none; 
}

