/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
h1 {
	margin-bottom: 10px;
	font: 24px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #1867c2;
}

h1 span {
color:#1cbc00;
}

h2 {
	margin-bottom: 10px;
	font: 18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #1867c2;
	font-weight:200;
}

h2 span {
color:#59a902;
}


a {
  text-decoration: none;
	color: #1867c2;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p {
	margin-bottom: 5px;
	line-height: 14px;
}
ul {
	list-style: none;
}
ul li {
	margin-bottom: 10px;
	padding-left: 12px;
	background: url(../img/bullet.gif) no-repeat 0 3px;
}
dt {
  font-weight: bold;
  color: #ccc;
}
dd {
  margin-bottom: 10px;
}
body {
	text-align: center;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
  color: #000;
	background: #fff url(../img/body.jpg) repeat-x;

}
/***** site *****/
#wrapper {
  position: relative;
	width: 660px;
	margin: 0 auto;
	text-align: left;
}
/**** header ****/
#header {
	position: relative;
	height: 70px;
  background: url(../img/hlavicka.gif) no-repeat 552px bottom;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
}
/**** ads ********/
#ad_160_600 {
  float: right;
  width: 160px;
  margin-left: 5px;
}

#videa {

text-align:center;
padding:10px;
margin-left: 5px;
}

.videa2 {
float:left;
width:140px;
margin-bottom:15px;
}

.videa2 img {
padding:5px;
background:#e9e9e9;
}

#links_table {
  float: left;
  width: 445px;
}
/**** content ****/
#content {
	padding: 20px;
	background: #fff;
	border: 10px solid #e9e9e9;
}

* {
outline:none;
}

input.text {
	width: 402px;
	margin-right: 5px;
	background: #fff;
	font: 16px Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom:10px;
}
#input_section select.select {

	width: 140px;
	margin-right: 5px;
margin-bottom:10px;
	font: 16px Tahoma, Verdana, Arial, Helvetica, sans-serif; 
}
input.submit {
	border: 10px solid #b4e9ab !important;
	background: #ddf5d9 !important;
	color: #000;
padding:5px;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;	
	text-transform: uppercase;
	float:right;
	margin-right:5px;
}
#input_section input:focus, #input_section input.sfhover, #link_download input:focus, #link_download input.sfhover {
	background: #e6f2d9;
}
#link_download {
	margin-top: 20px;
}
#link_download a.submit {
  display: block;
  float: left;
  width: 110px;
  margin: 5px 10px 5px 0;
  padding: 5px;
  text-align: center;
  background: #ddf5d9;
  font-size: 12px;
  color: #000;
  border: 10px solid #b4e9ab !important;
}
#link_download a.submit:hover {
  border-color: #333;
}
#top_links {
	margin-top: 20px;
}
#top_links th {
	text-transform: uppercase;
	font-weight: normal;
	background: #b9d1ed;
	color: #fff;
}
#top_links th, #top_links td {
	padding: 5px;
}
#top_links td {
	vertical-align: middle;
	background: #dde8f6;
}
#top_links img {
	width: 120px;
}
#paging {
  clear: both;
  margin-top: 10px;
}
/**** footer ****/
#footer {
	color: #aaa;
}
#copy {
	margin-bottom: 0;
  padding: 0 0 10px 0;
	text-align: center;
	line-height: 34px;
	font-size: 10px;
  font-family: Tahoma;
}

/**** common classes *****/
input.left {
	margin-right: 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
  clear: both;padding:0;margin:0;font-size:0px;
}
/******** Clear Fix ************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.formdiv {
padding:10px;
border:10px solid #b9d1ed;
background:#dde8f6;
}

h1 a {
font-weight:normal;
}
	
	
	
	
	