/* Rotary Ticinesi CSS - Foglio di stile generale del sito */


/* BODY */

body /* These becomes the initial settings for most other elements */
{
	background:url(../images/ensca/EN_background.jpg) no-repeat;
	background-attachment: fixed;
	background-position: 50% 0px;
	/*background-color:#00234B;*/
	background-color:none;
}

/* HEADER */

div#header
{
	background:url(../images/ensca/EN_background.jpg) no-repeat;
	background-attachment: fixed;
	background-position: 50% 0px;
}

/* TOP MENU */

div#topmenu
{
	background:url(../images/ensca/EN_background.jpg) no-repeat;
	background-attachment: fixed;
	background-position: 50% 0px;
}

/* HEADER LINKS */

div#links a
{
	/*@F inizio parte modificata
    color: #515346;
	/*@F fine parte modificata*/
    color: #EEE391;	
    border-left: 1px solid #CECEC2;
    display: block;
    float: right;
    padding-left: 0.75em;
    padding-right: 0.75em;
    height: 18px;
}

input#searchtext
{
    border: 1px solid #EEE391;
    font-size: 0.85em;
    width: 7em;
}

input#searchbutton
{
    margin-top: -0.1em;
}

div#contenitore
{
	background:url(../images/ensca/EN_background.jpg) no-repeat;
}