﻿#header
{
    /*
	background-image: url(images/header_bk_50.png);
    background-repeat:no-repeat;
    background-position:bottom center;
    */
	height:100px;
	width:100%;
	position:relative;
}

#header .boxlogout
{
    background: url(images/header_logout_bk.gif) no-repeat center;    
    float:right;
    width:338px;
    height:35px;
    margin-top:5px;
    position:relative;
}

#header a
{
    text-decoration:none;
    color:#545454;
}

#header a img
{
	margin-top:5px;
    margin-left:20px;
}

#header #blocco_versione
{
    position:absolute;
    left:30px;
    top:70px;
    z-index:1;
}

#header #blocco_versione .powered
{
	font-family: "Segoe UI", Verdana, Sans-Serif;
	font-size:9px;
	color:#888;
}

#header #blocco_versione .powered a,
#header #blocco_versione .powered a:visited
{
	font-family: "Segoe UI", Verdana, Sans-Serif;
	font-size:9px;
	color:#888;
	font-weight:bold;
	text-decoration:none;
	outline:none 0;
}
#header #blocco_versione .powered a:hover
{
	text-decoration:none;
	color:#aa0000;
}

#header #blocco_versione .releaseLabel
{
	font-family: "Segoe UI", Verdana, Sans-Serif;
	font-size:9px;
	color:#888;
	padding-left:20px;
}


#header #blocco_nome_sito {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    font-size: 32px;
    color: #cfdcea;
    text-shadow: #444 3px 3px 14px;
    text-align: center;
}
