* {
  margin: 0px;
  padding: 0px;
  font-family:Arial, Helvetica, sans-serif;
  overflow:auto;
  text-decoration: none;
  font-size: 13px;
} 

body  {
  padding-top: 0px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #000000;
	/*	background-image: url('picture/kamen.jpg'); */
}

h1{
  font-size: 14px;
  font-style: bolder;
}

h2{
  font-size: 12px;
  font-style:normal;
}

 #container { 

  padding-top: 0px;
	width: 946px; 
	border: 0px;

	margin: 0 auto;
}

 #container2 { 
  padding-top: 0px;
	width: 946px; 
	border: 0px;
	margin: 0px;
	position: relative;
} 

 #header { 
  background-image: url('picture/hlavicka.png');
  padding-left: 60px;
  border-bottom-style:solid;
  border-width:2px;
  border-color: #ffffff;
  background-color:#000088;
  overflow:hidden;
  height:70px;   
  color:#ffffff;
}  

 #header h3{
  padding-left: 20px;
  padding-top: 8px;
  font-size: 25px;
}

 #header h2{
  font-size: 18px;
  padding-left: 20px;
  padding-bottom: 10px;
}

 #header a{
 color:#ffffff;
 }
 
  #header a:hover{ 
 color:#ff0000;
 }

 #sidebar1 {
  background:#000044;
  background-repeat:repeat-x;
  text-decoration: none;
  text-align: center;
	float: left; 
	padding-left: 0px;
	color: #ffffff;
	font-size: 13px;
	font-weight:bolder;
	line-height: 25px;
	width: 946px;
	height:25px;
}

 #sidebar1 ul{
  list-style-type: none;
}

 #sidebar1 ul li {
  float: left;
  width:120px;
}

 #sidebar1 ul li a {
  display: block;
  width: 120px;
  color: #ffffff;
  height: 25px;
}	

 #sidebar1 ul li a:hover{
  background: #000088;
}

 #sidebar2 {
  top:0px;
  left:0px;
  background:#000044;
  background-repeat:repeat-x;
  text-decoration: none;
  text-align: center;
	float: left; 
	margin-top: 20px;
	color: #ffffff;
	font-size: 13px;
	font-weight:bolder;
	line-height: 25px;
	width: 200px;
	height:350px;
	overflow: hidden;
}              
 #sidebar2 ul{

  list-style-type: none;
}

 #sidebar2 ul li {
display: block;
  float: left;
  width:200px;
}

 #sidebar2 ul li a,  #sidebar2 ul li a:link,  #sidebar2 ul li a:visited,  #sidebar2 ul li a:active {
  display: block;
  width: 199px;
  color: #ffffff;
  height: 25px;    
}	

 #sidebar2 ul li a:hover{
  background: #000088;
 
}

 #mainContent {
  left:0px;  
  width:946px;
  text-align:center;
  background:#ffffff;
  padding: 0px;
  overflow:auto; 
 
} 

 #mainContent2 {
  left:200px;  
  width:706px;
  text-align:center;
  background:#ffffff;
  padding: 20px;
  overflow:auto;  
  margin:0px;
}

 #footer {
  position:absolute;
  bottom:0px;
  width:946px;
  padding-right: 20px;
  line-height: 12px;
  font-size: 10px; 
  text-align:right;
	background:#000088;
	color:#ffffff;
}