/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
	text-decoration: none;
	border: none;
}
body {
	background-color: #FFFFFF;
	background-image: url(garda_maratona/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.none {
	display: none;
}
.alignleft {
	float: left;
	margin: 0px 6px 6px 0px;
	clear: left;
}
.alignright {
	float: right;
	margin: 0px 0px 6px 6px;
	clear: right;
}
input, select, textarea {
    padding: 2px;
    border: solid 1px #969696;
}
.bottone {
    font-size: 10px;
    font-weight: bold;
}
.form_error {
    color: #ca0000;
    font-weight: bold;
    text-align: center;
    display: block;
}
#header {
	height: 130px;
	width: 960px;
	text-align: right;
}
H1 {
	background-image: url(garda_maratona/title.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 240px;
	height: 151px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.link_right a {
    display: block;
    margin-bottom: 3px;
}

#container {
	background-color: #FFFFFF;
	background-image: url(garda_maratona/bg_left.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 960px;
}
#wrapper{
	float:left;
	width:100%;
}
#content{
	margin: 10px 200px 0 200px;
}
#content p {
    margin-bottom: 10px;
}
H2 {
	color: #F39900;
	font-size: 15px;
	font-weight: bold;
	margin: 8px 0px 4px 0px;
}
H3 {
	color: #F39900;
	font-size: 13px;
	font-weight: bold;
	margin: 6px 0px 2px 0px;
}
#content .text {
	border: solid 1px #BDBDBD;
	padding: 8px;
	text-align: justify;
}
#content .subtitle {
	color: #3775CA;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	text-align: left;
}
#content .text_homelink {
	border: solid 1px #BDBDBD;
	padding: 8px;
	text-align: left;
}
#content UL {
    margin-left: 20px;
}
#content LI {
	list-style-image: url(garda_maratona/li.gif);
    margin-bottom: 16px;
}
#content .list_links LI {
    margin-bottom: 6px;
}
#content .list_links a {
	font-weight: bold;
}
#content .linkback {
    text-align: right;
    padding: 6px;
    margin-top: 10px;
	border-top: solid 2px #acca57;
}
#content .linkback A {
    font-weight: bold;
	color: #7f9d2c;
}



#navigation {
	padding: 24px 3px 0px 1px;
	float:left;
	width:186px;
	margin-left:-960px;
}
#navigation .menu br {
	display: none;
}
#navigation .menu A {
	display: block;
	background-image: url(garda_maratona/li.gif);
	background-position: 20px 10px;
	background-repeat: no-repeat;
	padding: 6px 4px 4px 30px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #BDBDBD;
}
#navigation .menu A:hover {
	background-color: #BDBDBD;
	background-repeat: no-repeat;
}
#navigation .menu A.title {
	background-color: #F1F1F1;
	font-weight: bold;
	background-position: 10px 10px;
	padding: 6px 4px 4px 20px;
}
#navigation .menu A.title:hover {
	background-color: #D6D6D6;
}

#extra {
    float:left;
    width:190px;
    margin: 10px 0px 0px -190px;
}
.languages, .box_cart {
    color: #969696;
    font-weight: bold;
    line-height: 20px;
    border: solid 1px #bdbdbd;
    padding: 4px;
    background-color: #f1f1f1;
}
.languages A, .box_cart A {
    color: #969696;
    font-size: 10px;
    background-position: right;
    background-repeat: no-repeat;
    padding: 8px 28px 7px 0px;
}
a.it {
    background-image: url(garda_maratona/it.gif);
}
a.uk {
    background-image: url(garda_maratona/uk.gif);
}
a.de {
    background-image: url(garda_maratona/de.gif);
}
#extra .form_user {
    font-weight: bold;
    border: solid 1px #bdbdbd;
    padding: 8px;
    background-color: #3265a7;
    margin: 2px 0;
}
#extra div.form_user label, #extra div.form_user p, #extra div.form_user h4, #extra div.form_user a{
    font-size: 10px;
    color: #ffffff;
}
#extra div.form_user label {
    padding-top: 6px;
    display: block;
    float: left;
    width: 55px;
}
#extra div.form_user form {
    padding-bottom: 4px;
    border-bottom: solid 1px #dedede;
}
#extra div.form_user input {
    margin: 3px 0px;
    padding: 2px;
    border: solid 1px #dedede;
    width: 90px;
    float: left;
}
#extra div.form_user p, #extra div.form_user h4 {
    padding: 4px 0;
}



.closer {
	clear:left;
	width:100%;
	height: 6px;
}
#footer {
	background-color: #BDBDBD;
	border-top: solid 1px #969696;
	background-image: url(garda_maratona/bg_footer.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
.bss {
	float: left;
	width: 190px;
    text-align: center;
    padding-top: 10px;
	font-size: 10px;
}
.partners {
	background-color: #FFFFFF;
	padding: 4px;
    margin-left: 190px;
	height: 80px;
}