/******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: #fff;
	color: #232323;
  	font-family: Arial, Courier, sans-serif;
  	text-align: center;
}

.cleaner {
	clear: both;
}

a {
	color: #b21414;
	border: 0;
}

a img {
	border: 0;
}

a:hover {
	color: #000;
}

#menu_pozadi {
	width: 100%;
	height: 50px;
	background: #db1d1d;
}

#menu {
	width: auto;
	height: 50px;
	margin: 0 auto;
	padding-left: 50px;
}

#menu ul {
	list-style: none;
	font-size: 0.875em;
	padding-top: 13px;
}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li a {
	line-height: 37px;
	text-decoration: none;
	color: #000;
	display: block;
}

#menu ul li a span {
	padding: 0 30px;
	display: block;
	cursor: pointer;
}

#menu ul li a:hover, #menu ul li a.active {
	color: #fff;
	background: #232323 url('../img/menu_levy.jpg') 0% 0% no-repeat;
}

#menu ul li a:hover span, #menu ul li a.active span {
	background: transparent url('../img/menu_pravy.jpg') 100% 0% no-repeat;
}

#header_pozadi {
	width: 100%;
	height: 160px;
	background: #9b0505 url('../img/prechod.jpg') 0% 0% repeat-x;
}

#header {
	width: auto;
	height: 160px;
	background: url('../img/header.jpg') 0% 0% no-repeat;
	margin: 0 auto;
	position: relative;
}


#header h1 {
	width: 271px;
	height: 160px;
	font-size: 1.0em;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	float: left;
}

#header h1 a {
	width: 271px;
	height: 160px;
	color: #fff;
	text-decoration: none;
}

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

#pruh form fieldset {
	height: 50px;
	float: left;
	border: 0;
	margin: 9px 0 0 0;
	background: url('../img/odeslat.jpg') 85px 37px no-repeat;
}

#pruh form fieldset input {
	width: 107px;
	height: 16px;
	background: #e94545 url('../img/input.jpg') 0% 0% no-repeat;
	border: 0;
	padding: 5px 10px;
	font-size: 0.675em;
	font-weight: bold;
	margin-bottom: 4px;
}

#pruh form fieldset input.odeslat {
	width: 45px;
	height: 24px;
	float: none;
	background: none;
	border: 0;
	padding: 0px 0px 0 7px;
	font-size: 0.675em;
	font-weight: bold;
	margin: 0 0 0 10px;
	color: #fff;
	cursor: pointer;
	background: url('../img/odeslat.jpg') 0% 0% no-repeat;
}

#pruh {
	background: #232323;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	overflow: hidden;
	height: 40px;
}

#pruh form p {
	color: #fff;
	float: left;
	padding: 0 20px 0 0;
	text-indent: 50px;
	line-height: 25px;
	font-size: 0.75em;
}

#pruh2 {
	width: auto;
	height: 25px;
	border-bottom: 2px solid #b2b2b2;
	background: #e4e4e4;
}

#pruh2 p {
	line-height: 15px;
	text-indent: 50px;
	font-size: 0.688em;
}

#content {
	width: auto;
	height: auto;
	overflow: hidden;
}

#levy {
	width: 251px;
	float: left;
	margin-top: 25px;
	background: #e4e4e4 url('../img/submenu.jpg') 0% 0% repeat-y;
}

#levykonec {
	width: 251px;
	background: #e4e4e4 url('../img/levykonec.jpg') 0% 100% no-repeat;
	padding-bottom: 20px;
}

#pravy {
	margin: 25px 30px 25px 300px;
	overflow: scroll;
}

#subselektor {
	margin: 25px 30px 25px 30px;
}

#pata_pozadi {
	width: auto;
	height: 40px;
	background: #232323;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}

#pata_pozadi p {
	color: #6d6d6d;
	font-weight: bold;
	text-indent: 50px;
	line-height: 40px;
	padding: 0;
}