/* 
** flowertree - default stylesheet
** This CSS file makes the website look pretty ;-)
** 
** Nov 18, 2006 - (version 1.0)
** 
** This is a part of the open source layout by 
** Jonas John (www.jonasjohn.de) !
*/

/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color vecchio
	background-color: #D4D0C8;*/
	background-color: #000;
	text-align: center;
	margin-top: 9em;
	background-image: url("../images/background_body.jpg");
	background-repeat: no-repeat;
}

.page {
	/* Page width: */
	width: 880px
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;	
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #C43917;
}

#logo_black {
	/* logo color 2: */
	color: #fff;
}

#contentbox {
	background-color: #FFFFFF;                
	margin: 0 auto;
	text-align: left;
	
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	color: #99846E;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	margin-top: 0.3em;
	margin-bottom:5px;
}

#menu a:link, #menu a:visited {
	color: #fffeee;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #C43917;
	text-decoration: none;
}

#padding {
	padding: 1em;
}

#innerpage {
	/* Background image: */
	background-image: url("../images/background5.jpg");
	background-repeat: no-repeat;
	height: 20em;
}
#innerpage_gallery {
	/* Background image: */
	background-image: url("../images/background5.jpg");
	background-repeat: no-repeat;
	min-height: 20em;
	height: auto !important;
	height: 20em;
	float:left;
	width:585px;
}
#innerpage_scheda {
	min-height: 20em;
	height: auto !important;
	height: 20em;
	float:left;
	width:585px;
}
#innerpage_scheda img{
	/*float:left;*/
	margin-bottom:10px;
}

#menudx {
	float:right;
	width:260px;
	font-family:verdana;
	font-size: 1.0em;
}
.in {
	color: #C43917;
	font-size: 1.0em;	
}
.in_scheda {
	color: #C43917;
	font-size: 1.0em;	
	display:block;
}
.in_scheda p{
	color:#000000;
	font-size: 0.8em;
}

#gall {
	margin-top:10px;
}
#gall img {
	margin-right: 0px;
}
#menudx #gall a:hover {
	margin:0px;
}
#menudx #gall a {
	display:inline;
}

/*
 Styles that apply to the 
 content area:
*/

#content {
	background-color: #ffffff; 
	float: right; 
	width: 20em; 
	height: 23.8em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#content p {
	font-size: 0.9em;
}

/* heading */
/*#content */h1 {
	font-size: 24px;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}
#content h1#introduzione {
	margin-top:220px;
}
#content h2 {
	font-size: 1.0em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #666666;
}

/* link colors 
#content a:link {
	color: #C2361D;
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #892614;
}
*/
#contenta {
	background-color: #ffffff;
	float: right; 
	width: 20em; 
	height: 23.8em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#contenta p {
	font-size: 0.9em;
}


#menudx a,
#menudx a:link,
#menudx a:hover, 
#menudx a:active,
#menudx a:visited {
	color: #666666;
	font-size: 0.9em;
	line-height:25px;
	display:block;
	text-decoration:none;
}

#menudx a:hover {
	color: #990000;
	margin-left:5px;
}

#menudx p, #menu a {
	/*font-size: 1.0em;*/
	margin:0px;
	
}
#content a,
#content a:link,
#content a:hover, 
#content a:active,
#content a:visited {
	color: #666666;
	font-size: 1m;
	line-height:20px;
	display:block;
	text-decoration:none;
}

#content a:hover {
	color: #990000;
	margin-left:5px;
}
/* heading */
/*#contentah1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}*/


/* link colors 
#contenta a:link {
	color: #C2361D;
}

#contenta a:hover, #content a:active {
	color: #33201D;
}

#contenta a:visited {
	color: #892614;
}
*/

#clear {
	clear:both;
}
