/******reset********/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { 
  margin: 0; 
  padding: 0; 
}

/***** základ *****/

body {
	background: #aa7747 url('../old_img/pozadi.jpg') 50% 0% repeat;
	color: #979797;
  	font-family: Verdana, Arial, Courier, sans-serif;
  	text-align: center;
}

.cleaner {
	clear: both;
}

a {
	color: #ed1c24;
}

#container {
	width: 1020px;
	height: auto;
	min-height: 500px;
	background: #744d2f url('../old_img/container.jpg') 0% 10px repeat;
	margin: 40px auto;
	padding: 12px 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#okno {
	width: 1000px;
	height: auto;
	min-height: 500px;
	background: #fff;
	margin: 0px auto;
	overflow: hidden;
	padding-bottom: 40px;
}

#okno h1 {
	width: 358px;
	height: 209px;
	font-size: 1.0em;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	float: left;
}

#okno h1 a {
	width: 358px;
	height: 209px;
	color: #000;
	text-decoration: none;
}

#okno h1 a span {
	width: 358px;
	height: 209px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url('../old_img/logo.jpg') 0% 0% no-repeat;
	cursor: pointer;
}

#sleduj {
	width: 243px;
	height: 93px;
	position: absolute;
	right: 40px;
	top: -1px;
	z-index: 1000;
}

#sleduj p {
	width: 243px;
	height: 93px;
	font-size: 1.0em;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	float: left;
}

#sleduj p a {
	width: 243px;
	height: 93px;
	color: #000;
	text-decoration: none;
}

#sleduj p a span {
	width: 243px;
	height: 93px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url('../old_img/sleduj.jpg') 0% 0% no-repeat;
	cursor: pointer;
}

#levy {
	width: 260px;
	float: left;
}

#pravy {
	width: 550px;
	float: right;
}

#obsah {
	width: 890px;
	height: auto;
	margin: 10px auto;
	padding-top: 30px;
	text-align: left;
	border-top: 1px solid #cccccc;
}

#obsah img {
	float: left;
	margin: 10px 20px 10px 0;
	border: 1px solid #cccccc;
}


