/* ----- STYL PRO MONITOR ----- */
@media screen, tv, projection {

body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", monospace;
	font-size: x-small;
	color: #800080;
	scrollbar-face-color: #FFCC99;
	scrollbar-shadow-color: #FFCC99;
	scrollbar-highlight-color: #FFCC99;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #C0C0C0;
	scrollbar-arrow-color: #000000;
}

a { 
	color: #BA2222;
	text-decoration: none;
	font-weight: bolder;
	background-color: transparent;
}
a:hover {
	color: #BA2222;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFCC99;
}

a.menuLink {
	color: #BA2222;
	text-decoration: none;
	font-weight: bolder;
	background-color: transparent;
}
a.menuLink:hover {
	color: #BA2222;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFCC99;
}
.menu {
	padding: 0px;
	text-align: center;
}

.menu_h {
	background-color: White;
	margin: 0px;
	padding-top: 5px;
    padding-bottom: 10px;
	font-family: "Courier New", monospace;
	text-align: center;
	font-size: x-small;
}

.obsahstranky {
	background-color: White;
	margin: 0px;
	padding: 10px;
	font-family: "Courier New", monospace;
	text-align: center;
	font-size: x-small;
}

/* ----- BEZ OMEZENI ----- */
.na-stred { text-align: center; }
.do-bloku { text-align: justify; }

/* ----- STYL PRO TISKARNU ----- */
@media print {

body {
   color: black;
   background: white;
   font-family: "Courier New", monospace;
   font-size: 12pt;
}

a {
color: black;
text-decoration: underline; }
[href]:after {content: " [" attr(href) "] "; }

.obsahstranky {
margin: 0cm; }

.menu_h {
display: none; }

@page { margin: 2.5cm; }
}