@charset "windows-1250";

/* CSS Class Programovací Engine Pro Tabulky >= 3x2, 700x700 - 900x900 + IFrame balík */
/* ---------------------------------------------------------------------------------- */
/* Widths */
.W100 {width: 100;}
.W150 {width: 150;}
.W200 {width: 200;}
.W250 {width: 250;}
.W300 {width: 300;}
.W350 {width: 350;}
.W400 {width: 400;}
.W430 {width: 430;}
.W500 {width: 500;}
.W550 {width: 550;}
.W600 {width: 600;}
.W690 {width: 690;}
.W700 {width: 700;}
.W800 {width: 800;}
/* Heights */  
.H20 {height: 20;}
.H50 {height: 50;}
.H100 {height: 100;}
.H120 {height: 120;}
.H150 {height: 150;}
.H200 {height: 200;}
.H250 {height: 250;}
.H300 {height: 300;}
.H350 {height: 350;}
.H400 {height: 400;}
.H430 {height: 430;}
.H500 {height: 500;}
.H550 {height: 550;}
.H600 {height: 600;}
.H650 {height: 650;}
.H700 {height: 700;}
/* Background Colors */
.BgRed {background-color: red;}
.BgBlue {background-color: blue;}
.BgBlack {background-color: black;}
.BgGreen {background-color: green;}
.BgDRed {background-color: darkred;}
.BgSBlue {background-color: steelblue;}
.BgGold {background-color: gold;}
.BgDGray {background-color: dimgray;}
.BgMBlue {background-color: mediumblue;}
.BgYellow {background-color: yellow;}
.BgMaroon {background-color: maroon;}
.BgLSGreen {background-color: lightseagreen;}
.BgDCyan {background-color: darkcyan;} 
.BgSilver {background-color: silver;} 
.BgGray {background-color: gray;}
/* Borders */
.Bno {border: 0;}
.Byes {border: 1;}
/* Colors */
.Red {color: red;}
.Blue {color: blue;}
.Black {color: black;}
.Green {color: green;}
.DRed {color: darkred;}
.SBlue {color: steelblue;}
.RBlue {color: royalblue;}
.DSBlue {color: deepskyblue;}
.Gold {color: gold;}
.MBlue {color: mediumblue;}
.DCyan {color: darkcyan;}
.Cyan {color: cyan;}
/* Font Familys */
.Tahoma {font-family: tahoma;}
.Verdana {font-family: verdana;}
.ComicMS {font-family: comic sans ms;}
.Arial {font-family: arial;}
/* Font Sizes */
.Px12 {font-size: 12px;}
.Px15 {font-size: 15px;}
.Px18 {font-size:18px;}
.Px20 {font-size: 20px;}
.Px25 {font-size: 25px;}
.Px30 {font-size: 30px;}
.Px40 {font-size: 40px;}
/* Font Decorations */
.Caps {font-variant: small-caps;}
.U {text-decoration: underline;}
.I {font-style: italic;}
.B {font-weight: bold;}
.O {text-decoration: overline;}
.C {text-decoration: trough;}
/* Text Aligns */
.ALeft {text-align: left;}
.ARight {text-align: right;}
.ACenter {text-align: center;}
/* Vertical Aligns */
.VTop {vertical-align: top;}
.VMiddle {vertical-align: middle;}
.VBottom {vertical-align: bottom;}
/* Link Changes */
.LOne {color: gray;}
.LTwo {color: darkcyan;}
a:hover {color:gray;cursor:crosshair }
.nadpis1 {font-size: 22px; color: darkcyan; font-family: Arial; font-weight: bold;}
.nadpis2 {font-size: 18px; color: darkred; font-family: Arial; font-weight: bold;}
.text1 {font-size: 15px; color: black; font-family: Arial;}