/*******************************

1. Reset
2. General layout
3. Menu settings

3. Block elements
4. Font settings
5. Tables
6. Background images

*******************************/


/* 1. Reset & global settings */

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-size: 62.5%;
}
a {
	outline: none;
	border: none;
}


/* 2. General layout */
body {
	background-image: url(obrazy/bg-body2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
}
#topbg {
	position: absolute;
	width: 100%;
	height: 306px;
	background-image: url(obrazy/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#maincontainer {
	position: relative;
	width: 941px;
	margin-top: 0px;
	margin-right: auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 10;
	background-image: url(obrazy/bg-cont2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#hlavicka {
	position: relative;
	height: 306px;
	background-image: url(obrazy/szs-vzs-nymburk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 10;
}
#rightcolumn {
	float: right;
	width: 339px;
}
#menusekce {
	background-image: url(obrazy/menu-sekce.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#aktuality {
	background-image: url(obrazy/aktuality.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#calwrapper {
	background-image: url(obrazy/kalendar-akci.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border: 0px solid red;
}
#calendarcontent {
	margin: 0px 10px 23px 29px;
}
#leftcolumn {
	padding-left: 40px;
	padding-right: 398px;
	font-size: 1.1em;
	color: #676767;
}	
#nadpis {
	position: absolute;
	left: 104px;
	top: 47px;
	width: 480px;
	height: 47px;
}
#mainmenu {
	position: absolute;
	left: 22px;
	top: 278px;
	height: 28px;
	width: 598px;
	padding-left: 15px;
}
#paticka {
	color: #FFFFFF;
	background-color: #7290B5;
	margin-top: 40px;
	margin-bottom: -20px;
	margin-left: 3px;
	margin-right: 341px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	clear: right;
	font-size: 1.1em;
	line-height: 1.4em;
}
#icons {
	position: absolute;
	height: 14px;
	width: 90px;
	left: 793px;
	top: 284px;
}


/* 3. Menu settings */
#menusekce a, #aktuality a {
	line-height: 2.2em;
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	color: #3067AA;
	padding-left: 29px;
}
#aktuality a {
	text-decoration: underline;
	line-height: 1.4em;
	padding-top: 5px;
	padding-bottom: 6px;
}
#menusekce a:hover, #aktuality a:hover {
	background-color: #F0F5FB;
}
#rightcolumn dd, #rightcolumn dt, #calendar {
	width: 296px;
	border-top: 2px solid white;
}
#calendar {
	border-top: 1px solid #C3DAEC;
}
#aktuality dd {
	width: 296px;
	border-top: none;
	border-bottom: 1px dashed white;
}
#rightcolumn dt {
	line-height: 2.6em;
	background-color: #346699;
}
#mainmenu li {
	display: inline;
	line-height: 28px;
	color: #FFFFFF;
	list-style-type: none;
	font-size: 1.2em;
}
#mainmenu a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 28px;
	padding: 6px 10px 5px 20px;
	background-image: url(obrazy/square.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#mainmenu a:hover {
	background-color: #336699;
}



/* Blocks */
.imgakt {
	margin: 5px;
	margin-bottom: 0px;
}
.textakt {
	padding-top: 15px;
	text-align: justify;
	line-height: 1.4em;
}
#leftcolumn p {
	text-align: justify;
	margin: 15px 0px;
	line-height: 1.4em;
}
#leftcolumn ul, #leftcolumn ol {
	line-height: 1.4em;
	margin: 15px 0px 15px 0px;
	padding-left: 30px;
	list-style-position: outside;
}
ol li {
	margin: 15px 0;
}
ul li {
	margin: 0;
}
#leftcolumn ul {
	list-style-type: square;
}
#leftcolumn .vice {
	margin-top: 0px;
	text-align: right;
}
.tdtext {
	text-align: justify;
}
.tdvlevo {
	text-align: left;
}
.tdvpravo {
	text-align: right;
}
#prumery th, #prumery td {
	text-align: center;
}
#strankovani {
	margin-top: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#strankovani img {
	margin-right: 5px;
	vertical-align: middle;
}
#strankovani a img {
	border: 0px;
}
.tAktualita {
	border-top: 1px solid #D5E5F4;
}
.tAktualita td {
	vertical-align: top;
	padding: 25px 0;
}
.tAktualita td.horni {
	padding-bottom: 5px;
}
.tAktualita td.spodni {
	padding-top: 0px;
}
.poradna1 {
	margin-top: 30px;
	border-collapse: collapse;
}
.poradna2 {
	margin-top: 10px;
	border-collapse: collapse;
}
.hlavicka1 {
	background-color: #DAE6F2;
}
.hlavicka2 {
	background-color: #FDE9D0;
}
.poradna1 td, .poradna2 td {
	padding: 2px;
}
.imgGalerie {
	margin-right: 15px;
	border: 1px solid #666666;
}
.tabGalerie {
	padding-top: 15px;
}
 
/* Fonts */
a {
	color: #336699;
}
#leftcolumn a:hover {
	background-color: #FEEDD8;
}
h2, h3, h5, h6 {
	margin-top: 25px;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 15px;
	color: #336699;
}
h1 {
	height: 1px;
	width: 1px;
	text-indent: -9000px;
}
h2 {
	color: #000000;
	margin-top: 40px;
	font-size: 1.4em;
}
h3 {
	margin-bottom: 0px;
	color: #F6931A;
}
h4 {
	margin-top: 25px;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 10px;
	color: #000000;
}
h6 {
	margin-top: 0px;
	margin-bottom: -10px;
}
.tAktualita h6 {
	margin-bottom: 0px;
}
#calendar {
	color: #336699;
	font-size: 1.1em;
}
strong {
	font-weight: bold;
	color: #000000;
}
em {
	color: #336699;
	font-style: normal;
}
#paticka strong {
	color: #FFFFFF;
}
#paticka a {
	color: #FFFFFF;
}


/* Calendar settings */
#calendar table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	float: left;
	vertical-align: middle;
	background-color: #758FB4;
	margin: 0px 10px 10px 0px;
}
#calendar td {
	background-color: #FFFFFF;
	width: 20px;
	text-align: center;
}
#calendar .noday {
	background-color: #DAE6F2;
}
#calendar .event {
	background-color: #F6BD92;
}
#calendar .weekend {
	color: #FFFFFF;
	background-color: #326799;
}
#calendar th {
	color: #FFFFFF;
	background-color: #678FC2;
	font-weight: normal;
}
#calendar table a {
	color: #336699;
	display: block;
}
#calendar table a:hover {
	color: #ffffff;
	background-color: #000000;
}
.nastred {
	text-align: center;
}
.black {
	color: #FFFFFF;
	background-color: #326698;
	font-weight: bold;
	padding: 3px 0px;
}
.darkgrey {
	color: #3067AA;
	background-color: #D5E5F4;
	font-weight: bold;
	padding: 3px 0px;
}
abbr {
	color: #3067AA;
	border-bottom: 1px dotted #3067AA;
}
#ucebniplan, #ucebniplan th, #ucebniplan tr {
	border-color: #666666;
}
.schovat {
	display: none;
}