/* CSS Document */

html,body{
	text-align: center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	
	
	}
#nuovomenu{
	font-family:Verdana, Arial, Helvetica, sans-serif;text-align:left
}
#nuovomenu a{ text-decoration:none;font-size:12px}

#formtraghetti p{text-align:left; text-decoration:none;}

#container{
	width:790px;
	margin-right:auto;
	margin-left:auto;
}

#navigation {
	height:50px;
	}

#navigation ul{
	margin:0;
	padding:0;
	
}

#navigation li{
	height:50px;
	width:16.5%;
	border-left: #ffffff 1px solid;
	float:left;
	background: #CCCCCC url(images/pulsante.gif);
	list-style-type:none;
	position:relative;
}
#navigation span{
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:48px;
	}
#navigation a{
	text-transform:uppercase;
	text-decoration:none;
	line-height:50px;
	color:#000000;
}
#navigation a:hover span{
	border-bottom: #006600 4px solid;
	}
li#active{
	background-image:none;
	background-color:#006600;
	}
li#active a{
	color:#FFFFFF;
	}
#header{
	margin-top:20px;
	height:80px;
	overflow:hidden;
	
	}

#header h1{	
	float:left;
}

#header h2{
	text-transform:uppercase;
	font-size:1.2em;
	padding-top:47px;
	float:right;
	}

#scheissekopf{
	height:199px;
	width:788px;
	clear:both;
	border-top: #666666 1px dashed;
	border-bottom: #666666 1px dashed;
	}

#content{
	float:right;
	width: 540px;
	margin-top: 30px;
}
#content h3{
	float:left;
	color: #2E5C2E;
	border-right-width: 3px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	margin-right: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/newsico.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 2px;
	}

#data{
	float:left;
	color: #567C57;
	margin-top: 3px;
	}
h4{
	text-align:left;
	font-size:1.1em;
	}
#content p{
	clear: both;
	text-align: justify;
	margin-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 8px;
}

#subnav{
	float:left;
	margin-top:30px;
	
}
#subnav{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	float: left;
	width: 200px;
	text-align:left;*/
}
#subnav ul{
	margin: 0px;
	padding:0px;
	border-top: #CCCCCC 1px solid;
}
#subnav li{
	list-style-type: none;
	text-align: left;
	height: 28px;
	border-bottom: solid #CCCCCC 1px;
	padding-right: 23px;
	background-image: url(images/quad.gif);
	background-repeat: no-repeat;
	background-position: right 12px;
	margin: 0px;
	width:220px;
	text-decoration:none;
}

#subnav a{
	line-height: 28px;
	text-decoration: none;
	color: #2e4461;
	}
#subnav ul{
	margin-bottom:15px;
	}
li#undersubnav a{
	line-height:23px;
	font-size:0.8em;
	color:#666666;
	text-decoration:none;
	}
	
li#undersubnav {
	height:23px;
	border-bottom: dashed 1px #888888;
	padding-right:0px;
	margin-right:0;
	background: none;
	width:200px;
	}

#form{
	background-color:#CCCCCC;
	padding:10px;
	text-align:left;
	}
.formz{}
#form h4{
	font-size:1em;
	font-weight:normal;
	border-bottom: #666666 dotted 1px;
	text-align:left;
	}
#shortcut{
	background:url(images/mappina.jpg);
	border: #006600 solid 4px;
	margin-top: 20px;
}
#breadcrumbs{
	line-height: 28px;
	border-bottom:#666666 1px dotted;
	border-top:#666666 1px dotted;
	margin-top:30px;
	float:right;
	width:540px;
	text-align:left;
	}
#breadcrumbs a{
	color:#006600;
	font-weight:bold;
	
	}
#footer{
	clear:both;
	margin-top:30px;
	line-height:30px;
	background-color:#dddddd;
}
p.formz{
	background:#eeeeee;
	font-size:11px;
	font-weight:normal;
	padding:8px;}
p.formz input{margin:3px;;}

fieldset {
}

.textInput,textarea {
  background-color: #FFFFFF;
  border: 1px solid #000;
}

.inputHighlighted {
  width: 200px;
  background-color: #FFCE31;
  color: #000;
  border: 1px solid #000;
}
#form .logout{
	color:#990000;
	font-size:9px;
	}
#form a:hover{
	color:#009900;
	border-bottom: dashed 1px #666666;
	} 
	
