/* CSS Document */

body {
	background-image: url(pozadi.jpg);
	margin: 0px;
	color: black;
	font-family: "Comic Sans MS";
}

a {
	color: #803E22;
	text-decoration: none;
}

a:hover {
	color: #D47952;
	text-decoration: none;
}

a:visited{
	color: #AC5028;
	text-decoration: none;
}

.stenata img {
	width: 300px;
	height: 225px;
}

.clear {
	width: 131px;
	height: auto;
}

.content{
	text-align: center;
	margin-left: 26px;
}
.obal {
	margin-top: 20px;
}

#obsah {margin-top: -2px; background-image: url(body.gif); height: auto;}

#hlavicka {background: url(pod_head,gif) repeat-x left bottom;}

.links {position: absolute; width: 131px; top: 20px;}

#paticka{margin-left: 131px;}

#pata {
	position: relative;
	bottom: 0px;
}

* {-moz-box-sizing: border-box; box-sizing: border-box;} /* pocitani marginu a paddingu jako v Exploreru */