a {color: #3E3E3E; text-decoration: none}
a:hover {color: black;}

img {border: 0px;}

.oddelovac {clear: both; float: none; line-height: 0px}

body {
    font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
    background-color: #b40909;
    background-image: url("../images/background.png");
    background-position: top left;
    background-repeat: repeat-x;
}

#zakladniSirka {
	position: relative;
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/column.png");
    background-position: top left;
    background-repeat: repeat;
}

#header {
    background-image: url("../images/header.png");
    background-position: top left;
    background-repeat: no-repeat;
    height: 410px;
    margin: 0px 18px;
}

#hry {
    margin: 20px 60px;
}

.hra {
	text-align: center;
	float: left;
	color: black;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 16px;
    width: 230px;
    height: 350px;
}

.hra img {
    width: 218px;
    height: 302px;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

#footer {
    position: relative;
    margin-top: -24px;
    background-image: url("../images/footer.png");
    background-position: top left;
    background-repeat: repeat-x;
    display: block;
    width: auto;
    height: 72px;
    z-index: 99;
}

#footer div {
    padding: 40px 0px 0px 20px;
    text-align: center;
}
