habody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}




#nav {
	float: left;
	border: thin ridge;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	width: 15.5%;
	height: 100%;
}

#top {
	float: none;
	border: thin ridge;
	background-color: #FFFFFF;
	text-align: center;
}
#contingut {
	float: right;
	width: 84%;
	border: thin ridge;
	background-color: #FFFFFF;
	text-align: left;
	height: 100%;
}
#bottom {
	clear: both;
	float: none;
	width: auto;
	padding: 0px;
	border: thin ridge;
	background-color: #FFFFFF;
	text-align: justify;
}
.nav ul a:link
.nav ul a:visited {display: block;}
.nav ul {
	list-style: none;
	margin: 0;
	padding: 0px 0 0;
	color: #FFFFFF;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.nav li {
	border-bottom: 1px solid #CCCCCC;
	margin: 4px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #000000;
}

/* fix for browsers that don't need the hack */
html>body .nav li {border-bottom: none;}
a {
	text-decoration: underline;
	color: #000000;
}
.nav a:hover {
	background-color:#FFFFFF;
	color: #000000;
	display: block;
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav ul ul {
	list-style: none;
	margin: 0;
	padding: 0px 0 0 10px;
	color: #FFFFFF;
	text-align: center;
	display: block;
}
li {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}
.profe {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	width: 45%;
}
.contingut p {
	padding: 0px 1px 5px;
	width: 40%;
}
td {
	border: medium double #CCCCCC;
	color: #333333;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 5px;
	margin: 2px;
	margin-top: 1px;
	margin-bottom: 2px;
}
form {
	height: 10px;
	width: 20px;
}
.logejat {
	font-size: 9px;
	color: #FFFFFF;
	background-color: #000000;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
