@CHARSET "UTF-8";

body {background-color: #fcf8c8;}
body, td, th {font-family: Tahoma; font-size: 11px; color: green;}
a {text-decoration: none; color: green;}
b {color: red;}
img {border: 0px;}
p {margin: 0px 0px 15px 0px;}
td, th {text-align: left;}
/*div {border: 1px solid black;}*/

ul, ol {padding-left: 30px; margin-left: 0px;}

#Stranka {height: 591px; width: 886px; margin: 0px auto; border: 2px solid green;}
#StrankaHlavicka {background-color: #fbf3a0; height: 152px;}
#StrankaTelo {background: url("Images/Pozadi.png"); height: 439px; width: 886px; background-repeat: no-repeat;}

#TeloRozcestnik {width: 250px; float: left; z-index: 2;}
#TeloObsah {width: 630px; height: 439px; float: right;}
#TeloObsah img {vertical-align: text-bottom;}

.Okno {width: 333px; height: 289px; padding: 70px 20px 20px 20px; margin: 20px 0px 0px 200px; text-align: center;}
.Okno2 {position: relative; z-index: 500;}
.Center {text-align: center;}

img.Png {
    background-image: expression(
        this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "Theme/blank.gif"
    );
}
