/**
* CSS
* 
* @version 1.0
* @author | studiomarcoli |
*/
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font-size: 13px;
	font-family: Verdana, sans-serif;
	background: #fff;
	line-height: 22px;
}

.copyright {
	font-size: 10px;
	color: #000;
	font-family: Verdana, sans-serif;
	line-height: 18px;
}

.garaventa {
	font-size: 6.3pt;
	color:#000080;
	font-family: Verdana, sans-serif;
}

a.email {
	font-size: 13px;
	color: #000080;
	font-family: Verdana, sans-serif;
}
a.email:visited {
	color: #000080;
	text-decoration: underline;
}
a.email:link {
	color: #000080;
	text-decoration: underline;
}
a.email:hover {
	color: #0099ff;
}

a.link {
	font-size: 13px;
	color: #000080;
	font-family: Verdana, sans-serif;
}
a.link:visited {
	color: #000080;
	text-decoration: none;
}
a.link:link {
	color: #000080;
	text-decoration: none;
}
a.link:hover {
	color: #0099ff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#444;}
a:active { text-decoration: none; color: #fff;}
a:visited { text-decoration: none; color:#444;}
a:hover { color: #fff; }

a img { border: none; }

#menu {
    width: 200px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #ccc;
	overflow-y: auto;
	overflow-x: hidden;
}

#menu ul {
	list-style: none;
	margin: 0 0 27px 0;
}

#menu li.active a{ color: #fff;}

#menu ul li.section-title { color:#000080;}



#testovacanze {
	width: 797px;
	height: auto;
	text-align: justify;
}



#content {
    height: 100%;
    margin: 0 0 0 200px;
    top: 0;
}

.container {
    padding: 20px 20px 20px 20px;
}

#content p { margin: 0px; padding: 0px; text-align: justify;}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 480px; margin: 0; padding: 0 0 12px 0;}

#once { clear: left; }
