/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */


html{background: black url(img/dark-bg.jpg) repeat-x top center fixed; }

h1,h2,h3,h4,h5,h6 {color: #fff;}
body {color:#888; background: transparent url('img/logo-big-back.png') fixed no-repeat bottom left;}

a{color: #ec0000;}
a:hover {text-decoration: underline;}
a img:hover {opacity: 0.80;}
#content h1 a:hover{color: #ec0000;}
#navigation li a:hover{background: #ec0000;}

.contact_btn{background: transparent url(img/contact_btn_red.png) no-repeat top center; height: 38px; width: 105px; display: block;}
.contact_btn_ita{background: transparent url(img/contatti_btn_red.png) no-repeat top center; height: 38px; width: 105px; display: block;}

#content h1 span, #navigation li a{
	font-size: 14px; 
	background: black; 
	padding: 2px 6px 4px; 
	color: #fff; 
	text-transform: uppercase;}
	
#tophat{background: #111; border-bottom:1px solid #222;}
#footer{background: #111; border-top:1px solid #222;}
	
#content img, #content a img {
background:#111 none repeat scroll 0 0;
border:1px solid #222;
padding:2px;
}

.illy {
    display:block;

    /*set the div in the bottom right corner*/
    position:fixed;
    bottom:0;
    right:0;
    width:auto;
	padding-bottom:5px;
	padding-right:5px;
  }
.fotka-bottom {
    display:block;
    /*set the div in the bottom right corner*/
    position:fixed;
    bottom:0;
    right:0;
    width:auto;
	padding-right:15px;
	margin-bottom:23px;
  }
.jezik {
    display:block;

    /*set the div in the bottom right corner*/
    position:fixed;
    top:0;
    right:0;
    width:auto;
	padding-top:5px;
	padding-right:5px;
  }