* {
	font-family: 'Arial CE', Arial, Sans-Serif;
	font-size: 11;
}

body {
	margin: 10 0 0 10;
}

#top {
	/*background-image: url('img/TopBanner.gif');*/
	background-repeat: no-repeat;
	height: 5;
	color: gray;
}

#top .kontakt {
	position: absolute;
	top: 38; left: 0; width: 960;
	text-align: right;
	font-weight: bold;
}

#bottom {
	margin-top: 4;
	background-color: silver;
	text-align: right;
	padding-right: 20;
	border-left: solid 145px gray;
	color: white;
}

#prihlasenyUzivatel {
	text-align: center;
	margin: 15 0 5 0;
}

a {
	color: blue;
}

p {
	display: block;
	margin: 0; margin-bottom: 10;
}

#top a {
	color: Gray;
	text-decoration: none;
}

#top a:hover {
	text-decoration: underline;
	color: #D2B48C;
}

form {
	margin: 0;
}

a:hover {
	color : #6495ED;
}

h1 {
	padding: 3 10 3 10; margin: 0;
	font-size: 12px;
	background-color: #f3c800;
	color: #515151;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
}

h2 {
	margin: 3 0 0 0;
}

ul {
	margin: 7 7 7 25;
}

hr {
	height: 1;
}

.monoArea {
	font-family: 'Courier CE', monospace;
}

#frmLogin {
	margin-top: 20;
}

#divHlavniSekce {
	border: solid 1px gray;
	border-top: none;
	height: 550;
	width: 800;
	min-height: 550;
}

.menu {
	margin-left: 3;
}

.menu a {
	font-weight: bold;
	display: block;
	padding: 3 5 3 5;
	margin: 3 3 0 0;
	color: #515151;
	background-color: #f3c800;
	text-decoration: none;
	border-right: solid 2px silver;
	font-size: 12px;
}

.menu a:hover {
	background-color: #DCDCDC;
}

.menu a.selected {
	background-color: #FFE4B5;
	background-image: url('img/sipecka.gif');
	background-repeat: no-repeat;
	background-position: 0 5;
}

.obsah {
	padding: 5 6;
	border-top: none;
}

.btn {
	font-weight: bold;
	border: solid 1px gray;
	background-color: #DCDCDC;
}

.btnbar {
	margin-top: 10;
	padding-right: 15;
	text-align: right;
}

.vypis, .vypisMaly {
	border-collapse: collapse;
	border-bottom: solid 1px gray;
}

.vypis, .prezencniListina {
	width: 785;
}

.vypis td, .vypis th {
	padding: 2 6 2 6;
}

th {
	border-bottom: solid 1px gray;
}

.vypis .nic {
	padding: 10;
	text-align: center; font-weight: bold;
}

.vypis .foot {
	font-weight: bold;
	border-top: solid 1px gray;
}

.subheader {
	font-weight: bold;
	border-bottom: solid 1px gray;
	padding-top: 2;
}

.row0 {
}

.row1 {
	background-color : #FFF5EE;
}

.row_edit {
	background-color : #FDF5E6;
}

.tab, .selectedTab {
	width: 150;
	padding: 5;
	background-color: #FAEBD7;
	border: 1px solid #B0C4DE;
	border-bottom: none;
}

.selectedTab {
	color: Gray; background-color: #f3c800;
	font-weight: bold;
	border: solid 1px gray;
	border-bottom: none;
}

.tabBottom, .tabBottomSelected {
	background-color: #f3c800;
	border-bottom: solid 1px gray;
}

.tabBottom {
	border-top: solid 1px gray;
}

.linkUnselected, .linkSelected {
    display: block;
    padding-left: 15;
}

.linkSelected {
    background-image: url('img/sipka1.gif');
    background-repeat: no-repeat;
    background-position-y: 2;
    font-weight: bold;
}

@media print {
	* {
		font-size: 12;
	}
	
	h1 {
		border: none;
		color: black;
		font-size: 14;
	}

	#bottom, #top, .dontPrint, .btnbar {
		display: none;
	}
	
	#divHlavniSekce {
		width: 700;
	}
	
	.vypis, .prezencniListina {
		width: 690;
	}
	
	#divHlavniSekce {
		width: auto;
		border: none;
	}
}