/* CSS Document */

/* Layout */

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

.content-head-right {
	height: 100%;
	background: url(../i/fashi/aktualno_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;
}

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

.news-column{
	width:31%;
	margin-right:2%;
	float:left;
}
.news-column-footer{
	margin:5px 0 10px 22px;
}

#footer-about{
	color:#039;
}
#footer-students{
	color:#970000;
}
#footer-admission{
	color:#090;
}
.active {
	font-weight: bold;
}

/* Headings */

.content-body h3 {
	padding-left: 22px;
	padding-bottom: 4px;
	font-size: 1.3em;
	color: #5E626F;
	border-bottom: 1px solid #ccc;
}
.content-body h3#about{
	color: #039;
}
.content-body h3#students{
	color: #970000;
}
.content-body h3#admission{
	color: #090;
}
.content-menu h5 {
	padding-bottom: 3px;
	padding-left: 22px;
	padding-right: 2%;
	color: #999;
	font-size: 1.1em;
	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;
}

/* Lists */
.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 {
	margin-left:25px;
	padding: 5px 0 0 15px;
	background: url(../i/bull-sb2.gif) no-repeat 0px 10px;
}

#content-menu-list-sub li a {
}


ul.news-list {
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	list-style: none;
	background-color: #F8F8F8;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

ul.news-list li {
	margin-left: 12px;
	padding: 5px 10px 5px 30px;
	list-style: none;
}

ul.news-list li.news-uni {
	background-image:  url("../i/bull-uni.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

ul.news-list li.news-students {
	background-image:  url("../i/bull-stu.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

ul.news-list li.news-prospective {
	background-image:  url("../i/bull-kan.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
}


/* Paragraphs */

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