/* generali */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	color: #bbb;
	background-color: #000;
	font-family: arial, Verdana, sans-serif;
	font-size: 13.5px;
}
div#container {
	margin: 4px auto;
	width: 930px;
	border: 2px solid #C02;
	background-color: #000606;
	position: relative;
}
a:link, a:visited {
	color: #aaa;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
img {
	border: none;
}
/* menu */
div#menu {
	float:left;
}
div#menu ul {
	line-height:1.9em;
	float: left;
	list-style:none;
	font-size:0.90em;
}
div#menu ul li {
	float:left !important;
	list-style-type:none;
}

div#menu ul li a:link, div#menu ul li a:visited {
	color:#fff;
	font-size: 1.2em;
	padding: 0 19px;
	font-weight: bold;
	float:left;
	display:block;
}

div#menu ul li a:hover,div#menu ul li a:active {
	background:#fff;
	color:#C02;
}
/* linee sotto al menu */
div.hrs {
	clear: both;
	height: 10px;
	background: url(images/linee.gif) repeat-x;
}
div.hrs hr {
  display: none;
}
/* header */
div#header h1 {
	text-align: right;
	margin: 0 20px 0 0;
	background-repeat: no-repeat;
	height: 560px;
	color: #C02;
	font-size: 3.8em;
	line-height: 1.2em;
}
div#header h1 span {
	display: none;
}
/* logo kowalski */
div#kowalski {
	position: absolute;
	bottom: 5px;
	left: 5px;
}
/* contenuto */
div.contenuto {
	padding-right: 20px;
	padding-left: 470px;
	margin-top: -490px;
	height: 490px;
	overflow: auto;
}
div.contenuto h2 {
	margin-top: 0;
	text-align: right;
	font-size: 2.2em;
	font-weight: normal;
}
div.contenuto p {
	line-height: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
div.contenuto img {
	margin: 10px;
}
div.contenuto a {
	color: #ccc;
	text-decoration: underline;
}
div.contenuto a:hover {
	color: #c02;
}
div.contenuto li {
	line-height: 2em;
}
div.contenuto ul {
	margin-top: 1.4em;
}
/* regole speciali homepage */
div#home {
	padding-left: 400px;
}
div#home p {
	margin-top: 0.1em;
	margin-bottom: 0.3em;
}
div#home small {
	display: block;
	text-align: right;
}
#cover {
	float: left;
	position: absolute;
	top: 80px;
	left: 25px;
	border: 1px solid #999;
}
div#bollo {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
/* footer */
div#footer {
	text-align: center;
	font-size: 0.8em;
	color: #CCC;
	line-height: 0.6em;
	margin-bottom: 0.6em;
}

div#footer a:link, div#footer a:visited {
	color: #FFF;
}
/* news in home page */
div#news {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 440px;
	background-color: #ffe;
	height: 150px;
	border: 2px solid #C02;
}
div#news h3 {
	padding: 5px;
	margin: 0;
	background-color: #C02;
	color: #ccc;
}
div#newsbox {
	overflow: auto;
	height: 120px;
	color: #111;
	padding: 0 5px;
	margin: 0;
}
ul.eventi {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.eventi li {
	margin: 0;
	padding: 10px 3px;
	background-color: #ddc;
	border-bottom: 10px solid #FFe;
}
ul.eventi li .evento {
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
ul.eventi li h4 {
	font-size: 125%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
ul.eventi li p {
	font-size: 110%;
	margin: 0;
	padding: 2px 0;
	line-height: 1em;
}
div.odd {
	background-color: #eed;
}
/* pagina eventi */
.event {
	list-style: none;		
}
.event h4 {
	font-size: 1.3em;
	line-height: 1em;
	padding-top: 10px;
	color: #c02;
}
.event .data {
	line-height: 1em;
	font-size: 0.9em;
	margin: 0;
}
.event .evento {
	line-height: 0.8em;
	margin: 0;
	padding: 0;
}
.event li {
	border-top: 2px solid #ccc;
}
/* contact form */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 2px solid #ff0000;
}
#contactsubmit {
	border: 3px solid #d00;
	border-bottom-color: #600;
	border-right-color: #600;
	padding: 0.25em;
	background-color: #b00;
	color: #FFF;
	font-size: 85%;
	font-weight: bold;
	cursor: pointer;
}
#contactsubmit:active
{
	border: 3px solid #600;
	border-bottom-color: #a22;
	border-right-color: #a22;
	background-color: #933;
}