/* CSS Document */

/*** body ***/
body{
	background: url(images/bck.jpg);
  text-align: center;
  margin: 0 auto;
	}
#obal {
  width: 790px;
  text-align: left;
  margin: 0 auto;
}	
#text_obal {
  background: url(images/text_bck.jpg);	
  background-position: right;
	background-repeat: repeat-y;  
	background-color:white;
	padding-bottom: 40px;
}	
#text {
	padding-top: 20px;
  text-align: justify;
  padding-left: 40px;
  padding-right: 250px;
 	font-size: 12px;
	font-weight: normal;
	font-family: arial, verdana; 
}	
#top {
  text-align: center;
  margin: 0 auto;
  background: url(images/logo.jpg);	
  background-position: center top;
	background-repeat: no-repeat;   
	height: 126px;
}	
#menubar {
  text-align: left;
  margin: 0 auto;
  background: url(images/mnu_bck.jpg);	
  background-position: center top;
	background-repeat: repeat-x;   
	height: 32px;	
}
#menupic {
  position: relative;
  margin: 0px;
  padding: 0px;
  background: url(images/mnu_pic.jpg);	
  background-position: right;
	background-repeat: no-repeat;   
}

#bottom {
  clear:both;
  height: 214px;
  background: url(images/bottom.jpg);	
  background-position: top left;
  background-repeat: no-repeat;  
}
#clear_all {
  clear:both;
	background-color:white;
}

img {
  border:0px;
}
#img_right {
  border:0px;
  float:right;
}

.right_blok {
  clear:right;
  float: right;
  margin-right: -240px;
  _margin-right: -120px;  

  padding: 10px;
  width: 210px;
  _width: 210px;

  border: 1px solid #CC7800;
  color: black;
  background-color: white;
	font-size: 11px;
	font-weight: normal;
	font-family: arial, verdana;  
}
/***************** menu lv1 
*****************/
a.mnu1 {
	font-size: 12px;
	font-weight: normal;
	font-family: arial, verdana;
	text-decoration: none;
	height: 20px;
	_height: 33px;	
  display: block; 
  color: white;
  padding-left: 15px;
  padding-right: 20px;
  padding-top:12px;
  /*border: 1px solid red;*/
}
a:hover.mnu1 {
	font-size: 12px;
	font-weight: normal;
	font-family: arial, verdana;
	text-decoration: none;
  background: url(images/mnu_on.jpg);	

  background-repeat: repeat-x;
	height: 20px;
	_height: 33px;	
  display: block; 
  color: white;
  padding-left: 15px;
  padding-right: 20px;
  padding-top:12px;
}
a.mnu1_active {
	font-size: 12px;
	font-weight: normal;
	font-family: arial, verdana;
	text-decoration: underline;
	height: 20px;
	_height: 33px;	
  display: block; 
  color: white;
  background-color: #3B5D9F;
  padding-left: 15px;
  padding-right: 20px;
  padding-top:12px;
  background: url(images/mnu_active.jpg);	
  background-repeat: repeat-x;  
}


/******************** odkazy
/***************************/
a.odkaz {
	font-size: 12px;
	font-weight: bold;
	font-family: arial, verdana;
	text-decoration: underline;
	color: #4972AC;	
}
a.odkaz:hover {
	font-size: 12px;
	font-weight: bold;
	font-family: arial, verdana;
	text-decoration: none;
	color: #DF0223;
  
}
a.mail {
	font-size: 12px;
	font-weight: bold;
	font-family: arial, verdana;
	text-decoration: underline;
	margin-left: 5px;	
	margin-right: 5px;	
	color: #4972AC;	
}
a.mail:hover {
	font-size: 12px;
	font-weight: bold;
	font-family: arial, verdana;
	text-decoration: none;
	margin-left: 5px;	
	margin-right: 5px;	
	color: #6E0A35;
  
}
a.button {
	font-size: 12px;
	font-weight: bold;
	font-family: arial, verdana;
	text-decoration: none;
	color: #4972AC;	
	padding-left: 3px;
  border-left: 10px solid white;		
	margin: 2px;
}
a.button:hover {
	font-size: 12px;
	font-weight: bold;
	font-family: arial, verdana;
	text-decoration: none;
	padding-left: 3px;
	margin: 2px;	
  border-left: 10px solid #4972AC;		
	color: #6E0A35;
}
a.button_active {
	font-size: 12px;
	font-weight: bold;
	font-family: arial, verdana;
	text-decoration: underline;
	padding-left: 3px;
	margin: 2px;	
  border-left: 10px solid #6E0A35;		
	color: #6E0A35;
}


/******************** tabulky
*********************/
table.normal {
  border-collapse: collapse;
  border-color: black;
  color: #606060;
}

tr.align_top {
  vertical-align: top;
}
td.small {
	font-size: 10px;
	font-weight: normal;
	font-family: arial, verdana;  
}
td {
	font-size: 11px;
	font-weight: normal;
	font-family: arial, verdana;  
	text-align: center;
}
td.align_left {
  vertical-align: top;
  text-align: left;
}
td.align_right {
  text-align: right;
}
thead {
  background: url(images/layout/table_head.jpg);	
  background-position: top;	
  background-repeat: repeat-x; 
  background-color: #D4E5F6;
  font-weight: bold;
  height: 25px;
}
.head1 {
  background-color: #F4E2C9;
  color: black;
	font-size: 11px;
	font-weight: bold;
	font-family: arial, verdana;    
}
.head2 {
  background-color: #7F062E;
  color: white;
	font-size: 11px;
	font-weight: bold;
	font-family: arial, verdana;    
}

.tfoot {
  background: url(images/layout/table_foot.jpg);	
  background-position: top;	
  background-repeat: repeat-x; 
  height: 10px;
}

caption {
  text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, verdana; 
  color: #CC7800; 
  padding-bottom: 5px;
  padding-left: 10px;
}

/********************* text
/********************/
p {
  text-indent: 20px;
	font-size: 12px;
	font-weight: normal;
	font-family: arial, verdana;
  padding: 0px;
  margin: 0px;  
}
h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: arial, verdana;
  height: 25px;
  padding-top: 3px;
  color: #CC7800; 
  border-bottom: 1px solid #CC7800;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	font-family: arial, verdana;
  color: #CC7800; 
}

dt {
  font-weight: bold;
  padding-top: 10px;
}



/******************** obrazky
/****************************/
.img_right {
  float: right;
  border: 0px;
  margin: 15px;
  clear:right;
}
.thumb_right {
  float: right;
  border: 0px;
  margin: 15px;
  padding-bottom: 20px;
  background: url(images/layout/big.jpg);	
  background-position: bottom right;	
  background-repeat: no-repeat;  
}
.thumb {
  border: 0px;
  margin: 15px;
  padding-bottom: 20px;
  background: url(images/layout/big.jpg);	
  background-position: bottom right;	
  background-repeat: no-repeat;  
}
img {
  border: 0px;
}

/***************************/


ul {
  padding:0px 0px 0px 25px; margin:0px;
}



