Salve,
prima di effettuare una modifica all'index.php di un template, avevo una mascherina con su scritto "registrati" con due pulsanti sotto, che stava naturalmente a sinistra secondo quanto i div e i css comandavano, ora, dopo la modifica si son decentrati e spostati a destra. Da cosa può dipendere? Posto il codice dell'index.php e template.css
INDEX.PHP
<?php
/**
* @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
defined('_JEXEC') or die('Restricted access');
$url = clone(JURI::getInstance());
$showLeftColumn = ($this->countModules('left'));
$showRightColumn = (($this->countModules('right')));
if(JRequest::getCmd('task') != 'edit') $Edit = false; else $Edit = true ;
$path = $this->baseurl.'/templates/'.$this->template?>
<?php echo '<?xml version="1.0" encoding="utf-8"?'.'>'; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $path ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $path ?>/css/constant.css" type="text/css" />
<!--Start Kampyle Exit-Popup Code-->
<script type="text/javascript">
var k_push_vars = {
"display_after": 30,
"view_percentage": 30,
"popup_font_color": "#000000",
"popup_background": "#D4E2F0",
"header": "Abbiamo bisogno del tuo feedback!",
"question": "Ci daresti un breve feedback in meno di 1 minuto?",
"footer": "Grazie per averci aiutato a migliorare il sito.",
"remind": "",
"remind_font_color": "#3882C3",
"yes": "Sì",
"no": "No",
"text_direction": "ltr",
"images_dir": "http://cf.kampyle.com/",
"yes_background": "#76AC78",
"no_background": "#8D9B86",
"site_code": 5396982
}
</script>
<!--End Kampyle Exit-Popup Code-->
<!-- Start Kampyle Css -->
<link rel="stylesheet" type="text/css" media="screen" href="http://cf.kampyle.com/k_button.css" />
<!-- End Kampyle Css -->
<script src="/AC_OETags.js" language="javascript"></script>
<script src="/pageear.js" type="text/javascript"></script>
</head>
<body>
<script type="text/javascript">
writeObjects();
</script>
<div id="tail">
<div class="main">
<div id="top">
<div class="left-bg">
<div class="right-bg">
<div id="logo">
<a href="index.php"><img src="<?php echo $path ?>/images/logo.jpg" alt="" /></a>
</div>
<div id="top-funk">
<div id="search">
<jdoc:include type="modules" name="user4" style="search" />
</div>
<div id="topmenu">
<jdoc:include type="modules" name="top" style="topmenu" />
</div>
</div>
</div>
</div>
</div>
<div id="header-mini">
<div class="left-bg-mini">
<div class="right-bg-mini">
<?php
$user =& JFactory::getUser();
if ( $user->guest )
{ ?>
<div class="home_text-mini">Registrati...</div>
<div class="home_text-mini"></div>
<div class="home_button"><a href="profilo/registers.html">Utente</a></div>
<div class="home_button"><a href="profilo/registers.html">Operatore</a></div>
<?php
}
?>
</div>
</div>
</div>
<div id="login-mini">
<jdoc:include type="modules" name="login" style="user" />
</div>
</div>
<div id="content">
<div class="shadow-l">
<div class="shadow-tl">
<div class="shadow-r">
<div class="shadow-tr">
<div class="space">
<div class="width">
<?php if ($showRightColumn && !$Edit) : ?>
<div id="right">
<jdoc:include type="modules" name="right" style="user" />
</div>
<?php endif; if ($showLeftColumn) : ?>
<div id="left">
<jdoc:include type="modules" name="left" style="user" />
</div>
<?php endif; ?>
<div id="<?php echo ($showRightColumn && !$Edit) ? 'container' : 'container2'; if (!$showLeftColumn) echo '3' ?>">
<?php if ($this->getBuffer('message')) : ?>
<div class="error">
<h2><?php echo JText::_('Message'); ?></h2>
<jdoc:include type="message" />
</div>
<?php endif; ?>
<div class="comp-cont">
<jdoc:include type="component" />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="main">
<div class="bg-bot">
<div class="bg-right">
<div class="bg-left">
<div class="space">
<?php echo JText::_('Powered by') ?> <a href="http://www.joomla.org">Joomla!</a>
</div>
</div>
</div>
</div>
</div>
</div>
<jdoc:include type="modules" name="debug" />
<!--Start Kampyle Feedback Form Button--><div id="k_close_button" class="k_float kc_bottom kc_right"></div><div><a href="http://www.kampyle.com" target="kampyleWindow" id="kampylink" class="k_float k_bottom k_right" onclick="javascript:k_button.open_ff('site_code=5396982&form_id=19004&lang=it');return false;"><img src="http://cf.kampyle.com/buttons/it/orange/it-orange-corner-low-right.gif" alt="Feedback Form" border="0"/></a></div>
<script src="http://cf.kampyle.com/k_button.js" type="text/javascript"></script>
<script type="text/javascript" src="http://cf.kampyle.com/k_push.js"></script><!--End Kampyle Feedback Form Button-->
</body>
</html>
TEMPLATE.CSS
/* CSS Document */
/* body -*/
body, td, th, div, p, label {
color:#1572af;
font:normal 12px Arial;
line-height:16px;
}
body {
background:#68748c url(../images/body-bg.gif) repeat-y 50% 0
}
a {
color:#6495b6;
text-decoration:underline;
}
a:visited {
color:#6495b6;
}
a:hover {
color:#6495b6;
text-decoration:none
}
/*__________________________________________________________________CONTENT_____________________________________*/
/*______________________article_settings__________________*/
.article_indent,
#component-contact {padding:10px 0px 10px 0px;}
#contact_text {height:auto; overflow:auto; margin:0px 0px 5px 0px; width:90%}
.article_bot {line-height:5px}
.article_separator {padding:0px 0px 0px 0px; display:block; margin:0px 0px 0px 0px}
.column_separator {padding:0px 0px 0px 5px;}
/*______________________TEXT_____________________*/
.contentpaneopen font {color:#000; font-weight:normal; font-size:11px; text-decoration:underline; text-transform:uppercase}
.contentpaneopen img {margin:0px 6px 0px 0px;}
/*______________________HEADING__________________*/
.componentheading {color:#16284e; font-size:20px; font-weight:bold; padding:0px 0px 6px 0px; margin:0px 0px 0px 0px; line-height:24px;}
.contentheading {color:#16284e; font-size:16px; font-weight:bold; padding:6px 0px 5px 0px; line-height:18px !important; text-transform:uppercase}
td.contentheading {}
.buttonheading {padding:7px 0px 0px 5px;}
/*______________________BUTTONS__________________*/
.button,
.validate {background:url(../images/readon.gif) no-repeat 0 0; color:#6495b6; font:bold 13px arial; width:89px; margin:0px 0px 0px 0px; padding:2px 7px 4px 7px; display:block; text-transform:none; text-align:center; border:none; vertical-align:middle; line-height:16px}
* html .button, * html .validate {height:25px}
/*______________________READ_MORE________________*/
#editor-xtd-buttons div.readmore {background:none; width:auto; height:auto; margin:0px 0px 0px 0px;}
div.readmore {margin:4px 0px 0px 0px; padding:4px 0px 0px 0px;}
div a.readon {color:#1368a9 !important; background:url(../images/readon.gif) no-repeat 0 0; font-size:12px; font-weight:bold; font-family:arial; margin:0px 0px 0px 0px !important; padding:3px 0px 5px 0px; display:block; text-decoration:none; display:block; text-align:center; width:89px;}
a.readon:hover {color:#1368a9; text-decoration:none}
a.readon:visited {color:#1368a9;}
.readmore {}
/*______________________ITEMINFO_________________*/
.iteminfo {padding:0px 0px 6px 0px; margin:0px 0px 15px 0px;}
.modifydate {color:#1572af; font-size:10px; padding:5px 0px 0px 0px; text-decoration:none !important; text-align:right}
.createdby {color:#0f559d; font-size:11px; font-weight:normal; display:block; text-transform:none; }
.createdate {color:#0f559d; font-size:11px; margin:0px 0px 10px 0px; text-transform:none; padding:0px 0px 5px 0px; border-bottom:2px solid #57a3d0}
span.small {color:#0f559d; font-size:11px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; }
div.small {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; }
/*______________________BLOGMORE__________________*/
.blog_more {padding:0px 0px 10px 18px;}
.blog_more h2 {color:#6495b6 !important; font-size:12px; background:none; padding:0px 0px 0px 0px;}
.blog_more ul {margin:10px 0px 0px 10px;}
.blog_more ul li {padding:0px 0px 0px 0px !important; background:none !important}
.blog_more a {color:#6495b6; text-decoration:underline}
.blog_more a:hover {color:#6495b6; text-decoration:none;}
.blog_more strong {color:#6495b6; }
/*______________________PAGE_NAVIGATION___________*/
.pagenav {color:#6495b6; font-size:12px; font-weight:normal}
a.pagenav {color:#6495b6; font-weight:normal}
a.pagenav:hover {color:#6495b6; text-decoration:none}
a.pagenav:visited {color:#6495b6; text-decoration:none}
.pagination_nav {color:#6495b6; font-size:12px; padding:0px 20px 0px 27px;}
.pagination_nav div {padding:5px 0px 5px 0px; background:#f4f4f4;}
.pagination {margin-top:10px}
.pagination li {float:left; padding:0px 5px 0px 5px;}
.pagination_result {color:#6495b6; padding:5px 0px 0px 0px;}
/*______________________RESULT____________________*/
.sectiontableentry0 td {padding:5px 0px 5px 0px; color:#000}
.sectiontableentry1 td {padding:5px 0px 5px 0px; color:#000}
.sectiontableentry2 td {padding:5px 0px 5px 0px; color:#000}
.sectiontableentry0,
.sectiontableentry1,
.sectiontableentry2 {}
.sectiontableentry1 a {color:#000}
.sectiontableentry1 a:hover {color:#000}
.sectiontableentry1 a:visited {color:#000}
.results {text-align:center}
#page {padding:0px 0px 0px 10px;}
#page ol li {padding:0px 0px 10px 0px; text-align:left}
.searchintro {padding:0px 0px 10px 0px;}
.searchintro strong {color:#a1c1d1}
#page h3 {font-size:130%; padding:10px 0px 5px 0px; text-align:left}
#page .inputbox {color:#000}
#page .display {padding:10px 0px 0px 0px;}
legend {color:#a1c1d1}
/*______________________POLL______________________*/
.poll .heading {font-size:11px; color:#282828 !important; font-weight:bold;}
.poll .body {padding:10px 0px 10px 0px;}
.poll .body label {color:#181819; padding:0px 0px 0px 0px; font-size:11px !important}
.poll .button {width:69px; background:url(../images/vote.gif) no-repeat 0 0; padding:3px 0px 4px 0px; color:#1368a9; font-weight:bold; font-size:12px; font-family:Arial; display:inline; text-transform:none }
.poll .section {overflow:hidden; width:100%; padding:0px 0px 5px 0px;}
.poll .radio {width:20px; float:left}
.poll .radio input {width:12px; height:12px; border:none; display:block}
.poll .var {margin:0px 0px 0px 20px; text-align:left}
.display {padding:0px 0px 10px 0px;}
.display select {border:1px solid #46462f; width:100px;}
.sectiontableentry1 div, .sectiontableentry0 div {font-size:1px}
/*______________________USER______________________*/
dl.contentpane dt {
padding:10px 0px 20px 0px;
}
dl.contentpane dd {
width:100%;
overflow:hidden;
}
dl.contentpane div {
vertical-align:middle
}
dl.contentpane .description {
width:110px;
float:left;
padding:2px 0px 0px 0px;
}
dl.contentpane .input-field {
width:160px;
float:left;
}
dl.contentpane .button-field {
width:100px;
float:left;
}
/*________________________________________SEARCH____________________________________*/
.module-search {padding:35px 0px 0px 0px;}
.module-search h3 {display:block; width:55px; float:left; color:#000; font-size:100%; padding:5px 0px 0px 0px;}
.search {}
.search .inputbox {border:none; margin:0px 0px 5px 0px; padding:6px 0px 6px 5px; vertical-align:middle; color:#000; float:left; background:url(../images/search-bg.gif) no-repeat 0 3px; width:167px;}
* html .search .inputbox {height:24px; background:url(../images/search-bg.gif) no-repeat 0 0px !important; padding:3px 0px 3px 5px !important;}
.search .button {width:auto; height:auto; vertical-align:middle; margin:0px 0px 0px 0px; float:left; background:none}
/*_____________________________RESULT___________________________*/
.search_result h3 {color:#808080; font-size:14px}
.search_result p {padding:10px 0px 0px 0px;}
#search_searchword {border:1px solid #999}
legend {color:#808080}
.highlight {color:#c6662c; font-weight:bold}
.phrase {color:#808080; margin:10px 10px 10px 0; padding:10px; width:60%; border:solid 1px #ccc; float:left;}
.phrase .inputbox {background:#fff; color:#808080; display:block; margin-top:10px; width:12em;}
.phrase .inputbox option {background:#fff; border-bottom:solid 1px #333; padding:2px; }
.phrase .inputbox option a:hover {color:#1e3300; background:#C00; border-color:#cfd0d6; }
fieldset.word,fieldset.only { border:solid 1px #ccc;}
.only {border:solid 0; margin:10px 0 0 10px; padding:5px 10px; line-height:1.3em;}
.word {padding:10px 10px 10px 0; border:solid 0 !important;}
.word input {background:#fff; color:#ff6614; font-weight:normal; margin:0 0 0 10px; padding:2px;}
.contact_email input {margin:4px 0px 3px 0px;}
/*_____________________________adminform___________________________*/
.adminform td {padding:0px 0px 2px 0px;}
/*______________________System Error Messages___________________________*/
.error {margin:0px 0px 10px 0px;}
.error h2 {font:bold 14px Tahoma; color:#bd0202; padding:0px 0px 5px 20px;}
#system-message dt.error, dt.message { display: none; }
#system-message dd.error { }
.error dd ul {color: #fff; background: #920202 ; border-top: 3px solid #000; border-bottom: 3px solid #000; margin:0; padding:5px 0px 5px 5px;}
.error dd ul li {margin:0px 0px 0px 20px !important; color:#fff !important; background:none !important}
.pad2 {padding:0px 0px 0px 15px !important;}
.title {}
.pass_remind { vertical-align:middle; padding:0px 0px 0px 10px;}
/*_____________________________LISTS___________________________*/
/*---nonNumeric Lists without links---*/
.comp-cont {padding:6px 0px 0px 0px; float: left; width:100%}
.comp-cont ul {padding:5px 0px 5px 0px; }
.comp-cont ul li{padding:0px 0px 5px 0px; list-style-image:none; list-style:none; background:url(../images/list-item-bg.gif) no-repeat 0 4px; line-height:14px; margin:0px 0px 10px 0px;}
.comp-cont ul li ul{ margin-left:15px;}
.comp-cont ul li ol {margin-left:20px;}
.comp-cont ul li ol li{ list-style-type:decimal;}
/*---Numeric Lists without links---*/
.comp-cont Ol { padding:5px 0px 0px 2px;}
.comp-cont Ol li{ background:none; padding:0px 0px 3px 0px; list-style:decimal; margin-left:20px; line-height:14px;}
.comp-cont Ol ul li{ margin:0px 0px 0px 0px; list-style-image:none; list-style:none; background:url(../images/list-item-bg.gif) no-repeat 0 4px; line-height:19px;}
.comp-cont Ol li ul li {padding-left:0px; font-weight:normal;}
/*---nonNumeric Lists---*/
.comp-cont ul li{ list-style:none; background:url(../images/list-item-bg.gif) no-repeat 0 4px; line-height:14px; padding:0px 0px 0px 20px;}
.comp-cont ul li a {font-weight:normal; text-decoration:underline;}
.comp-cont ul li a:hover{ text-decoration:none; }
.comp-cont ul li ul{ margin-left:15px;}
.comp-cont ul li ol {margin-left:20px;}
.comp-cont ul li ol li{ list-style-type:decimal; padding:0px 0px 3px 0px;}
.comp-cont ul li ol li a { background:none;}
/*---Numeric Lists---*/
.comp-cont Ol { }
.comp-cont Ol li{ background:none; padding:0px 0px 3px 0px; margin-left:20px; line-height:14px;}
.comp-cont Ol li a { padding-left:0px; font-weight:normal; text-decoration:underline;}
.comp-cont Ol li a:hover{ text-decoration:none; }
.comp-cont Ol li ul{ padding-left:15px; margin:0px; list-style-image:none; list-style:decimal; line-height:14px;}
.comp-cont Ol li ul li {padding:0px 0px 0px 19px; background:url(../images/list-item-bg.gif) no-repeat 0 4px;}
.comp-cont Ol li ul li a { font-weight:normal; text-decoration:underline;}
.comp-cont Ol li ul li a:hover {text-decoration:none;}
/*________________________________________BOXES________________________________________________________________*/
.module {background:url(../images/box-content-bg.gif) repeat-y 0 0; width:100%; margin:0px 0px 11px 0px;}
.module .first {background:url(../images/box-content-top.gif) no-repeat 0 0px}
.module .sec {background:url(../images/box-content-bot.gif) no-repeat 0 bottom}
.module .third {background:url(../images/box-content-top2.gif) no-repeat 0 0}
.module h3 {padding:11px 10px 11px 49px; color:#06213e; background:url(../images/box-title-bg.gif) no-repeat 0 0; font:bold 110% Arial}
.module div {color:#146dac;}
.module label {color:#525c64; vertical-align:middle}
.module td, .module p {color:#525c64; padding:0px 0px 5px 0px;}
.module ul {padding:0px 0px 0px 0px; }
.module li {padding:0px 0px 5px 9px; background:url(../images/list-item-bg.gif) no-repeat 0 5px; }
.module li a {color:#474646; font-size:90%; text-decoration:none; line-height:16px; display:block; width:100%;}
.module li a:hover {color:#474646; text-decoration:underline}
.module li a:visited {color:#474646}
.module li a em {font-style:normal}
.module .count {color:#282828}
.module a {color:#474646}
.module a:hover {color:#474646}
.module .inputbox {background:#fff; border:1px solid #b0a88f;}
.module span {font-weight:normal}
.box-indent {padding:10px}
/*________________________________________MAINMENU_____________________________________*/
.module_menu {background:url(../images/box2-content-bg.gif) repeat-y 0 0; width:100%; margin:0px 0px 11px 0px;}
.module_menu .first {background:url(../images/box2-content-top.gif) no-repeat 0 0px}
.module_menu .sec {background:url(../images/box2-content-bot.gif) no-repeat 0 bottom}
.module_menu .third {background:url(../images/box2-content-top2.gif) no-repeat 0 0}
.module_menu h3 {padding:11px 10px 11px 49px; color:#fff; background:url(../images/box2-title-bg.gif) no-repeat 0 0; font:bold 110% Arial}
.module_menu ul {padding:0px 0px 0px 0px; }
.module_menu li {display:inline}
.module_menu li a {color:#fff; text-decoration:underline; line-height:16px; display:block; width:100%; padding:0px 0px 5px 0px; }
.module_menu li a:hover {color:#fff; text-decoration:none}
.module_menu li a:visited{color:#fff}
.module_menu li a em {font-style:normal}
.module_menu li ul {padding:0px 0px 0px 10px; margin:0px 0px 0px 0px;}
.module_menu li ul li {display:inline;}
/*________________________________________TOPMENU_____________________________________*/
ul.menu-nav li {display:block; float:left; margin:0px 2px 0px 0px;}
ul.menu-nav li a {color:#2d2c2a; text-decoration:none; display:block; text-align:center; width:auto; float:left; background:url(../images/topmenu-item-left-bg.gif) no-repeat 0 0}
ul.menu-nav li a span {display:block; background:url(../images/topmenu-item-right-bg.gif) no-repeat right 0}
ul.menu-nav li a span em {font-style:normal; display:block; padding:12px 27px 11px 27px;}
ul.menu-nav li a:hover {color:#2d2c2a; text-decoration:none; display:block; text-align:center; width:auto; float:left; background:url(../images/topmenu-item-left-bg-act.gif) no-repeat 0 0}
ul.menu-nav li a:hover span {display:block; background:url(../images/topmenu-item-right-bg-act.gif) no-repeat right 0}
ul.menu-nav li a:hover span em {font-style:normal; display:block; padding:12px 27px 11px 27px; }
ul.menu-nav li a:visited{color:#2d2c2a}
ul.menu-nav li.active a {color:#2d2c2a; text-decoration:none; display:block; text-align:center; width:auto; float:left; background:url(../images/topmenu-item-left-bg-act.gif) no-repeat 0 0}
ul.menu-nav li.active a span {display:block; background:url(../images/topmenu-item-right-bg-act.gif) no-repeat right 0}
ul.menu-nav li.active a span em {font-style:normal; display:block; padding:12px 27px 11px 27px;}
/*________________________________________LOGINFORM_____________________________________*/
.module_s2 {background:url(../images/box3-content-bg.gif) repeat-y 0 0; width:100%; margin:0px 0px 11px 0px;}
.module_s2 .first {}
.module_s2 .sec {background:url(../images/box3-content-bot.gif) no-repeat 0 bottom}
.module_s2 .third {background:url(../images/box3-content-top2.gif) no-repeat 0 0}
.module_s2 h3 {padding:11px 10px 11px 49px; color:#fff; background:url(../images/box3-title-bg.gif) no-repeat 0 0; font:bold 110% Arial}
.module_s2 label {color:#000; font-size:90%;}
.module_s2 p,
label.remember {color:#000; padding:0px 0px 0px 0px; font-size:90%; font-weight:normal}
.module_s2 a {color:#000 !important; font-size:100%; text-decoration:underline; font-weight:bold; line-height:16px}
.module_s2 a:hover {color:#000; text-decoration:none}
.module_s2 form {text-align:left; padding:0px 0px 10px 0px;}
.module_s2 .inputbox {background:url(../images/login-input.gif) no-repeat 0 0 !important; border:none; width:153px; padding:2px 0px 2px 3px; vertical-align:middle; font-size:100%; margin:3px 0px 3px 0px; color:#000}
* html .module_s2 .inputbox {height:20px}
.module_s2 .button {border:none; background:url(../images/login.gif) no-repeat 0 0; color:#1368a9; font-size:100%; font-weight:bold; width:59px; vertical-align:middle; margin:5px 0px 3px 0px; padding:4px 0px 4px 0px; display:block; font-family:arial; text-align:center; text-transform:none !important} /* button */
#mod_login_remember {margin:0px 10px 0px 0px; vertical-align:middle; background:none; border:none; float:left; display:block; width:12px} /*checkbox*/
input.requred {border:none !important}
/*___________________________________________________________INDEX.PHP_STYLES_________________________________*/
.main {width:1165px;}
#tail {background:url(../images/tail.jpg) repeat-x 0 0 #e5e5e9; padding:10px 0px 0px 0px;}
#header {background:url(../images/header-bg.jpg) repeat-x 0 0}
#header .left-bg {background:url(../images/header-left.gif) no-repeat 0 0}
#header .right-bg {background:url(../images/header.jpg) no-repeat right 0; height:278px}
#header-mini {background:url(../images/header-bg_mini.jpg) repeat-x 0 0}
#header-mini .left-bg-mini {background:url(../images/header-left_mini.gif) no-repeat 0 0}
#header-mini .right-bg-mini {background:url(../images/header_mini.jpg) no-repeat right 0; height:130px}
#header .slogan {margin:86px 0px 0px 43px;}
#top {background:url(../images/top-bg.jpg) repeat-x 0 0}
#top .left-bg {background:url(../images/top-left.jpg) no-repeat 0 0}
#top .right-bg {background:url(../images/top-right.jpg) no-repeat right 0; height:123px; overflow:hidden}
#top-funk {margin:0px 0px 0px 312px;}
#logo {float:left; width:310px}
#logo img {margin:34px 0px 0px 31px;}
#whos {width:260px; float:right}
#topmenu {margin:0px 0px 0px 0px;}
#search {height:86px; padding:0px 0px 0px 287px;}
#wrapper {overflow:hidden; width:100%}
#login {width:198px; float: right; clear: both; margin-right:10px; margin-top:-385px;}
#login-mini {width:198px; float: right; clear: both; margin-right:10px; margin-top:-215px;}
#left {width:198px; float:left;}
#right {width:198px; float:right;}
#content {background:#fff url(../images/cont-bg.gif) repeat-x 0 0; }
#content .shadow-tl {background:url(../images/shadow-left-top.gif) no-repeat 0 0}
#content .shadow-tr {background:url(../images/shadow-right-top.gif) no-repeat right 0; width:100%; overflow:hidden}
#content .shadow-r {background:url(../images/shadow-right.gif) repeat-y right 0}
#content .shadow-l {background:url(../images/shadow-left.gif) repeat-y 0 0}
#content .space {padding:10px;}
#container {margin:0px 230px 0px 233px;}
#container2 {margin:0px 0px 0px 223px;}
* html #container {margin:0px 227px 0px 230px; width:100%}
* html #container2 {margin:0px 0px 0px 230px; width:100%}
.article_t {background:url(../images/cont-top.gif) repeat-x 0 0}
.article_tl {background:url(../images/cont-tl.gif) no-repeat 0 0; width:100%; }
.article_tr {background:url(../images/cont-tr.gif) no-repeat right 0; }
.article_br {background:url(../images/cont-br.gif) no-repeat right bottom; padding:27px 35px 20px 35px;}
.article_bl {background:url(../images/cont-bl.gif) no-repeat 0 bottom}
#footer {
background:url(../images/footer-bg.gif) repeat-x 0 0
}
#footer .bg-bot {
background:url(../images/footer-bot-bg.gif) repeat-x 0 0
}
#footer .bg-left {
background:url(../images/footer-left-bg.gif) no-repeat 0 0;
}
#footer .bg-right {
height:124px;
background:url(../images/footer-right-bg.gif) no-repeat right 0;
}
#footer .space {color:#fff; padding:80px 0px 12px 0px; text-align:center; font-weight:bold }
#footer a {color:#fff; font-size:12px; font-weight:bold; text-decoration:underline;}
#footer a:hover {text-decoration:none}
#footer em {font-style:normal}
.un li {
background:url(../images/bullet-un.gif) no-repeat 0 0 !important;
padding:2px 0px 0px 27px !important;
display:block !important
}
.un li a {
color:#1572af !important;
font-size:11px;
}
.home_text-mini{
font-size:30px;
width:450px;
height:40px;
text-align:center;
float: left;
clear: left;
margin-top:5px;
line-height: 30px;
overflow: visible;
}
.home_text{
font-size:40px;
width:450px;
height:50px;
text-align:center;
float: left;
clear: left;
margin-top:15px;
line-height: 40px;
overflow: visible;
}
.home_button{
background-position:top left;
background-image:url("/templates/theme176/images/button_home.gif");
background-repeat:no-repeat;
width: 150px;
height: 61px;
font-size:25px;
display: block;
float: left;
margin-left: 20px;
margin-right: 40px;
font-weight: bold;
line-height: 61px;
overflow: visible;
}
.home_button a{
text-decoration: none;
color: #ffffff;
line-height: 61px;
overflow: visible;
}
.skip{
font-size:10px;
}
.cloud1 {font-size:8px; margin: 5px; line-height: 8px; text-decoration:none;}
.cloud2 {font-size:10px; margin: 5px; line-height: 10px; text-decoration:none;}
.cloud3 {font-size:12px; margin: 5px; line-height: 12px; text-decoration:none;}
.cloud4 {font-size:14px; margin: 5px; line-height: 14px; text-decoration:none;}
.cloud5 {font-size:16px; margin: 5px; line-height: 16px; text-decoration:none;}
.span_mainlevel{ display:block; text-transform:uppercase; font-size: 12px; background-image: url('../images/button_menu.gif'); background-position: 0 0; background-repeat: no-repeat; font-weight: bold;line-height: 22px; height: 22px; width: 100%; overflow: hidden;}
.mainlevel{text-transform:uppercase; text-decoration:none; font-size: 12px; font-weight: bold;line-height: 22px; margin-left: 4px;}
.sublevel{text-transform:uppercase; text-decoration:none; font-size: 10px;}
#registrationTable .titleCell {width: 250px; font-weight: bold; border-bottom: 1px dotted #6495b6}
#registrationTable .titleCell label {font-weight: bold;}
#registrationTable .fieldCell {width: 120px; font-weight: bold; border-bottom: 1px dotted #6495b6}
#registrationTable .cbMulti {width: 120px;}
#registrationTable .cbFieldIcons {float: right; width: 80px;}
Grazie a tutti nuovamente!