html {min-height: 100%;}

* {	margin: 0; padding: 0; }

body {
	color: #000000;
	font: normal 65% Tahoma,sans-serif;
	padding: 10px 10px 10px 10px;
}

.hlavni {
  width: 850px;
  margin: 0 auto;
}

h1 { margin-bottom: 3px; }

.menu {
  width: 200px;
  margin: 0px; 
  float: left;
  
}
.menu ul {
 	background-image: none;  
  background-color: none; 
  list-style-type: none; 
  padding: 0px;
  float: left; 
  font-size: 12px;
}

.menu h3 {     
  font-family: arial, tahoma, verdana, sans-serif;
  color: #000000;
  clear: both;
  font-size: 1.2em;
  text-align: left; 
  font-weight: bold;
  list-style-type: none; 
  padding: 5px;
  margin-top: 10px;  
  border: 3px solid #84c331;
  float: left;
}

.menu p {     
  text-align: center;  
  padding: 5px;
  clear: both;
}

.stred {
  width: 550px;
  margin: 10px;
  margin-left: 10px;
  float: left;
}

.stred h1, .stred h2, .stred h3, .stred h4, .stred h5 {
	text-align: center;
  font-family: arial, tahoma, verdana, sans-serif;
  color: #000000;
  clear: both;
  font-size: 2em;
  font-weight: bold;
}

.stred h1 { 
  font-size: 2em;
  text-align: center;
  margin-left: 10px;
 }
 
.stred h2 { 
  font-size: 1.4em;
  text-align: left;
  margin-left: 40px;
 }
 
.stred h3 { 
  font-size: 1.2em;
  text-align: left;
}

.stred h4 { 
  font-size: 1.4em;
  text-align: right; 
  margin-right: 40px;
 }

.stred h5 { 
  font-size: 2em;
  text-align: left;
  margin-left: 10px;
 }

 .stred h6 { 
  font-size: 1.4em;
  text-align: left;
  margin-left: 70px;
  font-weight: normal;
 }

.copyright {
	text-align: center;
  font-family: arial, tahoma, verdana, sans-serif;
  color: #000000;
  clear: both;
  font-size: 9px;
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 3px;
}

.footer {
	background-color: none; 
  width: 780px; 
  color: #000000; 
  clear: both;
}

.vpravo {
  margin-right: 0px;
  float: right;
}

.vlevo {
  margin-left: 0px;
  float: left;
/*  font-size: 1.2em;
  font-weight: bold; */
}

.vlevo_text {
  margin-left: 0px;
  float: left;
  font-size: 1.1em;
  font-weight: bold; 
}

.vlevo_tema {
  margin-left: 0px;
  float: left;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: underline;
}

