/* Style CSS template index.php */
a:link, a:visited{
	color:#FF0000;
}
a:hover{
	color:#990000;
	text-decoration:underline;
}
a img {
border: 0;
}
body {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Sans-Serif, helvetica;
	font-size: 80%;
	background-color: #fff;
	background-image: url("../images/bg_body.png");
	background-repeat: repeat-x;
	background-position: left top;
	
	/* MIN-WIDTH Hack */
	min-width:980px;
	width: auto !important;
	width: 980px;
	/* */
}

hr {
	width: 70%;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF0000;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	width: 100%;
	height: 95px;
	background-color:#000000;
}

div#logo {
	position: absolute;
	left: 0em;
	top : 0em;
	width: 221px;
	height: 154px;
	text-align: right;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: center center;
}

div#menu {
	color: #000;
	text-align: center;
	width: 691px;
	background-image: url("../images/bg_menu.png");
	height: 53px;
	margin: 0 auto;
}

div#menu ul {
	-moz-border-radius: 10px 200px 10px 20px;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 5px;
}

div#menu ul li {
  display: inline;
  padding: 0px 0.5em 0px 0.5em;
  font-weight: bold;
  font-size: 120%;
}

div#menu ul li a {
	color: #333333;
	text-decoration: none;
}

div#menu ul li a:hover {
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

div#menu ul li#selected a {
  color: #000000;
}

div#menu ul li#selected a:hover {
	color: #999999;
}

div#submenu {
	color: #333333;
	text-align: center;
	width: 412px;
	background-image: url("../images/bg_submenu.png");
	height: 35px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 80%;
}

div#submenu ul {
	-moz-border-radius: 0px 00px 10px 20px;
	padding: 10px 0 10px 0;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

div#submenu ul li {
  display: inline;
  padding: 0px 0.5em 0px 0.5em;
  font-weight: bold;
  font-size: 120%;
}

div#submenu ul li a {
	color: #333333;
	text-decoration: none;
}

div#submenu ul li a:hover {
	color: #990000;
}

div#submenu ul li#selected a {
	color: #333333;
}

div#submenu ul li#selected a:hover {
  color: #ffffff;
}

div#language {
	position: absolute;
	top : 99px;
	text-align:right;
	width: 220px;
	height: 16px;
	right: 0px;
}

div#language ul {
	list-style-type: none;
	float: right;
	-moz-border-radius: 10px 200px 10px 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0%;
}

div#language ul li {
	display: inline;
	padding: 0px 0.5em 0px 0.5em;
}

div#language ul li#selected a{
  font-weight: bold;
  color: #000;
}

div#language ul li#selected a:hover{
	font-weight: bold;
	color: #FF0000;
}

div#language ul li a{
  text-decoration: none;
  color: #000;
}

div#language ul li a:hover{
	color: #FF0000;
	text-decoration: underline;
}
/*
div#language ul li img {
  border: 0px;
  width: 20px;
}
*/
div#content {
	color: #000;
	margin: 0 15% 0 15%;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	text-align: justify;
}

div#content h1 {
  text-align: left;
  font-weight: normal;
  font-size: 200%;
  padding: 0.1em;
}

div#content h2, div#content h3 {
	text-align: left;
	padding: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	color: #990000;
}

div#footer {
	margin-top: 15px;
	font-size: 75%;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 0.5em;
/*	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF0000;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FF0000; */
	color: #999999;
	height: 25px;
	text-align: center;
}

/* styles */

.center {
	text-align: center;
}

.links {
	color: #222;
	text-decoration: none;
}

a,
.link {
  cursor: pointer;
}


/* Tabella SEMINARI */
.date {
	color: #990000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	vertical-align: top;
}
.row {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	vertical-align: top;
}
.hour {
	color: #666666;
}
.row_odd {
	background-color: #FAFAFA;
}

#table_seminari {
	border-collapse: collapse;
}

table#table_seminari td {
	border: 1px dotted #990000;
	padding: .5em;
}

