body{
	margin:0px;
	padding:0px;
	/*background-image:url(img/background.png);*/
	background-color:#eeeeee;
	text-align:center;
	font-family:verdana, sans-serif;
	font-size:14px;
}
.nastenka-up{
margin:0px auto;
margin-top:15px;
text-align:center;
width:922px;
background-image:url(img/body-background-top.png);
background-repeat:no-repeat;
height:56px;
}
.nastenka{
margin:0px auto;
text-align:center;
width:922px;
background-image:url(img/body-background-loop.png);
background-repeat:repeat-y;
min-height:700px;
}
.nastenka-bottom{
margin:0px auto;
text-align:center;
width:922px;
background-image:url(img/body-background-bottom.png);
background-repeat:no-repeat;
height:96px;
color:#60301e;
}
.nastenka-bottom a{
text-decoration:none;
color:#60301e;
}
.hlavicka-up{
margin:0px auto;
margin-top:0px;
width:775px;
height:43px;
background-image:url(img/menu-top.png);
}

.hlavicka-bg{
margin:0px auto;
margin-top:0px;
width:775px;
background-image:url(img/menu-pattern.png);
background-repeat:repeat-y;
padding-top:95px;

}

.hlavicka{
	margin-left:102px;
	margin-top:25px;
	position:absolute;
	background-image:url(img/menu-bck.png);
	background-repeat:no-repeat;
	width:722px;
	height:57px;
	text-align:left;
	padding-top:63px;
	font-family:Arial black;
}

.hlavicka-spodok{
margin:0px auto;
width:776px;
height:45px;
background-image:url(img/menu-bottom.png);
background-repeat:no-repeat;
}

.menu{
	width:722px;
}

.menu ul {list-style-type: none;}
.menu li {float: left; position: relative; }
.menu li a {display: block; padding-right:40px; font-weight: bold; line-height: 2.2em; text-decoration: none; text-align: center; color:#000;}
* html .menu li a { position: relative; overflow: hidden;}
.menu li ul {position: absolute; display: none; left: 0;margin-left:-30px}
* html .menu li ul {display: block; margin-top: 0px;}

/* Hover efekty */
.menu li a:hover{text-decoration:underline;}
.menu li a:hover,.menu li:hover a { color: #000; overflow: visible; }
.menu li:hover ul {display: block;}
.menu li li a, .menu li:hover li a {font-weight: bold;  color: #000;}
.menu li li a:hover, .menu li:hover li a:hover { color:#000; text-decoration:underline;}





.spodnemenu a{
text-decoration:none;
}

.spodnemenu a img{
border:0px;
}

.lavehorne{
float:left;
margin-left:123px;
width:330px;
height:216px;
}

.pravehorne{
float:right;
margin-top:60px;
margin-right:123px;
width:330px;
height:216px;

}

.clear{
clear:both;
}

.lavedolne{
float:left;
margin-left:123px;
width:330px;
height:216px;
}

.pravedolne{
float:right;
margin-top:60px;
margin-right:123px;
width:330px;
height:216px;
}

.obsah{
margin:0px auto;
margin-bottom:0px;
width:658px;
font-size:12px;
font-weight:normal;
text-align:left;
}

.obsah h2{
font-weight:bold;
text-align:center;
}

p{
margin: 0 0 0px 0;
line-height: 18px;
}

.tabulka {
		width:100%;
		border-collapse:collapse;
}

.tabulka td {
		border:1px solid black;
		text-align:center;

}


