
/* styly pouze pro titulku */


/*

		Z A K L A D N I   L A Y O U T

*/

/*

		O S T A T N I 

*/		

.welcome-box {
	background: url('../../img/el/portal/bg-homepage-man.jpg') left top no-repeat;
	padding-left: 145px;
}

hr.blue-line {
	width: 100%;
	margin: 2em 0;
	padding: 0;
	height: 0;
	border: none;
	border-top: 1px solid #A5C3D7;
}

.text-under-heading-buttons p#button-more-info a {
	display: block;
	float: left;
	background: url('../../img/el/portal/bg-button-vice-informaci.jpg') left top no-repeat;
	width: 118px;
	height: 20px;
	line-height: 20px;
	color: #1B517D;
	font-weight: bold;
	text-decoration: none;
}

.text-under-heading-buttons p#button-more-info a:hover {
	color: #4C87AF;
}

.text-under-heading-buttons p#button-more-info a span {
	padding: 0 10px; 
}

.text-under-heading-buttons p#button-registration a {
	display: block;
	float: left;
	margin-left: 2em;
	background: url('../../img/el/portal/bg-button-registrace.jpg') left top no-repeat;
	width: 107px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.text-under-heading-buttons p#button-registration a:hover {
	color: #D1E1EB;
}

p#button-more-info a span,
p#button-registration span {
	padding: 0 10px; 
}	

/* --------------------- sloupce pro boxy a novinky ------------------------- */

#homepage-right-col {
	width: 48%;
	float: right;
}
#homepage-left-col {
	width: 48%;
	float: left;
}


/* --------------------- boxy v obsahu stranky ------------------------- */
#box-top-cats .box-body,
#box-democourses .box-body {
	border: none;
	background: none;
	padding-top: 0;
	padding-left: 10px;
}
#box-top-cats .box-header h4,
#box-democourses .box-header h4 {
	margin-left: 10px;
	
}
#box-top-cats {
	/*width: 49%;
	float: left;*/
	margin-bottom: 20px;
	border: 1px solid #CDCDCD;
	background: #FAFAFA;
}
	#box-top-cats .box-header h4 {
		background-image: url('../../img/el/portal/ico-book.gif');
		color: #1C507D;
	}
	#box-top-cats .box-body .list {
		display: block;
		margin: 0;
		padding: 0;
	}
	#box-top-cats .box-body .list .item {
		display: block;
		float: left;
		clear: none;
		width: 49%;
		
		margin: 0 0 0 2px;
		padding: 0;
	}
		#box-top-cats .box-body .list .item h5 {
			margin: 0;
			padding: 0;
			
			background: transparent url('../../img/el/portal/bg_catMenu.gif') center left no-repeat;
			padding-left: 20px;
			
			font-size: 1.0em;
		}
			#box-top-cats .box-body .list .item h5 a {
				color: #4B4B4B;
			}
	
#box-democourses {
	/*width: 49%;
	float: right;*/
	margin-bottom: 20px;
	border: 1px solid #A4B9CB;
	background-color: #F4F8FB;
}

/* -------------------- vypis novinek ----------------------- */

#news-list {
	margin-bottom: 20px;
}
	#news-list h2.newsTitle {
		font-size: 200%;
		color: #4C87AF;
		padding: 0 0 0.7em 0;
		margin-top: 0px;
	}
	#news-list .list {
		background-color: #F5F8FB;
	}
	#news-list .item {
		padding: 10px;
	}
		#news-list .item h3 {
			position: relative;
			background: url('../../img/el/portal/ico-arrow-more.gif') left 5px no-repeat;
			padding-left: 20px;
			font-size: 110%;
		}
			#news-list .item h3 a {
				color: #4C4C4C;
			}
		#news-list .item .newsItemDate {
			color: #4C87AF;
			padding-left: 20px;
		}
		#news-list .item .newsItemContent {
			padding-left: 20px;
		}
			#news-list .item .newsItemContent p {
				margin: 0;
				padding: 0;
			}

			

