/* 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-body-text {
	background-color: #F8F8F8;
	padding-left: 22px;
	padding-right: 10px;
}

/* Lists */

.content-body ul {
	padding:0 0 20px 65px;
	list-style: none;
}
.content-body ul li {
	list-style: none;
	display: inline;
}
.content-body ul li a {
	padding-right: 10px;
	border-right: 1px solid #02448E;
	margin-right: 10px;
	display: block;
	float: left;
	white-space: nowrap;
}
.content-body ul li a.last-element {
	padding-right: 0px;
	border-right: none;
	margin-right: 0px;
}

#image-decor {
	margin-top: 40px;
	background-image: url(../i/bg-ured.jpg);
	background-position: 0 0;
	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;
	margin-bottom:15px;
}

.content-body h4 {
	padding-left: 22px;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: left;
}

.content-body h4.first-element {
	padding-top: 0px;
	background-position: 0px -3px;
}

.content-body h5 {
	padding-left: 65px;
	padding-top: 8px;
	padding-bottom: 4px;
	font-size: 1.1em;
	font-weight: normal;
	color: #666;
}


