/* CSS Document */

/* Layout */

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

.content-head-right {
	height: 100%;
	background: url(../i/fashi/structura_2.jpg) bottom left;
}

.content-body {
	margin-top: 38px;
}

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

#image-decor {
	margin-top: 40px;
	background-image: url(../i/bg-ured.jpg);
	background-position: -8px 0px;
	background-repeat: no-repeat;
	height: 235px;
}

/* 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-top: 30px;
	padding-bottom: 3px;
	padding-left: 22px;
	padding-right: 2%;
	color: #999;
	font-size: 1.1em;
	color: #5E626F;
	border-bottom: 1px solid #ccc;
}

.content-menu h5.first {
	padding-top: 0px;
}

/* List */

.content-menu-list {
	list-style: none;
	background-image: url(../i/fac-bg.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
.content-menu-list li {
	list-style: none;
	padding-top: 10px;
	padding-left: 22px;
	padding-right: 2%;
}

#content-menu-list-sub {
	list-style: none;
}

#content-menu-list-sub li {
	padding-top: 10px;
	margin: 0px;
	padding-left: 5px;
}

#content-menu-list-sub li a {
	background-image: url(../i/bull-sb2.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	padding-right: 10px;
}

.content-body ul {
	list-style: none;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #E5E5E5;
}
.content-body ul li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	padding-right: 2%;
}
.content-body ul li a {
}


.active {
	font-weight: bold;
}


/* Paragraphs */

.content-body p {
	padding-top: 10px; 
}

div#admin-text p {
	padding-left: 22px;
	padding-top: 3px; 
}
