body {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: Arial, sans-serif;
  background: url(/images/titul_pruh.jpg) 0 30px repeat-x;
}
body,h1,h2,h3,h4,h5,h6,p,ul,li,ol,hr,form {
	padding: 0;
	margin: 0;
	border: none;
}
div.hr {
	height: 1px;
	margin: 0;
	font: 0px;	
}
div.hr hr {
	display: none;
}
.clearLeft {
	clear: left;
}
.clearBoth {
	clear: both;
}
.clearRight {
	clear: right;
}
a img {
	border: none;	
}
#page {
  width: 990px;
  margin: 0 auto;
}
#header {
  height: 90px;
  background: url(/images/obdelnik.jpg) 120px 3px no-repeat;
}
#header .mapa {
  width: 120px;
  height: 80px;
  background: #FFF url(/images/mapa.jpg) 5px 10px no-repeat;
}
h1 {
  display: none;
}
#left {
  float: left;
  width: 120px;
}
#left a.logo {
	width: 120px;
  height: 175px;
  background: #FFF url(/images/logo.gif) no-repeat;
	display: block;
	text-decoration: none;
}
#left ul {
  margin: 10px 2px 0 17px;
}
#left ul li {
	list-style-type: circle;
	color: #26277F;
}
#left ul li a {
  font-size: 11px;
  text-decoration: none;
	color: #26277F;
	font-weight: bold;
	display: block;
	margin: 0 0 5px 0;
}
#left ul li a:hover {
  text-decoration: underline;
	color: #FF0000;
}
#right {
	float: right;
	width: 120px;
}
#right  p {
	color: #26277F;
	margin: 20px 0;
	text-align: center;
	}
#right a {
	margin: 20px auto;
	display: block;
	}
#right a img {
	margin: 0 auto;
	display: block;
}
#center {
	width: 700px;
	padding: 0px 20px 20px;
	float: left;
	line-height: 1.5em;
}
#center h2 {
	font-size: 20px;
	color: #26277F;
	margin: 10px 0 15px;
	line-height:1.3em;
}
#center h3 {
	font-size: 16px;
	color: #26277F;
	margin: 20px 0 15px;
}
#center h4 {
	font-size: 12px;
	color: #26277F;
	margin: 15px 0 10px;
}
#center p {
	color: #666;
	margin: 8px 0;
}
#center ul {
	color: #666;
	margin: 8px 0 8px 15px;
}
#center ul li{
	list-style: none;
	background:transparent url(/images/sipka.gif) no-repeat scroll 0 8px;
	line-height:1.8em;
	padding-left:12px;
}
#center a {
	color: #C60000;
}
#center a:hover {
	text-decoration: none;
}
#center img.vTextu {
	float: left;
	margin: 3px 20px 15px 0;
}
#footer {
	clear: both;
	height: 20px;
	border-top: solid 2px #26277F;
	}
#footer .inner {
	margin-top: 2px;
	height: 18px;
	background: url(/images/titul_pruh.jpg) repeat-x;
  color: #FFF;
	font-size: 11px;
	padding: 3px 0 0 10px;
}
table.diskuze td {
	vertical-align: top;
	color: #666;
	}
table.diskuze td textarea{
	width: 300px;
	height: 100px;
}
table.diskuze input.text{
	width: 300px;
}
#center p.red {
  color: #FF0000;
}

.bold_italic { font-weight: bold; font-style: italic;}