@CHARSET "UTF-8";

:root {
	--primary-color: #918684;
	--base-foreground-color: black;
	--text-color: black;
	--button-color: black;
	--text-alt-color: white;
	--base-divider-color: var(--button-color);
	--base-divider-color-alternative: var(--base-divider-color);
    --base-color: var(--primary-color);
    --base-highlight-color: var(--primary-color);
    --base-light-color: var(--primary-color);
    --base-dark-color: var(--primary-color);
    --base-pressed-color: var(--primary-color);
    --base-focused-color: var(--primary-color);
    --text-size: 15px;
    --accent-color: var(--primary-color);
}

.prog {
	display: block;
	background: url(../img/fondini/header_eneretica.png?V1) no-repeat 0 0;
	width: 1000px !important;
	height: 110px !important;
	margin: 0 0 0 10px !important;
	padding: 0;
	text-indent: -999;
	text-decoration: none !important;
	float: left;
}

.sfondo_iniziale_container {
	background: #E2E2E2 !important;
	text-align: center;
}

.contenuto {
    background: #E2E2E2 !important;
}

.sopra .kumbe{
	display:inline;
	background:url(../img/kumbe_tb_grey.png) no-repeat 0 0 !important;
	width:110px !important;
	height:31px !important;
	margin:10px 0px 0 0px !important;
	padding:0;
	text-indent:-999;
	text-decoration:none !important;
	position:absolute;
	top:0;
}
.sopra {
	 background: #E2E2E2 !important;
}

.bottone{
	width:280px;
	height:120px;
	background:transparent url(../img/bottone_grey.png) no-repeat 0 0;
	float:left;
	display:block;
	margin:0 20px 20px 0;
	color:#000000;
	cursor:hand;
	cursor:pointer;
	text-align:left;
}

.bottone_img{
	width:96px;
	height:96px;
	display:block;
	float:right;
	margin:12px 12px 0 12px;
}

body, html{
    height: 100%;
    font-family:Arial;
    font-size:18px;
    background:url(../img/fondini/login_eneretica.png) no-repeat 50% 50% ;
    background-size:cover;
}
