@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	text-align:center;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#333333;
	text-decoration:none;
}

a:visited {
	color:#333333;
	text-decoration:none;	
}

#general {
	border:0px solid #000000;
	width:999px;
	height:auto;
	margin:0px auto;
	text-align:left;
}

#header {
	margin:0px;
	padding:0px;
	width:993px;
	height:144px;
}

#menu {
	border:0px solid #000000;
	text-align:left;
	width:300px;
	height:auto;
	float:left;
}

#content {
	text-align:left;
	border:0px solid #000000;
	width:690px;
	height:auto;
	margin-left:301px;
}

#menu a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover {
	color:#FFFF66;
	text-decoration:none;
	font-weight:bold;
}

#menu a:visited {
	color:#FFFFFF;
}

table.menusoft {
	margin-top:5px;
	width:200px;
	border:0px solid #08655f;
	border-top:none;
}

table.menusoft td {
	padding-left:25px;
	height:50px;
	background-repeat:no-repeat;
}

#footer {
	width:992px;
	margin-left:30px;
	text-align:center;
	font-size:100%;
	font-style:italic;
	color:#333333;
	border:0px solid #000000;
	border-top:1px solid #0066FF;
	clear:both;
}

.formulari input,textarea,select,checkbox {
	border: 1px solid #006969;
}

.formulari input[type=radio],input[type=checkbox] {
	border:0px;
}

.formulari textarea {
	overflow:auto;
	width:99%;
}

.serveis_table {
	border:1px;
	width:200px;
}