/* @group stile per il body */

body,html {
    text-align: center;   /*centra in IE 5.x */
    background-image: url('images/sfondo_pagina.jpg');
    background-attachment: fixed;
    font-family:Verdana;
    margin:0px 0px 00px 0px;
    }

p {
    padding:0;
    margin:0;
	/*display: inline;*/
}

a {
    text-decoration:none;
    color:#333333;
    }
a:activelink {
    text-decoration:none;
    color:#333333;
    }
a:visited {
    text-decoration:none;
    color:#333333;
    }
a:hover {
    text-decoration:underline;
    color:#333333;
    }



/* @end */
div#container{
    width: 932px;   /*centra negli altri browsers*/
    text-align: left;
	margin: 0px auto;
}

/* @group testata */

div#cont_head{
    background-color: white;
    height: 100px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    }

div#logo4minuti{
	float: left;
    width: 200px;
    background-color:white;
    margin-top: 26px;
    margin-left: 0;
}

div#headeuropa{
	float: left;
    width: 210px;
    background-color:white;
    margin-top: 25px;
    margin-left: 50px;
	font-size: 8pt;
	text-align: center;
}

div#headeuropa img{
	margin-top: 2px;
	width: 110px;
}

div#ban_head_468{
	margin-top: 25px;
    margin-right: 0px;
    float: right;
    height: 60px;
    width: 468px;
    background-color:white;
    }


/* @end */

/* @group barra */

div#cont_barra{
	height: 35px;
	background-color: #75c1ed;
}

div#dataora {
	color: #162566;
	font-size: 7pt;
	margin-top: 12px;
	margin-left: 20px;
	float: left;
	width: 350px;
}

div#search {
	color: #2e5870;
	font-size: 8pt;
	font-weight: bold;
	width: 450px;
	float: right;
	margin-right: 11px;
	text-align: right;
	margin-top: 6px;
}

div#searchsmall {
	color: #2e5870;
	font-size: 8pt;
	font-weight: bold;
	width: 245px;
	float: right;
	margin-right: 11px;
	text-align: right;
	margin-top: 6px;
}

div#edizionilocali {
	width: 200px;
	float: right;
	margin-right: 11px;
	margin-top: 6px;
}



/* @end */

/* @group footer */

div#footer3{
	background-color: #FFF;
        clear:left;
	font-family:Verdana;
	font-size:7pt;
	color: #999;
        text-align: center;
        width: 932px;
        height: 50px;
        padding-top: 20px;
        margin-top: 8px;
	margin-bottom: 20px;
}
div#footer3 span{
	color: #999;
        margin-left: 10px;
        margin-right: 10px;
	}
div#footer3 a{
	color: #999;
	text-decoration: none;
}
div#footer3 a:activelink{
	color: #999;
	text-decoration: none;
}
div#footer3 a:visited{
	color: #999;
	text-decoration: none;
}
div#footer3 a:hover{
	text-decoration: underline;
	color:#333;
}



/* @end */

/* @group error */

div#cont_error{
	float:left;
	width: 522px;
    margin-top: 5px;
	margin-left: 8px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	text-align: center;
}

#error_img {
	margin-bottom: 20px;
}

#error_txt {
	font-size: 14px;
	line-height: 30px;
}

#error_txt span {
	font-weight: bold;
	font-size: 18px;
}



/* @end */
