* 
{
	margin: 0;
	padding: 0;
}
body 
{
	font-family:  georgia, sans-serif;
line-height: 1.4;
	color: #000;
	background: #367ecb url('./img/pozadi-web.png') repeat-x;
}
.slunce
{
margin-left: -900px;
	background: url('./img/pozadi3.jpg') no-repeat top center;
}
.web
{	
	color: #000;
	width: 1042px;
margin: auto;
padding-left: 900px;
padding-top: 70px;
}
img 
{
	border: none;
}
.vtextu {
margin-right:15px;
float: left;
}
.invisible, hr 
{
	display: none;
}
h1 {
	color: #f4b800;
  font-size: 22pt;
margin-bottom: 10px;
font-style: italic;
}

h2 {
  color: #0076b7;
  font-size: 16pt;
  margin-bottom: 10px;
font-style: italic;
}
.obsah h2 {
	background: url('./img/point.png') no-repeat 0;
padding-left: 30px;
margin-bottom: 10px;
}
a 
{
	color: #004071;
}
a:hover 
{
	text-decoration: none;
}

.main
{

        width: 750px;
        float: left;

}
.cleaner 
{
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}



/* ================================== */
/*            Hlavicka             */
/* ================================== */

.header h1 {
	position: relative;
	float: left;
	width: 290px;
	height: 62px;


	overflow: hidden;
border-bottom: none;
}
.header h1 span {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 290px;
	height: 62px;
	background: url('./img/logo.png') no-repeat left top;
  border-top-left-radius: 6px;
}
.header a {
	color: #fff;
}
.header {

        width: 290px;
        float: left;
margin-top: 36px;
text-align: center;
	background: url('./img/header.png') no-repeat left 60px;
}



/* ================================== */
/*           Menu               */
/* ================================== */

.topmenu {
	float: left;
	font-size: 13px;

  border-top-left-radius: 6px;
  border-top-right-radius: 6px;

}
.topmenu li {
	float: left;
	list-style-type: none;
  margin-right: 4px;
}
.topmenu a {
	float: left;
	height: 27px;
	padding: 9px 16px 0px 16px;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	color: #000;
  font-weight: bold;
	background: #c6c6c6 url('./img/menu-a.png') repeat-x left top;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;

}
.topmenu .thispage a {
	background-color: #fff;
background-image: none;
  color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.topmenu a:hover {
	background-color: #fff;
background-image: none;
  color: #000;

}

.obsah {

  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
padding: 15px;
	background-color: #fff;
}




.clanek {
	width: 100%;
	padding: 10px 0 20px 0;
	background: url('./img/clanek.gif') repeat-x left bottom;
}
.clanek img {
	float: left;
	padding: 2px;
	border: 1px solid #c4ddec;
	margin-right: 10px;
	background: #fff;
}

.clanek strong a {
	color: #125b8b;
        font-size: 120%;
	font-weight: bold;
}


/* ================================== */
/*             Paticka               */
/* ================================== */

.footer 
{
  border-radius: 6px;
	background-color: #fff;
padding: 10px;
  margin: 10px 0 60px 0;
  text-align: center;
}

.left {
	float: left;
	width: 600px;
	overflow: hidden;
border-right: 1px solid #CCC;
padding-left: 5px; 
padding-right: 13px;
}
.right {
	float: right;
	width: 150px;
	overflow: hidden;
}

.right b
{
color: #f4b800;
}

table {
	border-collapse:collapse;
       width: 700px;
}
td {
border: 0px;
border: 1px #e1e1e1 solid;
border-bottom: 3px #97d3ff solid;
text-align: center;
padding: 6px;
}
.tmavsi {
background-color: #97d3ff;
color: #fff;
font-weight: bold;
font-size:110%;
}
.stred {
width: 468px; 
height: 60px; 
margin: auto;
padding-bottom: 9px;
}

.textv {

margin: 10px 25px 0 0;
line-height: 25px;
color: #434343;
font-style: italic;
text-align: justify;
}



