/* @override http://www.jellemarechal.be/indexhibit/ndxz-studio/site/sample/style.css */

/* @override http://www.jellemarechal.be/indexhibit/ndxz-studio/site/playground/style.css */



/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #82a500; size: 11px;}
a:active { text-decoration: none; }
a:visited {text-decoration: none; color: #82a500; size: 11px;}
a:hover { text-decoration: none; color: #fbff00; background-color:#000;
	
}

a img { border: none; }

#menu {
    width: 170px;
    overflow: auto;
    top: -14px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	float: left;
	color: #82a500;
	text-align: left;
}

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

#menu ul li.section-title { 
	font-weight: bolder;
	font-size: 13pt;
	color: #000}

#content {
    height: 0%;
    margin: 0px 0 0 155px;
}

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

#content p { margin-bottom: 9px; margin-right: 20px;
	
}

.contenuti {
	float: left;
	width: 200px;

}

.test {
	width: 200px;
	margin: 0px 0 0 16px;

}

.news {
	width: 500px;
	margin: 0px 0 0 16px;

}

.titel {
	font-weight: bold;
}

.subtitel {
	font-size: 9px;
	font-style: italic;
	color: #82a500;
	margin-top: -8px;
}

.testo {
	text-align: justify;
}

.biblio {
	color: #ffe100;
}

.titolo_blog {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

.testo_blog {
	text-indent: 16px;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}

.didascalia {
	margin-top: -20px;
	text-align: justify;
}



.g {
	background-color: yellow;
	color: #000;
}

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-top: 0px; padding: 14px 0px 0px 16px ;
	float: left;
}


#img-container p { 
	width: 250px; margin: 0; 
	padding: 0 0 30px 0;
	height: 13px;
}




#once { clear: left; }

* {
	
}