<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* background elements */
#backgroundElements .backEleLine{
	position: absolute;
	top: 523px;
	right: 0px;
	width: 100px;
	background-color: #90877e;
	height: 1px;
}
#backgroundElements .backEleLine2{
	position: absolute;
	top: 523px;
	left: 0px;
	width: 100px;
	background-color: #90877e;
	height: 1px;
}
#backgroundElements .backElePracovna{
	position: absolute;
	top: 259px;
	right: 0px;
}
#backgroundElements .backElePracovnaKnihy{
	position: absolute;
	top: 300px;
	left: 0px;
}
#backgroundElements .backEleShears{
	position: absolute;
	top: 516px;
	right: 0px;
}



/* submenu */
#submenu{
	position: relative;
	height: 106px;
}

#submenu .col01{ left: 0px; }
#submenu .col02{ left: 335px; }
#submenu .col03{ right: 0px; }
#submenu a{
	font-size: 12px;
	letter-spacing: 1px;
}

#submenu .linkContainer{
	position: absolute;
	width: 290px;
	top: 40px;
}

#submenu .linkContainer .lineTop{
	height: 8px;
	background-image: url('../images/half_circle_top.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom: #b0a4a0 1px solid;
}

#submenu .linkContainer .link{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#submenu .linkContainer .lineBottom{
	height: 8px;
	background-image: url('../images/half_circle_bottom.png');
	background-repeat: no-repeat;
	background-position: center top;
	border-top: #b0a4a0 1px solid;
}



/* content */
#page .content{
	position: relative;
	padding-top: 50px;
}

#page .content .titleContainer{
	width: 290px;
	padding-left: 335px;
}

#page .content .titleContainer .lineTop{
	height: 8px;
	background-image: url('../images/half_circle_top.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom: #b0a4a0 1px solid;
}

#page .content .titleContainer .title{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Georgia';
	font-weight: bold;
	font-size: 12px;
	color: #89746d;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#page .content .titleContainer .lineBottom{
	height: 8px;
	background-image: url('../images/half_circle_bottom.png');
	background-repeat: no-repeat;
	background-position: center top;
	border-top: #b0a4a0 1px solid;
}

#page .content .publications{
	position: relative;
	margin-top: 16px;
}

#page .content .publications .item{
	float: left;
	margin: 3px;
	cursor: pointer;
}

#page .content .publications .item .cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #252020;
	visibility: hidden;
}
#page .content .publications .item:hover .cover{ visibility: visible; }

#page .content .publications .item .cover .title{
	font-family: 'Georgia';
	font-size: 18px;
	color: #ffcb08;
	line-height: 18px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 8px;
}

#page .content .publications .item .cover .authors{
	font-size: 14px;
	line-height: 18px;
	color: #d1c6b8;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 8px;
}

#page .content .publications .item .cover .authors .name{
	color: #bf1e2e;
	font-style: italic;
	font-family: 'Georgia';
	text-transform: none;
}









</pre></body></html>