/*Onsitus.it - template css gratuito - esempio 3:
Altri layout gratuiti:
http://css.flepstudio.org/css/css-templates/
Se usate questo template, grazie per lasciare queste informazione o un link back a onsitus.it è sempre il benvenuto*/
/*stile generale*/
body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #323232;
font-family: verdana;
font-size: 10px;
color: #000000;
}
.clearfix{ /*clearfix http://css.flepstudio.org/css-tutorials/clearfix.html*/
clear: both;
}
img{
border: none;
}
a{
outline: none;
}
/*contenitore*/
#wrapper{
width: 850px;
margin: auto;
}
/*header*/
#header{
height: 150px;
background: url(../img/header_bg.jpg) repeat-x;
text-align: center;
}
/*menu*/
#menu_bg{
height: 50px;
line-height: 50px;
background: url(../img/menu_bg.jpg) repeat-x;
margin: 15px 0;

}
#menu{
float: left;
margin-left: 30px;
}
#menu a{
font-size: 15px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
padding: 0 30px 0 10px;
}
#menu a:hover{
color: #000000;
}
#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: 850px;
height: 5px;
background: url(../img/wrapper_top_bg.jpg) no-repeat bottom; /*valore bottom per IE6*/
}
#wrapper_bot_bg{
width: 850px;
height: 5px;
background: url(../img/wrapper_bot_bg.jpg) no-repeat;
}
#wrapper_bg{
width: 830px;
background: url(../img/wrapper_bg.jpg) repeat-y;
padding: 5px 10px;
}
/*colonna sinistra*/
#left_col{
float: left;
}
#left_col h2{
margin: 0;
padding: 0;
font-size: 15px;
}
#left_menu a{
display: block;
padding: 5px 0;
font-size: 15px;
font-weight: bold;
color: #000000;
text-decoration: none;
border-bottom: 1px dashed #998E65;
}
.left_top_bg{
width: 190px;
height: 5px;
background: url(../img/left_top_bg.jpg) no-repeat bottom; /*valore bottom per IE6*/
}
.left_bot_bg{
width: 190px;
height: 5px;
background: url(../img/left_bot_bg.jpg) no-repeat;
margin-bottom: 10px;
}
.left_bg{
width: 150px;
background-color: #FFF3C4;
padding: 20px;
}
/*colonna destra*/
#right_col{
width: 630px;
float: right;
}
h1{
color: #FF3B89;
font-size: 15px;
}
.bot_spacer{
margin-bottom: 50px;
}
#right_col a{
color: #FF3B89;
}







