@charset "utf-8";

/* CSS Document */


body
{
	color: #000;
	background-color: #f0f0f0;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
}

#contentRight span, 
#contentRight p, 
#contentRight font
{
	color: #000;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
}

#contentRight blockquote
{
	margin:0px;
}


h1
{
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #d1362f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
}

h2
{
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #d1362f;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
}

h3
{
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #d1362f;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
}

h4
{
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #d1362f;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
}

h5
{
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #d1362f;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
}

hr
{
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CFCFCF;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: both;
	display: block;
	padding: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	color: #FFF;
}

form
{
	margin: 0px;
	padding: 0px;
}

a:link,
a:visited,
a:active
{
	color: #cc8200;
}

a:hover
{
	color: #d1372f;
}

#wrapper
{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

#header
{
	height: 192px;
	width: 950px;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#header #linkOs
{
	display: block;
	position: absolute;
	height: 91px;
	width: 134px;
	left: 643px;
	top: 79px;
}

#header #linkMoodle
{
	display: block;
	position: absolute;
	height: 91px;
	width: 134px;
	left: 793px;
	top: 79px;
}

#header #linkSsdvs
{
	display: block;
	position: absolute;
	height: 108px;
	width: 374px;
	left: 63px;
	top: 42px;
}

#header #topNavigation
{
	list-style-position: outside;
	list-style-type: none;
	width: 296px;
	font-size: 11px;
	color: #d23f2c;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 649px;
	top: 27px;
}

#header #topNavigation li
{
	float: left;
	margin: 0px;
	padding: 0px;
}

#header #topNavigation a:link,
#header #topNavigation a:visited,
#header #topNavigation a:active
{
	color: #d23f2c;
}

#header #topNavigation a:hover
{
	color: #000;
}

#topMenu
{
	background-color: #d1362f;
	height: 43px;
	width: 930px;
	background-image: url(../images/bg-topmenu.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	margin:0px;
	list-style-position: outside;
	list-style-type: none;
	display: block;
}

#topMenu li
{
	float: left;
	display: block;
}

#topMenu a:link,
#topMenu a:visited,
#topMenu a:active
{
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-image: none;
	display: block;
	height: 24px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #d1362f;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 6px;
	_padding-bottom: 5px;
	padding-left: 15px;
	float:left;
}

#topMenu a:hover
{
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/bg-topmenu-hover.jpg);
	background-repeat: repeat-x;
}

#topMenu .active:link,
#topMenu .active:visited,
#topMenu .active:active,
#topMenu .active:hover
{
	font-weight: bold;
	text-transform: uppercase;
	color: #d1362f;
	text-decoration: none;
	background-image: url(../images/bg-topmenu-active.jpg);
	background-repeat: repeat-x;
}

#topMenu .active span
{
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #d6463c;
	display: block;
	padding-bottom: 5px;
}

#contentWrapper
{
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
	width: 950px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #cfcfcf;
}

#contentLeft
{
	width: 244px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

#contentLeft #leftMenu
{
	background-color: #CFCFCF;
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#contentLeft #leftMenu a:link,
#contentLeft #leftMenu a:visited,
#contentLeft #leftMenu a:active
{
	background-image: url(../images/bg-leftmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 220px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
	background-color: #8a8a8a;
	margin-bottom: 2px;
}

#contentLeft #leftMenu a:hover
{
	background-image: url(../images/bg-leftmenu.jpg);
	background-position: -244px 0px;
	background-color: #cc8b02;
}

#contentLeft #leftMenu .active:link,
#contentLeft #leftMenu .active:visited,
#contentLeft #leftMenu .active:active,
#contentLeft #leftMenu .active:hover
{
	background-image: url(../images/bg-leftmenu.jpg);
	background-position: -488px 0px;
	background-color: #d1372f;
}

#contentLeft #leftMenu .subMenu:link,
#contentLeft #leftMenu .subMenu:visited,
#contentLeft #leftMenu .subMenu:active,
#contentLeft #leftMenu .subMenu:hover
{
	background-color: #d1372f;
	font-weight: normal;
	background-image: none;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 5px;
}

#contentLeft #leftMenu .subMenu:hover
{
	font-weight: normal;
	background-image: none;
	color: #F8C1A7;
}

#contentLeft #leftMenu .subMenuActive:link,
#contentLeft #leftMenu .subMenuActive:visited,
#contentLeft #leftMenu .subMenuActive:active,
#contentLeft #leftMenu .subMenuActive:hover
{
	color: #FFF;
	background-color: #b72924;
	font-weight: normal;
	background-image: none;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 5px;
}

#contentLeft #searchWrapper
{
	background-image: url(../images/bg-search.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;
	padding-bottom: 10px;
}

#contentLeft #searchWrapper #formSearch
{
	margin: 0px;
	position: relative;
	height: 40px;
	padding-top: 0px;
}

#contentLeft #searchWrapper #formSearch #search
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #a6a6a6;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 6px;
	border: 2px solid #a6a6a6;
	position: absolute;
	width: 168px;
	height: 14px;
	left: 13px;
	top: 4px;
}

#contentLeft #searchWrapper #formSearch #buttonSearch
{
	position: absolute;
	right: 15px;
	top: 4px;
}

#contentLeft #newsWrapper
{
	background-image: url(../images/bg-news.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 18px;
	padding-bottom: 66px;
}

#contentLeft #newsWrapper .new
{
	margin-top: 16px;
}

#contentLeft #newsWrapper .new p
{
	font-size: 11px;
	text-align: justify;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contentRight
{
	width: 605px;
	padding-right: 47px;
	padding-left: 34px;
	float: left;
	padding-bottom: 266px;
}

#contentRight #navigation
{
	font-size: 11px;
	color: #000;
	margin-top: 15px;
	margin-bottom: 22px;
}

#contentRight p
{
	line-height: 18px;
	text-align: justify;
}

#contentRight p a
{
	font-weight: bold;
}

#contentRight img
{
	border-top-color: #e8e8e8;
	border-right-color: #e8e8e8;
	border-bottom-color: #e8e8e8;
	border-left-color: #e8e8e8;
}

#bottom
{
	background-image: url(../images/bg-bottom.jpg);
	background-repeat: no-repeat;
	height: 139px;
	width: 950px;
	margin-bottom: 46px;
	position: relative;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

#bottom a:link,
#bottom a:visited,
#bottom a:active,
#bottom a:hover
{
	color: #FFF;
}

#bottom #wmsLink
{
	height: 28px;
	width: 76px;
	position: absolute;
	left: 34px;
	top: 84px;
	display: block;
}

#bottom #wmsText
{
	height: 30px;
	width: 126px;
	position: absolute;
	left: 122px;
	top: 87px;
}

#bottom #osLink
{
	height: 38px;
	width: 186px;
	position: absolute;
	left: 276px;
	top: 74px;
	display: block;
}

#bottom #osText
{
	height: 30px;
	width: 292px;
	position: absolute;
	left: 473px;
	top: 87px;
}

#bottom #asistaLink
{
	height: 40px;
	width: 58px;
	position: absolute;
	left: 792px;
	top: 74px;
	display: block;
}

#bottom #asistaText
{
	height: 30px;
	width: 76px;
	position: absolute;
	left: 859px;
	top: 87px;
}

#logolinka
{
	position: absolute;
	left: 306px;
	bottom: 205px;
}


.rssLink
{
	font-size: 10px;
	background-image: url(../images/rss.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	margin-right: 15px;
}

.printLink
{
	font-size: 10px;
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 22px;
	margin-right: 15px;
}

.topLink
{
	font-size: 10px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 23px;
}

.searchMark
{
	color: #d1372f;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d1372f;
}

.clearBoth
{
	clear: both;
}

.imageBorder
{
	border: 7px solid #e8e8e8;
}
.photogalleryItem
{
	border: 5px solid #e8e8e8;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

.articleMainPhoto
{
	margin-bottom: 10px;
	border: 6px solid #313D49;
	margin-right: 20px;
	margin-top: 2px;
}
.articleBigPhoto
{
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 20px;
}
.paging:link, .paging:active, .paging:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8C8C8C;
	display: block;
	float: left;
	margin: 1px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-weight: bold;
}

.paging:hover {
	background-color: #d1372f;
}

.paging-active:link, .paging-active:active, .paging-active:visited, .paging-active:hover {
	color: #FFFFFF;
	background-color: #cc8200;
}

.toBold
{
	font-weight: bold;
}

.toLeft
{
	float: left;
}

.toRight
{
	float: right;
}

