body {
	font: medium;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background: url("pizza-pozadi.jpg");
	background-size: 100% 100%;
	background-attachment: fixed; 
	background-color: #555;}

a:link {color: black;}
a:active {color: black;}
a:visited {color: black;}

H1 {	color:#FFF;}
H2 {	color:#B22222; margin-top: -10px;}
H3 {	color:#FFF;}
H4 {	color:#FFF;}
h5 {	color:#333;}
h6 {	color:#333; font-style:italic;}
h5 {	color:#333;}
em {	color:mediumseagreen; font-weight: bold}

#blik {background-image: url(anim.gif); 
	border-radius: 5px;}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url("horni.jpg"); background-repeat: no-repeat; 
	background-color: #FFF; 
	border: 5px solid #202020;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-radius: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: black 0px 0px 50px 10px;
-webkit-box-shadow: black 0px 0px 50px 10px;
-moz-box-shadow: black 0px 0px 50px 10px;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 20px;
	height: 151px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 10px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:medium;
	background-color: #000;
	background: url("content-pozadi.jpg");
	min-height: 900px;
	}

.oneColFixCtrHdr #footer {
	padding: 10px;
	background-color: gray;
	background: url("content-pozadi.jpg");
	font-size: 10pt;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;

}
.oneColFixCtrHdr #footer p {
	margin: 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#nav {
text-align: center;
color: mediumseagreen;
MARGIN-top: 100px;
}

#nav UL {
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
PADDING-BOTTOM: 0px;
PADDING-TOP: 0px
}

#nav UL LI {
DISPLAY: inline
}

#nav UL {
PADDING-TOP: 30px;
PADDING-LEFT: 5px;
PADDING-RIGHT: 5px;
PADDING-BOTTOM: 0px;
FONT-WEIGHT: bold;
FONT-SIZE: large;
MARGIN: 10px;
FONT-FAMILY: tahoma, verdana, geneva, arial, helvetica, sans-serif;
}

#nav UL LI A {
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 10px;
    COLOR: #FFF;
    PADDING-TOP: 10px;
    BACKGROUND-COLOR: seagreen;
    TEXT-DECORATION: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: -10px;
    display: inline-block;
}

#nav UL LI A:hover {
font-size : large;
COLOR: #FFF;
BACKGROUND-COLOR: mediumseagreen;
}

#nav LI#aktivni A {
COLOR: #FFFFFF;
BACKGROUND-COLOR: gray;
}

#obsah {
    position: relative;
    width: 520px;
    float: left;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin-left: 20px;
    margin-top: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#levy_sloupec {
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    width: 180px;
    margin-top: 20px;
}
