﻿/*Onsitus.it - template css gratuito - esempio 6:
	Altri layout gratuiti:
	http://css.flepstudio.org/css/css-templates/
	Copyright: Se usate questo template, grazie per lasciare queste informazione o un link back a onsitus.it � sempre il benvenuto*/
a:hover { text-decoration: underline }
body{
margin: 0;
padding:0;
font: 13px verdana, Helvetica, sans-serif; 
color: #000000;
background-color:#FFFFFF;
}
img{
border:none;
}
a{
text-decoration:none;
color:#444446;
font-weight:bold;
outline:none; /*per FF*/
}
.clearfix{
clear:both;
}
#wrapper{
	background: white;
	min-width: 900px;
	max-width: 2600px;
	/*min width*/
	width:expression(document.body.clientWidth < 902? "900px" : document.body.clientWidth > 2602? "2600px" : "auto");
	}

/*div id top_header*/
#top_header{
height:100px;
background:#666666 url(../img/top_header_bg.jpg) repeat-x;
position:relative;
}
h1{
font-size:37px;
color:#FFFFFF;
font-weight:bold;
position:absolute;
padding:0;
margin:0;
top:30px;
left:40px;
}
h1 span{
color: #BECCA8;
}
/*div id menu*/
#menu{
position:absolute;
right:20px;
bottom:5px;
}
#menu a{
color:#BECCA8;
padding:5px 10px;
}
#menu a:hover,#menu a.selected{
background-color:#FFFFFF;
color:#666666;
}
/*div id header*/
#header{
height:300px;
width:1000px;
margin:10px 1px 20px 1px;
background:url(../img/sban.png) repeat-x;
}

#header img{
height:300px;
}
/*div id left_col - colonna sinistra*/
h2{
line-height:25px;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
background:url(../img/h2_bg.jpg) repeat-x;
padding-left:10px;
margin:0;
}
#left_col{
width:300px;
float:left;
margin:15 30px;/*margin-right xIE6*/
padding-left:15px;
font-size:11px;
}
#right_col{
width:540px;
padding-left:30px;
margin-right:20px;
margin-top:0px;
}
#center_col{
height:200px;
width:400px;
margin-right:200px;
margin-left:70px;
margin-top:30px;
}
#kernel{
float:center;
border:1px;
padding-left:10px;
margin-right:10px;
margin-top:10px;
}
/*stile paragrafi*/

p{
padding:10px;
margin-top:0;
}
.gradient_b{
background:url(../img/gradient_b.jpg) repeat-x top;
}
.gradient_g{
background-color:#eeeaee;
}
.plain_b{
background:url(../img/gradient_b.jpg) repeat-x top;
background-color:#81BCDA;
color:#FFFFFF;
}
.plain_g{
background-color:#E8E8E8;
font-weight:bold;
}
/*div id footer*/
#footer{
height:30px;
background:url(../img/h2_bg.jpg) repeat-x;
margin-top:20px;
}


