/* Layout */

.content-head {
	height: 160px;
	background: url(../i/fashi/studenti_1.jpg) bottom left;
}

.content-head-right {
	height: 100%;
	background: url(../i/fashi/studenti_2.jpg) bottom left;
}
.content-body {
	margin-top: 38px;
}

.content-body-text {
	background-color: #F8F8F8;
	padding-left: 22px;
	padding-right: 10px;
}

.content-menu {
	margin-top: 20px;
}

.volume p{
	padding: 0px 2px 8px 2px;
	margin:0;
}

.schedule{
	width:318px;
	margin:15px 10px 25px 22px;
	float:left;
}
.schedule span{
	margin-top: 20px;
	color: #999;
	display:block;
}


/* Headings */

.content-body h3 {
	padding-left: 22px;
	padding-bottom: 4px;
	font-size: 1.3em;
	color: #5E626F;
	border-bottom: 1px solid #ccc;
}
.content-body h4 {
	padding-left: 22px;
	padding-top: 30px;
	padding-bottom: 3px;
	font-size: 1.2em;
	color: #5E626F;
	border-bottom: 1px solid #ccc;
}
.content-menu h5 {
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 2%;
	color: #999;
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
}
.content-menu p,.content-body-text p{
	padding-top: 10px; 
}

.schedule h6{
	padding:0;
	margin:0;
	margin-bottom:7px;
	font-size: 1.1em;
	font-weight: bold;
}

.active {
	font-weight: bold;
}


/* Table 
---------------------------------------------------------------------------- */

table#schedule_table{
	margin-left:22px;
	width:100%;
	
}
table#schedule_table th{
	text-align:left;
	padding:6px 0 4px 10px;
	border-right: 2px solid white;
	background-color:#D1D1D1;
	font-weight:bold;
}
table#schedule_table td{
	padding:8px 10px;
	background-color:#F0F0F0;
	border-bottom: 1px solid white;
	border-right: 2px solid white;
}

/* ---------------------------------------------------------------------------- */
#image-decor {
	margin-top: 40px;
	background-image: url(../i/bg-cables.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 235px;
}
.content-body h3#students{
	color: #970000;
}


ul#plans{
	list-style:none;
	padding-top:10px;
}
ul#plans li{
	margin:15px 0;
}
ul#plans li ul.sub{
	list-style:none;
}
ul#plans li ul.sub li{
	margin:5px 0 5px 15px;
}
ul#plans ul.files{
	list-style:none;
	margin-bottom:15px;
}

