body, h1, h2, h3, h4, h5, h6, form, p, ul, li { margin: 0px; padding: 0px; }
a { color: #093697; text-decoration: none; }
a:hover { text-decoration: underline; }
img { border-width: 0px; text-decoration: none; }

@font-face {
    font-family: 'open_sansregular';
    src: url('opensans/Regular/OpenSans-Regular.eot');
    src: url('opensans/Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('opensans/Regular/OpenSans-Regular.woff') format('woff'),
         url('opensans/Regular/OpenSans-Regular.ttf') format('truetype'),
         url('opensans/Regular/OpenSans-Regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('opensans/Light/OpenSans-Light.eot');
    src: url('opensans/Light/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
         url('opensans/Light/OpenSans-Light.woff') format('woff'),
         url('opensans/Light/OpenSans-Light.ttf') format('truetype'),
         url('opensans/Light/OpenSans-Light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('opensans/Semibold/OpenSans-Semibold.eot');
    src: url('opensans/Semibold/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('opensans/Semibold/OpenSans-Semibold.woff') format('woff'),
         url('opensans/Semibold/OpenSans-Semibold.ttf') format('truetype'),
         url('opensans/Semibold/OpenSans-Semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('opensans/Bold/OpenSans-Bold.eot');
    src: url('opensans/Bold/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('opensans/Bold/OpenSans-Bold.woff') format('woff'),
         url('opensans/Bold/OpenSans-Bold.ttf') format('truetype'),
         url('opensans/Bold/OpenSans-Bold.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
 position: relative; z-index: 1;
 background: #f9f9f9 url(../img/bg-body.png) repeat-x left top;
 font-family: 'open_sansregular',Arial,Helvetica,sans-serif; font-size: 100%; color: #434343;
 min-width: 900px;
}

input[type=text],
input[type=password],
input[type=submit],
input[type=button],
select {
 border: 1px #ddd solid;
 padding: 3px 10px;
}

.skipheader, .skiplink, .skipcontent {
 position: absolute; left: -10000px;
}

.clear {
	clear: both;
	height: 0px;
}

.contenitore {
	margin: 0px auto;
	min-width: 960px; max-width: 1280px; width: 96%;
	padding: 0px 1%;
}

.titolo {
	position: relative;
}
#canale-home #colonna-1-1 .titolo a,
#canale-home #colonna-1-1 .titolo a:visited {
	padding: 0 18px;
 	color: #0062c6;
}

#canale-home #colonna-1-1 .titolo ul li {
	padding: 8px 10px;
	font-size: 100%; font-weight: normal; text-transform: uppercase;
	list-style-type: none;
	float: left;
	height: 53px;
	line-height: 53px;
}
#canale-home #colonna-1-1 .titolo-attivo{
	background-color: #fff;
}
#canale-home #colonna-1-1 .titolo-attivo a,
#canale-home #colonna-1-1 .titolo-attivo a:visited{
	color: #000;
}

.bottone-form {
	margin-left: -1px;
	background-color: #093697;
	color: #fff; text-transform: uppercase;
	cursor: pointer;
}

#colonna-1 {
 	width: 100%;
}

#colonna-1-1 {
 float: left;
 width: 70%;
}

#colonna-1-2 {
 float: right;
 width: 28%;
}

#colonna-1-3 {
 float: left;
 width: 28%;
 margin-top: -32px;
}

#colonna-1-4 {
 float: right;
 width: 70%;
}

#colonna-3 {
 float: left;
 width: 25%;
}
