
/**
* 
*
* @author 	Orietta Soriga <webmaster@apmolentargius.it>
* @link		{http://www.apmolentargius.it}
* @name		menu/screen.css



	
*/

/* Associazione Parco Molentargius Saline Poetto */

/* GLOBAL STYLES url("http://www.apmolentargius.it/images/up.jpg") repeat top left */

html,body{margin: 0 auto; 
			height: 100%;
			text-align: center;

 }


body {
	margin: 0 auto;
	background: #EFF1EC;
	text-align:		center;
	

}

a, p, H1, H2, H3, H4, H5, H6, div, td, th, input, select, textarea {
	font-family: Verdana, "Trebuchet MS", lucida, arial, helvetica, sans-serif;
}

a {
	text-decoration: none;
}

img {
	border: none;
	margin: 0px 0px 0px 0px;
	vertical-align:	middle;
	text-decoration: none;
}

pic {
	border: none;
	margin: 0px 0px 5px 0px;
	vertical-align:	middle;
	text-decoration: none;
}

/* HEADER STYLE */
#header {
	position:		relative;
	top:			0px;
	
	width:			900px;
	height:			193px;
	margin: 0 auto;
	text-align:		center;
	color:			#003000;
	border:			0px;
	
background: url("http://www.apmolentargius.it/images/up.jpg") no-repeat top left;
	z-index:		1;
}

/* Primo menu */
#navconteiner {
	
	position:		absolute;
	top:			167px;
	right:			270px;
	width:			479px;
	height:			30px;
	padding:		5px 0px 0px 0px;
	margin: 0 auto;
	text-align:		left;
	font-size: 		0.9em;
	color:			#161FC7;
	z-index:		4;
}

#navlist {
        padding: 3px 0;
        margin: 0 auto;
        border-bottom: 1px solid #778;
        font: bold 12px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0 auto;
        display: inline;
}

#navlist li a {
        padding: 3px 0.5em;
        margin-left: 1px;
        border: 1px solid #778;
        border-bottom: none;
        background: #DDE;
        text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover {
        color: #000;
        background: #AAE;
        border-color: #227;
}

#navlist li a#current {
        background: white;
        border-bottom: 1px solid white;
}





/* BODY STYLE */
#bod {
	position:		relative;
	top:			0px;
	left:			auto;
	right:			auto;
	width:			898px;
	text-align:		left;
	margin: 0 auto;
	
	background:		#ffffff;
}

/* LEFT COLUMN STYLE */
#col1 {
	float:			left;
	top:			0px;
	left:			5px;
	width:			151px;
	padding:		0px 0px 0px 0px;
	background:		with;
	border-top:		1px solid #778;
	z-index:		1;
}



/* RIGHT COLUMN STYLE */
#col2 {
	float:			right;
	top:			0px;
	right:			0px;
	width:			145px;
	padding:		0px 0px 0px 0px;
	background:		with;
	border-top:		0px;
	z-index:		1;
}

.box-destro {
	margin-top:		1px solid #778;
	border-right:	0px;
	border-bottom:	1px solid #778;
	border-left:	1px solid #778;
	padding:		0px 1px 1px 0px;
	text-align:		left;
	font:			Verdana;
	font-weight:	bold;
	font-size:		0.6em;
	
	font-color:		#778;
}


.box-sinistro {
	border-right:	1px solid #778;
	border-bottom:	1px solid #778;
	margin-top:		0px;
	margin-left:	0px;
	padding:		0px 0px 2px 0px;
	font-size:		0.6em;
	color:			#778;
}

/* TOPIC STYLE */
#topic {
	float:			left;
	margin:			0px;
	padding:		0px;
	top:			0px;
	width:			448px;
	
	font-size:		0.75em;
	text-align:		left;
	color:			#000033;
	
	z-index:		5;
	overflow:		visible;
}

#topic h2 {
	font-size:		1.6em;
	color:			#003366;
	margin:			0;
	padding:		0;
}

#topic h4 {
	font-size:		1.2em;
	font-weight:	bold;
	color:			#003366;
	margin:			0px;
	padding:		0px 0px 0px 0px;
}

#topic h4 a {
	color:			#f0d020;
}

#topic h4 a:hover {
	color:			#ff8000;
	text-decoration:underline;
}

#topic h5 {
	font-size:		1em;
	font-weight:	bold;
	color:			#003366;
	margin:			0px;
}

#topic h6 {
	font-size:		0.8em;
	font-weight:	bold;
	color:			#003366;
	margin:			0px;
}


#topic a {
	font-size:		1em;
	font-weight:	bold;
	color:			#003366;
}

#topic a:hover {
	text-decoration:underline;
}

#topic p {
	margin:			10px;
	font-weight:	normal;
	line-height:	1.3em;
	text-align:		center;
}


.img2 {
	border:			1px solid #4D68B7;
	margin:			5px 0px 0px 0px;
}

/* FOOTER STYLE	*/
#footer {
	clear:			both;
	top:			6px;
	left:			0px;
	height:			70px;
	width:			898px;
	padding:		2px 0px 0px 0px;
	background:		#ECC5D8;
	background: 	url("http://www.apmolentargius.it/images/gradient.jpg");
	background-position: top left;
    background-repeat:repeat;
   
	border-top:		none;
	font-size:		0.65em;
	color:			#050618;
	letter-spacing: 1px;
	text-align:		center;
	
}

.divider {
	font-size:		1em;
	color:			#333333;
	margin:			1px;
}

.dibox {
	margin:			0;
	border:			1px solid #eeeeee;
	padding:		2px 0 2px 0;
	font-size:		0.7em;
	font-weight:	bold;
	text-align:		center;
	color:			#4d5a66;
	background:		#e3e9ee;
}


#marqueecontainer{
position: relative;
width: 142px; /*marquee width */
height: 120px; /*marquee height */
background-color: white;
overflow: hidden;
border: none;
padding: 0px 0px 0px 3px;

}

#marqueecontainer a { color: #778; }

}


/* IMG'S STYLE */
.img {
	border:			1px solid #024c8d;
	margin:			10px 0px 0px 0px;
}


	
/* NO LINK STYLE */
.nolink {
	font-size:		0.8em;
	font-weight:	normal;
	padding:		10px 0px 10px 0px;
	cursor:			default;

}

.nolink:hover{
	text-decoration:none;
	cursor:			default;

}

/* FORM'S STYLE */
.field_hidden {
	margin:			0px;
	padding:		0px 15px 0px 15px;
	border:			none;
}

.field_color {
	margin:			0px;
	border:			1px solid #666666;
	padding:		1px;
	text-align:		center;
	background:		#eeeeee;
}

input, select, textarea {
	font-size:		1em;
	color:			#000000;
	background:		#ffffff;
	border:			1px solid #cad1dc;
	padding:		0 2px 0 2px;
}

textarea {
	font-size:		1em;
}

.button {
	font-size:		1em;
	font-weight:	bold;
	color:			#000033;
	background:		#cad1dc;
	border:			1px solid #000033;
	padding:		1px 5px 0px 5px;
}

.box {
	color:			#000000;
	border:			2px solid #666666;
	padding:		0 2px 0 2px;
}




#menu {list-style-type:none; padding:0; margin:0; top:2px; left:0; border:1px solid #fff; border-width:0 1px 1px; }
#menu ul {list-style-type:none; padding:0; margin:0; }

#menu li {float:left; background:#657; border-top:1px solid #fff;}

#menu li.sub {background:#7DB073; line-height:25px; width:149px;}

#menu li, #menu li a {display:block; color:#fff; font-family:Verdana, sans-serif; font-size:10px; line-height:22px; width:149px; text-decoration:none;  cursor:pointer; font-weight:bold; text-align:	center; text-indent:3px;}

#menu ul, #menu li.click ul ul, #menu li.click ul li.hover ul ul {display:none; }

#menu li.hover {color:#667; z-index:500;}
#menu li.click {color:#667;}


#menu li.click ul {display:block;}
#menu li.click ul li.hover ul, #menu li.click ul li.hover {background:#98a; }


div.textimage{
width: 568px; 
margin-bottom: 0px;     
border: 1px solid #024c8d;
background-color: #ffffff

}

div.textimage img{
float:left;
margin: 9px;
}

div.textimage h6, div.textimage p{
margin:  6px;
padding: 0px;
}

div.textimage h6{
margin-top: 3px
}

div.clearer{clear: left}
}


div.textimage1{
width: 568px; 
margin-bottom: 0px;     
border: 0px;
background-color: #ffffff

}

div.textimage1 img{
float:left;
margin: 7px;
}

div.textimage1 h6, div.textimage1 p{
margin:  6px;
padding: 0px;
}

div.textimage1 h6{
margin-top: 0px
}

div.clearer{clear: left}
}



div.textimage2{
width: 568px; 
margin-bottom: 0px;     
border: 0px;
background-color: #ffffff

}

div.textimage2 img{
float:left;
margin: 14px;
}

div.textimage2 h6, div.textimage2 p{
margin:  4px;
padding: 0px;
}

div.textimage2 h6{
margin-top: 0px
}

div.clearer{clear: left}
}

div.textimage5{
width: 560px; 
margin-bottom: 0px;     
border: 0px;
background-color: #ffffff

}
div.textimage5 img{
float:left;
margin: 8px;
}

div.textimage1 h6, div.textimage5 p{
margin:  6px;
padding: 0px;
}

div.textimage5 h6{
margin-top: 2px
}

div.clearer{clear: left}
}

#container {

  width:562px;
  background-color:#ffffff;
  overflow:auto;
}

#boxsx { 
background-color: #fff;
border: thin dotted #039;
width: 32%;;
padding: 0px;
float: left;
margin: 1px
}

#boxdx {
background-color: #fff;
border: thin dotted #039;
width: 32%;;
padding: 1px;
float: right;
margin: 1px;
} 

.clearer {
float: none;
clear: both;
}

#box1sx { 
background-color: #fff;
border: thin dotted #039;
width: 47%;
padding: 1%;
float: left;
margin: 1px
}

#box1dx {
background-color: #fff;
border: thin dotted #039;
width: 47%;
padding: 1%;
float: right;
margin: 1px;
} 

.clearer {
float: none;
clear: both;
}
