﻿/*G.S. Serrenti - Marco Murtas*/





/*stile generale*/

@font-face {
font-family: 'fontSpeciale'; src: url('http://www.serrenticalcio.it/css/fonts/Berylium.ttf');
}


body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: white;
/*background-image:url('http://www.wishchristmas.com/backgrounds/christmas_backgrounds_20.gif');*/


font-family: Arial, Tahoma, Georgia, Helvetica, Trebuchet MS, sans-serif;
font-size: 13px;
color: #000000;
}
.clearfix{ /*serve per adattare il bordo al wrapper*/
clear: both;
}



/*è il contenitore, ma non il bordo*/
#wrapper{
width: 920px;
margin: auto;
height: 100%;
background-color: white;
background: url(../img/falsa_colonna.gif) repeat-y top right
}
/*header*/
#header{
width: 920px;
height: 75px;
margin: auto;
background: url(../img/sf_header.gif);
text-align: center;
}


#header h1{
margin: 0;
padding:0;  /*altrimenti si stacca dall'alto*/
color: white;
font-size: 35px;
line-height: 75px;
font-weight: bold; 
text-decoration: none;
}


/*footer*/
#footer{
height: 15px;
width: 920px;
margin: auto;
background: url(../img/footer_bg.gif) repeat-x;
text-align: center;
}
#footer_top{
width: 920px;
height: 5px;
margin: auto;
background: url(../img/header_top_bg.gif);
}
#footer_bot{
width: 920px;
height: 5px;
margin: auto;
background: url(../img/header_bot_bg.gif);
}
#footer a{
margin: 0; padding:0;  /*altrimenti si stacca dall'alto*/
color: white;
font-size: 10px;
line-height: 15px;
text-decoration: none;
}

#header a{
margin: 0;
padding:0;  /*altrimenti si stacca dall'alto*/
color: white;
font-size: 35px;
line-height: 75px;
text-decoration: none;
}


/*menu*/
#menu_bg{
font-family: fontSpeciale;
height: 40px;
line-height: 40px;
background: url(../img/menu_bg.jpg) repeat-x;
margin: 0px 0;
}


#menu{
text-align:center;
}
#menu a{
font-size: 15px;
font-weight: bold;
color: white;
text-decoration: none;
padding: 0 30px 0 30px;
}
#menu a:hover{
color: yellow;
}

#menu a.a_right{
background: url(../img/menu_icon.jpg) no-repeat right;
}
#menu_left_bg{ /*angoli sinistra*/
width: 5px;
height: 50px;
float: left;
background: url(../img/menu_left_bg.jpg) no-repeat;
}
#menu_right_bg{ /*angoli destri*/
width: 5px;
height: 50px;
background: url(../img/menu_right_bg.jpg) no-repeat;
float: right;
}
/*wrapper*/
#wrapper_top_bg{
width: 900px;
height: 5px;
background: url(../img/wrapper_top_bg.jpg) no-repeat bottom; /*valore bottom per IE6*/
}
#wrapper_bot_bg{
width: 900px;
height: 5px;
background: url(../img/wrapper_bot_bg.jpg) no-repeat;
}
#wrapper_bg{
width: 900px;
padding: 5px 10px;
}





/*colonna sinistra*/
#left_col{
margin: 5px;
float: left;
min-height: 100%;
height: auto !important;
height: 100%;
}

#left_col h2{
margin: 0;
padding: 0;
font-size: 15px;
}

.left_menu {
display: block;
padding: 5px 5px 5px 5px;
font-size: 15px;
font-weight: bold;
color: #333333;
text-decoration: none;
}

.left_menu:hover{
color: black;
text-decoration: none;
}


.left_menu_small {
display: block;
padding: 0px 15px 0px 15px;
font-size: 13px;
font-weight: bold;
color: #1138FF;
text-decoration: none;
}

.left_menu_small:hover{
color: #050083;
text-decoration: none;
}

.left_top_bg{
width: 190px;
height: 5px;
background: url(../img/left_top_bg.gif) no-repeat bottom; /*valore bottom per IE6*/
}
.left_bot_bg{
width: 190px;
height: 5px;
background: url(../img/left_bot_bg.gif) no-repeat;
margin-bottom: 10px;
}
.left_bg{
width: 150px;
background-color: #C6C6FF;
padding: 20px;
}
.left_bg_sponsor{
width: 180px;
height: 100px;
background-color: #C6C6FF;
padding: 5px;
text-align: center;
}
.left_bg_basso{  /*div di prova su eventi sportivi per abbassare la barra di sinistra fino a giù*/
width: 180px;
background-color: #C6C6FF;
padding: 5px;
text-align: center;
min-height: 100%;
height: auto;
height: 100%;

}






/*colonna destra*/
#right_col{
width: 690px;
float: right;
padding: 10px;

}

#right_col a{
color: black;
text-decoration:none;
font-style:italic; 
}

#right_col a:hover{
color: blue;
}



p{
	color: black;

}

h1{
font-family: fontSpeciale;
color: black;
font-size: 20px;
}

h3{
	color: darkblue;

}




img{
border: none;
}

a{
outline: none;
}

th{  color: darkblue;
	font-size: 12px;
}

td{  color: black;
	font-size: 12px;
}




















