body {
    background-image: url(white-wallpaper-21.jpg);
    background-attachment: fixed;
}



h1 {
    color:  black;
    text-align: center;
    font-family: "Arial Black";
    font-style:oblique;
    text-shadow: 1px 1px 2px red;
}


div{
	width: 1000px;margin: 20px auto;
}
header{
	width: 1000px; height:60px; margin-bottom: 15px;
}
#lavemenu{width: 205px;min-height: 600px; margin-bottom:5px; float:left;background: #cccccc;border-radius: 10px;border-style: solid;padding: 5px;
}
#obsah{width: 770px;min-height: 600px; margin-bottom:5px; margin-left:225px;background: #cccccc; padding: 10px;border-radius: 10px;border-style: solid;
}
footer{width: 1000px; height: 20px; color:brown;  font-weight: bold; clear: both; margin :5px 0px;
}



.tla{
	width: 200px;
	height: 50px;
	background: gray;
	border-radius: 10px;
	border-style: solid;
	border-color: #ff1a1a;
        margin-bottom: -10px;
	 text-decoration: none;
	 font-weight: bold;
	 color:yellow;
	 text-transform: uppercase;
	 text-align: center;
         cursor: pointer;
}
.img{
  width: 30%;
  height: 30%;
	border-style: solid;
	border-color: white;
	border-radius: 10px;
	box-shadow: 2px 2px 5px red;
	float: right;
}

img{
  
	border-style: solid;
	border-color: white;
	border-radius: 10px;
	box-shadow: 2px 2px 5px red;

}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-style: solid;
	border-color: white;
	border-radius: 10px;
	box-shadow: 2px 2px 5px red;
}

td, th {

	
    border: 1px solid gray;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}