html {
	height: 100%;
}
body {
	background: url('/images/body.gif') repeat-x 50% 125px  #fff;
	width: 100%;
	text-align: center;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	color: #111;
}

a {
color: #007;
}

a:hover { text-decoration: none;}

a img { border: 0;}

h1 {
  font-family: verdana, tahoma, arial, sans-serif;
	margin: 1em 0;
	font-size: 24px;
	font-weight: bold;
	color: #007;
	line-height: 24px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}

#main {
  background: url('/images/left.gif') repeat-x 0px 329px #ccc;
	width: 990px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#top_head {
	background: url('/images/top.jpg') no-repeat left bottom #fff;
	height: 125px;
}
#top_head h1{
margin: 18px 0 0 0;
float: left;
}
#head {
	width: 990px;
	height: 149px;
}
#changeLanguage{
position: absolute;
z-index: 1;
top: 4px;
right: 0;
}
a.pl, a.cs {
border: 1px solid #000;
display: block;
float: left;
margin: 0 0 0 4px;

}
#menu {
  width: 990px;
  height: 55px;
  background: url('/images/menu.gif') no-repeat left top #000;
}

#menu ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	float: right;
}

#menu ul li {
	margin: 0px;
	padding: 0;
	display: block;
	float: left;
}
#menu ul a {
	background:;
	margin: 0;
	padding: 12px 18px;
	margin: 6px 0;
	display: block;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #ddd;
}
#menu ul a:hover {
	background:#000;
	color: #fff;
  }
#obsah {
	width: 990px;
	min-height: 540px;
	padding: 0;
	margin: 0;
}
.clear {
  clear: both;
  visibility: hidden;
}

#obsah ul li {
	list-style-image: url('/images/li.gif');
	margin-top: 16px;
}
#obsah ul {
	text-align: justify;
	line-height: 16px;
	display: block;
}
#left .padd {
padding: 48px 16px;
}
#right .padd{
padding: 16px 54px;
}
#left {
	width: 280px;
	float: left;
	min-height: 400px;
}
#right {
   background: url('/images/right.gif') repeat-x left top #fff;
	width: 710px;
	float: left;
	text-align: justify;
}

.left_50 {
float: left;
width: 40%;
margin-right: 3%;
}

.left_50k {
float: left;
width: 40%;
margin: 0 3% 8% 0;
padding: 2%;
background: #ddd;
-moz-border-radius: 12px;
border-radius: 12px;
}

.blue {
  color: #010173;
  font-size: 13px;
}

a.img_left { 
  border: 4px solid #a4a4ff;
  display: block; float: left;
  margin: 0 32px 16px 0;
}

#foot {
	background: url('/images/menu.gif') no-repeat left top #000;
	height: 34px;
	padding: 16px 54px 0 0;
	margin: 0 0 100px 0;
	color: #fff;
	text-align: right;
	clear: both;
	border-top: 1px #fff solid;
}

