
body { 
 background: white /*111111*/ url(../img/bgd4.png); padding: 0px; color: #B6BFA1 /*#dcf2ee*/; /* #121212 */ letter-spacing: 110%;
 font: normal 11px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
 color : #272727;
 }

#sections {
    margin-bottom : 25px;
    
    position : relative;
}

#sections ul {
    background-color : transparent;
    display : inline;
    margin : 0;
    padding-top : 20px;
    position : absolute;
    top : 25px;
    
    
}

#sections ul li {
    background-color : transparent;
    list-style: none;
	display: inline;
	font-size : 1.3em;
	margin-left : 10px;
	margin-right : 10px;
	font-variant : small-caps;
	letter-spacing : .2em;

}

#sections ul li a {
    text-decoration : none;
}

#langchoice {
    margin-top : 15px;
}

#langchoice ul {
    background-color : transparent;
    display : inline;
    margin : 0;
}

#langchoice ul li {
    background-color : transparent;
    list-style: none;
	display: inline;

}

