
/* *** LAYOUT *** */
ul, ol, dl {
	margin: 10px 0px 25px 40px
}
a:link,a:visited {
	color: #0E4C4C;
	text-decoration: underline;
}
a:hover {
	color: #0E4C4C; /*#4d7878;*/
	text-decoration: underline;
}

html {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 15px 5px 25px 5px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
	font-family: sans-serif;
}


#canvasTop {
	width: 100%;
	margin: 30px auto 0px auto;
	height: 14px;
}
#canvasMiddle {
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
}
#canvasBottom {
	width: 100%;
	margin: 0px auto;
	height: 29px;
}
#canvasFixed {
	width: 1000px;
	text-align: left;
	margin: 0px auto;
}
#canvasFixedPadder {
	padding: 0px 9px 0px 8px;
}


#topTopPanel {
	height: 172px;
}
#topPanelLogo {
	display: block;
	width: 167px;
	height: 172px;
	float: left;
	background-image: url('../img/panel_logo.png');
	background-repeat: no-repeat;
}
#topPanelMenu {
	float: right;
	width: 816px;
	height: 172px;
}

ul#topMenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul#topMenu li.topMenuSection {
	display: block;
	float: left;
	width: 132px;
	height: 172px;
	margin-left: 4px;
}
ul#topMenu li.topMenuSection a.topMenuSectionName {
	display: block;
	padding: 16px 6px 4px 12px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

ul#topMenu li.topMenuSection ul.sectionMenu {
	list-style: none;
	margin: 0px 0px 0px 12px;
	padding: 0px;
}
ul#topMenu li.topMenuSection ul.sectionMenu li.topMenuItem {
	margin-bottom: 0px;
	position: relative;
}
ul#topMenu li.topMenuSection ul.sectionMenu li.topMenuItem a.topMenuItemName {
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

ul#topMenu div.sectionSubMenu {
	display: none;
}

#topPanelPhoto {
	display: none;
}

#topPanelToolbar {
	margin: 0px;
}
#topPanelToolbarPadder {
	display: none;
}



#leftPanel {
	float: left;
	width: 287px;
	background-image: url('../img/panel_left_header.png');
	background-position: left top;
	background-repeat: no-repeat;
}
#leftPanelHeader {
	height: 38px;
	margin-bottom: 8px;
	padding: 8px 10px 0px 30px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
ul#novinky {
	list-style: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
ul#novinky li {
	margin-bottom: 20px;
}
.novinkaDatum {
	float: left;
	margin: 2px 5px 2px -1px;
}
.novinkaDatumPadder {
	font-size: 14px;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
}
.novinkaText {
	color: #707070;
	font-size: 14px;
	line-height: 130%;
}


#rightPanel {
	width: 660px;
	float: right;

	background-image: url('../img/panel_right_header.png');
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 300px;
}
#rightPanelHeader {
	height: 38px;
	margin-bottom: 7px;
	padding: 8px 10px 0px 40px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;

	background-repeat: no-repeat;
	background-position: 12px 9px;
}


#rightPanelContent {
	padding: 3px 30px 10px 3px;
	font-size: 14px;
	font-family: sans-serif;
}


#footer {
	padding: 15px 2px 0px 0px;
	color: #4d7878;
	font-size: 12px;
	letter-spacing: -1px;
	text-align: right;
}
#footerAdmin {
	display: none;
}








.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}



.prihlaska {
	font-size: 75%;
	margin: 10px;
	padding: 5px;
	background-color: #FFF5B9;
	border: 1px solid #A98050;
}
.tema {
	font-weight : bold;
	color : #4d7878;
}

#clPaySec {
	display: none;
}